body {
    background-color: #DCDEF1;
}
h1{
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.48px;
    //margin-top: 20px;
    margin-top: 5vh;
    padding: 0 14px;
}
h2{
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
    //margin-top: 12px;
    margin-top: 1vh;
    padding: 0 14px;
}
img.lavieestbelle{
    width: 100vw;
}
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(159,8,66), rgb(217,59,115));
    -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(159,8,66), rgb(217,59,115));
}
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 img{
    width: 216px;
    transition: all 0.3s;
}
body.formactive .header img{
    width: 155px
}
body.formactive{
    background: url('/img/rose.png') no-repeat bottom center,#DCDEF1;
    background-attachment: fixed;
    background-size: cover;
}

.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: 80px;
    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: #000;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
}
.form form .question article label{
    color: #000;
    font-family: Arial;
    font-size: 14px;
    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: #000;
    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{

}