/* BODY */
body {margin:0;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}

  
body, html {
    height: 100%;
	
}
#main-container{
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	min-height:450px ;
}
@media screen and (min-width: 980px) {
	#main-container{
		min-height:1100px;
	}
}
.rowcontainer{
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	
}
.rowcontaineractu{
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
}
/* media queries texte */
@media screen and (max-width: 980px) {
	.rowcontainer
	{
		width:95%;
		margin:auto;
	} 
	.rowcontaineractu{
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
}
}
@media screen and (min-width:651px)  and (max-width:1350px){
	.rowcontainer
	{
		width:75%;
		margin:auto;
	} 
	.rowcontaineractu{
	width: 75%;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
}
}
p
{
margin-left:auto;
margin-right:auto;
/*width:50%;*/
text-align:justify;
}

.text-justify-full{
margin-left:auto;
margin-right:auto;
text-align:justify;
	width: 100%;
}

#main-container p{
	width: 100%;
	text-align:justify;
}
.bio {
margin-left:auto;
margin-right:auto;
width:100%;
text-align:justify;	
}

.bio p{
	width: 80%;
}
.bio ul{
	width: 80%;
	margin-left:auto;
margin-right:auto;
}
h1
{ 
text-align:center;
font-size:1.7em;
padding-top:2%;
} 

h2
{
    text-align: center;
	font-size:1.7em;
} 

 h3
{ 
color:black;
text-align:center;
font-size:1.3em;
padding-top:2%;
font-style:italic;
} 

.italic
{
font-style:italic;
} 

a { 
text-decoration:none;
color: black;
} 

.titre-italique
{
font-style: italic;
 text-align:center;font-size:1.2em;} 
 
 .centre
{
 text-align:center } 
 
.title
{
font-weight:bold;
text-align:center;
font-size:1.5em;
} 

.titre{
font-weight: bold;text-align:center;font-size:1.7em;}

.gras{
font-weight: bold;}

.soustitregras{
text-align:center;
font-weight: bold;}

.italic-small{
font-style: italic;
font-size:0.9em;}

.underline
{text-decoration: underline } 

@media screen and (max-width: 1350px) {
p
{
width:90%;
} 
} 


/* MENU */

.navbarcontainer {
position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#fff;
	border-bottom:0.5px solid #e6e6e6;
	z-index:1;
}

.navbar {
    overflow: hidden;
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.faireundon {
    float: right;
}

.faireundon a
{ background-color:#bfbfbf}

.langues {
    float: right;
}


.logo
{
    width:100%;
	float:left;
}


.navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	line-height:30px;
	font-weight:bold;
}


a.logo {
	padding:0px;
		line-height:30px;
		float: left;
		width:172px;
		padding-top:5px;
		margin-right: 40px;
	}


.dropdown {
    float: left;
    overflow: hidden;
}
.dropbtn{
		}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
	line-height:30px;
	font-weight:bold;
}

.dropdown-content a{
font-weight:normal;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #e6e6e6;
}

a.logo:hover {
  background-color: #fff;
	}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* ICONE Mobile */
.mobilebutton {
    display: inline-block;
    cursor: pointer;
	float: right;
	margin-right:3%;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

button
{
    background-color:#fff;
	border:none;
}




/*MEDIA QUERIES */
@media screen and (max-width:1600px){
.navbar{
    width:100%;
}
.navbar a{
    font-size: 11px;;
}
	.dropdown .dropbtn{
		font-size:11px;
	}
}

@media screen and (min-width:801px){
.menubuttonmobile{
    display:none
}

.navbarmobile{
    display:none
}
}

@media screen and (max-width:800px){
.menubuttonmobile {
    display:inline-block;
}

.navbar a, .dropbtn {
    display:none;
}
}

/* DESIGN MOBILE */
.menubuttonmobile {
    width:100%;
	background-color:#fff;
	z-index:1;
	position:fixed;
	top:0;
	left:0;
}

.navbarmobile {
    overflow: hidden;
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	top:40px;
	left:0;
	width:100%;
	background-color:#fff;
		border-bottom:0.5px solid #e6e6e6;
	z-index:1;
}


.navbarmobile a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	line-height:30px;
	text-align:center;
	width:100%;
}  

.dropdownmobile
{
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;
	background-color:#bfbfbf;
}

.dropdownmobile a {
    float: left;
    font-size: 14px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	line-height:25px;
	text-align:center;
	width:100%;
}  




.dropbtn-mobile{
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#fff;
	line-height:30px;
    font-size: 16px;
    color: black;
    padding: 14px 16px;
    text-decoration: none;
	width:100%;
	}

.navbarmobile a:hover, .dropdownmobile:hover .dropbtn-mobile:hover {
    background-color: #e6e6e6;
}

.triangle-down {
	width: 0;
	height:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 15px solid #bfbfbf;
	display:inline-block;
}

.languesmobile a
{
	width:41%;
}

a.anglaismobile 
{
	float:right;
}

/* INDEX */

.citation-home{
	position:absolute;
	right: 10%;
    bottom:40%;
	/*top:30%;*/
	/*left:15%;*/
	color: #fff;
    width: 35%;
    padding: 20px;
	/*font-size: 1em;*/
	font-size: 0.5em;
	text-align: justify;
	text-shadow: #000 2px 2px;
}

@media screen and (max-width: 1280px) {
  .citation-home:not(:first-child) {display: none;}
}
@media screen (min-width: 1281px) and (max-width: 1366px) {
  .citation-home:not(:first-child) {
	  display: none;
	}
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
  .citation-home:not(:first-child) {
	  font-size: 0.6em;
	  bottom:35%;}
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .citation-home:not(:first-child) {
	  font-size: 0.7em;
	  bottom:30%;}
	
}
@media screen and (min-width: 1801px) {
  .citation-home:not(:first-child) {
	  font-size: 0.7em;
	  bottom:25%;}}
@media screen and (max-height: 400px) {
  .citation-home:not(:first-child) {display: none;}
}



i {
    position: absolute;
	display: inline-block;
	top:90%;
	left:48%;
	border: solid white;
    border-width: 0 8px 8px 0;
    padding: 20px;
}

video
{
    width:100%;
}


.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} 

/* Next & previous buttons */
.prev-index, .next-index {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next-index {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-index:hover, .next-index:hover {
  background-color: #e6e6e6;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev-index, .next-index,.text {font-size: 11px}
}


@media screen and (max-width:1200px) {
i {
   display:none;
}} 

.ensavoirplus
{
    text-align:center;
	font-weight:bold;
	font-size:1.5em;
}

.titre-grid
{
    position:relative;
	text-align:center;
	font-size:2em;
	color:black;
	font-weight:bold;
}

@media screen and (min-width:651px)  and (max-width:1350px){
.titre-grid
{
	text-align:center;
	font-size:2em;
	color:black;
	font-weight:bold;
		top:0;
	line-height:1;
}}

@media screen and (max-width:650px) {
.titre-grid
{
	text-align:center;
	font-size:2em;
	color:black;
	font-weight:bold;
	top:0;
	line-height:1;
}}

.ensavoirplus a:hover, 
.titre-grid a:hover
{
    color:#0099cc;
}

.titre_actualites
{
  position: relative;
  text-align:center;
  font-size:2em;
  font-weight:bold;
}

.slick-slide .inner {
  margin: 0 15px;
}

.citationbis
{ width:50%;
text-align:center;
margin-left:auto;
margin-right:auto;
vertical-align:middle;
padding:2%;
font-size:1.2em;
font-style:italic;
}

/* Faire un don */
.faireundon-img { 
    /* The image used */
    background-image: url("../img/imghome/don.jpg");

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
		/* Centrer verticalement le texte */
	  height: 20em; 
}
/* concours */
.concours-img { 
    /* The image used */
    background-image: url("../img/imghome/concours.jpg");

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
		/* Centrer verticalement le texte */
	  height: 20em; 
}

/* Dépôt de projet*/
.depotdeprojet { 
    /* The image used */
    background-image: url("../img/imghome/depot.jpg");

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
position:relative;
	/* Centrer verticalement le texte */
	  height: 20em; /* hauteur du parent */
}


.don-centre{
  position: absolute;
  top: 50%; /* poussé de la moitié de hauteur du référent */

  transform: translate(-50%, -50%);
  left:50% }



.don-texte{

font-size:2.5em; }

.ensavoirplus
{ font-size:1.5em;
font-weight:none;
border:1px solid white;
color:white;
width:250px;
margin:auto;
}
/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .faireundon-img {
        background-attachment: scroll;
    }
	.concours-img {
        background-attachment: scroll;
    }
	.depotdeprojet {
        background-attachment: scroll;
    }
	
} 

.don-texte
{
    text-align:center;
	text-decoration:none;
	font-size:2.5em; 
	font-weight:bold;
	color:white;
} 

.don-texte a:hover
{
   color:#fbfbfb;
}


/* où nous trouver */
.ounoustrouver
{
   display:block;
	width:50%;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:200px;
}

.drapeau
{
   display:block;
	width:9%;	
float:left;
	padding:1%

}

.imgdrapeau {
    display: block;
    margin-left: auto;
    margin-right: auto; 
     width:100%;
	border-radius:50%;
		border:solid 0.1px black;
	}
	
	
@media screen and (min-width: 1100px) and (max-width: 1500px) {
    .ounoustrouver {
        width:75%;
    }
		
	.drapeau {
   display:block;
	width:9%;	
float:left;
	padding:1%
	}
	  }
	@media screen and (min-width: 800px) and (max-width: 1099px) {
	    .ounoustrouver {
        width:100%;
    }
	  }

	@media screen and (min-width: 551px) and (max-width: 799px) {
	.drapeau {
   display:block;
	width:16%;	
float:left;
	padding:2%;
    }
		    .ounoustrouver {
        width:100%;
    }
	}

	@media screen and (max-width: 550px) {
	.drapeau {
   display:block;
	width:20%;	
float:left;
	padding:4%;
    }
		    .ounoustrouver {
        width:100%;
    }
	 }

@media screen and (max-width : 1099px){
	.citationbis
{ width:90%;
margin:auto;
}}


/* Chiffres */
.chiffres	  {
        width:25%;
		float:left;
    }
	
.chiffres-numero
{
        font-size:4em;
		font-weight:bold;
		text-align:center;
    }

.chiffres-texte	  
{
        font-size:1.3em;
		text-align:center;
		width:100%;
    }
	
	.chiffres-container
{
        background-color:#e6e6e6;

    }


.chiffres-content
{
   display:block;
	width:50%;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:180px;
	line-height:1em;
	background-color:#e6e6e6;
}

@media screen and (min-width: 600px) and (max-width: 1500px){
 .chiffres-content {
        width:100%;
    }}
	
	
	@media screen and (max-width: 599px) {
 .chiffres-content {
        width:100%;
		height:390px;
    }
	.chiffres	  {
        width:50%;
		float:left;
    }}



/* BANDEAU */
/*Image bandeau */
.hero-image-event {
    background-image: url("../img/evenements/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-actu1 {
    background-image: url("../img/actualites/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-actualites {
    background-image: url("../img/actualites/bandeau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-archivesactu {
    background-image: url("../img/actualites/actualites/bandeau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-cahier1 {
    background-image: url("../img/initiatives/initiative4/cahier1/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-canada {
    background-image: url("../img/lafondationdanslemonde/img/canada.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-allemagne {
    background-image: url("../img/lafondationdanslemonde/img/allemagne.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-espagne {
    background-image: url("../img/lafondationdanslemonde/img/espagne.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-usa {
    background-image: url("../img/lafondationdanslemonde/img/etatsunis.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-france {
    background-image: url("../img/lafondationdanslemonde/img/france.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-italie {
    background-image: url("../img/lafondationdanslemonde/img/italie.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-uk {
    background-image: url("../img/lafondationdanslemonde/img/royaumeuni.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-singapour {
    background-image: url("../img/lafondationdanslemonde/img/singapour.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-suisse {
    background-image: url("../img/lafondationdanslemonde/img/suisse.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-chine {
    background-image: url("../img/lafondationdanslemonde/chine/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-charte {
    background-image: url("../img/initiatives/initiative2/charte/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-contact {
    background-image: url("../img/contact/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-donateurs {
    background-image: url("../img/donateurs/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-gouvernance {
    background-image: url("../img/gouvernance/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-initiative2 {
    background-image: url("../img/initiatives/initiative2/bandeau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-initiative4 {
    background-image: url("../img/initiatives/initiative4/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-mbi {
    background-image: url("../img/initiatives/initiative5/bandeau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-amao {
    background-image: url("../img/initiatives/initiative6/bandeau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-initiatives {
    background-image: url("../img/initiatives/bandeau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-lafondationdanslemonde {
    background-image: url("../img/lafondationdanslemonde/bandeau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-lesprixdelafondation {
    background-image: url("../img/lesprixdelafondation/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-luttecontreladeforestation {
    background-image: url("../img/bandeauprojet/luttecontreladeforestation.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-acidificationdesoceans {
    background-image: url("../img/bandeauprojet/acidificationdesoceans.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-efficaciteenergetique {
    background-image: url("../img/bandeauprojet/developpementdelefficaciteenergetiqueetdesenergiesrenouvelables.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-amp {
    background-image: url("../img/bandeauprojet/developpementdesairesmarinesprotegees.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-connaissancebiodiversite {
    background-image: url("../img/bandeauprojet/connaissancedelabiodiversite.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-gestioneau {
    background-image: url("../img/bandeauprojet/gestionintegreeetaccesauxressourceseneau.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-especesmenacees {
    background-image: url("../img/bandeauprojet/conservationdespecesmenacees.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-changementclimatique {
    background-image: url("../img/bandeauprojet/etudeduchangementclimatiqueetdeseseffets.jpg");
    height: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-mentionslegales {
    background-image: url("../img/mentionslegales/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-monacosengage {
    background-image: url("../img/initiatives/initiative2/monacosengage/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-plandusite {
    background-image: url("../img/plandusite/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-quisommesnous {
    background-image: url("../img/quisommesnous/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-woodforeverpact {
    background-image: url("../img/initiatives/initiative2/woodforeverpact/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-syn {
    background-image: url("../img/initiatives/initiative7/syn/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-partenaires {
    background-image: url("../img/partenaires/bandeau.jpg");
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Text sur bandeau */
.hero-text {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
	font-size: 1.8em;
	font-weight:bold;
	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
	text-transform:uppercase;
} 
.imgactuone{
	width:600px;
}
  @media screen  and (max-width:480px) 
{
	.hero-text {
		font-size: 12px;}
	.imgactuone{
		width:90%;
	}
}
.imgactuonenew{
	width:100%;
}
  @media screen  and (max-width:480px) 
{
	.hero-text {
		font-size: 12px;}
	.imgactuonenew{
		width:80%px;
	}
}/* ACTIVITES */
/*grid */
.row {
    display:block;
	padding:0;
} 

.programme{
    position:relative;
	width:25%;	
	float:left;
height:400px;
background-color:black}

.grid
{
   height:400px;
	width:100%;	
}

.grid-activites
{
   height:400px;
	width:100%;	
	opacity:1;
	object-fit: cover;
}

.grid:hover
{
   opacity:0.6;
}


/* titre sur les images */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-decoration: none;
	font-size:1.5em;
	color: white;
	text-align:center;
	display:block;
	font-weight:bold;
	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
} 

.initiative
{
    background:#f2f2f2;
	color: black;
	width:auto;
	padding:75px;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
} 

.initiative:hover
{
	color: #0099cc;
} 


@media screen and (min-width:651px)  and (max-width:1350px){
.programme{
    position:relative;
	width:25%;	
	float:left;
height:300px;}
.grid-activites
{
   height:300px;
	width:100%;	
	opacity:1;
	object-fit: cover;
}
}

@media screen and (max-width:650px) {
.programme{
    position:relative;
	width:100%;	
	float:left;
height:400px;}}



/* CONTAINER TAB */
.closebtn
{
	width:25%;
	float:right;
    color: black;
	font-size:2em;
	text-decoration:bold;
	cursor: pointer;
} 

.containerTab{
	display:none;
	background:#e6e6e6;
	width:100%;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*height:450px;*/
	min-height: 600px;
	overflow:auto;
	text-align:center;
}

.content
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
} 


.roundimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:140px;
	height:140px;
	border-radius:50%;
	}


/* ACTUALITES */
/* médias */
.ligne-actu { 
width:50%;
float:left;
margin-left:25%;
} 

.colonne-actu { 
    position:relative;
	width:32.33%;	
	float:left;
	padding:0.5%;
	padding-top:2.5%;
	height:350px;
} 


.actu
{ 
width:100%;
object-fit: cover;
height:230px;
} 

.caption
{ 
color:black;
text-align:center;
font-size:0.5em;
} 
.content
{ 
width:20%;
float:left;
padding-bottom:3%;
} 

h1
{ 
text-align:center;
font-size:1.7em;
padding-top:2%;
} 


.contentclass
{
   display:block;
	width:100%;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:450px;
	/*overflow:auto;*/
	text-align:center;
}


.imgrapportannuel
{
height:200px;
width:auto;} 

.tab
{ width:100%; 
background-color:#e6e6e6;} 

.row-actualites {
    display:block;
	padding:0;
} 

.row-photoactu
{
	width:50%;
	margin-left:auto;
	margin-right:auto;

} 

.row-projet {
	width: 50%;
    display:block;
	padding:0;
	margin-left:auto;
	margin-right:auto;
} 
.row-photoprojets
{
	width:50%;
	float: left;
	/*height: 100%;*/
} 
  @media screen  and (max-width:1168px) 
{
	.row-photoprojets
	{
	width:100%;
	float: left;
	/*height: 100%;*/
	} }
.projetimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	height:200px;
	object-fit:cover;
	}
  @media screen  and (max-width:1168px) 
{
	.projetimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	height:200px;
	object-fit:cover;
	}
}

.actuimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	height:200px;
	object-fit:cover;
	}
  @media screen  and (max-width:1168px) 
{
	.actuimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	height:200px;
	object-fit:cover;
	}
}
.localisationimage{
	display: block;
	width:100%;
	height:auto;
	object-fit:cover;
	
}

.photo {
   position: relative;
	float: left;
	/*width: 32.8%;*/
	width: 32.7%;
	padding-right: 0.4%;
	padding-bottom: 5%;
	height: 300px;
	margin: 2px;
	overflow: hidden;
}
@media screen  and (max-width:980px) 
{
	.photo {
   position: relative;
	float: left;
	width: 100%;
	padding-right: 0.4%;
	padding-bottom: 5%;
	height: 300px;
	margin: 2px;
	overflow: hidden;
	}
}
.container-actualites {
    position:relative;
	width:33.33%;	
	float:left;
height:400px;

}
.container-actualites2 {
    position: relative;
    width: 33%;
    height: 400px;
    margin: 0 auto;
}

.grid-actualites
{
   height:400px;
	width:100%;
	object-fit: cover;
}

/* Vidéothèque */
.videothequelien
{ width:32%; 
float:left;
/*height:100%;*/
padding:0.5%;
} 

/* Liens */
.liensclass
{ /*width:50%;*/ 
overflow:auto;
height:450px; 
margin-left:auto;
margin-right:auto;} 

.imglien
{ width:25%; 
float:left} 

.imagelien
{ width:100%; } 

.lien-texte
{ width:74.5%; 
padding-left:0.5%;
float:left; 
color:black} 


@media screen and (max-width:1350px)
{
  .ligne-actu{
    width:100%;
	margin:0;
  }
  
  .liensclass
{ width:100%; } 

 }
 @media screen and (min-width:700px) and (max-width:1200px)
{
  .colonne-actu{
	width:49%;	
	float:left;
	padding:0.5%;
	padding-top:2.5%;
  }
  
  .container {
height:200px;
}

.grid
{
   height:200px;
	width:100%;	
}

.videothequelien
{ width:49%} 

.content
{ 
width:33%;
} 

.liensclass
{ width:100%;} 

.imglien
{ width:100%; } 

.lien-texte
{ width:100%; } 
 }
 
  @media screen  and (max-width:700px) 
{
  .colonne-actu{
	width:100%;	
	float:left;
	padding-bottom:0.5%;
	padding-top:3%;
  }
  
  .container {
height:100px;
}

.content
{ 
width:100%;
} 

.grid
{
   height:100px;
	width:100%;	
}

.videothequelien
{ width:100%} 

.imglien
{ width:100%; } 

.lien-texte
{ width:100%; } 
 
  } 

.plus-actu a
{ color:black;

} 

.plus-actu a:hover
{ color:blue;

} 

.plus-actu{ 
text-align:center;font-weight:bold; } 

/* archives actu */
.container1 {
    position:relative;
	width:33.33%;	
	float:left;
height:400px;

}
.container2 {
   position: relative;
	width:33.33%;	
	float: left;
	height:400px;
}

.container3 {
    position:relative;
	width:33.33%;	
	float:left;
height:400px;
}


/* Pagination */

.pagination {
     margin: 0 auto;
     width: 50%; 
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;

}

.pagination a.active {
    background-color: #333333;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #bfbfbf}

.paginationprevnext{
			text-align: center;
			width: 50%;
			Margin: 0 auto;
		}
.paginationprevnext a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;

}

.paginationprevnext a.active {
    background-color: #333333;
    color: white;
}

.paginationprevnext a:hover:not(.active) {background-color: #bfbfbf}
/* Bouton de recherche */
* {
    box-sizing: border-box;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #fff;
	margin:0px;
}

form.example button {
    float: left;
    width: 20%;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
	vertical-align:center;
}

form.example button:hover {
    background: #e6e6e6;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.recherche
{
width:93%;
padding-top:2px;
}


/* CAHIER */
.content ul
{
    text-align: justify;
    width:50%;
	margin-left:auto;
	margin-right:auto;
    color: black;
	font-size:1.2em;
}

.container1-cahier {
    position:relative;
	width:49.5%;	
	float:left;
	padding-bottom:1%;
	padding-right:0.5%;

}
.container2-cahier {
   position: relative;
	width:49.5%;	
	float:right

}

.couverture{
    margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	font-size:1em;
	text-align:center;
} 

.cahier1{
    border: 2px solid black;
} 

.cahier1:hover
{
    border: 2px solid #e6e6e6;
} 

@media screen and (max-width: 1350px) {
.content-cahier ul
{
	width:90%;
} 
} 

.gras-caption
{font-weight:bold;
text-align:center;
} 

/* Some left and right padding inside the container */
.texte {
    padding: 0 16px;
}

/* Clear floats */
.texte::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

/* media queries texte */
@media screen and (max-width: 980px) {
	  .content ul {
        width: 90%;
		margin-right:auto;
		margin-left:auto;
    }
	
	.content-enbref
	{
        display:none;
}
}

/* BRANCHE ETRANGERE */

/* boutons */

.row-branche
{
width:50%;
margin-left:auto;
margin-right:auto;
} 

.caption-branche
{
text-align:center;font-size:0.7em;width:100%}

.container1-branche {
    position:relative;
	width:33%;	
	float:left;
	padding:0.5%;
			margin-left:0.5%;
}
.container2-branche {
   position: relative;
	width:33%;	
	float: left;
	padding:0.5%;

}

.container3-branche {
   position: relative;
	width:33%;	
	float:  right;
		padding:0.5%;
		margin-right:0.5%;
}

.boutoncliquable-branche
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:300px;
 object-fit:cover} 
 
 @media screen and (min-width: 501px)and (max-width: 600px) {
.row-branche
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

.boutoncliquable-branche
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:200px;} 

}

@media screen and (max-width: 500px) {
.row-branche
{
width:100%;
margin-left:auto;
margin-right:auto;
} 
.boutoncliquable-branche
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:150px;} } 
 
 @media screen and (min-width: 601px) and (max-width: 1099px) {
.row-branche
{
width:100%;
margin-left:auto;
margin-right:auto;
} 
.boutoncliquable-branche
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:250px;} 
}

@media screen and (min-width: 1351px) and (max-width: 1500px) {

.boutoncliquable-branche
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:270px;} 
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {

.boutoncliquable-branche
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:200px;} 
}



/* adresse */
.adresse
{
	margin-left:25%;
	width:25%;
	float:left;
	font-size:1.2em;
} 


/* carte */
.carte
{
	width:25%;
	float:left;
	overflow: hidden;

} 

.iframemap
{
width:100%;
height:300px;
frameborder:0;
border:0} 

@media screen and (max-width: 1350px) {
  .adresse {
  text-align:center;
	width:100%;
	font-size:1.2em;
	margin-left:0;
} 

  .carte {
    width:90%;
	margin-left:5%;
  }
}


.titreprincipal
{
font-weight: bold;text-align:center;font-size:1.7em;} 
/* gouvernance */

/*gouvernance photos */
.gouvernance {
    position:relative;
	width:19.6%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:1%;
	height:350px;
}
.equipe4 {
    position:relative;
	width:25%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:1%;
	height:350px;
}
.equipe2 {
    position:relative;
	width:50%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:1%;
}
.boutoncliquable
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:300px;
 object-fit:cover} 

@media screen and (max-width: 600px) {
.row
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

 .gouvernance {
    position:relative;
	width:100%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}
 .equipe4 {
    position:relative;
	width:80%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}
	.equipe2 {
    position:relative;
	width:80%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:1%;
	
}
.boutoncliquable
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:150px;} 
 
 .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-decoration: none;
	font-size:1.2em;
} 

}

@media screen and (min-width: 601px) and (max-width: 1099px) {
.row
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

.gouvernance {
    position:relative;
	width:30%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}
.equipe2 {
    position:relative;
	width:50%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}

.equipe4 {
    position:relative;
	width:50%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}
.boutoncliquable
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:250px;} 
}


@media screen and (min-width: 1351px) and (max-width: 1500px) {

.boutoncliquable
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:270px;} 
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {

.gouvernance {
    position:relative;
	width:30%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}
.equipe2 {
    position:relative;
	width:50%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}

.equipe4 {
    position:relative;
	width:50%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}
.boutoncliquable
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:200px;} 
}


/* CAROUSEL */

/* Carousel*/
.mySlides {display: none}
img {vertical-align: middle;
}

/* Slideshow container */
.slideshow-container-projet {
  max-width: 100%;
  position: relative;
  margin: auto;
}
/* Slideshow container */
.slideshow-container-actu {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.slides-content-1 {
width:31.666%;
padding-top:0.5%;
padding-bottom:0.5%;
float:left;
height:100%;
text-align:center;
margin-left:2%;
}

.slides-content-2 {
width:31.666%;
padding:0.5%;
float:left;
height:100%;
text-align:center;
}
.slides-content-3 {
width:31.666%;
padding-top:0.5%;
padding-bottom:0.5%;
margin-right:2%;
float:left;
height:100%;
text-align:center;
}

/* Img Actu*/
.imgprojet {
width:100%;

}

/* Img localisation*/
.imglocalisation {
width:100%;
max-width: 100%;
height: auto;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #e6e6e6;
}

/* Caption text */
.projet-text {
  color: #000;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  text-align:center;
}

.dot-class
{margin-left:auto;
margin-right:auto;
text-align:center}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/* Cahier */
.row-cahier
{
width:50%;
margin-left:auto;
margin-right:auto;
} 

	.content-enbref
	{
        text-align:justify;
}

.content-cahier
{

	width:100%;
	margin-left:auto;
	margin-right:auto;
} 


@media screen and (min-width: 1351px) {
.content-cahier ul
{

	width:50%;
	margin-left:auto;
	margin-right:auto;
} } 


@media screen and (max-width: 600px) {

.row-cahier
{
width:100%;
margin-left:auto;
margin-right:auto;
} 
}


@media screen and (min-width: 601px) and (max-width: 1410px) {
.row-cahier
{
width:100%;
margin-left:auto;
margin-right:auto;
} 
}


/* Actu */
.actutab
{
    width:50%;
	margin-left:auto;
	margin-right:auto;
	height:350
px;
	overflow:auto;
} 

.imgactuclass
{
    width:25%;
	float:left;
} 

.imgactu
{
    width:100%;
	height: 400px;
	object-fit: cover;
} 
/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
    .imgactu
	{
		width:100%;
		height: 300px;
		object-fit: cover;
	} 
}
@media screen and (min-width: 1280px) and (max-width: 1410px) {
	.imgactu
	{
		width:100%;
		height: 300px;
	object-fit: cover;
	} 
}
@media screen and (max-width: 1280px) {
	.imgactu
	{
		width:100%;
		height: 220px;
	object-fit: cover;
	} 
}


@media screen and (max-width: 1024px) {
	.imgactu
	{
		width:100%;
		height: 200px;
	object-fit: cover;
	} 
}

@media screen and (max-width: 960px) {
	.imgactu
	{
		width:100%;
		height: 150px;
	object-fit: cover;
	} 
}
@media screen and (max-width: 768px) {
	.imgactu
	{
		width:100%;
		height: 150px;
	object-fit: cover;
	} 
}
.texteactu
{
    font-size:0.9em;
	float:left;
	width:74.5%;
	padding-left:0.5%
} 


.titreactu
{
    font-weight:bold;
	font-size:1em;
	float:left;
} 


/* CHARTE */
.container1-charte {
    position:relative;
	width:24%;	
	left:25%;
	float:left;

}
.container2-charte {
   position: relative;
	width:24%;	
	float: left;
left:26%
}

.burger
{
   position: relative;
	width:49%;	
	float: left;
padding-right:0.5%;
}

.guide
{
   display:block;
	/*width:50%;	*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.imgguide
{
padding:0.5%} 

.trait
{width:30%;
height:1px;background-color: #000;
font-size:0;
margin-left:auto;
margin-right:auto;	}

.entreprise
{
  width:19%;
  /*max-height:130px;*/

}

@media screen and (max-width: 980px) {	
	    .container1-charte, .container2-charte {
        width: 50%;
		left:0;
    }
	.guide {
        width: 90%;
		margin-right:auto;
		margin-left:auto;
    }
	.entreprise
{
  width:25%;
  max-height:130px;

}
}

/* CONTACT */
input[type=text], textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[id=envoyer] {
    background-color: #e6e6e6;
    color: black;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
	
}

input[id=envoyer]:hover {
    opacity:0.8;
}

.envoyer{
    text-align:center;
}

/* Style the container/contact section */
.contact{
    border-radius: 5px;
    padding: 10px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width:980px) {
    .contact {
        width: 95%;
    }
} 


/* DONATEURS */
.container-donateurs {
    position:relative;
	width:24.5%;	
	float:left;
	left:25%;
	padding:0.25%
}
.soustitre
{text-align:center; font-size: 1.2em;}

.containerTabsub
{width:50%; margin:auto;}



.logo-entreprise
{
    width:12.5%;
} 
.ligne
{
   position: relative;
	width:100%;	
	float: left;
	display: block;
	background-color: #e6e6e6;
}

.containerTabsub ul
{
    text-align: justify;
    width:28%;
	margin-left:auto;
	margin-right:auto;
    color: black;
	font-size:1.1em;
	float:left;
} 

@media screen and (max-width: 980px) {

	.containerTabsub
{width:100%}
	
		.containerTabsub ul	
{width:100%}

.container-donateurs {
    position:relative;
	width:49.5%;	
	float:left;
	left:0.25%;
	padding:0.25%;
}
}



@media screen and (max-width: 600px) {
.logo-entreprise
{
    width:49%;
} 

		.individuel ul	
{width:100%}

	.containerTabsub
{width:100%}}

@media screen and (max-width: 1350px) and (min-width: 601px) {
.logo-entreprise{
    width:25%;
} 
}

/* GOUVERNANCE */
.containerTab ul
{
    text-align: justify;
    /*width:50%;*/
	margin-left:auto;
	margin-right:auto;
    color: black;
	font-size:1em;
} 

.equipe
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.row-gouvernance
{
width:50%;
margin-left:auto;
margin-right:auto;
} 

.container-gouvernance {
    position:relative;
	width:32.6%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
	left:0.5%;
}

.titreparagraphe{
font-weight: bold;text-align:center;}

.organigramme
{
width:100%}

.boutoncliquable-gouvernance
 {width:100%;
 opacity:0.5;
 padding-top:4%;
 height:250px;
 object-fit:cover;
 } 

@media screen and (max-width: 600px) {


.row-gouvernance
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

.equipe
{
	width:100%;
}
}


@media screen and (min-width: 601px) and (max-width: 1410px) {
.row-gouvernance
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

.equipe
{
	width:100%;
}
}

.caption{
text-align:center;font-size:0.6em;width:100%;
height: 100px;}

.captionevent{
text-align:left;font-size:0.6em;width:100%;
height: 100px;}

.caption-cahier{
text-align:center;font-size:0.9em;width:100%;
}

/* media queries texte */
@media screen and (max-width: 980px) {

	  .containerTab ul {
        width: 90%;
		margin-right:auto;
		margin-left:auto;
    }
}

/* Modal boxes */
.modalDialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 75%;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        background: #fff;

    }

    .close {
        background: #666;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }

    .close:hover { background: #e6e6e6; color:black}

.modal	{ width:95%}
@media screen and (min-width: 980px) {  
	.modalDialog > div
	  {
        width: 50%;}}



/* INITIATIVE 2 */
.initiative2
{
    text-align: justify;
    width:90%;
	margin-left:auto;
	margin-right:auto;
    color: black;
	font-size:1em;
} 

/* INITIATIVE 2*/
.ligne-actu { 
width:50%;
float:left;
margin-left:25%;
} 

.colonne-actu { 
    position:relative;
	width:24%;	
	float:left;
	padding:0.5%;
	padding-top:3%;
	text-align:center;
	margin:auto;
} 



.actu
{ 
width:100%;
border: 1px solid black;
object-fit:cover
} 

.actu:hover
{ 
border:#0099cc;
opacity:0.8
} 

@media screen and (max-width:1080px){

.initiative2 { 
width:95%;
} 
.ligne-actu { 
width:100%;
margin:0
} 
} 

/*INITIATIVE 4*/
.row-initiative4
{
width:50%;
margin-left:auto;
margin-right:auto;
} 

.cahier
{
   display:block;
	width:50%;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.imgcahier
{
padding-right:0.5%;
height:334px;
    border: 2px solid black;
} 

.imgcahier:hover
{
    border: 2px solid #e6e6e6;
} 

.container1-initiative4 {
    position:relative;
	width:33%;	
	float:left;
	padding-bottom:0.5%;
	padding-right:0.5%;

}
.container2-initiative4  {
   position: relative;
	width:33%;	
	float:left;
	
		padding-bottom:0.5%;

}

.container3-initiative4 {
   position: relative;
	width:33%;	
	float:  right;
	padding-bottom:0.5%;

}

@media screen and (max-width: 600px) {
.row-initiative4
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

.actutab
{
    width:90%;
} 

.cahier
{
   display:block;
	width:100%;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.imgactuclass
{
    width:100%;
} 

.texteactu
{
    font-size:0.9em;
	float:left;
} 

}


@media screen and (min-width: 601px) and (max-width: 1410px) {
.row-initiative4
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

.actutab
{
    width:90%;
} 


.cahier
{
   display:block;
	width:100%;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

}

/* MBI */

/*grid*/
.row-mbi
{
width:50%;
margin-left:auto;
margin-right:auto;
} 
@media screen and (max-width: 1280px) {
  .row-mbi {
    width:80%;
}
}
/* Container holding the image and the text */
.container1-mbi {
    position:relative;
	width:33%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;
}
.container2-mbi {
   position: relative;
	width:33%;	
	float: left;
		padding-bottom:0.5%;
		padding-left:0.25%;
		padding-right:0.25%;
}

.container3-mbi {
   position: relative;
	width:33%;	
	float:  left;
		padding-bottom:0.5%;
		padding-left:0.5%;
}
.top-mbi{
width:100%;
	margin-left: auto;
	margin-right: auto;
}
.container-mbi{
width:100%;
opacity:0.7;
object-fit:cover} 

.container-mbi-top{
width:33%;
opacity:0.7;
object-fit:cover;
margin-left: auto;
margin-right: auto;} 

.logo-mbi
{
width:50%;
left:25%;
position:relative} 


@media screen and (max-width: 980px) {
  .row-mbi {
    width:80%;
}
.logo-mbi
{
width:90%;
left:5%;
position: relative }

.container1-mbi 
{
    width:100%;
	margin-left:auto;
	margin-right:auto;
}

.container2-mbi
{
    width:100%;
	margin-left:auto;
	margin-right:auto;
}


.container3-mbi
{
    width:100%;
	margin-left:auto;
	margin-right:auto;
}
}
.container-branche{
  position:relative;
	width:33%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:0.5%;}

.branche-photo{
	width:100%;
	overflow: hidden;
	height: 250px;
	object-fit: cover;
	}
/* media queries texte */
@media screen and (max-width: 1367px) {
    .branche-photo{
        height: 200px;
}}
/* media queries texte */
@media screen and (max-width: 980px) {
    .branche-photo{
        height: 150px;
}}


/* AMAO */
.AMAO
{
    display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
} 

/* Vidéo Fondation */
.video
{
	display:block;
	margin-left:auto;
	margin-right:auto;
    width:100%;
	height:50%;
} 

/* media queries texte */
@media screen and (max-width: 980px) {
    video{
        width: 100%;
		padding-top: 45px;
}}

/* INITIATIVES */
.ligne-initiatives { 
width:50%;
float:left;
margin-left:25%;
min-height: 650px;
overflow: auto;
} 

.colonne-initiatives { 
    position:relative;
	width:33%;	
	float:left;
	padding-bottom:0.5%;
	padding-top:3%;
	height:180px;
} 
@media screen and (max-width: 1650px) {
.colonne-initiatives { 
    position:relative;
	width:33%;	
	float:left;
	padding-bottom:0.5%;
	padding-top:3%;
	height:200px;
} 
	
	.ligne-initiatives { 
width:100%;
margin-left:auto;
margin-right:auto;
}
}
@media screen and (max-width: 700px) {
.ligne-initiatives { 
width:100%;
margin-left:auto;
margin-right:auto;
} 

.colonne-initiatives { 
    position:relative;
	width:50%;	
	float:left;
	padding-bottom:0.5%;
	height:200px;
}

}

.initiatives
{ 
max-height:200px;
max-width:200px;
margin-left:auto;
margin-right:auto;
display:block;
} 

/* LES PRIX DE LA FONDATION */

.container1-prix {
    position:relative;
	width:50%;	
	float:left;
	padding:0.5%;
}
.container2-prix {
   position: relative;
	width:50%;	
	float: left;
	padding:0.5%

}

	.prix
{
/*width:50%;*/
margin-left:auto;
margin-right:auto;
} 

.prix-content {
    position:relative;
	width:32%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:1%;
	height:350px;
}

.prix-texte{
text-align:center;font-size:0.9em;width:100%}

.texte::after, .prix::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 980px) {
	
		.prix
{
width:100%;
margin-left:auto;
margin-right:auto;
} 


}
@media screen and (max-width: 600px) {

	 .prix-content{
    position:relative;
	width:100%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:0.5%;
	height:280px;
}

	.prix
{
width:100%;
margin-left:auto;
margin-right:auto;
} 
}

.event {
    position:relative;
	width:100%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:5%;
}
.eventimage{
width: 100%;
}
@media screen and (max-width: 600px) {
 .event {
    position:relative;
	width:100%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:3%;
	min-height: 450px;
}
}
/* PROGRAMME */

.projet {
    position:relative;
	width:32.8%;	
	float:left;
	padding-right:0.4%;
	padding-bottom:5%;
	height:100%;
}

.row-programme
{
width:50%;
margin-left:auto;
margin-right:auto;
} 



@media screen and (max-width: 600px) {
.row-programme
{
width:100%;
margin-left:auto;
margin-right:auto;
} 

 .projet {
    position:relative;
	width:100%;	
	float:left;
	padding-right:0.5%;
	padding-bottom:3%;
	height:100%;
}
.projetimage{
 height:100%;
}
	.actuimage{
 height:100%;
}
} 


@media screen and (min-width: 601px) and (max-width: 1350px) {
.row-programme
{
width:100%;
margin-left:auto;
margin-right:auto;
min-height:100%;
} 
 .projet {
	height:100%;
	padding-bottom:2%;
}

.projetimage{
 /*height:100%;*/
}} 

/* PLAN DU SITE */

.block
{
margin-left:auto;
margin-right:auto;
width:50%
} 


.block ul {
    list-style:none;
	font-size:1em;
	text-align:justify;
	color:black;
} 

@media screen and (max-width: 1350px) {
.block
{
width:100%;
} 
} 

/* QUI SOMMES NOUS */
.missions ul
{
    text-align: justify;
    color: black;
	font-size:1em;
} 


.missions
{
    text-align:center;
	width:100%;
	color: black;
	font-size:1.2em;
	font-weight:bold;
} 

.colonne-missions
{
    width:33%;
	float:left;
} 

.ligne-missions
{
    width:50%;
	margin:auto;
} 

/* media queries texte */
@media screen and (max-width: 980px) {
	.ligne-missions
{
    width:95%;
	margin:auto;
} 

.colonne-missions
{
    width:95%;
	margin:auto;
} 
}

@media screen and (min-width: 981px) and (max-width: 1300px) 
{
   
	.ligne-missions
{
    width:95%;
	margin:auto;
} 
}

/* Vidéo Fondation 
.video-container-quisommesnous {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        overflow: hidden;
		height:0;
		width:50%;
		margin-left:auto;
		margin-right:auto
}

.video-container-quisommesnous  iframe,  
.video-container-quisommesnous  object,  
.video-container-quisommesnous  embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
}*/
.video-container-quisommesnous {
        position: relative;
        overflow: hidden;
		height:400px;
		width:50%;
		margin-left:auto;
		margin-right:auto
}

.video-container-quisommesnous  iframe,  
.video-container-quisommesnous  object,  
.video-container-quisommesnous  embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
/* media queries texte */
@media screen and (max-width: 980px) {

	.video-container-quisommesnous  {
		width:100%;
}

.video-container-quisommesnous  iframe,  
.video-container-quisommesnous  object,  
.video-container-quisommesnous  embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height:100%;
}}


.video-container-actu {
        position: relative;
        overflow: hidden;
		height:400px;
		width:80%;
		margin-left:auto;
		margin-right:auto
}

.video-container-actu  iframe,  
.video-container-actu  object,  
.video-container-actu  embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
/* media queries texte */
@media screen and (max-width: 980px) {

	.video-container-actu  {
		width:100%;
}

.video-container-actu  iframe,  
.video-container-actu  object,  
.video-container-actu  embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height:100%;
}}

/* WOOD FOREVER PACT */

.imgnewsletter
{
padding:0.5%;
width:20%;} 


.lien {
    text-align:center;
	font-style:italic;
	}
	
	
@media screen and (max-width: 600px) {
.imgnewsletter
{
padding:0.5%;
width:90%;} }

/* PARTENAIRES */

/*logo */
.imgpartenaire
{width:100%;
margin:auto;
obejct-fit:cover;
max-height:120px;
max-width:120px;} 


/*grid*/
.row-partenaires
{
width:50%;
margin-left:auto;
margin-right:auto;
display: block;
overflow: auto;	

} 

.colonne-partenaires {
  float: left;
  /*width: 16.66%;*/
width: 20%;
text-align: center;
height: 125px;
padding: 5px;
}

.colonne-partenairessyn {
  float: left;
  /*width: 16.66%;*/
width: 25%;
text-align: center;
height: 125px;
padding: 5px;
}
/* grid responsive */


@media screen and (max-width: 980px) {
  .row-partenaires {
    width:80%;
}
.colonne-partenaires
{
    width:50%;
	float:left;

}
}


@media screen and (min-width: 981px) and (max-width: 1300px) {
  .row-partenaires {
    width:80%;
}
.colonne-partenaires
{
    width:33%;
	float:left;
}
}



@media screen and (min-width:1301px) and (max-width: 1600px) {
  .row-partenaires {
    width:80%;
}
.colonne-partenaires
{
    width:25%;
	float:left;
}
}

/* FOOTER */
.footercontainer
 { position: relative;
  bottom:0;
  left:0;
  width:100%;
  background-color:white;}


.footer
{
  overflow: hidden;
  background-color: #fff;
  width:100%;
  margin-left:auto;
  margin-right:auto;

}

/*Icones RS */
.footer-icons
{
    width:33%;
	  display:inline-block;
	  text-align:center;
} 
.footer-link
{
   width:33%;
  text-align:center;
  float:right;
  top:0;
	
	
}

.icone
{
    width:25px;
	padding-top:5px;
} 


.footer-newsletter
{
  width:33%;
  text-align:center;
  float:right;
  font-size:0.6em;
  /*line-height:400%;*/
  top:0;

}
.footer-left{
	float: left; width: 65%; vertical-align: middle;
}
.footer-right{
	float: left; width: 35%; vertical-align: middle;
}
/* Subscribe newsletter */
/* Style the form element with a border around it */
form {
    border: 4px solid #fff;

}

/* Add some padding and a grey background color to containers */
.newsletter-container {
    /*padding: 20px;*/
    background-color: white;
	padding-top:0px;
}


/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
    margin-top: 16px;
}

/* Style the submit button */
input[type=submit] {
    background-color: #e6e6e6;
    color: black;
    border: none;
	width:25%;
	font-weight: bold;
}

input[type=submit]:hover {
    opacity: 0.8;
} 

.footer-texte
{
  width:50%;
  float:left;
  font-size:1em;
  text-align:center;
  padding-top:50px;

}
     .footer-texte a
{ color:black;
  text-decoration:none;}

.footer-copyright
{ font-size:0.7em;
text-align:center;}

/* Media queries - footer */
@media screen and (max-width:1200px){
.footer
{ width:100%;}}

@media screen and (max-width:700px){
input[type=submit] 
{ width:100%;}
.footer-left{
	float: left; width: 100%; vertical-align: middle;
}
.footer-right{
	float: left; width: 100%; vertical-align: middle;
}
}


