@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Kaushan+Script&display=swap');

/*
*Social Gothi font
*/
@font-face {
    font-family: "Social Gothi";
    src: url("../fonts/social-fonts/SocialGothicRough.eot"),
        url("../fonts/social-fonts/SocialGothicRough.woff2")format("woff2"),
        url("../fonts/social-fonts/SocialGothicRough.woff")format("woff"),
        url("../fonts/social-fonts/SocialGothicRough.ttf")format("truetype"),
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Fira Sans", sans-serif;
    height: auto !important;
}

body img {
    max-width: 100%
}

body p:empty {
    display: none
}

.container {
    /* width: 1200px; */
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    outline: none !important;
}

.button {
    outline: none !important;
}

/*********hover******/

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E36F1E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #E36F1E;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



/*****************************start**********************/
/********Start page home******/
.section-site {
    position: relative;
    width: 1920px;
    max-width: 100%;

}

.col.error-message {
    font-size: 14px;
}

.section-site .home {
    height: 100%;
    background-image: url('../images/bg-home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 15px;
}

.section-site.hideLogo~footer {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    padding: 20px;
    z-index: 99999999;
    transition: .3s;
}

.scroll-header {
    background-color: #E36F1E;
    box-shadow: 0px -6px 14px 2px #000;
}


footer {
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 20px;
}

header .header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-info .logo {
    width: 10%;
}

footer .logo {
    width: 15%;
}

header .header-info .social-medias {
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

header .header-info .social-medias .text span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

header .header-info .social-medias .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

header .header-info .social-medias .socials a {
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

header .header-info .social-medias .socials a:hover {
    color: #792f12;
}

/*********strat col hero****/


.section-site .col-content {
    width: 1550px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    padding: 15px 15px;
}

.section-site .home .col-content {
    padding: 9% 15px 0;
}

.section-site .col-content .left-col {
    width: 40%;
    max-width: 100%;
}

.section-site .col-content .right-col {
    width: 45%;
    max-width: 100%;
}

.section-site .col-content .left-col .text {
    padding-left: 50px;
    width: 80%;
    max-width: 100%;
}

.section-site .col-content .left-col .text p {
    font-size: 40px;
    font-weight: bold;
    color: #E36F1E;
    text-transform: uppercase;
}

.section-site .col-content .left-col .text span {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;

}

.section-site .col-content .right-col .div-form {
    background-color: #fff;
    padding: 50px 45px 40px;
    position: relative;
    margin-bottom: 15px;
}

.section-site .home .col-content .right-col .div-form {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-site .home .col-content .right-col .div-form::after {
    content: url('../images/before-form-home.png');
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.section-site .col-content .right-col .div-form .titre {
    text-align: center;
}

.section-site .home .col-content .right-col .div-form .titre {
    position: relative;
    z-index: 1;
}

.section-site .col-content .right-col .div-form .titre p {
    font-size: 35px;
    margin: unset;
    font-weight: bold;
    color: #363535;
}

.section-site .col-content .right-col .div-form .titre span {
    font-size: 25px;
    font-weight: normal;
    color: #363535;
}

.section-site .col-content .right-col .titre {
    margin-bottom: 30px;
}

.section-site .col-content .right-col .div-form form {
    width: 580px;
    max-width: 100%;
    margin: 0 auto;
}

.section-site .col-content .right-col .div-form form {
    position: relative;
    z-index: 1;
}

.section-site .col-content .right-col .div-form form label {
    font-size: 19px;
    font-weight: bold;
    color: #696666;
}

.section-site .col-content .right-col .div-form form .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.section-site .col-content .right-col .div-form form .row,
.section-site .col-content .right-col .div-form form .rowws {
    margin-bottom: 25px;
}

.section-site .col-content .right-col .div-form form .rowws {
    padding-left: 10px;
}

.section-site .col-content .right-col .div-form form .row {
    margin-left: unset;
}

.section-site .col-content .right-col .div-form form .row {
    margin-right: unset;
}


.section-site .col-content .right-col .div-form form input:not([type=radio]) {
    border: 1px solid #908F8F;
    border-radius: 8px;
    padding: 17px 12px;
}

.section-site .col-content .right-col .div-form form .form-control {
    height: unset;
}

.section-site .col-content .right-col .div-form form input[type="email"]::placeholder {
    font-size: 19px;
}

.section-site .col-content .right-col .div-form form input[type="text"]::placeholder {
    font-size: 19px;
}

.section-site .col-content .right-col .div-form form .btn-submit {
    width: 97%;
    margin: 0 auto;
    max-width: 100%;
}

.section-site .col-content .right-col .div-form form .form-btn {
    width: 100%;
    background-color: #E36F1E;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 10px;
    outline: none;
    overflow: hidden;
}

.section-site .col-content .right-col .div-form form .form-btn:hover,
.section-site .col-content .right-col .div-form form .form-btn:focus,
.section-site .col-content .right-col .div-form form .form-btn:active {
    color: #E36F1E;
}

.section-site .col-content .right-col .div-form form .form-btn:hover img,
.section-site .col-content .right-col .div-form form .form-btn:focus img,
.section-site .col-content .right-col .div-form form .form-btn:active img {
    filter: invert(59%) sepia(70%) saturate(861%) hue-rotate(349deg) brightness(105%) contrast(89%);
}

.section-site .home .col-content .right-col .div-form form .form-btn::before {
    background: #fff;
}

.section-site .col-content .right-col .div-form form .form-btn img {
    margin-left: 20px;
}

.section-site .col-content .right-col .div-form form .champObligatoir {
    margin-top: 11%;
}

.section-site .col-content .right-col .div-form form .champObligatoir span {
    font-size: 16px;
    color: #707070;
}

.section-site .col-content .right-col .div-form::before {
    content: '';
    width: 62px;
    height: 62px;
    background: url(../images/before-form.png);
    position: absolute;
    bottom: 3%;
    right: 4%;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}


.section-site .col-content .right-col .mention-legal p,
.section-site .col-content .right-col .mention-legal a {
    color: #FCFAF9;
    font-size: 12px;
}


/****start page quest-01****/

.section-site .quest-01,
.section-site .vrai01-fem {
    height: 100%;
    background-image: url('../images/bg-quest-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7% 15px 1%;
}

.section-site .home,
.section-site .quest-01,
.section-site .vrai01-fem,
.section-site .quest-03,
.section-site .vrai03-fem,
.section-site .quest-04,
.section-site .vrai04-fem {
    min-height: 100vh;
}

.section-site .col-content.quest01 {
    justify-content: right;
}

.section-site .col-content.quest01.vrai01Fem .right-col .titre {
    margin-bottom: 0;
}

.section-site .col-content.quest01.vrai01Fem .right-col .description {
    margin-bottom: 10px;
}


.section-site .col-content.quest01 .right-col .div-form {
    background-color: #fff;
    padding: 33px 45px 40px;
}

.section-site .col-content.quest01 .right-col .div-form {
    background-color: #E36F1E;
}

.section-site .col-content.quest01 .right-col .div-form form .form-btn {
    background-color: #fff;
    color: #E36F1E;
}

.section-site .col-content.quest01 .right-col .div-form form .form-btn:hover,
.section-site .col-content.quest01 .right-col .div-form form .form-btn:focus,
.section-site .col-content.quest01 .right-col .div-form form .form-btn:active {
    color: #fff;
}

.section-site .col-content.quest01 .right-col .div-form form .form-btn:hover img,
.section-site .col-content.quest01 .right-col .div-form form .form-btn:focus img,
.section-site .col-content.quest01 .right-col .div-form form .form-btn:active img {
    filter: grayscale(100%) brightness(0) invert(100%);
}

.section-site .col-content.quest01 .right-col .div-form form .form-btn::before {
    background: #E36F1E;
}


.section-site .col-content.vrai01Fem .right-col .div-form .titre::before {
    content: '';
    position: absolute;
    width: 344px;
    height: 157px;
    background-image: url(../images/white-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.section-site .col-content.quest01 .right-col .div-form .titre p,
.section-site .col-content.quest01 .right-col .div-form .titre span {
    color: #fff;
    font-size: 35px;
}

.section-site .col-content.quest01 .right-col .div-form::before {
    display: none;
}

.section-site .col-content.quest01 .right-col .div-form .question {
    text-align: center;
    margin-bottom: 25px;
}

.section-site .col-content.quest01 .right-col .div-form .question span {
    font-size: 33px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.section-site .col-content.quest01 .right-col .div-form::after {
    content: '';
    width: 62px;
    height: 62px;
    background: url('../images/before-question.png');
    position: absolute;
    top: 3%;
    right: 4%;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-site .col-content .right-col .div-form form .row {
    border: 2px solid #fff;
    border-radius: 8px;
}

.section-site .col-content.quest01 .right-col .div-form form .form-check {
    display: flex;
    align-items: flex-start;
    padding: 10px 30px 10px 30px;
}

.section-site .col-content.quest01 .right-col .div-form form label {
    color: #fff;
    cursor: pointer;
}

.section-site .col-content.quest01 .right-col .div-form form .btn-submit {
    width: 100%;
}

.section-site .col-content.quest01 .right-col .div-form form input[type=radio] {
    padding: unset;
    border-radius: unset;
    border-color: #fff;
    background-color: #E36F1E;
    border-radius: 5px;
    border: 2px solid #fff;
    cursor: pointer;
}

/****start page quest-02****/

.section-site .quest-02,
.section-site .vrai02-fem {
    height: 100%;
    background-image: url('../images/bg-quest02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6% 15px 1%;
    min-height: 100vh;
}

.section-site .col-content.quest02 .right-col .div-form .question {
    margin-bottom: 25px;
}

.section-site .col-content.quest02 .right-col .div-form .titre {
    width: 90%;
}

.section-site .col-content.quest02 .right-col .div-form form .form-check {
    display: flex;
    gap: 10px;
}

.section-site .col-content.quest02 .right-col .div-form form label {
    width: 95%;
    cursor: pointer;
}

.section-site .col-content.quest02 .right-col .div-form form .form-check-input {
    margin-right: unset;
}


/****start page quest-03****/

.section-site .quest-03,
.section-site .vrai03-fem {
    height: 100%;
    background-image: url('../images/bg-quest-03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7% 15px 1%;
    min-height: 100vh;
}

/****start page quest-04****/

.section-site .quest-04,
.section-site .vrai04-fem {
    height: 100%;
    background-image: url('../images/bg-quest-04.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7% 15px 1%;
    min-height: 100vh;
}

/****start page quest-05****/

.section-site .quest-05,
.section-site .vrai05-fem {
    height: 100%;
    background-image: url('../images/bg-quest05.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7% 15px 1%;
    min-height: 100vh;
}

.section-site .col-content.quest05 .right-col .div-form .titre {
    width: 100%;
}

.section-site .col-content.quest05 .right-col .div-form .titre p {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}




/****start page vari-01-fem****/

.bold-text {
    font-size: 27px;
    font-weight: bolder;
}

.section-site .vrai01-fem {
    padding: 5% 15px 1%;
}

.section-site .col-content.vrai01Fem .left-col {
    background-image: url('../images/femme.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: unset;
    width: 50%;
}

.section-site .col-content.vrai01Fem .left-col {
    width: 50%;
}

.section-site .col-content.vrai01Fem .right-col {
    width: 50%;
}


.section-site .col-content.vrai01Fem {
    justify-content: center;
    align-items: unset;
}

.section-site .col-content.vrai01Fem .right-col .div-form {
    margin-bottom: unset;
    padding-bottom: unset;
    position: relative;
}

.section-site .col-content.vrai01Fem {
    gap: unset;
}

.section-site .col-content.vrai01Fem .right-col .div-form .question {
    margin-bottom: 8px;
    position: relative;
    z-index: 4;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content p {
    margin: unset;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .titre span {
    font-size: 47px;
    font-weight: bold;
    color: #E36F1E;
    text-transform: uppercase;
    position: relative;
    z-index: 111;
    font-family: "Social Gothi";
    font-style: italic;
}

.section-site .col-content.vrai01Fem .right-col .div-form {
    background-color: #F8F4F1;
}

.section-site .col-content.vrai01Fem .right-col .div-form .question span {
    color: #E36F1E;
    border-color: #E36F1E;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .description p {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1111;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .paragraph p {
    font-size: 19px;
    font-weight: normal;
    color: #000000;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage {
    background-color: #fff;
    padding: 20px 30px;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .number span {
    color: #E36F1E;
    font-size: 60px;
    font-weight: bold;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .txt p {
    color: #E36F1E;
    font-size: 19px;
    font-weight: bold;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt {
    display: flex;
    gap: 10px;
    margin-bottom: 80px;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-logo {
    width: 20%;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt p {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt {
    position: relative;
}

.section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #000;
    color: #000;
    left: 0;
    top: 0;
    z-index: 9;
}

.section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
}

.section-site .col-content.vrai01Fem .right-col .div-form form {
    display: flex;
    justify-content: end;
}

.section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button {
    padding: 20px 55px;
    display: block;
    background-color: #E36F1E;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: unset;
    z-index: 9999;
    border: none;
    border: 1px solid #E36F1E;
}

.section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button:hover,
.section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button:focus,
.section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button:active {
    color: #E36F1E;
}

.section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button::before {
    background: #fff;
}

.section-site .col-content.vrai01Fem {
    z-index: 999;
}

.section-site .col-content.vrai01Fem .right-col {
    position: relative;
}

.section-site .col-content.vrai01Fem .right-col .copyright {
    position: absolute;
    bottom: -60px;
    z-index: 9;
}

.section-site .col-content.vrai01Fem .right-col .copyright p,
.section-site .col-content.vrai01Fem .right-col .copyright span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: unset;

}


.section-site .col-content.quest01.vrai01Fem .right-col .div-form::after {
    content: '';
    width: 62px;
    height: 62px;
    background: url(../images/before-orange.png);
    position: absolute;
    top: 3%;
    right: 4%;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}




/****start page vari-02-fem****/

.section-site .col-content.vrai02Fem .left-col {
    background-image: url('../images/fille.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: unset;
    width: 50%;
}

.section-site .vrai03-fem {
    padding: 5% 15px;
}


/****start page vari-03-fem****/

.section-site .col-content.vrai03Fem .left-col {
    background-image: url('../images/femm-fille.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: unset;
    width: 50%;
}

.section-site .col-content.vrai03Fem .right-col .copyright {
    bottom: -70px;
}


/****start page vari-04-fem****/
.section-site .vrai04-fem {
    padding: 4% 15px;
}

.section-site .col-content.vrai04Fem .left-col {
    background-image: url('../images/boy.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: unset;
    width: 50%;
}


/****start page vari-05-fem****/

.section-site .col-content.vrai05Fem .left-col {
    background-image: url('../images/grand-femm.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: unset;
    width: 50%;
}



/*********start page result****/

.section-site .section-result {
    height: 100%;
    background-image: url('../images/bg-result.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.section-site .section-result .col-hero {
    padding: 7% 15px 30%;
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.section-site .section-result .col-hero .left-col {
    width: 30%;
    max-width: 100%;
}

.section-site .section-result .col-hero .right-col {
    width: 80%;
    max-width: 100%;
    color: #fff;
}

.section-site .section-result .col-hero .right-col span {
    font-size: 47px;
}

.section-site .section-result .col-hero .right-col p {
    font-size: 37px;
    font-weight: bolder;
    line-height: 50px;
}

.section-site .faire-un-done-parent {
    position: relative;
    padding-bottom: 10%;

}

.section-site .faire-un-done-parent::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #F8F4F1;
}

.section-site .faire-done-content {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 55px 8%;
    margin-top: -28%;
}

.section-site .faire-done-content .col-image-text {
    display: flex;
    gap: 30px;
}

.section-site .faire-done-content .col-image-text .col-image {
    width: 40%;
    max-width: 100%;
}

.section-site .faire-done-content .col-image-text .col-text {
    width: 60%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.section-site .faire-done-content .discription {
    text-align: center;
    margin-bottom: 30px;
}

.section-site .faire-done-content .discription span {
    font-size: 35px;
    font-weight: bolder;
    color: #000;
}

.section-site .faire-done-content .col-image-text .col-text p {
    font-size: 25px;
    color: #000;
}

.section-site .faire-done-content .col-image-text .text-button .discr {
    text-align: center;
    margin-bottom: 15px;
}

.section-site .faire-done-content .col-image-text .text-button .discr span {
    font-size: 35px;
    font-weight: bolder;
    color: #000;
}

.section-site .faire-done-content .col-image-text .text-button .btn {
    width: 100%;
    border: unset;
    outline: unset;

}

.section-site .faire-done-content .col-image-text .text-button .btn a {
    width: 100%;
    background-color: #E36F1E;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E36F1E;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.section-site .faire-done-content .col-image-text .text-button .btn a:hover,
.section-site .faire-done-content .col-image-text .text-button .btn a:focus,
.section-site .faire-done-content .col-image-text .text-button .btn a:active {
    color: #E36F1E;
}

.section-site .faire-done-content .col-image-text .text-button .btn a:hover img,
.section-site .faire-done-content .col-image-text .text-button .btn a:focus img,
.section-site .faire-done-content .col-image-text .text-button .btn a:active img {
    filter: invert(59%) sepia(70%) saturate(861%) hue-rotate(349deg) brightness(105%) contrast(89%);
}

.section-site .faire-done-content .col-image-text .text-button .btn a::before {
    background: #fff;
}

.section-site.result-page .counter-savoirPlus {
    margin-top: -15%;
    position: relative;
}

.section-site.result-page .col-counter {
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #1C1D2F;
    margin-bottom: 30px;
}

.section-site.result-page .col-counter .contenu {
    display: flex;
    justify-content: space-between;
    padding: 30px 45px;
}

.section-site.result-page .col-counter .contenu .number {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 30px;
}

.section-site.result-page .col-counter .contenu .number::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 8px;
    bottom: 0;
    color: #E36F1E;
    background-color: #E36F1E;
    left: 0;
    z-index: 1;
}

.section-site.result-page .col-counter .contenu .number span {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.section-site.result-page .col-counter .contenu .number p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: unset;
}

.section-site.result-page .col-savoir-plus {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section-site.result-page .col-savoir-plus .text span {
    font-size: 25px;
    color: #000;
}

.section-site.result-page .col-savoir-plus .link a {
    font-size: 25px;
    color: #E36F1E;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 5px;
}

.section-site .footer-result {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 61px 0px 20px;
    border-bottom: 1px solid #000;
}

.section-site .footer-result .logo-text1 {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 50%;
    max-width: 100%;
}

.section-site .footer-result .logo-text1 .text h5 {
    font-weight: bold;
}

.section-site .footer-result .logo-text1 .text h5,
.section-site .footer-result .logo-text1 .text p,
.section-site .footer-result .logo-text1 .text span {
    margin: unset;
    font-size: 17px;
}

.section-site .footer-result .logo-text1 h1 {
    font-weight: bold;
}


.section-site .footer-result .logo-text2 {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
    max-width: 100%;
}

.section-site .footer-result .logo-text2 .logo-don {
    width: 20%;
}

.section-site .footer-result .logo-text2 .text p {
    font-size: 17px;
}

.section-site .mention-legal-footer {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 40px;
}

.section-site .mention-legal-footer a,
.section-site .mention-legal-footer span {
    color: #000;
    font-size: 15px;
}

.section-site .mention-legal-footer a {
    position: relative;
    padding: 0 5px;
}

.section-site .mention-legal-footer a::after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    color: #000;
    background-color: #000;
    right: 0;
    bottom: 2px;
    z-index: 11;
}




/***************************************Responsive***********************************/

@media only screen and (max-width: 1450px) {

    /* .section-site .home,
    .section-site .quest-01,
    .section-site .vrai01-fem,
    .section-site .quest-03,
    .section-site .vrai03-fem,
    .section-site .quest-04,
    .section-site .vrai04-fem {
        min-height: unset;
    } */

    .col.error-message {
        font-size: 13px;
    }

    header .header-info .social-medias .text span,
    header .header-info .social-medias .socials a {
        font-size: 17px;
    }

    .section-site .col-content.vrai01Fem .left-col {
        width: 45%;
    }

    .section-site .col-content.vrai01Fem .right-col {
        width: 45%;
    }

    .section-site .col-content {
        justify-content: center;
        gap: 5%;
    }

    .section-site .col-content .left-col .text p,
    .section-site .col-content .left-col .text span {
        font-size: 30px;
    }

    .section-site .col-content {
        align-items: flex-start;
    }

    .section-site .col-content .left-col {
        margin-top: 2%;
    }

    .section-site .col-content .right-col .div-form {
        padding: 45px 35px 40px;
    }

    .section-site .col-content .right-col .div-form .titre p {
        font-size: 25px;
    }

    .section-site .col-content .right-col .div-form .titre span {
        font-size: 20px;
    }

    .section-site .col-content .right-col .div-form form label {
        font-size: 16px;
    }

    .section-site .col-content .right-col .div-form form .form-check-input {
        width: 14px;
        height: 14px;
    }

    .section-site .col-content .right-col .div-form form input:not([type=radio]) {
        padding: 10px 12px;
    }

    .section-site .col-content .right-col .div-form form input[type="email"]::placeholder,
    .section-site .col-content .right-col .div-form form input[type="text"]::placeholder {
        font-size: 15px;
    }

    .section-site .col-content .right-col .div-form form .form-btn {
        padding: 8px 0;
        font-size: 20px;
    }

    .section-site .col-content .right-col .div-form form .form-btn img {
        width: 30px;
    }

    .section-site .col-content .right-col .titre {
        margin-bottom: 20px;
    }

    .section-site .col-content .right-col .div-form form .row,
    .section-site .col-content .right-col .div-form form .rowws {
        margin-bottom: 20px;
    }

    .section-site .col-content .right-col .div-form::before {
        content: '';
        width: 40px;
        height: 40px;
        background: url(../images/before-form.png);
        position: absolute;
        bottom: 9%;
        right: 4%;
        z-index: 9;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section-site .col-content .right-col .div-form form .champObligatoir {
        margin-top: 7%;
    }

    /*********page quest-01**********/
    .section-site .col-content.quest01 .right-col .div-form .question span {
        font-size: 30px;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre {
        width: 100%;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre p,
    .section-site .col-content.quest01 .right-col .div-form .titre span {
        color: #fff;
        font-size: 22px;
    }

    .section-site .col-content.quest01 .right-col .div-form form .form-check-input {
        width: 20px;
        height: 20px;
    }

    .section-site .col-content.quest01 .right-col .div-form form .form-check {
        padding: 10px 5px 10px 30px;
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .section-site .col-content.quest01 .right-col .div-form::after {
        width: 40px;
        height: 40px;
    }


    /*********page vari-01-fem**********/
    .bold-text {
        font-size: 22px;
        font-weight: bolder;
    }

    .section-site .col-content.quest01.vrai01Fem .right-col .div-form::after {
        width: 40px;
        height: 40px;
        top: 3%;
        right: 4%;
    }


    .section-site .col-content.vrai01Fem .right-col .div-form .content .titre span {
        font-size: 28px;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre::before {
        height: 130px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .description p {
        font-size: 20px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .description {
        margin-bottom: 10px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .paragraph p,
    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt p {
        font-size: 16px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .txt p {
        font-size: 17px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .number span {
        font-size: 50px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage {
        background-color: #fff;
        padding: 14px 20px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-logo {
        width: 50%;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button {
        padding: 18px 40px;
        font-size: 18px;
    }

    .section-site .col-content.vrai03Fem .right-col .copyright {
        bottom: -90px;
    }

    /*****start page result****/

    .section-site .section-result .col-hero .right-col span {
        font-size: 37px;
    }

    .section-site .section-result .col-hero .right-col p {
        font-size: 27px;
        line-height: 40px;
    }

    .section-site .faire-done-content .discription span {
        font-size: 30px;
    }

    .section-site .faire-done-content {
        width: 1200px;
        max-width: 100%;
        margin: 0 auto;
        background-color: #fff;
        padding: 35px 40px 8%;
        margin-top: -28%;
    }

    .section-site .faire-un-done-parent {
        position: relative;
        padding-bottom: 13%;
    }

    .section-site.result-page .counter-savoirPlus {
        margin-top: -18%;
    }

    .section-site .faire-done-content .col-image-text .col-text p {
        font-size: 20px;
        color: #000;
    }

    .section-site .faire-done-content .col-image-text .text-button .discr span {
        font-size: 30px;
    }

    .section-site .faire-done-content .col-image-text .col-text {
        margin-top: 10px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button {
        font-size: 23px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button img {
        width: 30px;
    }

    .section-site.result-page .col-counter .contenu .number span {
        font-size: 33px;
    }

    .section-site.result-page .col-counter .contenu .number p {
        font-size: 17px;
    }

    .section-site.result-page .col-savoir-plus .text span {
        font-size: 22px;
    }

    .section-site .footer-result .logo-text1 .text h5,
    .section-site .footer-result .logo-text1 .text p,
    .section-site .footer-result .logo-text1 .text span {
        font-size: 15px;
    }

    .section-site .footer-result .logo-text2 .text p {
        font-size: 15px;
    }

    .section-site .mention-legal-footer a,
    .section-site .mention-legal-footer span {
        font-size: 14px;
    }

    .section-site .footer-result,
    .section-site .mention-legal-footer {
        width: 1200px;
    }






}

@media only screen and (max-width: 1030px) {

    header .header-info .logo {
        width: 12%;
    }

    header .header-info .social-medias .text span,
    header .header-info .social-medias .socials a {
        font-size: 15px;
    }

    footer .logo {
        width: 17%;
    }

    .col.error-message {
        font-size: 12px;
    }

    .section-site .col-content.quest01 .right-col .div-form .question span {
        font-size: 26px;
    }

    .section-site .col-content {
        justify-content: center;
        gap: 5%;
    }

    .section-site .home .col-content {
        padding: 10% 15px 0;
    }

    .section-site .col-content .left-col .text {
        width: 100%;
    }

    .section-site .col-content .left-col .text p,
    .section-site .col-content .left-col .text span {
        font-size: 30px;
    }

    .section-site .col-content {
        align-items: flex-start;
        justify-content: space-between;
    }

    .section-site .col-content .left-col {
        margin-top: 4%;
    }

    .section-site .col-content .right-col .div-form {
        padding: 30px 20px 25px;
    }

    .section-site .col-content .right-col .mention-legal p,
    .section-site .col-content .right-col .mention-legal a {
        color: #FCFAF9;
        font-size: 11px;
    }

    .section-site .col-content .right-col .div-form form input:not([type=radio]) {
        padding: 10px 12px;
        font-size: 14px;
    }

    .section-site .col-content .right-col .div-form .titre p {
        font-size: 21px;
        margin-bottom: 7px;
    }

    .section-site .col-content .right-col .div-form form .rowws {
        padding-left: 10px;
    }

    .section-site .col-content .right-col .div-form .titre span {
        font-size: 18px;
    }

    .section-site .col-content .right-col .div-form form .form-btn {
        padding: 8px 0;
        font-size: 17px;
    }

    .section-site .col-content .right-col .div-form::before {
        bottom: 7%;
        right: 2%;
    }

    .section-site .col-content .right-col .div-form form .btn-submit {
        width: 93%;
    }

    /*******page quest-01*******/
    .section-site .col-content.quest01 .right-col .div-form .titre p,
    .section-site .col-content.quest01 .right-col .div-form .titre span {
        color: #fff;
        font-size: 17px;
    }

    .section-site .col-content .right-col .div-form form label {
        font-size: 14px;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre::before {
        content: '';
        position: absolute;
        width: 324px;
        height: 117px;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .section-site .col-content.quest04 .right-col .div-form form label {
        margin-top: 3px;
    }

    /****start page quest-05****/

    .section-site .col-content.quest05 .right-col .div-form .titre p {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }



    /*********page vari-01-fem**********/
    .bold-text {
        font-size: 20px;
        font-weight: bolder;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre {
        margin-bottom: 0px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .titre span {
        font-size: 25px;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre::before {
        height: 100px;
        top: 53px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .description p {
        font-size: 17px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .paragraph p,
    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt p {
        font-size: 13px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .txt p {
        font-size: 15px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .number span {
        font-size: 40px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage {
        background-color: #fff;
        padding: 9px 10px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt {
        margin-bottom: 70px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button {
        padding: 15px 30px;
        font-size: 16px;
    }

    .section-site .col-content.vrai01Fem .right-col .copyright p,
    .section-site .col-content.vrai01Fem .right-col .copyright span {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form {
        padding: 20px 22px 0;
    }

    .section-site .col-content.vrai03Fem .right-col .copyright {
        bottom: -70px;
    }

    /***start page result*/
    .section-site .section-result .col-hero {
        padding: 9% 15px 30%;
    }

    .section-site .section-result .col-hero .right-col span {
        font-size: 30px;
    }

    .section-site .section-result .col-hero .right-col p {
        font-size: 20px;
        line-height: 24px;
    }

    .section-site .faire-done-content {
        width: 820px;
        margin-top: -28%;
        padding: 30px 33px 10%;
    }

    .section-site .faire-done-content .discription span {
        font-size: 20px;
    }

    .section-site .faire-done-content .col-image-text .col-text p {
        font-size: 15px;
    }

    .section-site .faire-done-content .col-image-text .text-button .discr span {
        font-size: 21px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button {
        font-size: 14px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button {
        padding: 10px 0;
    }

    .section-site .faire-done-content .col-image-text .col-text {
        gap: 0;
    }

    .section-site .faire-done-content .col-image-text .col-text {
        margin-top: 0;
    }

    .section-site.result-page .col-counter .contenu .number span {
        font-size: 25px;
    }

    .section-site.result-page .col-counter .contenu .number p {
        font-size: 13px;
    }

    .section-site.result-page .col-counter .contenu .number::before {
        width: 25px;
    }

    .section-site.result-page .col-counter .contenu {
        display: flex;
        justify-content: space-between;
        padding: 20px 30px;
    }

    .section-site.result-page .col-savoir-plus .text span {
        font-size: 17px;
    }

    .section-site.result-page .col-savoir-plus .link a {
        font-size: 17px;
    }

    .section-site.result-page .col-counter {
        margin-bottom: 25px;
    }

    .section-site .faire-un-done-parent {
        padding-bottom: 12%;
    }

    .section-site .footer-result,
    .section-site .mention-legal-footer {
        width: 820px;
    }

    .section-site .footer-result .logo-text2 .text p {
        font-size: 13px;
    }

    .section-site .footer-result .logo-text1 .logo-care {
        width: 15%;
    }

    .section-site .footer-result .logo-text1 .text h5,
    .section-site .footer-result .logo-text1 .text p,
    .section-site .footer-result .logo-text1 .text span {
        font-size: 13px;
    }

    .section-site .footer-result .logo-text1 {
        gap: 15px;
    }


    .section-site .footer-result .logo-text2 .logo-don {
        width: 40%;
    }

    .section-site .mention-legal-footer a,
    .section-site .mention-legal-footer span {
        font-size: 12px;
    }

    .section-site .mention-legal-footer a::after {
        height: 10px;
    }
    .section-site .faire-done-content .col-image-text .text-button .discr {
        text-align: center;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 900px) {
    .section-site .col-content.quest01 .right-col .div-form .question span {
        font-size: 24px;
    }

    .section-site .col-content .left-col .text {
        width: 100%;
    }

    .section-site .col-content .left-col .text p,
    .section-site .col-content .left-col .text span {
        font-size: 30px;
    }

    .section-site .col-content {
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
    }

    .section-site .col-content .left-col {
        margin-top: 4%;
    }

    .section-site .col-content .right-col {
        width: 50%;
        max-width: 100%;
    }

    .section-site .col-content .left-col {
        width: 45%;
        max-width: 100%;
    }


    /*********page vari-01-fem**********/
    .section-site .col-content.vrai01Fem .right-col .div-form .content .description p {
        font-size: 16px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .txt p {
        font-size: 13px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .paragraph p,
    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt p {
        font-size: 12px;
    }

    /****page result***/
    .section-site .faire-un-done-parent {
        padding-bottom: 16%;
    }

    .section-site.result-page .counter-savoirPlus {
        margin-top: -22%;
    }

}

@media only screen and (max-width: 800px) {

    header .header-info .social-medias .text span,
    header .header-info .social-medias .socials a {
        font-size: 14px;
    }

    .section-site .home .col-content {
        padding: 15% 15px 0;
    }

    .section-site .home .col-content .right-col .div-form::after {
        left: -40px;
    }

    .section-site .col-content.vrai01Fem .left-col {
        width: 50%;
    }

    .section-site .col-content.vrai01Fem .right-col {
        width: 50%;
    }

    header .header-info .logo {
        width: 16%;
    }

    footer .logo {
        width: 22%;
    }

    .section-site .col-content.quest01 .right-col .div-form .question span {
        font-size: 22px;
    }

    .section-site .col-content .left-col .text p,
    .section-site .col-content .left-col .text span {
        font-size: 23px;
    }

    .section-site .col-content .left-col {
        margin-top: 4%;
        width: 45%;
        max-width: 100%;
    }

    .section-site .col-content .left-col .image {
        width: 90%;
    }

    .section-site .col-content .right-col {
        width: 55%;
        max-width: 100%;
    }

    .section-site .col-content .right-col .div-form {
        padding: 25px 12px 20px;
    }

    .section-site .col-content .right-col .div-form .titre p {
        font-size: 19px;
    }

    .section-site .col-content .right-col .div-form .titre span {
        font-size: 15px;
    }

    .section-site .col-content .right-col .div-form form label {
        font-size: 13px;
    }

    .section-site .col-content .right-col .div-form form .form-check-input {
        margin-right: unset;
    }

    .section-site .col-content .right-col .div-form form .form-check-input {
        width: 13px;
        height: 13px;
    }

    .section-site .col-content .right-col .div-form form input:not([type=radio]) {
        padding: 10px 12px;
        font-size: 13px;
    }

    .section-site .col-content .right-col .div-form form input[type="email"]::placeholder,
    .section-site .col-content .right-col .div-form form input[type="text"]::placeholder {
        font-size: 13px;
    }

    .section-site .col-content .right-col .div-form form .form-btn {
        font-size: 15px;
    }

    .section-site .col-content .right-col .div-form form .form-btn img {
        width: 20px;
    }

    .section-site .col-content .right-col .div-form form .champObligatoir span {
        font-size: 12px;
        color: #707070;
    }

    .section-site .col-content .right-col .div-form::before {
        content: '';
        width: 35px;
        height: 35px;
    }


    .section-site .home .col.error-message {
        font-size: 11px;
    }

    .section-site .col-content .right-col .div-form form .btn-submit {
        width: 97%;
    }

    /*****page quest-01****/
    .section-site .col-content.quest01 .right-col .div-form .titre p,
    .section-site .col-content.quest01 .right-col .div-form .titre span {
        color: #fff;
        font-size: 15px;
    }

    .section-site .col-content.quest01 .right-col .div-form::after {
        width: 35px;
        height: 35px;
        top: 6%;
        right: 7%;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre::before {
        content: '';
        position: absolute;
        width: 260px;
        height: 87px;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }



    /*********page vari-01-fem**********/
    .bold-text {
        font-size: 18px;
        font-weight: bolder;
    }

    .section-site .vrai01-fem,
    .section-site .vrai02-fem,
    .section-site .vrai03-fem,
    .section-site .vrai04-fem,
    .section-site .vrai05-fem {
        padding: 5% 15px;
        padding-top: 78px;
    }

    .section-site .col-content.quest01.vrai01Fem .right-col .div-form::after {
        width: 35px;
        height: 35px;
        top: 3%;
        right: 4%;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form {
        padding: 10px 13px 0;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre {
        margin-bottom: 0px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .titre span {
        font-size: 23px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .description p {
        font-size: 14px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .paragraph p {
        font-size: 13px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt p {
        font-size: 11px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .txt p {
        font-size: 13px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .number span {
        font-size: 35px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage {
        background-color: #fff;
        padding: 9px 10px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt {
        margin-bottom: 50px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .section-site .col-content.vrai01Fem .right-col .copyright p,
    .section-site .col-content.vrai01Fem .right-col .copyright span {
        color: #fff;
        font-size: 11px;
        font-weight: bold;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-logo {
        width: 50%;
    }

    /*******start page result****/
    .section-site .section-result .col-hero {
        padding: 11% 15px 30%;
    }

    .section-site .section-result .col-hero .right-col span {
        font-size: 23px;
    }

    .section-site .section-result .col-hero .right-col p {
        font-size: 15px;
        line-height: 18px;
    }

    .section-site .faire-done-content {
        width: 635px;
        margin-top: -24%;
        padding: 30px 33px 10%;
    }

    .section-site .faire-done-content {
        width: 635px;
        margin-top: -28%;
        padding: 20px 15px 10%;
    }

    .section-site .faire-done-content .col-image-text {
        gap: 15px;
    }

    .section-site .faire-done-content .discription span {
        font-size: 15px;
    }

    .section-site .faire-done-content .discription {
        text-align: center;
        margin-bottom: 15px;
    }

    .section-site .faire-done-content .col-image-text .col-text p {
        font-size: 13px;
    }

    .section-site .faire-done-content .col-image-text .text-button .discr span {
        font-size: 16px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn {
        padding: 6px 0;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button {
        padding: 8px 0;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button {
        font-size: 13px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button img {
        width: 20px;
    }

    .section-site .faire-done-content {
        padding: 20px 15px 10%;
    }

    .section-site.result-page .col-counter .contenu .number span {
        font-size: 20px;
    }

    .section-site.result-page .col-counter .contenu .number p {
        font-size: 11px;
    }

    .section-site.result-page .col-counter .contenu {
        padding: 20px 20px;
    }

    .section-site.result-page .col-counter .contenu .number::before {
        width: 20px;
        height: 6px;
    }

    .section-site.result-page .col-counter .contenu .number {
        position: relative;
        padding-bottom: 15px;
    }

    .section-site.result-page .col-savoir-plus .text span {
        font-size: 14px;
    }

    .section-site.result-page .col-savoir-plus .link a {
        font-size: 15px;
    }

    .section-site .footer-result,
    .section-site .mention-legal-footer {
        width: 635px;
    }

    .section-site .footer-result .logo-text1 .text h5,
    .section-site .footer-result .logo-text1 .text p,
    .section-site .footer-result .logo-text1 .text span {
        font-size: 12px;
    }

    .section-site .footer-result .logo-text1 {
        gap: 10px;
    }

    .section-site .footer-result .logo-text2 .text p {
        font-size: 12px;
    }

    .section-site .footer-result .logo-text2 .logo-don {
        width: 50%;
    }

    .section-site .mention-legal-footer a,
    .section-site .mention-legal-footer span {
        font-size: 10px;
    }
    .section-site .faire-done-content .col-image-text .text-button .discr {
        text-align: center;
        margin-bottom: unset;
    }

}

@media only screen and (max-width: 550px) {
    footer {
        display: flex;
        justify-content: center;
    }

    footer .logo {
        width: 40%;
    }

    header {
        padding: 15px;
    }

    header .header-info .logo {
        width: 25%;
    }

    header .header-info .social-medias {
        display: none;
    }

    header .header-info .social-medias .text span,
    header .header-info .social-medias .socials a {
        font-size: 12px;
    }

    .section-site .home {
        height: 100%;
        background-image: url(../images/bg-home-mob.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        padding: 60px 15px 20px;
    }

    .section-site .home .col-content {
        position: unset;
        transform: unset;
    }

    .section-site .home .col-content {
        padding: 0px 10px;
    }

    .section-site .col-content {
        flex-wrap: wrap;
        padding: 0 15px;
        top: 55%;
    }

    .section-site .col-content .left-col,
    .section-site .col-content .right-col {
        width: 100%;
        max-width: 100%;
    }

    .section-site .home .col-content .right-col .mention-legal {
        position: relative;
        z-index: 1;
    }

    .section-site .col-content .left-col .image {
        width: 60%;
    }

    .section-site .col-content .left-col .text {
        padding-left: 25px;
    }

    .section-site .col-content .left-col .text p,
    .section-site .col-content .left-col .text span {
        font-size: 20px;
    }

    .section-site .col-content .left-col .text {
        width: 80%;
    }

    .section-site .col-content .right-col .div-form .titre p {
        font-size: 17px;
    }

    .section-site .col-content .right-col .div-form .titre span {
        font-size: 14px;
    }

    .section-site .col-content .right-col .div-form form .row,
    .section-site .col-content .right-col .div-form form .rowws {
        margin-bottom: 17px;
    }

    .section-site .col-content .right-col .div-form form .form-btn {
        font-size: 14px;
    }

    .section-site .col-content .right-col .div-form form .form-btn img {
        width: 18px;
    }

    .section-site .col-content .right-col .div-form form .form-btn {
        padding: 10px 0;
    }

    .section-site .col-content .right-col .div-form form input:not([type=radio]) {
        padding: 8px 12px;
        font-size: 12px;
    }

    .section-site .col-content .right-col .div-form .col {
        padding-left: 5px;
        padding-right: 5px;
    }


    /*****page quest-01****/

    .section-site .quest-01,
    .section-site .quest-02,
    .section-site .quest-03,
    .section-site .quest-04,
    .section-site .quest-05 {
        display: flex;
        flex-direction: column;
        gap: 70px;
        padding: 25% 15px 20px;
        height: 100vh;
    }

    .section-site {
        position: relative;
    }

    .section-site:not(.section-site.result-page):after {
        content: '';
        position: absolute;
        width: 100%;
        height: 212px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 1) 100%);
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .section-site .col-content.quest01 {
        top: 40%;
    }

    .section-site .col-content.quest01 .right-col .div-form {
        padding: 20px 15px;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre p,
    .section-site .col-content.quest01 .right-col .div-form .titre span {
        color: #fff;
        font-size: 14px;
    }

    .section-site .col-content.quest01 .right-col .div-form .question span {
        font-size: 20px;
    }

    .section-site .col-content.quest01 .right-col .div-form form label {
        margin-top: 3px;
    }

    /*****page vrai-01-fem****/
    .section-site .col-content.vrai01Fem .right-col .div-form .content .titre span {
        font-size: 20px;
    }

    .section-site .col-content.vrai01Fem {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .section-site .col-content.vrai01Fem .left-col,
    .section-site .col-content.vrai01Fem .right-col {
        width: 100%;
        display: block;
        max-width: 100%;
    }

    .section-site .col-content.vrai01Fem .left-col {
        height: 300px;
    }

    .section-site .col-content.vrai01Fem {
        top: 50%;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-logo {
        width: 20%;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt {
        margin-bottom: 30px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-logo {
        width: 50%;
    }

    .section-site .col-content.vrai01Fem {
        position: unset;
        transform: unset;
    }

    .section-site .vrai01-fem,
    .section-site .vrai02-fem,
    .section-site .vrai03-fem,
    .section-site .vrai04-fem,
    .section-site .vrai05-fem {
        height: 100%;
        padding-top: 62px;
    }

    .section-site .col-content.vrai01Fem {
        padding: unset;
        margin-bottom: 60px;
    }
    .section-site .col-content.vrai01Fem .right-col .copyright {
        position: absolute;
        bottom: -77%;
        z-index: 9;
    }

    .section-site .col-content.vrai04Fem .right-col .copyright{
        bottom: -69%;
    }

    .section-site .col-content.vrai05Fem .right-col .copyright{
        bottom: -78%;
    }
    .section-site .col-content.vrai03Fem .right-col .copyright {
        bottom: -71%;
    }
    footer {
        position: relative;
        padding: 20px;
    }

    /*******start page result*******/

    .section-site .section-result .col-hero {
        flex-wrap: wrap;
        gap: 10px;
        padding: 16% 15px 45%;
        width: 100%;
    }

    .section-site .section-result .col-hero .right-col {
        text-align: center;
        width: 100%;
    }

    .section-site .section-result .col-hero .right-col .descr {
        margin-bottom: 20px;
    }

    .section-site .section-result .col-hero .right-col span {
        font-size: 19px;
    }

    .section-site .section-result .col-hero .right-col p {
        font-size: 16px;
        line-height: 18px;
    }

    .section-site .faire-done-content {
        width: 90%;
        margin-top: -47%;
    }

    .section-site .faire-done-content .discription span {
        font-size: 16px;
    }

    .section-site .faire-done-content .col-image-text .col-text p {
        font-size: 13px;
    }

    .section-site .faire-done-content .col-image-text .col-text .text,
    .section-site .faire-done-content .discription,
    .faire-done-content .col-image-text .text-button .discr {
        padding: 0 15px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn {
        padding: 6px 15px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button img {
        width: 18px;
    }

    .section-site .faire-done-content {
        padding: 15px 0px 7%;
    }

    .section-site .faire-done-content .col-image-text {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .section-site .faire-done-content .col-image-text .col-text,
    .section-site .faire-done-content .col-image-text .col-image {
        width: 100%;
    }

    .section-site .faire-done-content .col-image-text .col-image {
        padding: unset;
    }

    .section-site.result-page .col-counter {
        width: 90%;
    }

    .section-site.result-page .col-counter .contenu {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-site.result-page .col-counter .contenu .number::before {
        width: 42px;
        height: 8px;
    }

    .section-site.result-page .col-counter .contenu .number {
        width: 100%;
    }

    .section-site.result-page .col-counter .contenu .number span {
        font-size: 35px;
    }

    .section-site.result-page .col-counter .contenu .number p {
        font-size: 17px;
    }

    .section-site.result-page .col-savoir-plus {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .section-site.result-page .col-savoir-plus .text,
    .section-site.result-page .col-savoir-plus .link {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .section-site.result-page .col-savoir-plus .text span,
    .section-site.result-page .col-savoir-plus .link a {
        font-size: 20px;
    }

    .section-site .footer-result,
    .section-site .mention-legal-footer {
        width: 90%;
        flex-wrap: wrap;
    }

    .section-site .footer-result {
        gap: unset;
    }

    .section-site .footer-result .logo-text1 {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 30px 20px;
    }

    .section-site .footer-result .logo-text1 .logo-care {
        width: 100%;
    }

    .section-site .footer-result .logo-text1 .text h5,
    .section-site .footer-result .logo-text1 .text p,
    .section-site .footer-result .logo-text1 .text span {
        font-size: 18px;
    }

    .section-site .footer-result .logo-text1 .text {
        margin-top: 15px;
    }

    .section-site .footer-result {
        flex-direction: column-reverse;
        padding: 10px 0;
        width: 100%;
        margin: unset;
    }

    .section-site .footer-result {
        border-bottom: unset;
        position: relative;
    }

    .section-site .footer-result:after {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #707070;
        z-index: 1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-site .footer-result .logo-text2 {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 30px 20px;
        background-color: #F8F4F1;
    }

    .section-site .footer-result .logo-text2 .logo-don {
        width: 24%;
    }

    .section-site .footer-result .logo-text2 .text p {
        font-size: 18px;
        margin: unset;
    }

    .section-site .mention-legal-footer {
        padding: 10px 0px 40px;
    }

    .section-site .mention-legal-footer a::after {
        height: 12px;
    }

    .section-site .mention-legal-footer .mention {
        text-align: center;
    }

    .section-site .mention-legal-footer .mind-me {
        width: 100%;
        text-align: center;
    }

    .section-site .mention-legal-footer a,
    .section-site .mention-legal-footer span {
        font-size: 15px;
    }

    .section-site .home .col.error-message {
        font-size: 10px;
    }

}

@media only screen and (max-width: 380px) {

    header .header-info .social-medias .text span,
    header .header-info .social-medias .socials a {
        font-size: 11px;
    }

    .section-site .home .col-content .right-col .div-form::after {
        left: -50px;
    }

    .section-site .col-content .left-col .text p,
    .section-site .col-content .left-col .text span {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .section-site .col-content .right-col .div-form .titre p {
        font-size: 16px;
    }

    .section-site .col-content .right-col .titre {
        margin-bottom: 10px;
    }

    .section-site .col-content .right-col .div-form .titre span {
        font-size: 13px;
    }

    .section-site .col-content .right-col .div-form {
        padding: 16px 12px 12px;
    }

    .section-site .col-content .right-col .div-form form label {
        font-size: 11px;
    }

    .section-site .col-content .right-col .div-form::before {
        content: '';
        width: 25px;
        height: 25px;
        bottom: 5%;
        right: 2%;
    }

    .section-site .col-content .right-col .div-form form input:not([type=radio]) {
        padding: 6px 12px;
    }

    .section-site .col-content .right-col .div-form form .form-btn {
        padding: 8px 0;
        font-size: 12px;
    }

    .section-site .home .col-content {
        padding: 0px;
    }

    /*****page quest-01****/
    .section-site .col-content.quest01 .right-col .div-form::after {
        width: 28px;
        height: 28px;
        top: 2%;
        right: 3%;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre p,
    .section-site .col-content.quest01 .right-col .div-form .titre span {
        color: #fff;
        font-size: 17px;
    }

    .section-site .col-content.quest01 .right-col .div-form .titre p,
    .section-site .col-content.quest01 .right-col .div-form .titre span {
        font-size: 14px;
    }

    /*********page vrai-01-fem*******/
    .bold-text {
        font-size: 15px;
        font-weight: bolder;
    }

    .section-site .col-content.quest01.vrai01Fem .right-col .div-form::after {
        width: 28px;
        height: 28px;
        top: 2%;
        right: 3%;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .titre span {
        font-size: 19px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .paragraph p,
    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt .div-txt p {
        font-size: 12px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .txt p {
        font-size: 11px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .pourcentage .number span {
        font-size: 30px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .btn-suivant button {
        padding: 10px 15px;
        font-size: 12px;
    }

    .section-site .col-content.vrai01Fem .right-col .div-form .content .logo-txt {
        margin-bottom: 25px;
    }


    /*******page result*******/
    .section-site .section-result .col-hero {
        padding: 20% 15px 45%;
    }

    .section-site .faire-done-content .discription span {
        font-size: 14px;
    }

    .section-site .faire-done-content .col-image-text .col-text p {
        font-size: 12px;
    }

    .section-site .faire-done-content .col-image-text .text-button .discr span {
        font-size: 14px;
    }

    .section-site .faire-done-content .col-image-text .text-button .btn button {
        font-size: 12px;
    }

    .section-site.result-page .col-counter .contenu .number span {
        font-size: 28px;
    }

    .section-site.result-page .col-counter .contenu .number::before {
        width: 30px;
        height: 8px;
    }

    .section-site.result-page .col-counter .contenu .number p {
        font-size: 15px;
    }

    .section-site.result-page .col-savoir-plus .text span {
        font-size: 16px;
    }

    .section-site.result-page .col-savoir-plus .link a {
        font-size: 16px;
    }

    .section-site .footer-result .logo-text2,
    .section-site .footer-result .logo-text1 {
        padding: 25px 20px;
    }

    .section-site .footer-result .logo-text2 .text p,
    .section-site .footer-result .logo-text1 .text h5,
    .section-site .footer-result .logo-text1 .text p,
    .section-site .footer-result .logo-text1 .text span {
        font-size: 15px;
    }

    .section-site .mention-legal-footer a,
    .section-site .mention-legal-footer span {
        font-size: 13px;
    }

    .section-site .col-content.vrai03Fem .right-col .copyright {
        bottom: -79%;
    }
    .section-site .col-content.vrai04Fem .right-col .copyright {
        bottom: -73%;
    }



}

@media only screen and (max-width: 360px){
    .section-site .col-content.vrai03Fem .right-col .copyright {
        bottom: -74%;
    }
}

@media only screen and (max-width: 330px){
    .section-site .col-content.vrai01Fem .right-col .copyright {
        bottom: -67%;
    }
    .section-site .col-content.vrai01Fem .right-col .copyright {
        bottom: -72%;
    }
    .section-site .col-content.vrai01Fem .right-col .copyright {
        bottom: -61%;
    }
    .section-site .col-content.vrai01Fem .right-col .copyright {
        bottom: -66%;
    }
    .section-site .col-content.vrai03Fem .right-col .copyright {
        bottom: -71%;
    }



}