body{

  margin: 0;
  font-family: Helvetica, sans-serif;



background-image:url('images/fond_fix2.jpg');
background-repeat: repeat;
background-size:100%;
background-attachment: fixed;





}




#contener{

 
}

a {
  color: #000;
}

/* header */

/* header pic haut menu*/
#vert{

text-align:center;
 background: linear-gradient(white, #4b584c);
width: 100%;

margin-bottom:-2px;
}


#vert img{
width: 100%;
  
}

/*tour general menu hauteur ...*/
.header {
  
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
margin-top:-25px;

  
margin-bottom:20px;
  border-radius: 20px;
  background: linear-gradient(white,#882408,#FF8018);

}
/*tour petit menu*/
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-image: url('images/color.gif');
background-size: 100%;
 border-radius: 20px;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  font-size: 165%;
  font-weight: bolder;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 0,3em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;

}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
/*#contener{

  margin-top:20%;
}
*/
 

#section1{

  margin-left: 3.2%;
margin-right:3%;
margin-top:1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom:3%;
  
}



#section1 img{
  


  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: space-between;
  width: 50%;
}

.sectionm {
  width: 50%;
 margin-left:5%;
margin-top:4%;


}

#section2{
margin-top: 4%;
margin-left: 3.2%;
margin-right:3%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#section2 img{
margin-top: 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: space-between;
  width: 30%;
  
 
}

#section3{
margin-top: 4%;
margin-left: 3.2%;
margin-right:3%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#section3 img{
margin-top: 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: space-between;
  width: 30%;
 
}

#marge{

  height: 150px;
}

/*reglage marge*/

#text p{
margin-top:190px;
color:white;
margin-bottom:1%;
margin-right: 15%;
margin-left:15%;
text-align: justify;


font-size: 20px;
padding-left: 1.5%;
padding-right: 1.5%;
padding-top: 1.5%;
padding-bottom: 1.5%;
background-image:url('images/menu_c.jpg');
background-repeat: repeat;
background-size:100%;
background-attachment: fixed;
z-index:50;

}


/*carous*/

 .pic-ctn {
  width: 100vw;
  height: 200px;
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.pic-ctn {
  position: relative;
  width: 100vw;
  height: 300px;
  margin-top: 15vh;
}

.pic-ctn > img {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  opacity: 0;
  animation: display 10s infinite;
}

img:nth-child(2) {
  animation-delay: 2s;
}
img:nth-child(3) {
  animation-delay: 4s;
}
img:nth-child(4) {
  animation-delay: 6s;
}
img:nth-child(5) {
  animation-delay: 8s;
}


#footer{
  font-size: 25px;

color:white;
  width:100%;
  height: 200px;
  text-align:center;
  background-image: url(images/menu_c.jpg);
background-position:center;
margin-left:6px;
display: flex;
flex-direction: row;
justify-content:space-evenly;
 }
