@font-face {
    font-family: 'strawfordregular';
    src: url("../fonts/strawford-regular-webfont-ae365c4dfc3b89132a375344dfe17c6b.eot");
    src: url("../fonts/strawford-regular-webfont-ae365c4dfc3b89132a375344dfe17c6b.eot") format('embedded-opentype'),
    url("../fonts/strawford-regular-webfont-2e160a928f6fd1463c8862ebc67cad5f.woff2") format('woff2'),
    url("../fonts/strawford-regular-webfont-4470afcfd0f8a50e2516777ec4d904f1.woff") format('woff'),
    url("../fonts/strawford-regular-webfont-5b19b4fb70835553b21a9efdb5e620ab.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'strawfordregular_italic';
    src: url("../fonts/strawford-regularitalic-webfont-ea474bd94569df5a7956fe1b7680f067.eot");
    src: url("../fonts/strawford-regularitalic-webfont-ea474bd94569df5a7956fe1b7680f067.eot") format('embedded-opentype'),
    url("../fonts/strawford-regularitalic-webfont-6a7a209e7c906536dd7bce3a60f0b192.woff2") format('woff2'),
    url("../fonts/strawford-regularitalic-webfont-590d17d9b117f093c6705741b38094df.woff") format('woff'),
    url("../fonts/strawford-regularitalic-webfont-43aff2b8c8d0e4e6525dd70616db1d02.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

.contenu h1{
    color: #000;
    text-align: center;
    font-family: strawfordregular;
    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;
}
.contenu h2{
    color: #000;
    text-align: center;
    font-family: Arial;
    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: #000;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}
h4{
    color: #000;
    text-align: center;
    font-size: 14px;
}
#intro{
    background: linear-gradient(347deg, #f8cde1, #fbc7de);
}
#intro .contenu{
    margin-top: 520px;
    z-index: 2;
}
img.yumi{
    width: 100vw;
    position: absolute;
    top: 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: Arial;
    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: strawfordregular;
}
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-attachment: fixed;
    background-size: cover;
}
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;
}
.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: Arial;
    color: #9C9C9C;
}
.form form article:last-of-type{
    margin-bottom: 0;
}
.form form .question label{
    color: #fff;
    font-family: Arial;
    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: Arial;
    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;
}

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

.end{
    background: url('/img/rose.png') no-repeat bottom left,#DCDEF1;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
}
.end h1{
    color: #000;

    text-align: center;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.8px;
    margin-top: 55px;
    padding: 0;
}
.end h2{
    color: #000;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    margin-top: 0;
    padding: 0;
}
.end p{
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    margin-top: 55px;
}
.end p.last{
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    margin-top: 20px;
}
.end .content{
    padding: 0 20px;
}
.tos{
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 12px 30px
}
.tos label{
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
}
#quizz_submit{
    margin-top: 18px;
}
.bgrose{

}