/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* GÉNÉRAL  */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
*{
    margin: 0px;
    padding: 0px;
    __font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-family: 'Lato', sans-serif;
  }


:root{
	--orange: #f0965a;
    --orangeselec: #ebc1a5;

    --noselectbull: rgb(229, 229, 229);
    --noselectbulla: rgba(229, 229, 229,0.5);
    --noselectbullaa: rgba(229, 229, 229,0.75);
    --hauteur-head: 80px; 
    --height_bulle: min(100px, calc(0.12 *( 100vh - 50px - var(--hauteur-head) )) );


    --gradA:#ffbf0e;
    --gradB:#ff6200fe;


}

@font-face {
  font-family: "ArialBold";
  src: url("FontsFree-Net-arial-bold.ttf") format('truetype');
}



@media screen and (max-height: 500px) {
    :root {
        --hauteur-head: 50px; 
    }
}
@media screen and (max-width: 500px) {
  :root {
      --hauteur-head: 50px; 
  }
}





body{
    height: 100vh; 
    width: 100vw;
    background-image: url('/img/back.svg');
    background-size: cover;
    background-repeat: repeat;
    overflow-x: hidden;

}


.line{
    width: 80%;
    height: 3px;
    border-bottom: 1px solid var(--orange);
    position: relative;
	  margin-left:auto;
		margin-right:auto;

} 
/*
polices
*/
h1, h2{
    font-family: "ArialBold";
}
div, span{
    __font-family: "Arial Bold";
    font-family: 'Lato', sans-serif;
  font-weight: bold;
}


/*
En tete
*/
.banner{
    background-color: #ffffffaa;
    height: var(--hauteur-head);
	  margin:0px;
    margin-bottom: 50px;
    background-size: cover;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
	  width:100%;
}

.banner img{
    display:inline-block;
    position: relative;
    margin-top:5px;
    margin-left:5px;

    z-index: 92;
	  height: calc(100% - 10px);

    vertical-align: center;
} 






.banner .flexX {
  position:absolute;
  top: 0px;
  right:2px;
  display:flex;

  height: var(--hauteur-head);
  justify-content: flex-end;
  align-items: center;
}

.banner a{
    text-decoration: none;
    appearance: none;
    background-color: none;
    color: black;
    border: none;
    text-decoration: underline;

    font-weight: bold;
    text-align:center;
    font-size: min(24px, max(12px, calc(0.20 * 15vw)));
    white-space: nowrap;

    margin-right:30px;
    margin-top:auto;
    margin-bottom:auto;
}

@media screen and (max-width: 500px) {
  .banner a{
    font-size: min(24px, max(12px, calc(0.25 * 15vw)));
  }

}
/*
bouttons menu principale
*/


.bulles__container .foot{
  position:fixed;
  display: flex;

  background-color: rgba(229, 229, 229,0.9);
  z-index: 10;
  bottom: 1px;
  left: 0px;

  width:100%;
  
  padding: 0px;
  padding-left:5px;
  padding-right: 5px;
  width: 100%;
  justify-content: space-between; 

  font-size: min(14px, max(10px, calc(0.08 * 15vw)));
  align-items: center;
}

.bulles__container span{
  display:block;
  float:left;

}

.bulles__container #cookies{
  display:block;
  text-decoration: none;
  border-radius: 15px;
  border:var(--orange) 1px dotted;
  color:black;
  font-weight: 400;
  padding: 0px;
  margin:0px;
  margin-right:10px;
  font-size: min(14px, max(10px, calc(0.08 * 15vw)));
  float:right;
}

/*
.bulles__container{
    position:fixed;
    z-index: 20;
    top: var(--hauteur-head);
    height: calc(100% - var(--hauteur-head) - 5px);
    margin-left: 30px;
    width:25%;
}





.sous-menu{
    list-style: none;
}

.sous-menu a {
    margin-top:  30px;
    text-decoration: none;
    color: inherit; 
    height:var(--height_bulle);
    display: block; 
    padding:0px;
    position: relative;

    
    width:100%;
  }
  

.sous-menu li {
    text-transform: uppercase; 
    color: var(--orange);
    border: 4px solid var(--orange);
    border-radius: 30px; 

    display: table;

    font-size: max(10px,  min(18px, calc(0.1 * 14vw)));

    width:100%;
    height:100%;
   
    margin:auto;
    font-weight: bold;
    white-space: normal;

    text-align:center;
    font-family: "Caveat Brush";


    box-sizing: border-box; 
  }

  .sous-menu li div{
    display: table-cell;
    vertical-align: middle;
    height:100%;
    text-align:center;

  }



  .sous-menu .bulle_noselect{
    background-color: var(--noselectbull);
  }
  .sous-menu .bulle_select{
    background-color: var(--orange);
    color:white;
  }

  .sous-menu .menu_prix {
    text-transform: uppercase; 
    color: black;
    border:none;
    padding: 5px; 
    margin-top:15px;
    line-height:normal;

    font-weight: 400;

    transform: rotate(-16deg); 
    transform-origin: center;
    font-size: min(40px,calc(0.17 * 14vw));
  }

 


@media screen and (max-height: 500px) {
  .sous-menu a {
    margin-top:10px;
  }

  .sous-menu li {
    border: 3px solid var(--orange);
    font-size: min(30px, calc(0.09 * 14vw));


  }
}


@media screen and (max-width: 500px) {
  .bulles__container{
    display:block;
    top: 75%;
    height: 15%;
    width:90%;
  }
  .sous-menu li {    
    font-size: min(30px, calc(0.19 * 14vw));
    white-space: inherit;

  }
  .sous-menu a {
    display: inline-block; 
    width:45%;
    margin:auto;
    margin-top:5px;
    height:calc(var(--height_bulle)/1.2);

  }
  .sous-menu .menu_prix{
      position:absolute;
      top: -55%;
      right:8%;
      display:block;
      padding: 5px; 
      margin-top:0px;
      line-height:normal;

      transform: none; 
      font-size: min(40px,calc(0.35 * 14vw));
  }

  
  .bulles__container.phonewarn{
    top: var(--hauteur-head);
    height: 10%;
    width:90%;
  }
  .bulles__container.phonewarn .sous-menu .menu_prix{
    display:none;
  }

  .bulles__container.phonewarn .sous-menu a {
    height:calc(var(--height_bulle)/1.5);
  }

  .bulles__container .foot a{
    display:inline-block;
    height:10px;
  }

  .bulles__container .foot{
    top:auto;
    min-height:inherit;
    max-height:inherit;

    position:fixed;
    display:block;
    bottom: 0px;

    padding:0px;
    padding-bottom:4px;

    margin:0px;
    height: min-content;
    bottom: 0px;
    left: 0px;
    right: 0px;

    background-color: var(--noselectbullaa);
  }

  .bulles__container #cookies{
    position: fixed;
    right:3px;
    bottom: 0px;

    padding:0px;
    padding-bottom:4px;
  }


}
*/

  /*
Accueil
*/



  .main{
    top:var(--hauteur-head);
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:90%; 
    max-width: 2000px;
  }


  .main h1{
    font-weight: bold;
    text-align:center;
    font-size: min(65px, max(20px, calc(0.5 * 75vw)));
    white-space: nowrap;
    margin:0px;
    margin-top:10px;
    background-image:linear-gradient(to bottom, var(--gradA), var(--gradB)); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }  

  .main h2{

    font-weight: bold;
    text-align:center;
    font-size:min(48px, max(18px,  calc(0.22 * 15vw)));
    color: black;
    margin-bottom:20px;
  }
  .main   .logo img{
    display:inline-block;
    position: relative;
    margin-right:5px;
    margin-left:5px;
  
    z-index: 92;
    height:min(160px, max(45px,  calc(0.32 * 15vw)));
  
    vertical-align: center;
  } 



.main .conteneur{
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
.main .imgphone{

    max-width:93%;
    max-height:45vh;
    width: auto;
    height: auto;

    display:block;
    margin-left:auto;
    margin-right:auto;
}

.main .conteneur2{
  position: relative;
  display: block;
  max-width:93%;
  margin-right: auto;
  margin-left: auto;

  margin-top:-6%;
}

.main .imgedouard{
    display:inline-block;
    position: relative;

    max-width:25%;
    max-height:30vh;
    width: auto;
    height: auto;

    margin-left:20px;
    object-fit: cover;

}

.main span{
    display:inline-block;
    position: relative;

    font-size: max(15px, min(30px, calc(0.14 * 15vw)));
    font-weight: bold;
    text-align:center;
    align-items: center;

    transform: rotate(-14deg); 
    transform-origin: top;/*center;*/
    width:60%;
    font-family: "Caveat Brush";
    top:-2vh;

}

@media screen and (max-width: 500px) {
  .main h1{
    font-size: min(75px, max(18px, calc(0.7 * 15vw)));
  }
  .main h2{
    font-size:min(58px, max(16px,  calc(0.4 * 15vw)));
  }
  .main .conteneur2{
    margin-top:0.5%;
  }

}

@media screen and (max-height: 565px) {
  .main h2{
    font-size:min(48px, max(18px,  calc(0.20 * 15vw)));

  }
  .main h1{
    font-size: min(75px, max(20px, calc(0.42 * 15vw)));
  }

  .main span{
    top:-3vh;
    margin-top: 0px;
  }
  .main .imgedouard{
    margin-top:0;
  }
}

/*
@media screen and (max-width: 500px) {
  .main{
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    left:inherit;
    right: inherit;
    max-width:calc(100vw - 10px);
    width:calc(100vw - 10px);

    margin:0;
    padding:0px;

  }
  .main h1{
    margin-left:auto;
    margin-right:auto;
    padding-left:0px;
    padding-right: 0px;
    margin-top:5px;
    font-size: min(75px, max(18px, calc(0.7 * 15vw)));
  }
  .main h2{
    font-size:min(58px, max(16px,  calc(0.4 * 15vw)));
  }
  .main .imgphone{
    max-width:92%;
    max-height:42vh;

  }
  .main span{
    top:-2.25vh;

    transform: rotate(-15deg); 
    max-width:60%;

  }
  .main .conteneur2{
    margin-top:0.5%;
  }

  .main .imgedouard{
    position:absolute;
    max-width:35%;
    margin-bottom:10px;

  }
}

@media screen and (max-height: 565px) {
  .main h2{
    margin-top:2px;
    margin-bottom:2px;
    padding-top:0px;
    padding-bottom:0px;
    font-size:min(48px, max(18px,  calc(0.20 * 15vw)));

  }
  .main h1{
    font-size: min(75px, max(20px, calc(0.42 * 15vw)));
    margin-bottom:2px;
    margin-top:1px;
    padding-top:0px;
    padding-bottom:0px;

  }


  .main span{
    top:-3vh;
    margin-top: 0px;
  }
  .main .imgedouard{
    margin-top:0;
  }
}

*/

/* bulleA et F*/

.bulleA{
    position:relative;
    margin-top: 25px ;/*var(--hauteur-head);*/
    margin-left:auto;
    margin-right:auto;
    width:90%; 
    max-width: 2000px;
  }
  .bulleA:first-child{
    margin-top:calc(var(--hauteur-head) + 30px );/*var(--hauteur-head);*/
  }

.bulleA h1{

    text-align:center;
    font-size:min(55px, max(20px,  calc(0.25 * 15vw)));
    white-space: nowrap;

    text-transform: uppercase;
    font-weight: bold;

      background-image:linear-gradient(to bottom, var(--gradA), var(--gradB)); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }  
  
  .bulleA h1.small{
    font-size: max(17px, min(55px,calc(0.18 * 15vw)));
  }  

  .bulleA p{
    margin-bottom:8px;
    margin-top:8px;
  }

  
  .bulleA .content{
    position:relative;
    
    margin-top:12px;
    text-indent: 20px;
    /*border: 4px solid var(--orange);*/
    padding:14px;
    border-radius: 40px;
    font-size: min(22px, max(15px, calc(0.10 * 15vw)));
    text-align:justify;

    background-color: var(--noselectbulla);

    width:100%;
    box-sizing: border-box; 
  }  

  .bulleA .lcomplet {
    margin-top:20px;
    list-style-type: none;
    padding-left:12px;
    padding-right:12px;
    text-align:center;
    list-style-position: inside;
  }

  .bulleA .lcomplet li {
    text-align:center;
    text-indent: 0px;
    margin:0px;
    margin-left:3px;
    margin-right:3px;
    
    padding:0px;
    display: inline-block;
    font-size:  min(22px, max(12px,calc(0.12 * 15vw)));
    font-weight: bold;
  }
  .bulleA img {
    display:block;
    padding: 0px;
    margin-top:8px;
    margin-bottom:8px;

    margin-left:auto;
    margin-right:auto;

    max-width:95%;
    max-height:45vh;
    width: auto;
    height: auto;



    border: 1px solid var(--orange);
  }

  .bulleA h2 {
    margin-top:14px;
    margin-bottom:14px;
    font-weight: bold;
    text-align:center;
    font-size: calc(0.18 * 15vw);
    color: var(--orange);
  }

  @media screen and (max-width: 500px) {
    .bulleA h2 {
      margin-top:8px;
      margin-bottom:8px;
      font-size: max(17px, min(40px,calc(0.23 * 15vw)));
    }
  }

/*
  @media screen and (max-width: 500px) {
    .bulleA{

      top:20%;
      top:calc(1.55*var(--height_bulle)  + var(--hauteur-head));

      left:0px;
      margin-right:14px;
      margin-left:14px;
      width: calc(100vw - 28px);
      box-sizing: border-box; 


    }
    .bulleA h1{
      margin-top:5px;
      font-size:min(55px, max(20px,  calc(0.35 * 15vw)));
    }
    .bulleA h1.small{
      font-size: max(17px, min(55px,calc(0.18 * 15vw)));
    }


    .bulleA .content{
      margin:0px;
      border:none;
      margin-bottom: 40px;
      padding-left:6px;
      padding-right:6px;
      width:100%;
    }
    .bulleA .lcomplet li {
      font-size: calc(0.20 * 15vw);
    }
    .bulleA h2 {
      margin-top:8px;
      margin-bottom:8px;
      font-size: max(17px, min(40px,calc(0.23 * 15vw)));
    }
    .bulleA img {
      max-width:95%;
      max-height:40vh;
    }
  }





  .bulleA .shiftbulle{
    margin-left:45px;
    margin-right:25px;
  }
*/

  /*
  Inscription
  */

  .Inscription{
    position:absolute;
    top:var(--hauteur-head);
    
    left:10px;
    right:10px;
 

  }

.Inscription h1{
    text-align:center;
    font-size: min(50px, max(16px,calc(0.36 * 15vw)));
    white-space: nowrap;

    background-image:linear-gradient(to bottom, var(--gradA), var(--gradB)); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    text-transform: uppercase;
    font-weight: bold;
  }  
  

  
  .Inscription .content{
    margin-top:12px;
    text-indent: 10px;
    border: 2px solid var(--orange);
    padding:8px;
    border-radius: 40px;
    font-size: min(18px, max(12px,calc(0.10 * 15vw)));
    text-align:justify;
    margin-left:auto;
    margin-right:auto;

    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;

    max-width: 1300px;

    background-color: var(--noselectbull);
  }  





  .Inscription .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    align-content: center;

    padding:20px;
  }
  
  .Inscription .flex-items {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: center;
    order: 0;
    margin-top: 5px;
    margin-bottom: 5px;

    margin-left: 0;
    margin-right: 0;

  }
  .Inscription .flex-items{
    margin-left:auto;
    margin-right:auto;
  }
  .Inscription .flex-items:nth-child(1) {
    width:33.33%;
  }
  .Inscription .flex-items:nth-child(2) {
    width:33.33%;
  }  
  .Inscription .flex-items:nth-child(3) {
    width:33.33%;
  }  
  .Inscription .flex-items:nth-child(4) {
    width:50%;
  }  
  .Inscription .flex-items:nth-child(5) {
    width:50%;
  }  
  .Inscription .flex-items:nth-child(6) {
    width:50%;
  }
  .Inscription .flex-items:nth-child(7) {
    width:50%;
  }

  .Inscription .flex-items:nth-child(8) {
    width:99%;
  }


  .Inscription .flex-items:nth-child(9) {
    width:99%;
  }

  .Inscription select, INPUT:not([type=checkbox]){
    display: block;
    position:relative;
    border:var(--orange) 5px solid;
    border-radius: 45px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    width:90%;
    height:80px;
    font-size:min(18px, max(12px,calc(0.02 * 15vw)));
    box-sizing: border-box; 

    background-color: var(--noselectbull);

}

.Inscription select{
  border:var(--orange) 6px solid;
  width:70%;
  height:60px;
}

  .Inscription .ageetcgu label{
    text-decoration:none;
    border:var(--orange) 6px solid;
    border-radius: 45px;
    font-size:min(18px, max(12px,calc(0.02 * 15vw)));

  }
  .Inscription .ageetcgu .ui-checkboxradio-checked{
    text-decoration:none;
    border:var(--orangeselec) 6px solid!important;
    border-radius: 45px!important;
    background-color: var(--orangeselec)!important;
  }
  .Inscription .ageetcgu :hover{
    text-decoration:none;
    border:var(--orangeselec) 6px solid!important;
    border-radius: 45px!important;
  }

  .Inscription .btn{
    border:var(--orange) 5px solid;
    border-radius: 45px;
    background-color: var(--noselectbull);
    width: 50%;
    margin-left:25%;
  }

  .Inscription .ui-checkboxradio-icon {
    zoom:1.5; 
}

  .Inscription .ageetcgu{
    position:relative;
    padding:10px;
    width:90%;
    box-sizing: border-box; 
    font-size: min(18px, max(12px,calc(0.2 * 15vw)));
    margin-left:auto;
    margin-right:auto;
    text-indent: 0px;

  }
  

  .Inscription .spanerror{
    color:red;
    font-weight: 600;
    white-space: nowrap;
  }

  @media screen and (max-width: 500px) {
    .Inscription h1{
      font-size: min(50px, max(20px,calc(0.45 * 15vw)));
    }
    .Inscription .content{
      padding:4px;
      font-size: min(18px, max(12px,calc(0.2 * 15vw)));
    }
    .Inscription .flex-items {
      margin-top: 2px;
      margin-bottom: 2px;
    }

    .Inscription .flex-container {
      padding:2px;
    }
    .Inscription .flex-items:nth-child(1) {
      width:50%;
    }
    .Inscription .flex-items:nth-child(2) {
      width:50%;
    }  
    .Inscription .flex-items:nth-child(3) {
      width:100%;
    }  
    .Inscription .flex-items:nth-child(4) {
      width:50%;
    }  
    .Inscription .flex-items:nth-child(5) {
      width:50%;
    }  
    .Inscription .flex-items:nth-child(6) {
      width:100%;
    }
    .Inscription .flex-items:nth-child(7) {
      width:100%;
    }
    .Inscription .ageetcgu{
      padding:5px;
      width:96%;
      font-size: min(18px, max(11px,calc(0.16 * 15vw)))!important;

    }
  

    .Inscription INPUT:not([type=checkbox]){
      height:60px;
  }
  .Inscription .ui-checkboxradio-icon {
    zoom:1; 
    margin-left:4px;
    margin-top:4px;
}

  }

  @media screen and (max-height: 400px) {

    .Inscription .flex-items {
      margin-top: 2px;
      margin-bottom: 2px;
    }
    .Inscription  INPUT:not([type=checkbox]){
      height:40px;
    }
    .Inscription select{
      padding:0px;
      height:50px;
    }

    .Inscription .content{
      margin-top:4px;
      padding-top:2px;
    }
    .Inscription .flex-container {
      padding:10px;
    }
    .Inscription .ui-checkboxradio-icon {
      margin-left:4px;
      margin-top:4px;
      
      zoom:1; 
    }
  }

  .Inscription a{
    color:red;
    font-weight: bold;
  }
  .Inscription .content{
    margin-left:auto;
    margin-right:auto;

  }

  /*
  body_info

*/
    .body_info{
        position:absolute;
        top:var(--hauteur-head);
        left:10px;
        right:10px;
    }

  .body_info .content{
    margin-top:12px;
    text-indent: 20px;
    border: 5px solid var(--orange);
    padding:14px;
    border-radius: 40px;
    font-size: min(17px, max(12px, calc(0.14 * 15vw)));
    text-align:left;
    background-color: var(--noselectbulla);
    background-blend-mode: multiply;


    margin-left:auto;
    margin-right:auto;
    max-width: 1200px;

  }  

  .body_info .partie_prix{
    border: 5px solid var(--orange);
    border-radius: 45px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    display:auto;
    text-align:center;
    padding:0px;
    background-color: var(--noselectbull);
    box-sizing: border-box;

    max-height:130px;
    max-width:400px;
  }
  .body_info .partie_prix .aa{
    display:block;
    font-size: min(17px, max(12px, calc(0.12 * 15vw)));
    
    font-weight: 800;
    margin-bottom:20px;
  }

  .body_info .partie_prix2{
    border: 3px solid var(--orange);
    border-radius: 45px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    display:auto;
    text-align:center;
    padding:0px;
    background-color: var(--noselectbull);
    box-sizing: border-box;

    max-height:130px;
    max-width:400px;
  }
  




  .body_info .partie_prix  .right{
    position:relative;
    display: inline-block; 
    width: 30%; 
    height:100%;
    margin-top:auto;
    vertical-align: middle;
  }
  .body_info .partie_prix  .center{
    display: inline-block; 
    width: 60%; 
    height:100%;
    vertical-align: middle;
}

  .body_info .partie_prix img{
    width: 100%; 
    height: auto;
  }


  .body_info button{
    background-color: var(--noselectbull)!important;
    border: 2px solid var(--orange)!important;
    border-radius: 45px!important;
    font-size: min(17px, max(12px, calc(0.12 * 15vw)))!important;
    padding-left:10px!important;
    padding-right:10px!important;

    text-align:center!;
    color:black!important;
  }
  .body_info #button_ajouter{
        width:20%!important;
  }


  .body_info #btn_supp{
    margin-top:5px;
    height: 20px;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    max-width: 1200px;
  }
  



  .body_info #change-password{
    margin-top:5px;
    height: 30px;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    max-width: 1200px;
    margin-bottom:15px;
  }

  .body_info  #divFormu{
    display:none;
  }


  .body_info INPUT:not([type=checkbox]){
    position:relative;
    border: none; /*var(--orange) 6px solid;*/
    border-radius: 45px;
    padding:5px;
    width:100%;
    font-size: min(17px, max(12px, calc(0.14 * 15vw)));
    text-align: center;
    height:100%;

}

.body_info table{
    margin: auto;
    margin-bottom:10px;
    margin-top:10px;

}
.body_info th{
    width: 200px;
    text-align: center;
    height: 50px;
}
.body_info .class_type_enfant td{
    height: 45px;
    width:20%;
    text-align: center;
}
.body_info .class_type_ens td{
    height: 45px;
    width:15%;
    text-align: center;
}
.body_info .class_type_ens td+td{
    width:83%;
}
.body_info .class_type_ens td+td+td{
    width:2%;
}

.body_info tr{
    height: 45px;
    text-align: center;
}

@media screen and (max-width: 500px) {
  .body_info #change-password{
    height: 20px;
    padding:0;
  }

}


/*
foot
*/
foot{
    left:0px;
    right:0px;
    bottom: 0px;
    z-index: 1000;
    position: fixed;
    display: block;
    padding-left:5px;
    padding-right:5px;

    background-color: rgba(156, 156, 156,0.9);
    border:var(--orange) 2px solid;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    font-size: max(12px, min(18px,calc(0.10 * 15vw)));
}

foot a{
    display:inline-block;
    text-decoration: none;


    padding:8x;
    width:48%;
    border:var(--orange) 2px solid;
    border-radius: 15px;
    color:black;
    margin-bottom: 3px;
    text-align:center;
    font-weight: 700;

    font-size: max(12px, min(18px,calc(0.165 * 15vw)));

}

foot a+a{
    width:22.5%;
}

foot .reps{
    display:block;
    margin-right: auto;
    margin-left: auto;
    width:90%;
    margin-bottom:1px;
    margin-top:8px;
}

/*
body-cgu
*/

#body-cgu{
    position:absolute;
    top:var(--hauteur-head);
    left:12px;
    right:12px;
}



#body-cgu h1{
  font-weight: bold;
  text-align:center;
  font-size: min(28px, max(18px,calc(0.40 * 15vw)));

  color: black;
  margin-top:15px;
  margin-bottom:15px;
  
}  

#body-cgu h2{
  font-weight: bold;
  text-align:center;
  font-size: min(24px, max(16px,calc(0.14 * 15vw)));
  color: black;
  margin-top:10px;
  margin-bottom:10px;
  text-align: left;
}  


#body-cgu p{
  margin-top:15px;
}  

/*  body_form   */

.body_form{
  position:absolute;
  top:var(--hauteur-head);
  
  left:10px;
  right:10px;
}

.body_form h1{
  font-weight: bold;
  text-transform: uppercase;

  text-align:center;
  font-size: min(50px, max(16px,calc(0.36 * 15vw)));
  white-space: nowrap;

  background-image:linear-gradient(to bottom, var(--gradA), var(--gradB)); 
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}  



.body_form .content{

  /*background-color: var(--noselectbull);*/

  margin-top:12px;
  text-indent: 10px;
  /*border: 2px solid var(--orange);*/
  padding:8px;
  border-radius: 40px;
  font-size: min(18px, max(12px,calc(0.10 * 15vw)));
  text-align:justify;
  margin-left:auto;
  margin-right:auto;

  max-width: 800px;
}  



.body_form INPUT{

  background-color: var(--noselectbull);

  display: block;
  position:relative;
  border:var(--orange) 6px solid;
  border-radius: 45px;
  margin-left:auto;
  margin-right:auto;
  padding:10px;
  width:90%;
  height:80px;
  font-size:min(18px, max(12px,calc(0.02 * 15vw)));
  box-sizing: border-box; 
  margin-top:10px;
  margin-bottom:10px;
}


.body_form .btn a{
  text-decoration: none;
  margin:0;
  padding:0;
  color:black;

}

.body_form .mdp_oublie{
  width:80%;
}
.body_form .mdp_oublie INPUT{
  margin-left:0px;
  max-width:700px;
  width:80%;
}


.body_form .btn{
  display: inline-block;
  border:var(--orange) 4px solid;
  border-radius: 45px;

  padding:auto;
  width:40%;
  height:40px;
  font-size:min(18px, max(12px,calc(0.1 * 15vw)));

  font-weight: 700;

  box-sizing: border-box; 

}



.body_form .bb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: center;
  align-content: center;
  padding:20px;
}

.body_form .bb * {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left:auto;
  margin-right:auto;
  box-sizing: border-box; 

}

.body_form .btn:nth-child(1) {
  width:90%;
}
.body_form .btn:nth-child(2) {
  width:45%;
}
.body_form .btn:nth-child(3) {
  width:45%;
}

@media screen and (max-width: 500px) {


  .body_form .btn{
    border:var(--orange) 3px solid;
    font-size:min(16px, max(10px,calc(0.1 * 15vw)));
  }

  .body_form INPUT{
    border:var(--orange) 4px solid;
  }

  .body_form h1{
    margin-top:22px;

    font-size: min(50px, max(16px,calc(0.46 * 15vw)));
  }

  .body_form .content{
    margin-top:22px;

  }

}

@media screen and (max-height: 450px) {
  .body_form .btn{
    height:30px;
    border:var(--orange) 3px solid;
  }
  .body_form INPUT{
    height:40px;
    border:var(--orange) 4px solid;
  }
}





/* ANIM */

body{
  overflow-x: hidden;
}
figure{
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.15s;
}

.fade {
  transition: opacity 1s;
  transition-delay: 0.15s;
}

.fade-in {
  opacity: 1;
}
