@charset "utf-8";
/* CSS Document */

/*.container-blanc .texte_centrer:before {
    content: none;
}*/


/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css2? family=Poppins:wght@700&display=swap');*/
a, a:hover {
    color: #fff;
    transition: .25s all;
    text-decoration: none;
}
/*p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin: 0px 60px 30px 60px;
    font-size: 1.5em;
    color: #fff;
    border: 0;
    line-height: 1.6em;
    text-align: left;
}
h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.45em;
    width: 70%;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 2.8em;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 auto 30px auto;
    width: 70%;
    font-size: 2.0em;
    color: #000;
    line-height: 1.4em;
    text-align: center;
    padding: 40px 0 20px 0;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 10px auto 30px auto;
    width: 80%;
    font-size: 1.6em;
    color: #000;
    line-height: 1.6em;
    text-align: center;
    border: 0;
}
img {
    height: auto;
    margin: 25px 0 10px 0;
    border: solid #fff 1;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
    height: 100%;
    font-size: 13px;
}
.container {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
}
.container img {
    width: 94%;
    margin: 10px auto 20px auto;
}*/
/*.bandeau {
    width: 100%;
    margin: 0 auto 0 auto;
    height: 110px;
}
.bandeau img {
    width: 100%;
    margin: 10px auto 20px auto;
}*/
/*.verset {
    background-color: #fffaf0;
    padding: 30px 40px 10px 40px;
    margin: 0 0 30px 0;
}
.verset p {
    font-size: 1.45em;
    line-height: 1.5em;
}*/
.centre {
    text-align: center;
}
.gauche {
    text-align: left;
}
.droite {
    text-align: right;
}
.bleu {
    background-color: #AFEEEE;
    padding: 40px 20px 40px 20px;
    margin: 0 0 50px 0;
}
.bleu p {
    font-size: 1.45em;
    line-height: 1.5em;
}
.haut {
    font-size: 1.3em;
    line-height: 1.3em;
}
.encadre {
    margin: 0 40px 0 40px;
    border: solid #333 1px;
}
video {
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 0;
}
audio {
    width: 80%;
    background-color: #F8F8FF;
    padding: 20px;
    margin: 10px 5% 30px 5%;
}
sup {
    padding-right: 5px;
    font-size: 0.6em
}
strong {
    font-weight: 500;
}
span {
    font-weight: 400;
}
.mail img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
    border: solid #fff 0;
}
.bouton-web {
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.0em;
    line-height: 1.0em;
    color: #000;
    font-weight: 300;
    margin: 20px 0 0 0;
    padding: 8px;
    text-align: center;
    background-color: #ffd000;
    border: solid #000 1px;
    text-decoration: none;
    display: inline-block;
}
.bouton-web:hover, .bouton:focus {
    cursor: pointer;
    background-color: #ffd000;
}
.contenant {
    width: 100%;
    margin: 0 0 10px 0;
    padding:0;
    position: relative;
    text-align: left;
}
.contenant .texte_centrer {
    position: absolute;
    width: 100%;
    margin: 0;
    padding:0;
    bottom: 20px;
    left: 0;
}
.contenant .texte_centrer h1 {
    width: 100%;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.0em;
    margin: 0 10% 5px 4%;
    padding: 0;
    text-align: left;
    letter-spacing : 0px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #f2f2f2;
}
.contenant .texte_centrer h1 span {
  font-size: 0.8em;
  font-family: 'Poppins', sans-serif;
    color:#fff;
	 font-weight: 400;
	letter-spacing : 0px;
		-webkit-text-stroke: 0px;
-webkit-text-stroke-color: #999;
    margin: -2% 0 10px 0;
}  

.galerie {   
display: flex;
flex-flow: row wrap;
/*flex-direction: row; */
align-items: center; 
	margin:0 16px 0 13px; padding:0;
} 
.galerie ul {
	margin:0;
	padding:0;
  list-style-type: none;
}	
.galerie img {
object-fit: cover;   
margin: 0;
border:5px;
width:100%;
height: 300px;
vertical-align: middle;
border-radius:2px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
} 


@media screen and (orientation:portrait) and (min-device-width: 641px) {
.container-blanc {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
 }
.galerie li {      
flex: 0 0 48%;
margin: 5px 1% 20px 1%;
border:0;
width: 100%;
height: 100%;
	list-style: none;
} 
}


@media screen and (orientation:landscape) and (min-device-width: 801px){
.container-blanc {
    width: 98%;
    margin: 0 auto 0 auto;
    padding: 0;
    font-size: 13px;
    text-align: center;
} 
.galerie li {      
flex: 0 0 31.9%;
margin: 5px 0.7% 20px 0.7%;
border:0;
width: 100%;
height: 100%;
	list-style: none;
} 
	
.galerie img {
height: 300px;
} 
 }	


@media (max-width: 640px) {	
	.container {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
}
.container-blanc {
  width:100%;
	height:auto;
  margin: 0;
  padding: 0;
}	
.galerie {   
	width: 100%;
    margin: 0;
}
.galerie li {      
    width: 100%;
    margin: 0;
}
.galerie img{      
    width: 100%;
    margin: 7px 0 7px 0;
}
.contenant .texte_centrer h1 {
    font-size: 1.4em;
    line-height: 1.0em;
}
.contenant .texte_centrer h1 span {
  font-size: 0.7em;
} 
 }    
    