/* CSS général*/


body{
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	background: #232323;
	color : #ffffff;
	justify-content : center;
	align-items: center;
	text-align : center;
}
p {
margin: 50px;
}

header {
text-align : center;
}
.overlay a {
	text-decoration: none;
	color: black;
	display: block;        
	z-index: 1;     
	padding: 1em;     
	margin: -1em; 
}
.section { 
	padding: 20px 0;
}

.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0);
}
.overlay button{
margin : 10px;}
	
nav{ 
	width: 100%;
	background-color: #000000;	
}
nav>ul{
	margin : 0px;
	padding : 0px;
}
nav>ul::after{
	content : "";
	display : table;
	clear : both;
}
nav>ul>li{
	float: left;
	position: relative;
}
nav li {
	list-style-type: none;
}

.submenu{
display: none; 
}
nav input[type=checkbox]{
display: none}
nav label{
	display: none;
}
nav a {
	display: inline-block;
	text-decoration: none;
}
nav>ul>li>a{
		padding: 20px 30px;
        color: #ffffff; 
}
nav>ul>li:hover .first{
	padding: 15px 30px 30px 30px ;
}
nav li:hover .submenu{
	display: inline-block;
	position : absolute;
	text-decoration: none;
	top: 100%;
	left: 0px;
	padding : 0px;
	z-index:1000;
}
.submenu li{
	border-top: 1px solid #9e794c;
}
.submenu li a{
padding : 15px 30px;
font-size: 13px;
color : #ffffff;
}
	
.menu-html:hover{
	border-top: 5px solid #9e794c;
}
.menu-ent:hover{
	border-top: 5px solid #9e794c;
}
.menu-car:hover{
	border-top: 5px solid #9e794c;
}
.menu-con:hover{
	border-top: 5px solid #9e794c;
}
.menu-image:hover{
	border-top: none;
}
.menu-car .submenu{
	background-color : #000000;
}
.submenu li:hover a{
	color: #9e794c;
}
.menu-car .submenu li:hover{
	background-color : #000000;
}
.bouton{
    padding : 0px 0px; 
	color : #212121;
	margin-left: 15px;
	border : 2px solid #9e794c;
	border-radius: 10px;
	
}
.bouton :hover {
	color : #9e794c;
}
.bouton2{
    display: none;
}
nav input[type=checkbox]:checked ~ul{
	display: block;
}
.po {
margin : 10px; }
.po a {color : #9e794c;}

.h2 {
	font-size: 45px;
}
	
/*Affichage responsive*/
@media screen and (max-width: 800px)
{
	.menu-mobile {
		display : block;
		color: #fff;
		background-color : #000000;
		text-align: center;
		padding: 12px 0px;
	}
	nav ul{
		display: none;
	}
	nav ul li, nav ul li a .first{
		width:100%;
		display: block;
		text-align: center;
		
	}
	nav ul li a, nav ul li:hover .first{
		padding : 10px 0px;
		display: block;
		position:static;
	}
	nav li:hover .submenu{
		display: block;
		position:static;
	}	
	.bouton{
		display: none;}
	.bouton2{
		display : block;}
	.bouton2:hover{
		color : #232356;
	}
	.menu-image {
		display: none;
	}
	.h2 {
		font-size: 22px;
    }
	.home .button{
		margin-bottom: 10px;
	}
	body .tableau1 {
	padding-right : 0%;
}
    body .test {
		margin-bottom : 5%;
        width: 50%;
        height : auto;
	}
	
    body .image {
         display: none;}
		 
   body .entreprise1 {
	     text-align: justify;
		 margin : 15px 15px 15px 15px;  
    }
   body .entreprise2 {
		 text-align: center;
		 margin : 15px 50px 15px 15px; 
    }

	
   body .image2 {
		 display: none;
	}

	
   body .entreprise3 {
		 text-align: center;
		 margin : 15px 50px 15px 15px; 	
	}
   body .entreprise4 {
		 text-align: justify;
		 margin : 15px 15px 15px 15px; 
	}
	body .sections .home-title2 {
	 
	font-size: 25px;
}
	body h3 { 
	font-size: 15px;
	}
	body .tableau3 {
	font-size:25%
	}
body caption 
{
	  padding: 2px;
}

body tbody td:nth-child(odd) 
{

  padding: 2px;
}
body tbody td:nth-child(even) 
{

  padding: 2px;
}
body tbody th:nth-child(even)  
{

	padding: 2px;
}
body tbody th:nth-child(odd) 
{

	padding: 2px;
}

body .slider{
	display: none;
	}
body .home-title { font-size : 15px ;}
body .home-desc { display: none;}
body .button {display : none ; }
body .ind:hover {
	transform: scale(1.0);
}
body .inde:hover {
	transform: scale(1.0);
}
body table
{
	width: 225px;
	border-collapse : collapse;
	text-align: center;
	margin: auto;
} 
}
.ind:hover {
	transform: scale(1.3);
}
.inde:hover {
	transform: scale(1.2);
}
/* home section*/
.home{
	height : 525px;
	background-image: url('../images/logo2.png'), url('../images/test.jpg');
	background-size: 20% ,cover;
	background-position: top, center;
	position: relative;
	background-repeat: no-repeat;
}
.home .home-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.home .home-title{
	color: #ffffff;
	text-shadow: 0 0 10px black; 
	font-size: 60px;
	margin-bottom: 20px;
}
.home .home-desc{
	text-shadow: 0 0 10px black;
	color: #ffffff;
	font-size: 40px;
}
.home .button{
	background-color: RGBa(255, 163, 26,0.4);
	border-radius: 10px;
	color : #000;
	width: 150px;
	text-align: center;
	padding: 10px 0;
}
.home .button:hover{
background-color: RGBa(255, 163, 26, 0.8);
}

.lesnews img {
	width:209px;
	height:209px;

}
.lesnewss img {
	width:104px;
	height:104px;

}
.lesnewsss img {
	width:154px;
	height:274px;
	

}
.lesnews a {
	display: block;
   z-index: 1;     
   padding: 1em;     
   margin: -1em; }
   
  .lesnewss a {
	display: block;
   z-index: 1;     
   padding: 1em;     
   margin: -1em; }
  
 .lesnewsss a {
	display: block;
   z-index: 1;     
   padding: 1em;     
   margin: -1em; } 
   
   
.lesnews div {
  width:300px;
  vertical-align:top;
  display:inline-block;
  margin-left : 20px;
  margin-right: 20px;
  margin-top: 50px;
}
.lesnewss div {
  width:300px;
  vertical-align:top;
  display:inline-block;
  margin-left : 20px;
  margin-right: 20px;
  margin-top: 5px;
}
.lesnewsss div {
  width:300px;
  vertical-align:top;
  display:inline-block;
  margin-left : 20px;
  margin-right: 20px;
  margin-top: 5px;
}
.btn2 {
	background-color: #fff;
	border-radius: 10px;
	color : #000;
	width: 150px;
	text-align: center;
	padding: 10px 0;
}
.btn2 a {
	text-decoration: none;
	display: block;
	color: #000;
	}
	
.btn2:hover{
	background-color: RGBa(158, 121, 76,1);
}
/* CONTACT*/
.home2{
	height : 200px;
	background-image: url('../images/piletengroupe.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}
.home2 .home-content2{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.home2 .home-title2{
	color: #ffffff;
	text-shadow: 0 0 10px black; 
	font-size: 45px;
	margin-bottom: 20px;

}
h3{
	margin-right : 25%;
	margin-left:25%;
}
.tableau1, .tableau2{
		display:inline-block;
		text-align: center;
		margin: auto;
		margin-bottom : 5%;
		margin-top : 2%;
}
.tableau1 {
padding-right : 5%;}

.tableau2 img {
	width:144px;
	height:144px;
}
.tableau2 a {
 color: #9e794c;
}	
.tableau2 a:hover {
 color: blue ;
}	
table
{
	width: 450px;
	border-collapse : collapse;
	text-align: center;
	margin: auto;
} 
/* Titre du tableau  */
caption 
{
	  border: 1px solid black;
      caption-side:top;
      text-align:center;
      color: #ffffff;
	  background-color: #000000;
	  padding: 15px;
}

tbody td:nth-child(odd) 
{
  color: #9e794c;
  background-color: #ffffff;
  border: 1px solid black;
  padding: 15px;
}
tbody td:nth-child(even) 
{
  color: #9e794c;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid black;
  padding: 15px;
}
tbody th:nth-child(even)  
{
	color: white;
    background-color: grey;
	border: 1px solid black;
	padding: 15px;
}
tbody th:nth-child(odd) 
{
	color: white;
    background-color: grey;
	border: 1px solid black;
	padding: 15px;
}
/* fin tableau*/
/* fin Contact*/
.test {margin-bottom : 3%;
width: 960px;
 height : 540px;
	}
.video { margin-top:  2%;
}
.youtube {margin-bottom : 3%;}

/* CSS page entreprise*/
.image {
float: right;
margin: 0 300px 200px 15px;
}
.entreprise1 {
	text-align: justify;
	margin : 25px 0 0 300px; }
.entreprise2 {
	text-align: justify;
	margin : 50px 0 0 300px; }

.entreprisesection2 {
margin-bottom : 600px;}
	
.image2 {
float: left;
margin: 50px 50px 475px 300px;
}
	
.entreprise3 {
	text-align: justify;
	margin : 150px 0px 0px 15px; }
.entreprise4 {
	text-align: justify;
	margin : 25px 300px 0px 15px; }
/**/
.cartouche {
float: left;
margin: 3% 0 0 25%;
	width:209px;
	height:209px;

}
.titrecartouche { 
text-align: center;
	margin :5% 25% 0 50%; }
.prout{
	text-align: justify;
	margin : 1% 26% 0 50%; }
.ligne{ 
text-align : center;
}
.ligne2 {
width : 50% }

.tableau3 {
		display:inline-block;
		text-align: center;
		margin-bottom : 5%;
		margin-top : 2%;
}
.btn3 {
	background-color: #fff;
	border-radius: 10px;
	color : #000;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	margin-right : 10px;
}
.btn3:hover{
	background-color: RGBa(255, 163, 26, 0.8);
}
.btn3 a {
color : #000;
text-decoration: none;
display: block;
 }

}
.home3 {
	text-align : center;
}

.home4{
	height : 100px;
	background-image: url('../images/voldesouchet.jpg');
	background-size: cover;
	width : 50% ;
	margin-left : 25%;
	background-position: center ;
	position: relative;
}
.home4 .home-content2{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.home4 .home-title2{
	color: #ffffff;
	text-shadow: 0 0 10px black; 
	font-size: 45px;
	margin-bottom: 20px;
}

.slider{
	width: 800px;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	justify-content : center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.slides{
	width: 500%;
	height: 500px;
	display: flex;
}

.slides input{
	display: none;
}	

.slide{
	width : 20%;
	transition: 5s;
}	

.slide img{
	width:800px;
	height: 500px;
	
}

/*css pour slide manuel*/

.navigation-manual{
	position: absolute;
	width: 800px;
	margin-top:-40px;
	display:flex;
	justify-content: center;
}
.manual-btn{
	border: 2px solid #9e794c;
	padding: 5px;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s;
}

.manual-btn:not(:last-child){
	margin-right:40px;
}

.manual-btn:hover{
	background: #9e794c;
}

#radio1:checked ~ .first{
	margin-left:0;
}
#radio2:checked ~ .first{
	margin-left:-20%;
}
#radio3:checked ~ .first{
	margin-left:-40%;
}
#radio4:checked ~ .first{
	margin-left:-60%;
}
#radio5:checked ~ .first{
	margin-left:-80%;
}
#radio6:checked ~ .first{
	margin-left:-100%;
}
#radio7:checked ~ .first{
	margin-left:-120%;
}
#radio8:checked ~ .first{
	margin-left:-140%;
}
#radio9:checked ~ .first{
	margin-left:-160%;
}
#radio10:checked ~ .first{
	margin-left:-180%;
}
#radio11:checked ~ .first{
	margin-left:-200%;
}
#radio12:checked ~ .first{
	margin-left:-220%;
}
#radio13:checked ~ .first{
	margin-left:-240%;
}
/*css navigation automatique*/

.navigation-auto{
	position: absolute;
	display:flex;
	width:800px;
	justify-content: center;
	margin-top:460px;
}

.navigation-auto div{
	border: 2px solid #9e794c;
	padding: 5px;
	border-radius: 10px;
	transition:1s;
}
.navigation-auto div:not(:last-child){
	margin-right:40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
	background : #9e794c;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
	background : #9e794c;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
	background : #9e794c;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
	background : #9e794c;
}
#radio5:checked ~ .navigation-auto .auto-btn5{
	background : #9e794c;
}
#radio6:checked ~ .navigation-auto .auto-btn6{
	background : #9e794c;
}
#radio7:checked ~ .navigation-auto .auto-btn7{
	background : #9e794c;
}
#radio8:checked ~ .navigation-auto .auto-btn8{
	background : #9e794c;
}
#radio9:checked ~ .navigation-auto .auto-btn9{
	background : #9e794c;
}
#radio10:checked ~ .navigation-auto .auto-btn10{
	background : #9e794c;
}
#radio11:checked ~ .navigation-auto .auto-btn11{
	background : #9e794c;
}
#radio12:checked ~ .navigation-auto .auto-btn12{
	background : #9e794c;
}
#radio13:checked ~ .navigation-auto .auto-btn13{
	background : #9e794c;
}


