/*
Theme Name: Wproject 2.1
Author: Sébastien Tranchand - Colibri Editorial Studios
Author URI: http://www.colibristudios.fr/
Description: Thème pour le site Wproject
Tags: Wproject, black, tour du monde, custom, colibri
Text Domain: Wproject
*/

*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
}

body{
    width: 100%;
}

/**********************************************
Général
**********************************************/
a{
        text-decoration: none;
        color: #41bac2;
}
a:hover{
        color: #212a33;
}
h1, h2, h3, h4, h5{
	font-weight: 100;
        word-wrap: break-word;
}
h1{
	font-size: 3.5em;
}
h2{
	font-size: 1.8em;
        font-weight: 300;
        margin-bottom: 20px;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1em;
}
p{
    padding-top: 10px;
    text-align: left;
    font-weight: 300;
}
.red{
    color: #ba5252;
}
.bleu{
    color: #41bac2;
}
.clear{
    clear: both;
}
.center{
    text-align: center;
}
.paddingBot20{
    padding-bottom: 20px;
}
.paddingBot30{
    padding-bottom: 30px;
}
.paddingBot50{
    padding-bottom: 50px;
}


/**********************************************
Styles de base
**********************************************/
#main{
    margin-top: 20px;
    padding-top: 0px;
    overflow:hidden;
}
.reseaux-sociaux{
    padding: 5px 0;
    background-color: #Fff;
}
.trait{
    border-top : 1px solid #000; 
    width : 20vw;
    margin: 0 auto;
}
.traitBlanc{
    border-top : 1px solid #FFF; 
    width : 10vw;
    margin: 0 auto;
    padding: 10px 0;
}
input[type="submit"]{
    font-size: 1em;
    font-weight: 300;
}

/**********************************************
Header
**********************************************/
header{
 height: 40px;
}
#LogoMenu{
    position: fixed;
    left: 20px;
    background-color: #212a33;
    border-radius:50%;
    width: 80px;
    height: 80px;
}
.responsive-menu ul li.LogoMenu{
    display: inline-block;
    background-image: url(images/logo-w-project-menu-blanc.png);
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    margin: 0 10px -15px 0;
    position: relative;
}
.responsive-menu ul li.LogoMenu a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}
.responsive-menu ul li.LogoMenu:hover{
    background-image: url(images/logo-w-project-menu-bleu.png);
}
.responsive-menu ul li.LogoMenu a:hover, .responsive-menu ul li.LogoMenu.current-menu-item a{
    background: none;
}
@media only screen and (max-width : 750px) {
    #logo{
            display: none;
    }
}

/* Page */
#page{
    width: 100%;
}

/**********************************************
Styles mini-portraits
**********************************************/
figure {
    position: relative;
    height: 160px;
    width: 280px;
    overflow: hidden;
    margin: 3px auto 0 auto;
    text-align: left;
}
figcaption {
    position: absolute;
    background: rgba(157, 199, 242, 1) url(images/plus-portrait.png) no-repeat center 55px;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    color: #ed4e6e;
    height: 140px;
    width: 260px;
    opacity: 1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.figcaption-content{
    position: relative;
    height: 140px;
    width: 260px;
}
.figcaption-content a{
    width: 100%;
    height: 100%;
    display: block;
}
figcaption.reportage{
    background-color: #41bac2;
}
figcaption.portrait.equipe-fondatrice, figcaption.member.equipe-fondatrice, figcaption.equipes.equipe-fondatrice{
    background-color: #e94c3d;
}
figcaption.portrait.equipe-economie-creative, figcaption.member.equipe-economie-creative, figcaption.equipes.equipe-economie-creative{
    background-color: #f0c20c;
}
figcaption.portrait.equipe-economie-sociale-et-solidaire, figcaption.member.equipe-economie-sociale-et-solidaire, figcaption.equipes.equipe-economie-sociale-et-solidaire{
    background-color: #67cb5b;
}
figcaption.portrait.equipe-economie-numerique, figcaption.member.equipe-economie-numerique, figcaption.equipes.equipe-economie-numerique{
    background-color: #F1803D;
}
figcaption.portrait.equipe-economie-numerique-2, figcaption.member.equipe-economie-numerique-2, figcaption.equipes.equipe-economie-numerique-2{
    background-color: #F1803D;
}
figcaption.portrait.equipe-entreprendre-au-feminin, figcaption.member.equipe-entreprendre-au-feminin, figcaption.equipes.equipe-entreprendre-au-feminin{
    background-color: #AB5D9D;
}
figcaption span{
    color: #FFF;
}
figcaption h3 {
    color: #74a4c6;
}
.photo-inter{
    height: 600px;
}
@media only screen and (max-width : 800px) {
    .photo-inter{
        height: 400px;
        -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
    }
}
@media only screen and (min-height : 500px) and (max-height : 799px) {
    .photo-inter{height: 300px;}
}
@media only screen and (max-height : 499px) {
    .photo-inter{height: 200px;}
}
.photoTeam{
    position: fixed;
    width: 100%;
    z-index: -10;
}
.flouPhoto{
    margin: -5px -10px -10px -5px;
    width: 110%;
        /* Préfixes vendeurs */
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.les-equipes figcaption {
    position: absolute;
    background: rgba(157, 199, 242, 1) url(images/plus-portrait.png) no-repeat center 105px;
}
.les-equipes figcaption a{
    color: #FFF;
}

figure:hover figcaption,
figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
/* Page home */
.portraitHome:hover .portrait-hover{
    opacity: 1;
}

/* Portraits & Reportages */
.item-hover-pays, .item-hover-nom, .item-hover-entreprise{
    color: #FFF;
}
.item-hover-pays{
    text-transform: uppercase;
}
.item-hover-nom{

}
.item-hover-entreprise{
    font-style: italic;
    margin-top: -5px;
}
.portrait-bas{
    position: absolute;
    bottom: 0;
    padding: 0 0 5px 5px;
}

/* Page projet */

.membresRS{
    height: 45px;
    position: absolute;
    bottom: 0;
}
.membreRSitem{
    height: 40px;
    width: 40px;
    padding-bottom: 5px;
    margin: 0 2px;
    display: inline-block;
    position: relative;
}
.membreRSitem:hover{
    cursor: pointer;
}
.membres .membreRSitem{
    height: 30px;
    width: 30px;    
}
.equipe-hover-nom{
    margin-top: 100px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1.2em;
}

/**********************************************
Sections
**********************************************/
.inte-section{
	max-width: 880px;
	margin: 0 auto;
	padding: 0 10px;
        position: relative;
}

/**********************************************
Home
**********************************************/
.padding35{
    padding: 50px 0;
    position: relative;    
}
.padding30{
    padding-top: 30px;
    position: relative;    
}
.decouvrir{
    background-color: #FFF;
}
.derniers-portraits{
    background-color: #FFF;
}
.newsletter{}
.partenaires-home{}
.googleMap{
    position: relative;
    height: 800px;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.newsletter h2, .newsletter p{
    color: #FFF;
}
.newsletter-form{
    text-align: center;
}
.newsletter-form input{
    display: block;
}
.newsletter-form input.email{
    width: 80%;
    border: none;
    padding: 5px;
    margin: 20px auto 0 auto; 
}
.newsletter-form input.bouton-fiche{
    background-color: #212a33;
    color: #41bac2;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.instagram{
    height: 305px;
    overflow: hidden;
}
.instagram #instafeed{
    margin: 0 -149px 0 0;
    padding: 0;
}
#instafeed a{
    padding: 0;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
#instafeed a:hover{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.portraits-home{
    margin-top: 30px;
    text-align: center;
    position: relative;
}
#itemsPres{
    margin-top: 20px;
    text-align: center;
}
.decouvrir .itemPres{
    text-align: center;
    position: relative;
}
.decouvrir .itemPres h4{
    color: #41bac2;
    text-transform: uppercase;
    margin-top: 0;
}
.decouvrir .itemPres:hover h4{
    color: #212a33;
}
.itemPres a{
    width: 220px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.home h3{
    margin-bottom: -5px;
}
@media only screen and (min-width : 800px) {
    .googleMap{
        height: 700px;
        -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
    }
}
@media only screen and (min-height : 650px) and (max-height : 799px) {
    .googleMap{height: 550px;}
}
@media only screen and (min-height : 450px) and (max-height : 649px) {
    .googleMap{height: 350px;}
}
@media only screen and (max-height : 449px) {
    .googleMap{height: 250px;}
}
.pictosTitre{
    float: left;
    padding-right: 15px;
}
.home h2{
    margin-bottom: 20px;
}

/**********************************************
Menu pages Pays
**********************************************/
nav.menu-inte{
    position: relative;
    width: 100%;
    background-color: #f2f0e6;
}
nav.menu-inte.responsive-menu {
    background-color: rgba(235,235,235,1);
    text-align:center;
    z-index: 100;
    width: 100%;
    margin-bottom: 0;
    padding: 0px;
    text-align: left;
    z-index: 10;
}
nav.menu-inte ul{
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
nav.menu-inte ul li{
    height: 100px;
    padding: 10px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
nav.menu-inte ul li:hover{
    opacity: 1;
}
nav.menu-inte ul li a{
    color: #000;
    min-width: 80px;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
nav.menu-inte ul li a.bgMenuInte{
    height: 80px;
    width: 80px;
}
.bgMenuInte{
    margin: 0 auto 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bgMenuInte:hover{   
}
.bgMenuInte img{
    padding-top: 15px;
}
.menu-inte.responsive-menu h2{
    display: none;
}
.menu-inte.responsive-menu ul li a { 
    display: inline-block;
}
.menu-inte.responsive-menu ul li a:hover { 
    color: #000;
    background: none;
}
@media only screen and (min-width : 569px) and (max-width : 900px) {
    nav.menu-inte ul li{
        font-size: 0.7em;
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
    }
    nav.menu-inte ul li a{
        min-width: 50px;
        padding: 10px 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }    
}
@media only screen and (max-width : 568px) {
    nav.menu-inte ul li{
        height: auto;
    }
    .menu-inte.responsive-menu .trigger {
        background-color: #cdc9b4;
        color: #000;
    }
    .menu-inte.responsive-menu.open .trigger {
        background-color: #cdc9b4;
    }
    .menu-inte.responsive-menu ul li a,
    .menu-inte.responsive-menu ul li {
        display:block;
    }
    nav.menu-inte.responsive-menu ul{
        height: auto;
    }
}



.fixed {
    position: fixed; 
    top: 38px; 
    height: 38px; 
    z-index: 1;
    background-color: rgba(235,235,235,1);
}

/**********************************************
Général
**********************************************/

#imgtop{
    position:absolute; width:100%; height:100%;
}

#contenttop {
    position:absolute; width:100%; top:100%;
}

.image-fullscreen{
    width: 100%;
    min-height: 100%;
    margin-top: -60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header_wrap{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);	position:relative;
}
.image-fullscreen .inte-section{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: auto;
    position: absolute;
}
.image-fullscreen article{
    width:100%;
    height: auto;
    text-align:center;
    margin: 0 auto;
}
.picto-googlemap{
    position: relative;
    width: 120px;
    height: 50px;
}
#titre-googlemap{
    position: relative;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.picto-googlemap a{
    float: left;
}
.picto-googlemap a:hover{
    opacity: 0.8;
}
.fleche-bas{
    background: url(images/fleche-bas.png) no-repeat center center;
    width: 101px;
    height: 101px;
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    z-index: 15;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fleche-bas:hover{
    opacity: 0.5;
}
.fleche-bas a{
    position: relative; 
    width: 100%;
    height: 100%;
    display: block;
}

/**********************************************
Page pays
**********************************************/
#PresFiche{
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
}
.listePays{
    background-color: #ececec;
    position: relative;
}
.listePays h2{
    margin-bottom: 20px;
}
.listePays ul{
    list-style: none;
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
}
@media only screen and (max-width : 900px){
.listePays ul{
    list-style: none;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}}
.listePays ul li{
    display: block;
    padding: 0 10px;
    font-size: 0.9em;
    line-height: 1em;
}
.listePays ul li a{
    color: #42b9c1;
}
.listePays ul li a:hover{
    color: #000;
}
.decouvrir-pays.image-fullscreen article{
    width: auto;
    height: auto;
}
.decouvrir-pays h2{
    color: #FFF;
    text-shadow: 0 1px 0 #212A33;
}
#itemPres{
    margin-top: 20px;
}
.itemPres{
    width: 220px;
    padding: 0 35px;
    text-align: center;
    float: none;
    position: relative;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.itemPres .picto{
     width: 100%;
     height: 75px;
     margin-bottom: 20px;
     background-position: center -76px;
     background-repeat: no-repeat;
}
.itemPres:hover .picto{
    background-position: center 0;
}
.decouvrir-pays .itemPres:hover .picto{
    background-position: center -76px;
}
.decouvrir-pays .itemPres p{
    text-shadow: 0 1px 0 #212A33;
}
@media only screen and (min-width : 650px) and (max-width : 950px) {
    .itemPres{
        width: 200px; 
        padding: 0 5px;
    }
}
.itemPres h4{
    color: #41bac2;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}
.itemPres:hover h4{
    color: #212a33;
}
.decouvrir-pays .itemPres:hover h4{
    color: #41bac2;
}
.itemPres p{
    font-size: 1em;
    color: #FFF;
    text-align: center;
}

.equipes .itemPres p,.leprojet .itemPres p{
    color: #000;
}
.googleMap p{
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 1em;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 5px 0;
    text-align: center;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.googleMap:hover p{
    background-color: rgba(0,0,0,0.8);    
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.decouvrir-pays{

}
.decouvrir-pays .inte-section{
    padding-top: 120px;
}

/**********************************************
Fiche pays
**********************************************/
.header{
    height: 100vh;
    width: 100%;
    margin-top: -55px;
    position: relative;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and (max-width : 800px) {
    .header{
        height: 350px;
        -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
    }
}
.header h1, .header h3{
    color: #FFF;
    text-align: center
}
.header h1{
    font-size: 4em;
}
.header h3{
    font-size: 2.5em;
    text-transform: none;
    margin-top: -15px;
}
#bandeau-noir{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0,0,0,0.45);
}
.surmenuFichepays{
    min-height: 20px;
    background-color: #212a33;
    position: relative;
    font-size: 0.9em;
    color: #FFF;
}
.maj{
    float: left;
    padding: 0 10px;
    line-height: 30px;
}
.surmenuFichepays .real-equipe{
    padding: 0 10px;
    line-height: 30px;
}

.imgTitle{
    float: left;
    background-color: rgba(255,255,255,0.5);
    height: 70px;
    -moz-border-radius:35px;
    -webkit-border-radius: 35px;
    width: 70px;
    margin: -5px 15px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.imgTitle img{
    margin: 13px;
}

/* Section Indice W Project */
#section-indice, .indice{
    background-color: #FFF;
}
.meter { 
	height: 20px;  /* Can be anything */
	width: 100%;
        position: relative;
	background: #dbdbdb;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
        margin: 50px 0 5px 0;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
	display: block;
	height: 100%;
        width: 100%;
	   -webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	       -moz-border-radius-topright: 20px;
	    -moz-border-radius-bottomright: 20px;
	           border-top-right-radius: 20px;
	        border-bottom-right-radius: 20px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	background-color: rgb(103,203,91);
	position: relative;
	overflow: hidden;
}

#chiffre-indice{
    float: right;
    font-size: 2.2em;
    margin: 10px 0 0 0;
    color: #67cb5b;
}

/* Section Observatoire */
#description-observatoire{
background-color: #f4f4f4;
}
#description-observatoire h3{
color: #41bac2;
font-size: 4.2em;
font-weight: 400;
line-height: 1em;
text-transform: uppercase;
margin: 15px 0;
}
#description-observatoire h4{
color: #41bac2;
font-size: 2.5em;
}
#description-observatoire h5{
color: #555;
font-size: 1.7em;
font-weight: 200;
}
#indicateurs-observatoire{
background-color: #fff;
}
#indicateurs-observatoire h4{
color: #000;
}
#observatoire-intro{
color: #444;
font-weight: 400;
line-height: 1.5em;
}
#observatoire-texte{
display: none;
margin-top: 30px;
}
#observatoire-texte a{
color: #41bac2;
}
#observatoire-texte a:hover{
color: #212a33;
}
#observatoire-texte p{
font-size: 1.1em;
padding: 15px 0;
line-height: 1.6em;
color: #333;
}
.texte-complet{
text-align: center;
padding-top: 20px;
}
.show-hide{
    position: relative;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #285b7f;
}
.show-hide a, #observatoire-texte .show-hide a{
    color: #FFF;
    font-weight: bold;
}

.indicateur{
    float: left;
    position: relative;
    width: 166px;
    height: 166px;
    background-color: #f4f4f4;
    margin: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.indicateur:hover{
    cursor: pointer;
    background-color: #ebebeb;
}
.indicateur.large{
    width: 334px;
    height: 334px;
}
.indicateur h5{
    text-align: center;
    font-size: 1.1em;
    line-height: 0.9em;
    padding-top: 10px;
}
.maxi-indic h5{
    font-size: 1.6em;
    padding-top: 25px;
}
.maxi-indic p{
    padding: 15px 20px;
}
.mini-indic, .maxi-indic{
    width: 100%;
    height: 100%;
}
.maxi-indic{
    display: none;
}
.mini-indic .footer-ind{
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0;
}
.note{
    color: #FFF;
    text-align: center;
}
.mini-indic .note{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 1.4em;
    font-weight: 300;
}
.maxi-indic .note{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    float: right;
    font-size: 1.7em;
    padding: 0;
}

.maxi-indic .close{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    background: url(images/close.png) no-repeat;
}
.indicateur.Macro-économie .mini-indic{
    background: url(images/picto/indicateur-macro-economie.png) no-repeat center center;
}
.indicateur.Accessibilité .mini-indic{
    background: url(images/picto/indicateur-accessibilite-internet.png) no-repeat center center;
}
.indicateur.Concurence .mini-indic{
    background: url(images/picto/indicateur-conccurence.png) no-repeat center center;
}
.indicateur.Création .mini-indic{
    background: url(images/picto/indicateur-creation-entreprise.png) no-repeat center center;
}
.indicateur.Culture .mini-indic{
    background: url(images/picto/indicateur-culture-business.png) no-repeat center center;
}
.indicateur.Infrastructures .mini-indic{
    background: url(images/picto/indicateur-infrastructures.png) no-repeat center center;
}
.indicateur.Opportunités .mini-indic{
    background: url(images/picto/indicateur-opportunites.png) no-repeat center center;
}
.indicateur.Réseaux .mini-indic{
    background: url(images/picto/indicateur-communaute-francaise.png) no-repeat center center;
}
.indicateur.Sécurité .mini-indic{
    background: url(images/picto/indicateur-securite.png) no-repeat center center;
}
.indicateur.Financement .mini-indic{
    background: url(images/picto/indicateur-financement.png) no-repeat center center;
}

/* Section Rankings */
#rankings{
    background-color: #d87f00;
    color: #FFF;
}
#classements-rankings{
    background-color: #f2e5d2;
}
#classements{}
.class-principale{
    height: 40px;
    background-color: #FFF;
    width: 80%;
    min-width: 450px;
    position: relative;
    margin-bottom: 20px;
}
.pictoPrincipal{
    background-color: #f0f0f0;
    width: 40px;
    height: 100%;
    float: left;
}
.nomClassement, .classClassement{
    height: 100%;
    padding: 0 10px;
    line-height: 40px;
    font-size: 1.3em;
}
.nomClassement{
    text-transform: uppercase;
    float: left;
}
.classClassement{
    color: #FFF;
    width: 60px;
    float: right;
    text-align: center;
}
.class-secondaire{
    height: 30px;
    background-color: #FFF;
    min-width: 400px;
    width: 60%;
    position: relative;
    border-bottom: #bababa 1px solid;
}
.class-secondaire .pictoPrincipal{
    width: 30px;
}
.class-secondaire .nomClassement, .class-secondaire .classClassement{
    line-height: 30px;
    font-size: 1.2em;
}
.class-secondaire .classClassement{
    width: 45px;
}
.classSource{
    margin-top: 20px;
    font-size: 0.8em;
}
.classSource p{
    padding-top: 0;
    margin-top: 0;
}
/* Section Rankings */
#avis-inte{
    background-color: #f4f4f4;
}
ul#sliderAvis{
    width: 100%;
    margin: 0;
    padding: 0;
}
ul#sliderAvis li{
    padding: 20px 0;
    position: relative;
}
#sliderAvis h3{
    margin: 0 150px 0 0;
}
#sliderAvis h4{
    position: relative;
    margin-right: 150px;
    display: block;
}
#sliderAvis h5{
    position: relative;
    font-size: 1.5em;
    display: block;
}
#sliderAvis p{
    padding-top: 10px;
    display: block;
}
.coeurs_rating{
    margin: 50px auto 60px auto;
    width: 215px;
    height: 39px;
    background: url(images/sprite-coeurs.png) repeat-x 0 0;
}
.coeurs_pleins{
    height: 39px;
    background: url(images/sprite-coeurs.png) repeat-x 0 -40px;
}
ul.plusMoins{
    list-style: none;
}
.plusMoins{
    position: relative;
    padding-top: 40px;
}
.plusMoins p{
    text-align: justify;
    word-wrap: break-word;
}
.avisPlus, .avisMoins{
    width: 45%;
}
li.avisPlus{
    float: left;
    padding-right: 10px;
}
li.avisMoins{
    float: right;
    padding-left: 10px;
}
ul#sliderAvis li.avisMoins.nbs-flexisel-item{
    float: right;
}
.baroPhotoRonde{
    position: absolute;
    top: 0;
    right: 10px;
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:100px;
    height:100px;    
}
@media only screen and (min-width : 569px) and (max-width : 800px) {
.avisPlus, .avisMoins{width: 100%;float: none;}
}
@media only screen and (max-width : 568px) {
    .baroPhotoRonde{display: none;}
    #sliderAvis h4, #sliderAvis h3{margin-right:0;}
    .avisPlus, .avisMoins{width: 100%;float: none;}
}

/* Section Sécurité */
#securite-inte{
    background-color: #e84c3d;
    color: #FFF;
}
#securite-inte a{
    text-decoration: underline;
    color: #fff;
}
.securite-content ul{
    padding: 30px 0 0 0;
    margin-bottom: 5px;
}
.securite-content ul li{
    margin-bottom: 10px;
}
.securiteCadre{
    position: relative;
}
.securiteCadre img{
    float: left;
}
.securiteCadre h4{
    padding-top: 20px;
}
.securite h4{
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
}


/**********************************************
Portrait single
**********************************************/
.portrait{}

.singlePortrait{
    background-color: #212a33;
}
.singlePortrait h2{
    color: #FFF;
}
.singlePortrait h3{
    color: #41bac2;
}
.section-titres{
    padding: 5px 0 30px 101px;
    background-position: auto 10px;
}
.section-titres h2{
    margin-bottom: -5px;
}
.portrait .section-titres{
    background: url('images/picto/portrait_bleu.png') no-repeat left top;
}
.sur-menu{
    background-color: #cdc9b4;
}
.sur-menu .inte-section{
    padding: 5px 10px;
}
.fiche-complete{
    text-align: center;
    padding-top: 10px;
}
.bouton-fiche{
    text-transform: uppercase;
    display: inline;
    text-align: center;
    padding:8px 20px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background:#41BAC2;
}
.bouton-fiche a{
    text-align: center;
    color: #fff;
    border:none;
    cursor:pointer;
    margin:0 auto;
    text-transform:uppercase;
}
.bouton-fiche a p{
    text-align: center;
    padding-top: 0;
    color: #FFF;
}
.bouton-fiche:hover{
    cursor: pointer;
}
/* Shrink */
.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.shrink:hover, .shrink:focus, .shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.fermer{
    margin-top: 30px;
}
.real-equipe, .real-date{
    color: #FFF;
    font-size: 0.9em;
}
.real-equipe{
    padding-top: 10px;
}
#real-equipe-current{
    color: #41BAC2;
}
#real-equipe-current:hover{
    color: #FFF;
}
.embed-video{
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.reportage .embed-video{
    padding-bottom: 65%;
}
.embed-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
}
#description-entreprise{
    background-color: #ececec;
}
#description-entreprise h2#parcours{
    margin-top: 30px;
}
#description-entreprise p{
    text-indent: 20px;
}
#description-entreprise a{
    color: #41bac2;
}
#description-entreprise a:hover{
    color: #000;
}
#description-contact{
    position: relative;
    padding: 10px;
    margin-bottom: 50px;
    background-color: #285b7f;
}
#description-contact h3{
    font-size: 1em;
    font-family: Open Sans;
    text-transform: none;
    color: #FFF;
    margin-bottom: 10px;
}
.membresRS{
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
}
.membreRSitem{
    margin: 0 2px;
}
.conseil-section{
    height: 45vh;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}
.conseil-content{
    position: absolute;
    top: 20px;
    z-index: 10;
    color: #FFF;
    font-weight: 100;
    width: 100%;
    padding: 30px 0 0 30px;
    background: url(images/picto/citation.png) no-repeat left top;
}
.conseil-texte{
    font-size: 1.5em;
    text-shadow: 0px 1px 0px #212A33;
}
.conseil-nom{
    font-style: italic;
    font-size: 1.2em;
    padding-top: 20px;
    text-align: right;
    text-shadow: 0px 1px 0px #212A33;
}
.photos{
    background-color: #F4F4F4;
}
/**********************************************
Reportage single
**********************************************/
.reportage{}
.singleReportage{
    background-color: #212a33;
}
.singleReportage h2{
    color: #FFF;
}
.singleReportage h3{
    color: #41bac2;
}
.reportage .section-titres{
    background: url('images/picto/reportage_bleu.png') no-repeat left top;
}
#description-reportage{
    background-color: #ececec;
}
#description-reportage h2{
    color: #000;
}
#description-reportage a{
    color: #FFF;
}
#description-reportage a:hover{
    color: #285b7f;
}
.pays-reportage .reportageItem{
    float: left;
    margin: 3px;
}

/**********************************************
Portraits
**********************************************/

.portraits{
    background-color: #FFF;
    padding: 20px 0;
}
.portraits-index{
    height: 100%;
    position: relative;
}
.Center-Container.is-Table { 
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.is-Table .Table-Cell {
  display: table-cell;
  vertical-align: middle;
}
.is-Table .center-block{
  margin: 0 auto;
}
.pageInte h1{
    color:#41BAC2;
    font-size:6em;
    font-weight:900;
    text-transform:uppercase;
    word-wrap:break-word;
    text-shadow: 0px 1px 0px #212A33;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pageInte h2{
    color: #FFF;
    text-shadow: 0px 1px 0px #212A33;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width : 568px) and (max-width : 900px) {
    .pageInte h1{font-size: 5em;}
    .pageInte h2{font-size: 1.6em;}
}
@media only screen and (max-width : 567px) {
    .pageInte h1{font-size: 3em;}
    .pageInte h2{font-size: 1.2em;}
}
#description-reportage p{
    text-indent: 20px;
}
#pagePortrait .filtres, #pageReportage .filtres{
    background-color: #41bac2;
    color: #fff;
}
.filtres{
    padding: 20px 10px;
}
.filtres h2, .filtres p{
    color: #000;
}
#pagePortrait .filtres h2, #pagePortrait .filtres p, #pageReportage .filtres h2, #pageReportage .filtres p{
    color: #fff;
}
.filtres p{
    margin: 30px 0;
    text-indent: 20px;
    text-align: justify;
}
.filtre{
    float: left;
    padding: 0 5px;
}
.filtre select{
      border: 0;
}

/**********************************************
Reportages
**********************************************/
.reportages{
    background-color: #FFF;
    padding: 20px 0;
}
.reportages-index{
    height: 100%;
    position: relative;
}
.reportage-hover{
    background: rgba(157, 199, 242, 0.8) url(images/plus-portrait.png) no-repeat center center;
    position: absolute;
    width: 280px;
    height: 182px;
    margin: 5px;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

/**********************************************
Le projet
**********************************************/
.leprojet{}
.leprojet #wgmpmap{
    height: 100vh;
}
.leprojet .header h2{
    padding-top: 20px;
    font-size: 2.5em;
}
.leprojet .header h3{
    color: #000;
    text-align: left;
    text-transform: uppercase; 
    font-size: 1.5em;
    padding: 5px 0 30px 0;
    font-style: italic;
}
.sections-decouvrir{
    width: 260px;
    padding: 10px;
    margin: 30px 10px 10px 10px;
    float: left;
}
#projPres{
    position: relative;
}
#projPres .itemPres{
    height: auto;
}
.pres-projet{
    padding-bottom: 20px;
}
.pres-projet p{
    text-indent: 20px;
}
.projPresIco{
    padding-top: 20px;
}
.sections-decouvrir h4{
    text-align: center;
    font-size: 1.4em;
}
.sections-decouvrir p{
    font-size: 0.9em;
    text-align: center;
}
.les-equipes{
    background-color: #f4f4f4;
}
.equipes-content{
    padding: 10px 0;
}
.equipes-content img{
    float: left;
}
.equipes-content img:hover{
	opacity: 0.8;
}
.membres{
    background-color: #f4f4f4;
}
.membres-index{
    height: 100%;
    position: relative;
    padding-top: 30px;
}
.equipes figure.membresItem{
    float: left;
    margin: 3px;
}
.membresItem figcaption{
    background-image: none;
    color: #FFF;
}
.membresItem figcaption h3{
    text-align: center;
    font-size: 1.3em;
    color: #FFF;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}
.membresItem figcaption h4{
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    padding-bottom: 5px;
}
.membresItem figcaption p{
    font-size: 0.9em;
}
.portrait-hover-pays, .portrait-hover-nom, .portrait-hover-entreprise, .portrait-hover-region-ville{
    color: #FFF;
}
.portrait-hover-region-ville{
    font-style: italic;
}
.portrait-hover-pays{
    text-transform: uppercase;
    padding-bottom: 70px;
}
.portrait-hover-pays span{
    text-transform: capitalize;
}
.portrait-hover-equipes{
    text-align: center;
    font-size: 1.3em;
    padding: 15px 0;
    font-weight: 300;
}
.portrait-hover-equipes a{
    color: #FFF;
}
.portrait-hover-entreprise{
    font-style: italic;
}
.no-result-isotope{
    display: none;
    float: left;
}
.Membres .filtre select{
    background-color: #FFF;
}
.presse{
    background-color: #FFF;
}
.newsletter-projet{
    background-color: #41bac2;
    color: #FFF;
}
.nous-contacter input, .nous-contacter select, .nous-contacter textarea{
    padding: 5px;
    border: none;
}

.nous-contacter textarea{
    width: 90%;
}
.nous-contacter input.bouton-fiche{
    padding:8px 20px;
    background-color: #212a33;
    color: #41bac2;
}
.contact-left{
    width: 45%;
    float: left;
}
.contact-right{
    width: 45%;
    float: right;
    text-align: left;
}
@media only screen and (max-width : 800px) {
    .contact-left, .contact-right{
        width: 90%;
        float: none;
    }
    .contact-left{
        margin-bottom: 10px;
    }
}
 

/**********************************************
Partenaires
**********************************************/

.partenaires a{
    color: #41bac2;
}
.partenaires a:hover{
    color: #212a33;
}
.partenaires-premium, .partenaires-medias{
    background-color: #FFF;
}
.PartPremiumContent{
    background-color: #fff;
}
.imgPremium{
    width: 240px;
    height: 150px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: central;
}
#PartNormaux{
    background-color: #cedde8;
}
.PartNormauxContent{
    background-color: #f4f4f4;
}
.soutiens-individuels{
    background-color: #fff;
}
.soutiensFiltres{
    padding: 5px 0;
}
.soutiensIndiv{
    background-color: #FFF;
    padding: 0;
    margin-top: 30px;
}
.soutiens-index{
    height: 100%;
    position: relative;
}
.ListPart{}
.partItem, .partItemSoutiens{
    width: 150px;
    height: 150px;
    margin: 10px;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.partItem img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    display: block;
}
.partItem:hover img, .partItem.large img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.partItem .maxiPartItem{
    display: none;
}
.miniPartItem{
	cursor: pointer;
}
.partItem.large .miniPartItem{
    display: none;
}
.partItem.large .maxiPartItem{
    display: block;
}
.partItem.large{
    cursor: auto;
}
.partItem.large .close{
    background: url(images/close.png) no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.extItemPart{
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.extItemPart p{
    font-size: 0.8em;
    text-align: left;
    color: #000;
    word-wrap:break-word;
    -webkit-hyphens: auto;  
   -moz-hyphens: auto;  
   -ms-hyphens: auto;  
   hyphens: auto; 
}
.partItem.large .extItemPart{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.partItem.large{
    width: 270px;
    height: auto;
    padding: 0 20px 20px 20px;
}
.partPremiumItem .partItem.large{
    background-color: #f4f4f4;
}
.devenirPartenaire{
    background-color: #67cb5b;
    color: #FFF;
}
.devenirPartenaire .bouton-fiche{
  background-color:#212A33;
  color:#41BAC2;
}
.devenirPartenaire .bouton-fiche a{
  color:#41BAC2;
}
.savoirPlus{
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}
.partPremiumItem .plus:hover .savoirPlus{
    color: #FFF;
}
.soutiensItem{
    width: 100px;
    height: 100px;
    background-color: #FFF;
    margin: 1px;
    float: left;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.soutiensItem img#soutiensImgPetit{
    width: 100%;
    height: 100%;
    position: relative;
}
.soutiensItem img#soutiensImgGrand{
    display: none;
}
.soutiensItem:hover{
    cursor: pointer;
    opacity: 0.5;
}
.soutiensItem.large{
    width: 304px;
    height: 304px;
}
.soutiensItem.large:hover{
    opacity: 1;
    cursor: default;
}
.soutiensItem.large img#soutiensImgPetit{
     display: none;   
}
.soutiensItem.large img#soutiensImgGrand{
    width: 100%;
    height: 100%;
    display: block;
}
.soutiensContent{
    display: none;
    position: absolute;
    bottom: 0;
    width: 284px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.soutiensContent h5{
    text-transform: uppercase;
    color: #FFF;
    font-size: 1em;
}
.soutiensContent p{
    color: #FFF;
    font-style: italic;
    margin-top: -10px;
    font-size: 0.9em;
}
.soutiensItem.large .soutiensContent{
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#imgPart h4{
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    vertical-align: central;
    line-height: 30vh;
}
.mediasContent{
    background-color: #fff;
}
.partenaires .nous-contacter input.bouton-fiche, .partenaires .devenirPartenaire .bouton-fiche a {
    color: #67cb5b;
}

/**********************************************
Page
**********************************************/
.singlePage{
    padding-bottom: 30px;
}
.singlePageTitre{
    background-color: #F2F0E6;
}

/**********************************************
Footer
**********************************************/
footer{
    background-color: #212a33;
}
footer h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 15px;
}
.home footer h2{
    margin-bottom: 0;    
}

/* Upfooter */
#upfooter{
    position: relative;
}

#twitter{
    background: url('images/twitter-cuicui.png') no-repeat right 0;
    float: left;
    width: 50%;
    min-height: 100px;
}
#twitter h2{
    margin-bottom: 0;
    padding-bottom: 0;
}
#twitter p{
    font-size: 0.9em;
    color: #FFF;
    max-width: 500px;
}
#rs-footer{
    position: relative;
    float: right;
    min-height: 62px;
    margin: 0;
    width: 40%;
}
#rs-footer ul{
    list-style: none;
}
#rs-footer ul li{
    width: 50px;
    height: 50px;
    margin: 0 5px;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
#rs-footer ul li p{
    display: none;
}
#rs-footer ul li:hover{
    cursor: pointer;
}
#footer-facebook{
    background: url('images/logo-facebook.png') no-repeat center center;
}
#footer-twitter{
    background: url('images/logo-twitter.png') no-repeat center center;
}
#footer-linkedin{
    background: url('images/logo-linkedin.png') no-repeat center center;
}
#footer-instagram{
    background: url('images/logo-instagram.png') no-repeat center center;
}
#footer-dailymotion{
    background: url('images/logo-dailymotion.png') no-repeat center center;
}
#rs-footer ul li a{
    width: 50px;
    height: 50px;
    display: block;
}

/* Middlefooter */
#middlefooter{
    position: relative;
}
#menu-footer{
    padding: 10px 0;
}
#menu-footer ul{
    width: 250px;
    list-style: none;
    color: #fff;
    float: left;
    padding-top: 5px;
}
#menu-footer ul li{
    text-transform: uppercase;
    font-size: 0.9em;
}
#menu-footer ul li a{
    color: #FFF;
}
#menu-footer ul li a:hover{
    color: #74a4c6;
}
#menu-footer ul li.titre-menu-footer{
    font-size: 1.1em;
}
#boutons-footer{
    width: 50%;
    float: left;
    position: relative;
}
#boutons-footer .bouton-fiche{
    display: block;
    float: left;
}
#boutons-footer .bout-partenaire{
    background-color: #67cb5b;
    display: block;
    position: relative;
    float: none;
    text-align: center;
}
#boutons-footer .bout-contacter, #boutons-footer .bout-presse{
    margin-top: 5px;
    width: 40%;
    text-align: center;
}
#boutons-footer .bout-presse{
    float:right;
}
#newsletter-footer{
    width: 40%;
    float: right;
}
#newsletter-footer.newsletter-form input.email{
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#newsletter-footer.newsletter-form input.button{
    margin-top: 5px;
    margin-right: 0;
    float: right;
    color: #fff;
    background-color: #41bac2;
}
#newsletter-footer h2{
    font-size: 2em;
    padding-bottom: 0;
    margin: -10px 0 0;
    text-align: left;
}
#newsletter-footer h2 span{
    color: #41bac2;
}

/* Downfooter */
#downfooter{
    text-align: center;
}
#downfooter img{
    padding: 0 10px;
}

/* Copyright */
#copyright{
    font-size: 0.9em;
    padding-bottom: 10px;
}
#copyright p{
    text-align: center;
    color: #fff;
}
#copyright p a:hover{
    color: #000;
}

@media only screen and (max-width : 900px) {
    #rs-footer, #twitter{
        float: none;
        width: 100%;
        position: relative;
    }
    #rs-footer{
        margin-top: 20px;
    }
    #rs-footer ul li{
        float: left;
    }
    #middlefooter{
        display: none;
    }
    #downfooter{
        padding-top: 0;
    }
    #downfooter img{
        height: 150px;
    }
}

@media only screen and (max-width : 900px){
    #downfooter img{
        height: 75px;
    }
}

/**********************************************
	Responsive menu
**********************************************/

.page {
	margin:0 auto;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#responsive-menu{
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.7); 
}

.responsive-menu {
    background-color: rgba(33,42,51,1);
    text-align:center;
    z-index: 100;
    position: fixed;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
}

.responsive-menu .trigger,
.responsive-menu h2 {
	display:none;
}

.responsive-menu ul { 
	margin:0;
	padding:0;
	list-style-type:none;
	z-index: 10;
}

.responsive-menu ul li {
	display:inline;
        text-transform: uppercase;
}

.responsive-menu ul li a { 
	display: inline-block;
	padding:10px;
	color:#fff;
	text-decoration:none;
	font-size: 1em;
}

.responsive-menu ul li a:hover,.responsive-menu ul li.current-menu-item a{ 
	color:#41bac2;

}
@media only screen and (min-width : 750px) and (max-width : 900px) {
		.responsive-menu ul li a{
			font-size: 0.8em;
		}
		.responsive-menu-inte ul li a{
			font-size: 1em;
		}
}
@media only screen and (min-width : 568px) and (max-width : 749px) {
		.responsive-menu ul li a{
			font-size: 0.6em;
		}
		.responsive-menu-inte ul li a{
			font-size: 1em;
		}
}

@media only screen and (max-width : 568px) {
	.responsive-menu {
		text-align:center;
	}	
		
	.responsive-menu .trigger {
		display:block;
		cursor:pointer;
		color:#fff;
		padding:10px;
		font-size:0.98em;
		font-weight:bold;
		background: #212a33 url('images/responsive-menu-icon.png') 97% 50% no-repeat; 
	}

	.responsive-menu.open .trigger {
		background-color:#212a33;
	}
	
	.responsive-menu ul li a,
	.responsive-menu ul li {
		display:block;
		color: #FFF;
	}

	.responsive-menu ul {
		display:none;
	}	
}

@media only screen and (max-width : 568px) {

	.responsive-menu.responsive-menu-inte {
		background-color: rgba(33,42,51,1);
		text-align:center;
	}
	.menu-inte.responsive-menu-inte{
		text-align:center;
	}	
		
	.responsive-menu.responsive-menu-inte .trigger {
		display:block;
		cursor:pointer;
		color:#000;
		text-align:center;
		padding:10px;
		font-size:0.98em;
		font-weight:bold;
		background: #EBEBEB url('images/responsive-menu-icon.png') 97% 50% no-repeat; 
	}

	.responsive-menu.responsive-menu-inte.open .trigger {
		background-color:#EBEBEB;
	}
	
	.responsive-menu.responsive-menu-inte ul li a,
	.responsive-menu.responsive-menu-inte ul li {
		display:block;
		color: #000;
		margin: 0;
		padding: 10px 0;
		opacity: 0.8;
		background: #EBEBEB;
	}
	.responsive-menu.responsive-menu-inte .inte-section{
		padding: 0;
		margin: 0;
	}
	.responsive-menu.responsive-menu-inte ul {
		display:none;
		margin: 0;
		padding: 0;
	}
	.responsive-menu.responsive-menu-inte ul li a{
		padding: 0 10px;
	}	
}

/**********************************************
Isotope styles
**********************************************/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**********************************************
Couleurs titres/surtitres + tailles
**********************************************/
.decouvrir h3{
    color: #74a4c6;
}
.derniers-portraits h3{
    color: #fff;
}
.partenaires-home h3{
    color: #000;
}


/*------------------------------------------------------------------------

        Name: Full Width Slider 2.0
        Design and Develpment: Eightyclouds
        Author URI: http://www.eightyclouds.com
        Version: 1.0

-------------------------------------------------------------------------- */

.fws2 {
    position: relative;
    background:#212A33;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: -55px;
}

.fws2 .slider_container {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fws2 .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
    min-height: 100%;
}

 .fws2 .is-Table .Table-Cell {
     padding: 0 50px;g
}
.fws2 .is-Table .center-block{
    max-width: 880px;
}

.fws2 .slide_content{
    margin-top: 0;
}

.fws2 .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

.fws2 .slidePrev i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

.fws2 .slideNext i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

.fws2 .timer {
    height:4px;
    width:40px;
    background-color: #000;
    float:left;
    margin-right: 10px;
}

.fws2 .progress {
    height:4px;
    width:0%;
    background-color: #FC3;
    float:left;
}

.fws2 .bullets {
    position: absolute;
    bottom:-50px;
    z-index: 3;
    width:100%;
    text-align: center;
}

.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding:0 2px;
}

.fws2 .bullet i {
    color:#000;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .bullet.active i, .fws2 .bullet:hover i {
    color:#FFCC33;
}

.fws2 .slide_content_wrap { /* Slider Text Content Container Style */
    width:100%;
    height: 100%;
    position: absolute;
    display: none;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    display:inline-block;
    vertical-align:middle;
}

.fws2 .title {  /* Slider Title Style */
    opacity: 0;
    color:#41bac2;     
    padding:0;
    margin: 0;
    padding-bottom: 30px;
    text-shadow: 0px 1px 0px #212A33;
}
.fws2 .title a{
    color:#41bac2;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
} 
.fws2 .title a:hover{
    color: #fff;
}
.fws2 h2.title{
    font-size:1em;    
}

.fws2 .description { /* Slider Description Style */
    opacity: 0;
    color:#fff;
    font-size:1.2em;
    padding-bottom: 40px;
	margin: 0;
    float:none;
    line-height:1.2em;
	text-align: center;
	font-weight: normal;
	text-shadow: 0px 1px 0px #212A33;
}

.fws2 .readmore { /* Slider Read More button Style */
    text-transform:uppercase;
    font-size:1em;
    color:#fff;
    background:#41bac2;
    padding:8px 20px;
    text-decoration: none;
	border-radius: 10px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
}

.fws2 .readmore:hover {
    color:#fff;
	background:#41bac2;
}


/* ------------------------------- 3. Media Query ------------------------------- */



@media only screen and (min-width:1150px) {
    .fws2 h2.title a{ font-size:7em; }
    .fws2 .description {  font-size:1.2em;}
    .fws2 .slide_content_wrap { 
        bottom:0; 
        width:100%;
    }
}


@media only screen and (min-width:760px) and (max-width: 1149px) {	
    .fws2 h2.title a{ font-size:5em; }
    .fws2 .description {  font-size:1.1em;}
}

@media only screen and (min-width:160px) and (max-width:759px) {
	.fws2 .slide_content {
		width:100%;
	}
    .fws2 .slide_content_wrap {
        width:100%;
    }
	.fws2 h2.title a{ font-size:3em; }
    .fws2 .slide_content_wrap p{ 
        display:none !important; 
    }
	.fws2 .slide_content_wrap .readmore{
	}
    .fws2 .timers { display:none; }
    .fws2 .bullets { display:none; }
    .fws2 .slide_content {cursor: pointer;}

}


/* ------------------------------- 4. Custom -------------------------------------- */

.cont{
	position: relative;
	width: 100%;
}
.readmoreHome{
	position: relative;
}




/************************** medias *************/
@media only screen and (max-width : 480px) {
    .nbs-flexisel-item figure{
        max-width:190px;
        max-height: 110px;
    }
    .nbs-flexisel-item figcaption, .nbs-flexisel-item .figcaption-content {
        height: 90px;
        width: 170px;
        background-image: none;
        font-size: 0.9em;
    }
    .nbs-flexisel-item .portrait-hover-pays{
        padding-bottom: 0;
    }
}
@media only screen and (max-width : 950px) {
	.decouvrir-pays .itemPres p{display: none;}
}
@media only screen and (max-width : 750px) {
	.decouvrir-pays h2 {font-size: 1.5em;}
	.decouvrir-pays .itemPres .picto{display: none;}
}


/**************************custom search menu ppal*************/

.custom .menu-item.menu-item-search { float:right; width:260px; }
.custom .menu-search-form { float:right; padding-top:3px; width:250px; }
.custom form.menu-search-form { width:auto; }
.custom form.menu-search-form #s { background:#fff; border:1px solid #000; font-size:11px; margin:0 2px 0 0; padding:2px; width:180px; float:left; }
.custom .menu-search-form input#searchsubmit.my-wp-search { background:#000; color:#fff; cursor:pointer; float:right; padding:2px; text-transform:uppercase; }
