html {
  scroll-behavior: smooth; /*remonte lentement*/
  max-width: 100%;
  width: 100%;
}




body{
  background: linear-gradient(black, #37373E);
  border-radius: 30px;

}


}


#logo{

  width: 33%;
}

#logo img{
margin-top:-11px;
   width: 25%;
  margin-left: 70%;
  border-radius: 15px;
  border:solid;
  color: white;
}

#logo p{

  margin-left: 70%;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  font-size: 15px;
  
  color: white;
}



#sommairet{

  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border:solid;
  color:white;
}



#sommaire h1{
  margin-top:250px;
  color:white;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  font-size: 25px;
  text-align: center;
  border:solid;
}


#sommairev h1{
  margin-top:15px;
  color:white;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  font-size: 25px;
  text-align: center;
  border:solid;
}



#scroll_to_top { 
position: fixed; 
width: 25px; 
height: 25px; 
bottom: 50px; 
margin-right: -80%;

} 
#scroll_to_top img { 
width: 70px; 
scroll-behavior: smooth;
}





#sommairet p{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 25px;
  color:white;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  font-size: 20px;
}





#video{

  margin-left: 25px;
  
 
}


#video a{
 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  font-size: 20px;
  color:white;
}

#video2{

  margin-left:25px;
  
 
}


#video2 a{
 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  font-size: 20px;
  color:white;
}






#gif img{
  width: 33%;
  margin-left: 55%;
  border-radius: 25px;
  border:solid;
  color: white;
}

/*burger*/

#menuToggle{

  display: block;
  position: relative;
  top: 15px;
  left: 16px;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a{
  text-decoration: none;
  color: white;
  transition: color 0.5s ease;
}


#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */



#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu{    /*bloc principale menu*/
  position: absolute;
  width: 5%;
  margin: -110px 0 0 -60px;
  padding: 50px;
  padding-top: 125px;
  height: 0PX/*HAUTEUR FOND BURGER*/
  background: black;
  border-radius: 20px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 1s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li{           /*texte menu*/
  padding: 10px 0;
  font-size: 17px;
  color: white;
}

#menu a li{
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 20px;
}


#menu a li: hover{
color:red;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul{
  transform: none;
}

/*burgur fun*/
#titre{
  color:white;
  text-align: center;
 }

#titre p{ 
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 34px;
  margin-top: 10px;
border:solid;
}


#titre_index{
  color:white;
  text-align: center;
 }

#titre_index p{ 
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 34px;
margin-top: 380px;
border:solid;
}




/*boutons*/
#bouton{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2px;
  border:solid;
  color: white;
  margin-top: 10px;


}

#bouton_w{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2px;

}


#haut{
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:25px;
  width: 35%;
  margin-bottom: 50px;
}

#bas{
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;margin-top: 25px;
  width: 35%;
  text-align: center;
  margin-bottom: 50px;
}

#haut div{
 background-image: url("rose.jpg");
 background-size: 100%;
 border-radius: 10px;
 border:5px solid white;
 margin-top: 30px;
 text-align:center;
}

#bas div{
background-image: url("rose.jpg");
background-size: 100%;
border-radius: 10px;
border:5px solid white;
margin-top: 30px;

}
/*----------------------scale*--------
--------------------------------------*/

#bas div:hover{
  -webkit-transform: scale(2);
  transform: scale(1.15);

}
#bas div iframe{
  width:98%;
  height: 98%;
  border-radius: 10px;
}


#haut div:hover{
  -webkit-transform: scale(2);
  transform: scale(1.15);

}
#haut div iframe{
  width:98%;
  height: 98%;
  border-radius: 10px;
}

#bas div p:hover{
background-color: white;
}

#haut div p:hover{
background-color: white;
}

#haut div p{
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 30px;
}

#bas div p
{font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 30px;
color: black;
}

#footer{
margin-top: 10px;
text-align:center;
margin-bottom:10px;

}


#footer img{

border:solid;
color: white;

}

#footer img{
width: 80%;
border-radius: 30px;
-webkit-box-shadow: 0px 0px 20px 5px rgba(240,228,240,1);
-moz-box-shadow: 0px 0px 20px 5px rgba(240,228,240,1);
box-shadow: 0px 0px 20px 5px rgba(240,228,240,1);
}

#border{
margin-top: 10px;
  border:solid;
  color: white;
}

#bas div p a{
color: black;
font-weight:bolder;
}

#haut div p a{
color: black;
font-weight:bolder;
}

#bas_wp div p a{
  color: black;
  font-weight:bolder;
}

#haut_wp div p a{
  color: black;
  font-weight:bolder;
}

#foot{
  color:white;
  text-align: center;
  background-color: #8C8898;
    
  }

#foot p{ 
 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
 font-size: 14px;
 margin-top: 10px;
 border:solid;
}


#pdf{
 text-align: center;
 margin-top: 300px;
}


#site p{
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 14px;
margin-top: 10px;
text-align: center;
color: white;
border: solid;
}


 /* carous infini*/


  /*carous*/



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

.pic-ctn {
 

}

.pic-ctn img {
  position: absolute;
  top: 0;
  left: calc(14.2% - 10px);
  opacity: 0;
  animation: display 8s infinite;/*temps boucle*/
  border: solid white;
  border-radius: 10px;
  width: 75%;
  height: 120px;
  margin-top: 250px;
  
}

img:nth-child(2) {/*temps a chaque apparition*/
  animation-delay: 2s;
}
img:nth-child(3) {
  animation-delay: 4s;
}
img:nth-child(4) {
  animation-delay: 6s;
}
img:nth-child(5) {
  animation-delay: 8s;
}

/*videoooooooooooooooooooooooooooooos*/


#contfeet{
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #C5C3CD;
  width:100%;

}

  #contfeet{
 
  
  margin-top:12px;
  text-align: center;
  justify-content: space-between;

  

}

#contfeet nav{
 
  background-color: #222223;
  padding: 1%;
  border: solid;
  border-radius: 10px;
  width: 100%;
  margin-top:3%;

  
}

#contfeet nav h4{
  -webkit-transform: scale(1);
  transform: scale(1);
}

#zic1:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

#zic2:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

#zic3:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

#zic4:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

#zic4 iframe{
  width:80%;
 
  border-radius: 10px;
}

#zic3 iframe{
  width:80%;
  
  border-radius: 10px;
}

#zic2 iframe{
  width:80%;
 
  border-radius: 10px;
}

#zic1 iframe{
  width:80%;
  
  border-radius: 10px;
}

 


#contfeet nav{
  width: 100%;
 
  padding: 1%;
  border: solid;
  border-radius: 10px;
  text-align: center;
}

#contfeet nav h4{
  -webkit-transform: scale(1);
  transform: scale(1);
}

#zic1:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

#zic2:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

#zic3:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

#zic4:hover{
  -webkit-transform: scale(6);
  transform: scale(1.05);
}

.double{


display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  height: 50%;

}



/*----------





