/*@import('https://fonts.googleapis.com/css2? family=Playfair+Display:wght@400;600&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800&display=swap');
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #fff; 
  text-align: center;
  height: 100%;
  overflow-y: scroll;
}
/*===================================================================================================*/
/* L I E N S */
/*===================================================================================================*/
a {	
/*	 color: #000;*/
  transition: .25s all;
}
a, a:hover {
  text-decoration: none;
}
/*.ajouts p a:before {
  content: url(../logo/eye.png);
  position: relative;
  left: -12px;
  top: 1px;
}*/
/*===================================================================================================*/
/* T E X T E */
/*===================================================================================================*/
h1 {
  font-weight: 400;
  font-size: 3.0em;
  color: #fff;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  min-height: 50px;
}
h1 span {
  font-weight: 100;
  border: 0;
  margin-left: 10px;
}
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;
}
h4 {
  width: 90%;
  font-weight: 300;
  font-size: 1.4em;
  color: #000;
  line-height: 1.4em;
  text-align: left;
  padding: 0 15px 5px 20px;
}
h5 {
  width: 90%;
  margin: 10px auto 5px auto;
  font-weight: 300;
  font-size: 1.1em;
  color: #000;
  text-align: right;
}
p {
  margin: 0 0 25px 0;
	font-weight: 300;
}
blockquote {
    margin: 40px 5% 40px 5%;;
}
/*===================================================================================================*/
/* I M A G E S */
/*===================================================================================================*/
img {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0 0 0;
  border: solid #fff 0;
  z-index: 1;
  border-radius: 0;
}
img:first-child {
  margin-top: 0px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.index img {
  margin: 0;
  border-radius: 0;
}
.effet img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.effet img:hover {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}

@media screen and (orientation:portrait) {
.contenant img {
height: 600px; 
object-fit: cover;
}
}
/*===================================================================================================*/
/* V I D E O S */
/*===================================================================================================*/
.video-div {
  margin-top: 65px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 40px;
  border: solid #fff 0;
  border-bottom: solid #ffffff 0;
}
video {}
/*===================================================================================================*/
/* B A N D E A U */
/*===================================================================================================*/
.bandeau {
  height: 120px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
.bandeau .texte {
    margin: 0;
    padding:40px 0 0 0;
    text-align: center;
    z-index: 2;
}
.bandeau .texte h2 {
  font-size: 2.6em;
  line-height: 1.1em;
  color: #454545;  /*#3b434c;*/
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline;
  letter-spacing : -1px;
}
.bandeau .texte h3 {
  font-size: 2.0em;
  line-height: 1.1em;	
  color:#000;
  font-weight: 400;
  margin: 15px 0 0 0;
  padding: 0;
  letter-spacing : -1px;
  display: inline;
  text-align: center;
}

/*===================================================================================================*/
/* B O U T O N S */
/*===================================================================================================*/
.button-close {
  position: absolute;
  z-index: 3;
  display: block;
  top: 19px;
  right: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: none;
  background: url(img/menu-burger.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  cursor: pointer;
}
.bouton {
  width: auto;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  padding: 15px 32px;
  font-size: 16px;
  border: solid 1px #fff;
  margin: 10px 0 20px 15px;
}
.bouton:hover, .bouton:focus {
  cursor: pointer;
}
/*===================================================================================================*/
/* M E N U */
/*===================================================================================================*/
.menu {
  width: auto;
  height:79px;
  padding: 0;
  font-size: 16px;
  margin: 10px 0 10px 0;
  text-align: center;
  background-color: #fff;
}
.menu ul {
  padding: 10px 0 0 0;
  list-style-type: none;
  margin: 0;
  display: inline-block;
  width: auto;
}
.menu li {
  float: left;  
  margin: 0;
  padding: 5px 12px 5px 12px;
  border-right-color:#9da1a5;
  border-right-width: 1px;
  border-right-style: solid;
}
.menu .li-der {
  border-right-color:#9da1a5;
  border-right-width: 0px;
  border-right-style: solid;
}
.menu ul li a {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 200; 
  font-size: 1.2em; 
  color: #0b141f; 
  line-height: 1.5em;
letter-spacing : 1px;
}
.menu ul li a:hover {
  color: #fff;
}
.menu .active {
  color: #000;
	 font-weight: 400;
}
/*===================================================================================================*/
/* T I T R E */
/*===================================================================================================*/
.titre {
    font-weight: 300;
    width: 90%;
    margin: 30px auto 20px auto;
    padding: 0 10% 0 10%;
    font-size: 2.0em;
    color: #000;
    border: 0;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    display: block;
}
.titre:after, .titre-gras:after {
  border-bottom: 1px solid #9da1a5;
  content: '';
  display: block;
  padding:0;
  margin: 5px 0 0 44%;
  width: 12%;
}
.titre-gras {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 0 10% 0 10%;
    font-size: 2.2em;
    color: #000;
    border: 0;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    display: block;
 }  
.commentaire {
    font-weight: 300;
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 0;
    font-size: 1.7em;
    color: #000;
    border: 0;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    display: block;
}
/*===================================================================================================*/
/* D A T E */
/*===================================================================================================*/
.date {
    width: 80%;
    font-size: 1.4em;
    font-weight: 200;
    color: #000;
    text-align: center;
    padding: 0;
    line-height: 1.4em;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
}
/*===================================================================================================*/
/* P H O T O */
/*===================================================================================================*/
.photo-xe4, .photo-xt5 {
  font-size: 1.2em;
  font-weight: 100;
  color: #000; 
  text-align: center;
  padding: 0;
  line-height: 20px;
  margin: -20px 0 70px 0;
}

.photo-xt5:before{ 
  content:url("img/fuji-xt5.jpg");
  position:relative; 
  left:-10px;
  top:20px;
 }

.photo-xe4:before{ 
  content:url("img/fuji-xe4.jpg");
  position:relative; 
  left:-10px;
  top:20px;
 }

/*===================================================================================================*/
/* C O N T A I N E R */
/*===================================================================================================*/
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.container img {
  border: solid #fff 0px;
  margin-top: 0px;
}
.container .texte_centrer {
  position: relative;
  display: block;
  width: 80%;
  margin: 50px auto 50px auto;
  font-weight: 300;
  font-size: 1.4em;
  color: #000;
  line-height: 1.6em;
}
/*===================================================================================================*/
/* C O N T E N A N T */
/*===================================================================================================*/
.contenant {
    width: 100%;
    margin: 0;
    position: relative;
    text-align: right;
    padding-top: 0px;
}
.contenant img {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    /*  padding-bottom: 10px;*/	
    border: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.contenant .texte_centrer {
  position: absolute;
  bottom: 0%;
  right: 2%;
}
.contenant .texte_centrer h1 {
  position: relative;
	font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 3.0em;
  color: #fff;
  line-height: 1.2em;
  margin-right: 40px;
  text-align: right;
	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: 300;
	letter-spacing : 0px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #f2f2f2;
}
/*===================================================================================================*/
/* C O N T A I N E R - B L A N C */
/*===================================================================================================*/
.container-blanc {
    width: 96%;
    margin: 0 2% 0 2%;
    padding: 0 0 30px 0;
    font-size: 13px;
    text-align: center;
}
.container-blanc h1 {
  font-weight: 400;
  font-size: 2.6em;
  color: #000; 
  line-height: 1.4em;
  text-align: center;
  margin: 30px 10% 10px 10%;
}
.container-blanc h2 {
  color: #000; color: #fff;
  font-size: 2.0em;
  line-height: 1.4em;
  text-align: center;
  margin: 40px 10% 20px 10%;
}
.container-blanc .texte_centrer {
  position: relative;
  text-align: left;
  width: 80%;
  display: block;
  margin: 20px auto 30px auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  color: #000;
  line-height: 1.4em;
}
/*===================================================================================================*/
/* T A B L E A U X */
/*===================================================================================================*/
.tableau-2col {
  width: 100%;
  margin:0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}   
.tableau-2col p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  color: #000;
  line-height: 1.4em;
  margin: 5px 0 20px 0;
  padding: 10px 0px 0px 0px;
     text-align:left;
}

/* 1 colonne pleine largeur
<br><br>
	
<img src="../2023/20231126-fort-l-ecluse/002.jpg" alt=""/> 
<p class="commentaire"></p>

<div class="boutons-container"> 
 <a href="marais-de-l-etournel.html" class="bouton-web"></a>  
</div>	
		
<br><br>
*/

/*===================================================================================================*/
/* P I E D */
/*===================================================================================================*/
.pied {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 60px 0 70px 0;
  font-weight: 300;
  font-size: 1.1em;
  font-color: #999;
  background-color: #000;
  text-align: center; 
}
.logo {
  margin: 0 auto 0 auto;
	text-align: center;
}
.logo a, a:hover {
  color: #ffd000;
}
.logo img {
  border: 0;
	margin: 0 auto 0 auto;
	max-width : 150px;
    height : auto;
}
.pied.date {
  margin-bottom: 20px;
}

/*.mail {
width: 30px;
margin:4px 20px 0 auto;
z-index: 3;
float:right;
}*/
.pied .infos {
float:left;
z-index: 4;
margin:-20px 0 0 50px;
width: 100px;
font-size: 1.6em;
color: #999;
font-weight: 500;	
}
.pied .infos a {
  color: #333;	
}
.fa-2x {
  font-size: 1.6em;
  color: #999;
}
.fa-3x {
  font-size: 3.5em;
  color: #999;
}
.fa-4x {
  font-size: 2.0em;
  color: #999;
  font-weight: 400;
}
/*===================================================================================================*/
/* C A R T E */
/*===================================================================================================*/
#map {
  width: 100%;
  height: 800px;
  position: relative;
  clear: both;
  padding: 0;
  margin: 0 auto 0 auto;
}
.bouton {
  border-radius: 4px;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #fff;
  font-weight: 300;
  margin: 25px 0 0 0;
  padding: 5px;
  text-align: center;
  background-color: #323232;
  border: solid #ffffff 1px;
}
.bouton-web {
    border-radius: 4px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #000;
    font-weight: 300;
    margin: 5px 0 0 0;
    padding: 8px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border: solid #000 1px;  
}
.bouton-web:hover {
  cursor: pointer;
  background-color: #ffd000;
}
/*===================================================================================================*/
/* T O P  B O U T O N */
/*===================================================================================================*/
#button {
/*  display: block;*/
  background-color: #000;
  width: 45px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #ffd000;
}
#button:active {
  background-color: #ffd000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.nom {display: contents;}
.nom2 {display: none;}

	
/*===================================================================================================*/
/* T H E M E */
/*===================================================================================================*/
/*.theme a, .theme a:hover {color: #fff;transition: .25s all;text-decoration: none;}		
.theme a:before { content: none;}                 
.theme img {width:100%;height: auto;margin: 30px 0 10px 0;border: solid 0px #fff;}
.theme h1 {font-family: 'Playfair Display', serif;font-size: 3.2em;text-transform: uppercase;font-weight: 400;color:#fff;line-height: 1.3em;margin: 45px 0 0px 0;text-align: center;} 
.theme h2 {font-size:2.4em; text-transform: uppercase;font-weight: 500;color:#fff;line-height: 1.3em;margin: 60px 0 30px 0;text-align: center;}    
.theme h3 {font-family: 'Playfair Display', serif;font-size: 2.1em;font-weight: 400;color:#fff;line-height: 1.3em;margin: -30px 0 0px 0;text-align: center;} 
.theme p {margin: 10px auto 20px auto;  position: relative;text-align: center;width: 100%;display: block;font-family: 'Poppins', sans-serif;font-weight: 300;font-size: 1.5em;color: #99999d;line-height: 1.6em;padding:0 8% 0 8%;}
.centre {text-align:center;}			
.gauche {text-align:left;}
.droite {text-align:right;}
.theme .pied {font-color: #fff;background-color: #000;}	
.theme .bouton-jaune {border-radius: 4px;font-family: 'Poppins', sans-serif;font-size: 1.6em;line-height: 1.5em;color: #000;font-weight: 300;margin: 0 0 0 0;padding: 8px; text-align: center;background-color: #ffd000;border: solid #000 1px;text-decoration: none;float:right;}
.theme .bouton-jaune:hover, .theme .bouton-jaune:focus {cursor: pointer;background-color: #ffd000;}
blockquote {margin: 40px 10% 20px 10%;padding: 15px;border: solid 1px #666;border-radius: 5px;}*/
/*===================================================================================================*/
/* P A N O R A M A */
/*http://terrymun.github.io/paver/demo/index.html*/
/*===================================================================================================*/
*[data-paver] {
  margin: 0;
  padding: 0;
  position: relative;
  left: -25%;
  width: 150%;
  overflow-x: scroll;
  overflow-y: hidden;
}
*[data-paver] img {
  height: 100%;
}
.panorama {
	height: 400px;
	overflow-x: scroll;
	overflow-y: hidden;
}
.panorama img {
    height: 100%;
}
/*===================================================================================================*/
/* N E I G E */
/*===================================================================================================*/
.illustration {
  position: relative;
  margin: 0 auto;
  width: auto;
  height: 100%;
  background: url("../gege/css/img/illustration.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.i-large, .i-medium, .i-small {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.i-large {
  background: url("../gege/css/img/particules_large.png") repeat 0px 0px;
  -webkit-animation: dropFlowParticles 2s linear infinite;
  -o-animation: dropFlowParticles 2s linear infinite;
  animation: dropFlowParticles 2s linear infinite;
}
.i-medium {
  background: url("../gege/css/img/particules_medium.png") repeat 0px 0px;
  -webkit-animation: dropFlowParticles 12s linear infinite;
  -o-animation: dropFlowParticles 12s linear infinite;
  animation: dropFlowParticles 12s linear infinite;
}
.i-small {
  background: url("../gege/css/img/particules_small.png") repeat 0px 0px;
  -webkit-animation: dropFlowParticles 27s linear infinite;
  -o-animation: dropFlowParticles 27s linear infinite;
  animation: dropFlowParticles 27s linear infinite;
}
@-webkit-keyframes dropFlowParticles {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 413px;
  }
}
@keyframes dropFlowParticles {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 413px;
  }
}
/*===================================================================================================*/
/* M E D I A  S C R E E N */
/*===================================================================================================*/
@media screen and (orientation:portrait) {
  .container-grille-rubrique {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px 0 15px;
    background-color:#313132;
  }
  .pied .logo {
   width: 30%;
  }
}
@media screen and (orientation:landscape) {
.container, .contenant { margin: 0 0 0 0;}
 .container-grille-rubrique {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px 0 20px;
  }   
  .pied .logo {
   width: 20%;
  }
}
@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}


/*For iPhone 11, 12, 13, 14 and 15*/
/* 1179×2556 pixels at 460ppi */
/*@media only screen 
    and (width: 393px) 
    and (height: 852px)
    and (-webkit-device-pixel-ratio: 3) { */

@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */
	body {
		width: auto;
		margin: 0;
		padding: 0;
	}	
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */
	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}	
	/* conserver le ratio des images */
	img {
		height: auto;
	}	
	/* gestion des mots longs */
	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */
	.element1,
	.element2 {
		float: none;
		width: auto;
	}	
	/* masquer/afficher les éléments  */
	.u-mobile {          
		display: block;          
		display: revert !important; /* affichage des éléments */        
	}        
	.u-no-mobile {          
		display: none !important; /* masquage des éléments */        
	}
	

.button-close {
  top: 19px;
}
.contenant .texte_centrer h1 {
  font-size: 2.0em;
  color: #fff;
  line-height: 1.05em;
  margin-right: 10px;
}	
.bandeau {
  margin: 10px 0 20px 0;
}		
.bandeau .texte h2 {
  font-size: 1.6em;
  line-height: 1.0em;
  margin: 100px 0 0 0;
  padding: 0;
}
.bandeau h2 span {
  font-size: 0.7em;
	text-align: center;
  display: block;
}	
.menu {
  height:80px;
  padding: 0;
  margin: 0 0 0 0;
}
ul {
  margin: 0 10px 0 10px ;
}
li {
  padding: 0px 5px 0px 5px;
}
ul li a {
  font-size: 0.8em; 
  line-height: 0.85em;
}		
.titre {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 1.3em;
    line-height: 1.4em;
}	
/*.mail {
	  width: 10px;
	margin:4px 30px 0 auto;
}*/
.infos {
	  width: 20px;
	margin:0 30px 0 auto;
}		
/*.date {
  font-size: 1.2em;
  line-height: 1.2em;
}	*/	
.logo {
	font-size: 0.7em;
}	
.pied .logo img {
	margin: 0 auto 0 auto;
	max-width : 100px;
    height : auto;	
}	
.container-blanc {
	width:100%;
  margin: 0;
}		
.nom {display: none;}
.nom2 {display: contents;}
.titre-gras {
    margin-top: 30px;
    font-size: 1.8em;
    line-height: 1.4em;
 }  
/*.commentaire {
    width: 90%;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
}*/
.pied .infos {
	margin:130px auto 0 20px;
}
	
	
}
