@font-face {
    font-family: GuerlainSansMedium;
    src: url("../fonts/GuerlainSans-Medium-2bb45baa4f67f27c49a0ea3f4eda471d.otf") format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: GuerlainSansBold;
    src: url("../fonts/GuerlainSans-Bold-021442eeffe5899ee99ab7fb7ed0e173.otf") format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: GuerlainSansLight;
    src: url("../fonts/GuerlainSans-Light-d9585a1b63ece56a995a88356f6ce312.otf") format("opentype");
    font-style: normal;
    font-display: swap;
}

body {
  background: url('/img/background-fleur-cropped.jpg') center no-repeat;
  background-size: cover;
}

.contenu h1{
    color: #fff;
    text-align: center;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.48px;
    //margin-top: 20px;
    margin-top: 5vh;
    padding: 0 14px;
    z-index: 2;
}
.contenu h2{
    color: #fff;
    text-align: center;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
    //margin-top: 12px;
    margin-top: 1vh;
    padding: 0 14px;
}
h3{
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: GuerlainSansMedium, sans-serif;
}
h4{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: GuerlainSansMedium, sans-serif;
}
.min{
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: GuerlainSansMedium, sans-serif;
}
#intro{
  p{
    font-family: GuerlainSansMedium, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
  }
}
#intro .contenu{
    z-index: 2;
}
img.yumi{
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
button.btn{
    border-radius: 0px;
    background: #FFFFFF;
    text-align: center;
    transition: all 0.3s;
}
button.btn span{
    font-family: GuerlainSansMedium, sans-serif;
    color: #000000;
    font-size: 18px;
    transition: all 0.3s;
}
button.btn:hover{
    background: -webkit-linear-gradient(rgb(249 202 224), rgb(248 205 225));
}
button.btn:hover span{
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
button.btn:active{
    background: -webkit-linear-gradient(rgb(159,8,66), rgb(217,59,115));
    border: 0;
}
#guerlain{
  max-width: 216px;
}
button.btn:active span{
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sf-toolbar{
  position: absolute;
}
body.start{
  min-height: 100vh;
}
body .header{
    z-index: 2;
}
body .header a{
    text-decoration: none;
}
body .header p{
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 8px;
    font-family: GuerlainSansMedium, sans-serif;
}
body .header img{
    width: 216px;
    transition: all 0.3s;
}
body.formactive .header img{
    //width: 155px
}
body.formactive{
    background: url('/img/background-pont.jpg') no-repeat bottom center;
    background-size: cover;
    &:before{
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgb(0 0 0 / 55%);
      z-index: 2;
      position: absolute;
    };
}
.footerbt{
    z-index: 1;
    p{
      font-family: GuerlainSansMedium, sans-serif;
      font-size: 10px;
      color: #ffffff;
    }
}
body.formactive .footerbt{
    background: rgb(0 0 0 / 55%);
    color: #fff;
}
body.formactive .form{
  z-index: 3;
  position: relative;
}
body.formactive .form .contenu h1{
    color: #ffffff;
}
body.formactive .form .contenu h2{
    color: #ffffff;
}
.form .contenu{
    margin-top: 100px;
    margin-bottom: 50px;
}
.form img{
    margin-bottom: 32px;
}
.form form{
    padding-left: 16px;
    padding-right: 16px;
}
.form form .sep{
    width: 250px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    /*margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;*/
    margin: 50px auto;
}
.form form .form-control{
    background-color: transparent;
}
.form form input[type=email].form-control{
    background-color: #FFF;
}
.form form article{
    margin-left: 50px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.form-floating>label{
    font-family: GuerlainSansMedium, sans-serif;
    color: #9C9C9C;
}
.form form article:last-of-type{
    margin-bottom: 0;
}
.form form .question label{
    color: #fff;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
}
.form form .question article label{
    color: #fff;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
}
.question input[type=radio] {
    transition: 0.2s all linear;
}
.question input:checked[type=radio] {
    accent-color: #9F0842;
    border: 6px solid black;
}
.question input:checked[type=radio]:hover {
    accent-color: #D93B73;
}


#quizz_tos{
    margin-top: 6px;
    margin-right: 10px;
    flex: none;
}
input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #FFF;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #9F0842;
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

.contenu_p{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.end{
    //background: #f7a3bb;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
}
.end .contenu{
    margin-top: 170px;
    position: relative;
    z-index: 1;
}

.end .contenu h1{
    color: #fff;
    text-align: center;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.48px;
//margin-top: 20px;
    margin-top: 5vh;
    padding: 0 14px;
    z-index: 2;
}
.end .contenu h2{
    color: #fff;
    text-align: center;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
//margin-top: 12px;
    margin-top: 1vh;
    padding: 0 14px;
}
.end .content h1{
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 21px;
}
.end p{
    color: #FFF;
    text-align: center;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    margin-top: 55px;
}
.end p.last{
    color: #FFF;
    text-align: center;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    margin-top: 20px;
}
.end .content{
    padding: 0 20px;
    position: relative;
    z-index: 1;
    color: #FFF;
}
.end .footerbt{
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.tos{
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 12px 30px
}
.tos label{
    color: #fff;
    font-family: GuerlainSansMedium, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
}
#quizz_submit{
    margin-top: 18px;
}
.bgrose{

}

@media(min-width: 768px){
    .contenu h1{
        font-size: 42px;
    }
    .contenu h2{
        font-size: 20px;
    }
    .contenu h3{
        font-size: 28px;
    }
    .contenu h4{
        font-size: 22px;
    }

}
