/*Reset CSS*/
*{
    margin: 0px;
    padding: 0px;
    font-family: Avenir, sans-serif;
}

body             { /* Page Body */
	max-width: auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-size:18px;
	background-color: #106810;
	color:#106810;
	}
div {
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	max-width: auto;
	min-width: auto;
	color:#106810;
}	
h1	{
	text-align:center;
	font: bold;
	font-size:22px;
	color:#106810;
}

h2{
	text-align:center;
	font: bold;
	font-size:16px;
	color:#000000;
}

.conteneur7 img    {
	width:700px;
	}
	
.conteneur8 { 
	width:100%;
	margin-left: 0px;
    margin-right: 0px;
	max-width: auto;
	background-color:#106810;
	}
	
.conteneur9 { 
	width:100%;
	margin-left: 0px;
    margin-right: 0px;
	max-width: auto;
	background-color:#106810;
	font-size:16px;
	font-stretch: ultra-condensed;
	}	
	
.conteneur7 { 		
	margin-left: auto;
    margin-right: auto;
	background-color:#D4EBD4;
	max-width:auto;
	text-align:center;
	color:#000000;
	}	

.galerie 	{
	width:95%;
	max-width:700px;
	min-width:auto;
	margin: 0 auto;
	font: bold;
	font-size:16px;	
	}
	
.galerie img {
	width:auto;
	max-width:600px;
	min-width:auto;
	padding: 0.5em;
	border: thin black solid;
	}

.galerie a {
	font: bold;
	font-size:16px;
	color:#308625;
}	
	
.texte { 
	max-width: 700px;
	text-align:left;
	color:#106810;
	font-size:16px;
		}
	
			/** Galerie photo **/
#galerie_photo {
	margin-left: auto;
    margin-right: auto;	
	max-width: 700px;
	text-align: center;
}

#galerie_photo .GPimg {
max-width: 32%;
width: 32%;
height: 150px;       /* Hauteur des images */
display: inline-block;
background-position: 50% 50%;
background-size: cover;
padding: 0;
margin: 0;
}

/** Fin galerie **/
	
.retour{
	text-align:center;
	color:#D4EBD4;
	}

/** Menu déroulant **/
nav{
    width: 100%;
	max-width:600px;
    margin: 0 auto;
    background-color: #106810;
    top: 0px;
}

nav ul{
	padding:0;
	margin:0;
    list-style-type: none;
	 display: flex;
   align-items: center;
}

nav ul li{
    float: left;
	font-size:18px;
    width: 25%;
    text-align: center;
    position: relative;
	vertical-align:center;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}
a{
    text-decoration: none;
    color: #106810;
} 

nav a{
    display: block;
    text-decoration: none;
    color: #D4EBD4;    
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color: #ffe599;
    border-bottom: 2px solid gold;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: #106810;
    position: absolute;
    width: auto;
	min-width:80px;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:"";
    font-size: 12px;
}
/* Fin menu déroulant */


	/* Défilement    Défilement    Défilement    Défilement */
.d1{
	width: 1200px;
	height: 15px;
	color:#cd5c5c;
	background-color: #008080;
	background:url("https://www.jaclo.fr/jaclo123.jpg");
	background-size: contain;
	animation: defilement1 20s linear infinite;
	}
.conteneur1{
	overflow: hidden;
	max-width: 1200px;
	margin: 10px auto;
	}
	
@keyframes defilement1 {
	0%{transform: translate(0,0);}
	100%{transform: translate(-600px,0);}
	}
	/* Fin défilement */
	
	
.conteneur4 {
    text-align: center;
	display :inline-block;
	color :#ffe599;
	}
	

		/* Début du slideshow */
		
*{box-sizing: border-box }

img{
max-width:100%
}

.slideshow{
border: 5px solid white;
box-shadow: 0 0 5px hsla(0,0%,0%,.5);
overflow: hidden;
max-width: 700px;
margin: 2rem auto;
position: relative

}

.slideshow ul{

padding-bottom: 66.67%;/* ratio pour le responsive */
margin: 0;
list-style-type: none;
position: relative

}


.slideshow li{

top: 0;
left: 0;
animation: slideshow 24s ease infinite;
position: absolute;
opacity: 0;


}
.slideshow li:nth-child(2){
animation-delay: 3s
}

.slideshow li:nth-child(3){
animation-delay: 6s
}

.slideshow li:nth-child(4){
animation-delay: 9s
}

.slideshow li:nth-child(5){
animation-delay: 12s
}

.slideshow li:nth-child(6){
animation-delay: 15s
}

.slideshow li:nth-child(7){
animation-delay: 18s
}

.slideshow li:nth-child(8){
animation-delay: 21s
}

@keyframes slideshow{
0%{opacity: 0}
10%{opacity: 1}
20%{opacity: 1}
25%{opacity: 0}
100%{opacity: 0}
}

.slideshow span{
background: rgba(0,0,0,0.7);
height: 40px;
align-items: center;
justify-content: center;
display: flex;
color: white;
position: absolute;
bottom: 0;
right: 0;
left: 0
}

/*****barre progression *****/
.barre_progression{
position: absolute;
left: 0;
bottom: 40px;
height: 5px;
background: white;
animation: barre_progression 25s ease-out infinite;
}

/*****animation barre progression *****/
@keyframes barre_progression{

0%,20%,40%,60%,80%,100%{width: 0%;opacity: 0}
4%,24%,44%,64%,84%{width: 0%;opacity: .3}
16%,36%,56%,76%,96%{width: 100%;opacity: .7}
17%,37%,57%,77%,97%{width: 100%;opacity: .3}
18%,38%,58%,78%,98%{width: 100%;opacity: 0}
}		

/** Bas de page **/
.retour	 { 
	text-align:center;
	color:#000000;
	font-family: Arial;
	font-size:16px;
		}
		
.retour	 a { 
text-align:center;
	color:#000000;
	font-family: Arial;
	font-size:16px;
		}
