
*{

margin:0
padding:0;


}

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


}




body{

  border-radius: 30px
   width:100%;
  
 
  //*padding: 15px;*//
 margin-left:333px;
padding:0;
background: linear-gradient(white,white, black );
   
 
 

}


#super_contener{

 width:100%;
  
 
  //*padding: 15px;*//
  margin-bottom: 0;
  margin-left:auto;
  margin-right:auto;
    background: linear-gradient(black, #3F3F52  );
 
}



#super_contener{

  max-width: 527px;
  width: 100%;
}


#logo{

  width: 100%;
}

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

#logo p{

  margin-left: 68%;
  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;
   margin-left: 5px;
  margin-right:5px;
}

#gauche p{

background: linear-gradient(black, #A8CAF3  );
 
  height: 82.5%
}


#droite p{

background-color: orange;
  text-align: justify;
 
background: linear-gradient(black, #A8CAF3  );


}

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


#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;
   margin-left: 5px;
  margin-right:5px;

}



#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;
 text-align:justify;
  
  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;
}



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


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

/*burger*/

#menuToggle
{
  display: block;
  position: relative;
  top: 16px;
  left: 4px;
  
  z-index: 3;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color:tomato;
}


#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
{
  position: absolute;
  width: 5%;
  margin: -100px 0 0 -50px;
  padding: 55px;
  padding-top: 125px;
  
  background: none;
  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 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 8px 0;
  font-size: 22px;
  font-size: 90%;
  color: white;
}

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

/*burgur fun*/

#titre{
  color:white;
  text-align: center;
  margin-right: 5px;
  margin-left:5px;
  
 }

#titre p{ 
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 34px;

border:solid;
}


#titre_index{
  color:white;
  text-align: center;
  margin-right: 5px;
  margin-left:5px;

 
 }

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

p{

font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
font-size: 18px;


}


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


}

#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;
margin-right: 5px;
  margin-left:5px;

}



#footer_index{
margin-top: 175px;
text-align:center;
margin-bottom:10px;
margin-right: 5px;
  margin-left:5px;

}


#footer_index 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);
}

#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;
  margin-right: 5px;
  margin-left:5px;
}

#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;
  margin-left: 5px;
  margin-right:5px;

    
  }

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


#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: black;
border: solid;
 margin-left: 5px;
  margin-right:5px;
}


 /* 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 {
 width: 75%;
max-width: 90%;
position: relative;


}



.pic-ctn img {
  position: absolute;
  top: 0;
 margin-left:16%;

  opacity: 0;
  animation: display 8s infinite;/*temps boucle*/
  border: solid white;
  border-radius: 10px;
   width: 100%;
max-width: 100%;

  height: 111px;
  margin-top: 225px;


  
}

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%;

}



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


@font-face {
   font-family: "ubuntu";
   font-style: italic;
   font-weight: 300;
   src: local("Lato Light Italic"), local("Lato-LightItalic"), url(https://fonts.gstatic.com/s/ubuntucondensed/v8/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Dfqw.woff2) format("woff2");
}

 a {
   text-decoration: none;
   color: #9ca0b1;
}
 .wrapper {
   text-align: center;
   
}
 .wrapper h1 {
   color: #fff;
   font-size: 33px;
   font-family: "ubuntu";
   text-transform: uppercase;
   font-weight: 700;
   font-family: "Josefin Sans", sans-serif;
   background: linear-gradient(to right, #e72a3a 10%, orange 50%, #5bdaff 60%);
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 1.5s linear infinite;
   display: inline-block;
   margin-top:82px;
}
 @keyframes textclip {
   to {
     background-position: 200% center;
  }
}


