@font-face {
    font-family: StrawfordBlack;
    src: url("../fonts/Strawford-Black-55423a41c368de21fd82e58339416790.eot");
    src: url("../fonts/Strawford-Black-55423a41c368de21fd82e58339416790.eot") format("embedded-opentype"), url("../fonts/Strawford-Black-3383ef7206195463c5c3df661c52e9fa.woff2") format("woff2"), url("../fonts/Strawford-Black-e14169f2af62b663cebafb48f61335df.woff") format("woff"), url("../fonts/Strawford-Black-d06e1ceb3be2d29f4083f0a66148d152.ttf") format("truetype"), url("../fonts/Strawford-Black-4c6a8884cf89ef624f04c50a460cdc88.svg") format("svg");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Strawford;
    src: url("../fonts/Strawford-Regular-5afce287da2dfb4fb1d5d4beba979c87.eot");
    src: url("../fonts/Strawford-Regular-5afce287da2dfb4fb1d5d4beba979c87.eot") format("embedded-opentype"), url("../fonts/Strawford-Regular-bc0e05726f9226a6b79ad4bae9fcca3d.woff2") format("woff2"), url("../fonts/Strawford-Regular-29bce250eb4f2ed91858847c45608553.woff") format("woff"), url("../fonts/Strawford-Regular-d2fa2c9c14f3c1d7729d6b0d0d30f0fe.ttf") format("truetype"), url("../fonts/Strawford-Regular-a6a4ecd82f134759a533b0c184eb8e1e.svg") format("svg");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: StrawfordBold;
    src: url("../fonts/Strawford-Bold-c3dbdf22abe10fc76e43c8d55520918b.eot");
    src: url("../fonts/Strawford-Bold-c3dbdf22abe10fc76e43c8d55520918b.eot") format("embedded-opentype"), url("../fonts/Strawford-Bold-ca79e13e80f5c22ccf2dc35855cf074d.woff2") format("woff2"), url("../fonts/Strawford-Bold-eabe26152d1b10cc50fd433704213fe1.woff") format("woff"), url("../fonts/Strawford-Bold-2a6ee37cdda7a8623029185ccbc9107f.ttf") format("truetype"), url("../fonts/Strawford-Bold-65c44f67f4fbdc90c39482da457c54b2.svg") format("svg");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: StrawfordMedium;
    src: url("../fonts/Strawford-Medium-0d5ee0aff3d90dbf77531eaabfcf2cd8.eot");
    src: url("../fonts/Strawford-Medium-0d5ee0aff3d90dbf77531eaabfcf2cd8.eot") format("embedded-opentype"), url("../fonts/Strawford-Medium-2a32370a973ca800d1cff45167b752f4.woff2") format("woff2"), url("../fonts/Strawford-Medium-2bc6733e5710a663b039fd5c87f3cb47.woff") format("woff"), url("../fonts/Strawford-Medium-0e474155f560762c0e5be80a7658b0bc.ttf") format("truetype"), url("../fonts/Strawford-Medium-ee41c4fb2b475ff4d682b83a04a6bd95.svg") format("svg");
    font-style: normal;
    font-display: swap;
}

body {
    background: linear-gradient(347deg, #f8cde1, #fbc7de);
}

.contenu h1{
    color: #fff;
    text-align: center;
    font-family: StrawfordMedium;
    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: StrawfordMedium;
    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: Strawford;
}
h4{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Strawford;
}
.min{
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: Strawford;
}
#intro{
    background: linear-gradient(347deg, #f8cde1, #fbc7de);
}
#intro .contenu{
    margin-top: 520px;
    z-index: 2;
}
img.yumi{
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
button.btn{
    border-radius: 4px;
    background: #FEFEFE;
    text-align: center;
    padding: 14px 36px;
    //margin-top: 30px;
    margin-top: 5vh;
    margin-bottom: 30px;
    transition: all 0.3s;
}
button.btn span{
    background: -webkit-linear-gradient(rgb(249 202 224), rgb(248 205 225));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Strawford;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.76px;
    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;
}
button.btn:active span{
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body .header{
    position: absolute;
    top: 50px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    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: Strawford;
}
body .header img{
    width: 216px;
    transition: all 0.3s;
}
body.formactive .header img{
    width: 155px
}
body.formactive{
    background: url('/img/background-cacharel-v2.jpg') no-repeat bottom center,#DCDEF1;
    //background: url('/img/yumy-iphone.jpg') no-repeat bottom center, #DCDEF1;
    background-attachment: fixed;
    background-size: cover;
}
.footerbt{
    z-index: 1;
}
body.formactive .footerbt{
    background: rgb(0 0 0 / 55%);
    color: #fff;
}
body.formactive .form{
    background: rgb(0 0 0 / 55%);
}
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: Strawford;
    color: #9C9C9C;
}
.form form article:last-of-type{
    margin-bottom: 0;
}
.form form .question label{
    color: #fff;
    font-family: Strawford;
    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: Strawford;
    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;
    min-height: 100vh;
}

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: StrawfordMedium;
    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: StrawfordMedium;
    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: Strawford;
    font-size: 21px;
}
.end p{
    color: #FFF;
    text-align: center;
    font-family: Strawford;
    font-size: 20px;
    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: Strawford;
    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: Strawford;
    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;
    }

}