.santev2 * {
    font-family: 'Barlow', sans-serif;
}

.santev2 .headermongustave {
    background-color: #ffffff;
    padding: 15px 0px 53px 0px;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
}

 

.santev2 .btnheadermongustave {
    float: right;
    background-color: #fff;
    padding: 5px 15px 5px 16px;
    border-radius: 9px;
    text-align: center;
    font-size: 15px;
    margin-top: -5px;
    text-decoration: none;
    color: rgb(99, 112, 125);
    font-weight: bold;

}

.santev2 .btnheadermongustave a {
    text-decoration: none;
    color: rgb(99, 112, 125);
    font-family: sans-serif;
    font-weight: 600;
}

.santev2 span.questionnewlead.mrgquestion1 {
    font-size: 15px;
}

.santev2 .textenewlead p {
    margin-top: -6px;
}

body {
    margin: 0;
    background-color: #f7fbff;
}


.santev2 h2.lineorangeh2 {
    margin-top: -6px;
}

.santev2 .personspeak {
    width: 100%;
    display: flex;
    margin-bottom: -20px;
    margin-top: -10px;
}

.santev2 .width20 {
    text-align: right;
    width: 20%;
    float: left;
}

.santev2 .width20 img {
    position: relative;
    top: 29px;
}

.santev2 .paragraphesoustitre {
    font-size: 15px;
    margin-top: -3px;
    margin-bottom: 40px;
}

.santev2 .width80 {
    width: 80%;
    float: left;
}

.santev2 .textenewlead {
    color: #2a5082;
    font-family: sans-serif;
    margin-bottom: -10px;
}

.santev2 .custom-radio input[type="radio"] {
    display: none;
}

.santev2 .custom-radio input[type="radio"]:checked+.radio-content {
    background-color: #fdf6ef;
    /*border-color: #ff8e50;*/
    border: 0.6px solid #ff8e50;
    color: #2a5082;
    font-family: sans-serif;
    font-weight: 400;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}


.santev2 .custom-radio input[type="radio"]:checked+.radiocontent2 {
    background-color: #fdf6ef;
    border: 0.6px solid #ff8e50;
    color: #2a5082;
    font-family: sans-serif;
    font-weight: 400;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.santev2 input[type="radio"]:checked+.radiocontent2 {
    border-right: 2px solid #ff8e50 !important;
}

.santev2 .custom-radio {
    cursor: pointer;
    margin-bottom: 10px;
}

.santev2 .radio-content {
    background-color: #fff;
    display: grid;
    place-items: center;
    border-radius: 30px 10px 10px 10px;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
    font-family: sans-serif;
    font-weight: 400;
    color: #2a5082;
    box-sizing: border-box;
}


.santev2 .radiocontent2 {
    background-color: #fff;
    display: grid;
    place-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
    font-family: sans-serif;
    font-weight: 400;
    color: #2a5082;
    box-sizing: border-box;
    height: 70px;
}

.santev2 .radiocontent3 {
    background-color: #fff;
    display: grid;
    place-items: center;
    border-radius: 30px 10px 10px 10px;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 2px solid #ccc;
    transition: background-color 0.3s ease;
    font-family: sans-serif;
    font-weight: 400;
    color: #2a5082;
    box-sizing: border-box;
}

.santev2 .mondevisbtn {
    font-family: sans-serif;
    font-weight: 600;
    padding: 21px;
    font-size: 20px;
    background-color: #ff8e50;
    border-radius: 10px;
    border: 0px;
    color: #fff;
    cursor: pointer;
}

.santev2 .questionnewlead {
    font-weight: 600;
    text-align: center;
    color: #2a5082;
}

.santev2 .textinfo {
    text-align: center;
    color: #2a5082;
    font-size: large;
}

.santev2 .mrgquestion1 {
    margin-top: 20px;
    margin-bottom: 20px;
}


.santev2 h2.lineorangeh2 {
    display: inline-block;
    /* Permet au titre et à la ligne de partager la même ligne */
    margin-bottom: 20px;
    /* Ajoute de l'espace en dessous du titre pour la ligne */
    position: relative;
    /* Permet de positionner la ligne par rapport au titre */
}

.santev2 .lineorange {
    position: relative;
    /* Permet de positionner la ligne par rapport au texte */
}

.santev2 .lineorange::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 16px;
    background-color: #fdc894;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    .santev2 .containerlead {
        width: 60%;
        margin: 0px auto;
    }

    .santev2 .colicone {
        width: 22%;
        margin: 1%;
        float: left;
        text-align: center;
    }

    .santev2 .colicone3 {
        width: 24%;
        margin: 1%;
        float: left;
        text-align: center;
    }

    .santev2 .colicone2 {
        width: 25%;
        float: left;
        text-align: center;
    }

    .santev2 .mondevisbtn {
        width: 50%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .santev2 h2.lineorangeh2 {
        font-size: 22px;
    }

    .santev2 .dspnonemobile {
        display: none;
    }

    .santev2 .colicone,
    .santev2 .colicone3 {
        width: 48%;
        margin: 1%;
        float: left;
        text-align: center;
    }

    .santev2 .colicone2 {
        width: 25%;
        float: left;
        text-align: center;
    }

    .santev2 .radio-content {
        font-size: 14px;
    }

    .santev2 .radio-content img {
        height: 35px;
    }

    .santev2 .mondevisbtn {
        width: 100%;
        margin-top: 30px;
    }

    .santev2 .radiocontent2 {
        font-size: 15px;
        height: 58px;
    }

}

@media only screen and (max-width: 400px) {
    .santev2 .radiocontent2 {
        font-size: 13.5px;
        height: 58px;
    }
}

.santev2 .progress-container {
    width: 100%;
    height: 10px;
    background-color: #e3e6e8;
    position: relative;
}

.santev2 .progress {
    /*width: 25%;*/
    /* Ajustez cette valeur pour la progression */
    height: 100%;
    background-color: #ff8e50;
    position: relative;
}

.santev2 .circle {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ff8e50;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 0;
    transform: translateX(50%);
}

.santev2 .borderstep2 {
    border-radius: 0px !important;
}


.santev2 .first {
    border-radius: 30px 0px 0px 10px;
}

.santev2 .last {
    border-radius: 0px 10px 10px 0px;
}


.santev2 .zindex0 {
    position: relative;
    z-index: 0;
}

.santev2 .zindex1 {
    position: relative;
    z-index: 1;
}

.santev2 .zindex2 {
    position: relative;
    z-index: 2;
}

.santev2 .zindex3 {
    position: relative;
    z-index: 3;
}

.santev2 .titretextcategorie {
    text-transform: uppercase;
    color: #2a5082;
    position: relative;
    top: -10px;
}

.santev2 .textcategorie {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.santev2 .esp {
    width: 100%;
    height: 70px;
}

.santev2 .dspnone {
    display: none;
}

.santev2 .progress.animate-progress {
    transition: width 2s ease-in-out;
}


.santev2 .btnwidthdiv {
    display: flow-root;
}


.santev2 .flowrootwidth100 {
    width: 100%;
    display: flow-root;
}

.santev2 input.inputdatenaissance,
.santev2 input.styleinput,
.santev2 input.inputdate {
    width: 30%;
    font-family: sans-serif;
    height: 11px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    text-align: center;
}

.santev2 input.inputnomprenom,
.santev2 input.inputstyle2 {
    width: 100%;
    font-family: sans-serif;
    height: 11px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    text-align: center;
    font-size: 18px;
    color: #2a5082;
}

.santev2 .input-50-pourcent {
    width: 20% !important;
}

.santev2 input.coordonnees {
    margin-top: 13px;
    width: 28%;
    font-family: sans-serif;
    height: 11px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    text-align: center;
    font-size: 18px;
    color: #2a5082;
}


.santev2 select.inputdatenaissance,
.santev2 select.styleinput {
    width: 50%;
    /* font-family: sans-serif; */
    padding: 16px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    text-align: center;
    padding: 15px 6px;
    font-size: 18px;
    color: #2a5082;
}

.santev2 input.custom-date-input {
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 17px;
}

.santev2 input.custom-date-input.active {
    background-image: none;
    color: #232323;
}

.santev2 input.bgphone.active {
    background-image: none;
    color: #232323;
}

.santev2 .inputdivision {
    width: 100%;
    text-align: center;
}


.santev2 input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.santev2 .ouinon {
    height: 58px !important;
}

.santev2 .inputdivision50 {
    width: 50%;
    float: left;
}

.santev2 .right {
    text-align: right;
    float: left;
    position: relative;
    right: 8px;
}

.santev2 .left {
    text-align: left;
    float: right;
    position: relative;
}

.santev2 .divcheckbox {
    width: 47%;
    margin: 0px auto;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    font-family: sans-serif;
    margin-top: 35px;
    font-size: 12px;
    color: #2a5082;
}

.santev2 .corrigererreurborder {
    margin-left: -1px;
    border-left: 2px solid #ccc;
}

.santev2 option {
    color: black;
    /* Ou toute autre couleur souhaitée */
    background-color: white;
    /* Ou toute autre couleur souhaitée */
}

.santev2 input::placeholder {
    color: #b8c0cf;
    /* Changez cette couleur selon vos préférences */
}

.santev2 .msgremerciement {
    font-family: sans-serif;
    color: #2a5082;
    font-weight: bold;
    border: 1px solid #2a5082;
    padding: 10px;
    text-align: center;
    position: relative;
    top: 21px;
    border-radius: 5px;
}

/* .field-error {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 23px;
    margin: -5.75px auto 7.66667px;
    padding: 3.40741px 11.5px 3.83333px;
    border-radius: 4px;
    text-align: center;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 18.4px;
    white-space: normal;
    max-width: 215px;
    width: 100%;
    color: #fff;
    background-color: #c61544;
    transform: translateY(100%);
    letter-spacing: normal;
}

.field-error::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c61544;
    border-left: 5px solid transparent;
    transform: translateY(-100%);
    pointer-events: none;
} */


.santev2 .field-error {
    display: block;
    z-index: 3;
    position: relative;
    bottom: 0;
    right: auto;
    left: 10px;
    margin: -20px auto 7.66667px;
    padding: 1.5px 11.5px 1.83333px;
    border-radius: 4px;
    text-align: center;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 18.4px;
    white-space: normal;
    max-width: 250px;
    width: 100%;
    color: #fff;
    background-color: #c61544;
    transform: translateY(100%);
    letter-spacing: normal;
}

.santev2 .field-error:after {
    content: "";
    position: absolute;
    top: 0;
    left: 11.5px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c61544;
    border-left: 5px solid transparent;
    transform: translateY(-100%);
    pointer-events: none;
}

.santev2 .invalid input,
.santev2 .invalid select,
.santev2 .invalid .date-input {
    border-color: #c61544;
    color: #c61544;
    background-position: right center;
}

/* .santev2 .position-span-erreur {
    position: absolute;
    display: flex;
    place-items: center;
    left: 42%;
    height: 16px;
    width: inherit;
    font-family: sans-serif;
    margin-top: -15px;
}

@media only screen and (max-width: 767px) {
    .santev2 .position-span-erreur {
        left: 5%;
    }
} */

.santev2 .input-wrapper {
    position: relative;
    width: 47%;
    display: inline-block;
    right: 20px;
}

.santev2 .input-wrapper-multiple {
    position: relative;
    width: 52%;
    display: flex;
    right: 0px;
    margin: 0px auto;
}

.santev2 .inputdivision50  {
    width: 90% !important;
    margin: 2%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .santev2 .input-wrapper {
        width: 100%;
        right: 0px;
    }

    .santev2 .input-wrapper-multiple {
        width: 100%;
    }
}

.santev2 i.fa-regular.fa-circle-check.icon,
.santev2 i.fa-solid.fa-lock.icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #d9dee3;
}

@media only screen and (min-width: 767px) {
    .santev2 i.fa-regular.fa-circle-check.icon,
    .santev2 i.fa-solid.fa-lock.icon {
        right: -25px;
    }
}

.santev2 input.inputnomprenom:focus {
    outline: none;
    /* Remove the default input focus outline */
}

.santev2 .fa-solid,
.santev2 .fa-regular {
    font-family: "Font Awesome 6 Free" !important;
}
.santev2 .fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.santev2 .retour-btn {
    background-color: #fff;
    color: #2a5082;
    border: 2px solid #DCDCDC;
    border-radius: 150px;
    cursor: pointer;
    margin-bottom: 8px;
    font-weight: 500;
    padding: 6px 14px;
}

.santev2 .retour-btn:hover {
    background-color: #2a5082;
    color: #fff;
}

.santev2 .retour-btn i {
    margin-right: 5px;
}


.santev2 .free-text__suggest {
    border: 1px solid #d9dee3;
    background: #fff;
    width: 109%;
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
    overflow-x: hidden;
}

.santev2 .free-text__suggest ul {
    padding: 0;
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
}

.santev2 .free-text__suggest ul.has-gradient-bottom:after {
    border-radius: 0 0 8px 8px;
    display: block;
    pointer-events: none;
    content: " ";
    width: calc(100% - 2px);
    height: 100px;
    position: absolute;
    bottom: 1px;
    left: 1px;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 100%);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
}

.santev2 .free-text__suggest li {
    margin: 0;
    padding: 0
}

.santev2 .free-text__suggest .letter-mark,
.santev2 .free-text__suggest button,
.santev2 .free-text__suggest label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    color: #374c9b;
    cursor: pointer;
    width: 100%;
    outline: 0;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    padding: 1em .75em;
    z-index: 90;

    overflow: none
}

.santev2 .free-text__suggest .letter-mark button,
.santev2 .free-text__suggest button button,
.santev2 .free-text__suggest label button {
    white-space: pre
}

.santev2 .free-text__suggest .letter-mark strong,
.santev2 .free-text__suggest button strong,
.santev2 .free-text__suggest label strong {
    margin-right: 10px;
    font-weight: 600
}

.santev2 .free-text__suggest .letter-mark:hover,
.santev2 .free-text__suggest button:hover,
.santev2 .free-text__suggest label:hover {
    background: #edfcff
}

.santev2 .free-text__suggest .letter-mark picture.suggest-with-icons__picture,
.santev2 .free-text__suggest button picture.suggest-with-icons__picture,
.santev2 .free-text__suggest label picture.suggest-with-icons__picture {
    width: 30px;
    height: 30px;
    margin-right: 15px
}

.santev2 .free-text__suggest .letter-mark {
    font-family: Mark Pro;
    line-height: 30px;
    cursor: inherit;
    pointer-events: none
}

.santev2 .free-text__suggest.is-visible {
    display: block
}

.free-text:focus {
    -webkit-box-shadow: inset 0 2px 5px 0 #d9dee3;
    box-shadow: inset 0 2px 5px 0 #d9dee3
}

.free-text + input {
    margin-left: 5px
}

.santev2 .free-text__suggest {
    position: inherit
}

.santev2 .suggest-list {
    scrollbar-width: thin;
    scrollbar-color: #374c9b
}


/* footer */

.footer {
    display: block;
}

footer {
    clear: both;
    font-size: 12px;
    line-height: 16px;
    color: #777;
}

.page-wrapper footer .outerContainer {
    max-width: 960px !important;
}

footer em {
    font-style: normal;
}

.santev2 .topfooter p {
    font-size: 18px !important;
    line-height: 26px;
}

.santev2 .list_group .fab {
    font-size: 26px;
    color: #777;
}

@media (max-width:767.98px) {
    .santev2 .topfooter p {
        font-size: 16px !important;
        line-height: 20px;
    }

    footer .outerContainer {
        padding: 0;
    }
}

@media (max-width:575.98px) {
    .santev2 .topfooter p {
        font-size: 14px !important;
    }

    .santev2 .btmfooter,
    .santev2 .box_MentionLegales,
    .santev2 ul.ulfooter li a{
        font-size:13px !important
    }
}

.santev2 .box_MentionLegales {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
}

.santev2 footer .outerContainer {
    max-width: 1200px !important;
}

.santev2 .outerContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1200px;
}

.santev2 .btmfooter {
    font-size: 17px;
}

.santev2 .colorBlue {
    color: #2a5082 !important;
}

.santev2 ul.ulfooter {
    margin: 15px auto;
    padding-left: 0;
    text-align: left;
    text-align: center;
    font-size: 12px;
    color: #777;
}

.santev2 ul.ulfooter li {
    display: inline;
}

.santev2 ul.ulfooter li a {
    font-size: 17px;
    color: #777;
}

.santev2 .st05{fill:#384d99;}
.santev2 .st03{fill:#0cb3c7;}
.santev2 .st1{fill:#FFFFFF;}
.santev2 .st02{fill:none;}

.santev2 .st10{fill-rule:evenodd;clip-rule:evenodd;fill:#0cb3c7;}
.santev2 .st20{fill-rule:evenodd;clip-rule:evenodd;}
.santev2 .st12{fill-rule:evenodd;clip-rule:evenodd;fill:none;}

.divcheckbox [type=checkbox] {
    position: absolute;
    opacity: 0;
}


.divcheckbox [type=checkbox] + label {
    position: relative;
    margin: 0;
    padding: 3px 0px 0px 33px;
    text-align: left;
    font-size: 12px;
    line-height: 13px;
    cursor: pointer;
    display: block;
}


.divcheckbox [type=checkbox] + label:after,
.divcheckbox [type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 5px;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 18px;
    transition: all .1s ease-out;
    transform: translateY(-32%);
    -webkit-transform: translateY(-32%);;
}


.divcheckbox [type=checkbox] + label:before {
    border: 1px solid #777777;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}


.divcheckbox [type=checkbox] + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ff7501;
    opacity: 0;
    border: 1px solid #777777;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
}


.divcheckbox [type=checkbox]:focus + label:before {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}


.divcheckbox [type=checkbox]:checked + label:after {
    opacity: 1;
}

.santev2 .radio-select {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.santev2 .radio-select input[type="radio"]:checked + label {
    background-color: #fdf6ef;
    border: 0.6px solid #ff8e50;
    color: #2a5082;
    font-weight: 600;
}

.santev2 .radio-select input[type="radio"] {
    display: none;
}

.santev2 .radio-select label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    text-align: center;
    padding: 15px 6px;
    font-size: 18px;
    color: #2a5082;
}

.santev2 .radio-select .label-inline {
    display: inline-block;
    width: calc(50% - 3px);
    box-sizing: border-box;
}

.santev2 .radio-select label + input[type="radio"] {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.santev2 .radio-select label.with-icon {
    position: relative;
    padding-left: 30px;
}

.santev2 .radio-select label.with-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 426px) {

    #en_recherche_d_emploi + label {
        height: 56px;
        line-height: 13px;
        /* font-size: 17px; */
        padding-top: 8px;
    }
}

@media screen and (max-width: 1264px) and (min-width: 767px) {

    #en_recherche_d_emploi + label {
        height: 56px;
        line-height: 13px;
        font-size: 17px;
        padding-top: 10px;
    }

    .santev2 .btn-radio-large {
        height: 148px !important;
    }
}

@media only screen and (max-width: 767px) {
    .santev2 input.inputdate {
        width: 85%;
    }

    .santev2 select.inputdatenaissance,
    .santev2 select.styleinput,
    .santev2 .radio-select {
        width: 94%;
    }

    .santev2 input.inputnomprenom,
    .santev2 input.inputstyle2 {
        width: 90%;
    }

    .santev2 input.inputdatenaissance,
    .santev2 input.styleinput {
        width: 86%;
    }

    .santev2 input.coordonnees {
        width: 75%;
    }

    .santev2 .containerlead {
        width: 95%;
        margin: 0px auto;
    }

    .santev2 .divcheckbox {
        width: 80% !important;
    }
}

.santev2 .date-input {
    display: inline-flex;
    padding: 5px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    width: 48.5%;
    height: 37px;
}

.santev2 .date-input input {
    border: none;
    outline: none;
    font-size: 18px;
    color: #555;
    text-align: center;
    width: 24%;
}

.santev2 .date-input span {
    margin: 0 5px;
}

.santev2 .date-element {
    margin: auto;
}

.santev2 .date-input span {
    font-weight: 200;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .santev2 .date-input {
        width: 92%;
    }
}

@media only screen and (max-width:375px){
    .santev2 .date-input input {
        width: 19% !important;
    }
}

.santev2 .btn-radio-large {
    height: 148px !important;
}

.santev2 .box_pret .col_inputrow .col_margin {
    margin: 0px 20px !important;
}

@media(max-width:557px) {
    .santev2 .box_pret .col_inputrow .col_margin {
        margin: auto !important;
    }
}

/*************************************************/

[type=radio] {
    position: absolute;
    width: auto !important;
    opacity: 0;
}

#listBanques {
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.listBanques {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listBanques .banqueImg,
.listBanques .otherBanque,
.radioselect.listBanques.biSelect [type="radio"]:not(:checked) + label,
.radioselect.listBanques.biSelect [type="radio"]:checked + label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18%;
    height: 105px;
    margin: 0 2% 20px;
    padding: 0;
    border: 2px solid #384d99 !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-justify-content: center;
}

.listBanques .banqueImg.banqueActive,
.listBanques .banqueImg:hover,
.listBanques .otherBanque.banqueActive,
.listBanques .otherBanque:hover {
    border-color: #0cb3c7;
}

.listBanques .banqueImg.banqueActive img,
.listBanques .otherBanque.banqueActive img {
    transform: scale(1);
}

.listBanques .banqueImg.banqueActive:after,
.listBanques .otherBanque.banqueActive:after,
.radioselect.listBanques [type="radio"]:checked + label.banqueImg:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0cb3c7;
    background-image: url(../images/pret/white_arrow.png);
    background-position: 2px 3px;
    background-size: 28px 26px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.listBanques .banqueImg {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.listBanques .banqueImg:hover {
    box-shadow: 0px 0px 5px #0db3c7;
    transform: scale(1.1);
}

.listBanques .otherBanque {
    font-size: 24px;
    color: #384d99;
}
.listBanques .banqueImg img {
    display: block;
    height: 70%;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width:991.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 20%;
        height: 94px;
    }
}

@media (max-width:767.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 25%;
        margin: 0 7px 20px;
    }
}

.listBanques .banqueImg.banqueActive,
.listBanques .banqueImg:hover,
.listBanques .otherBanque.banqueActive,
.listBanques .otherBanque:hover {
    border-color: #0cb3c7;
}

.listBanques .banqueImg.banqueActive img,
.listBanques .otherBanque.banqueActive img {
    transform: scale(1);
}

.listBanques .banqueImg.banqueActive:after,
.listBanques .otherBanque.banqueActive:after,
.radioselect.listBanques [type="radio"]:checked + label.banqueImg:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0cb3c7;
    background-image: url(../images/pret/white_arrow.png);
    background-position: 2px 3px;
    background-size: 28px 26px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.listBanques .banqueImg {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

@media (max-width:991.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 20%;
        height: 94px;
    }
}

@media (max-width:767.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 25%;
        margin: 0 7px 20px;
    }
}

@media (max-width:575.98px) {

    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 40%;
    }
}

@media (max-width:575.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 40%;
    }

	.listBanques .banqueImg, .listBanques .otherBanque, .radioselect.listBanques.biSelect [type="radio"]:not(:checked) + label, .radioselect.listBanques.biSelect [type="radio"]:checked + label {
        width: 90px;
        height: 70px;
    }
}

.santev2 input[type="number"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

.santev2 input[type=number] {
    -moz-appearance: textfield;
}

.santev2 .input-with-icon {
    top: 11px;
    right: -20px;
    color: #374c9b;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .santev2 .input-with-icon {
        right: 21px;
    }
}

.santev2 .custom-field-error {
    color: #ff3535;
    line-height: 24px;
    font-size: 1.1rem;
}

.santev2 .custom-field-error::before {
    margin-right: 5px;
    font-size: 24px;
    line-height: 24px;
    content: "\26a0";
}

.grecaptcha-badge {
    visibility: hidden;
}
.hidden-option {
    display: none;
}
@media (max-width: 768px) { /* Adjust the width as per your definition of "mobile" */
    .fonctionnementlink a {
        font-size: 13px;
    }

    .santev2 .logoheadermongustave{
        width: 100% !important;
    }
}

.timeindicator{
    display: inline-flex;
    gap: 1px;
    padding: 8px 16px;
    background-color: white;
    border: 2px solid #00bcd4;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 188, 212, 0.15);
    animation: flashBorder-1b8b2f7a var(--460da22e) ease-in-out infinite;
    line-height: 23px;
}


        .divcheckbox [type=checkbox] + label:after {
            content: "✔";
            font-family: initial;
            color: #ff7501;
            opacity: 0;
            border: 1px solid #777777;
            border-radius: 4px;
            font-size: 18px;
            font-weight: bold;
            background-color: #fff;
            cursor: pointer;
        }
        .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: var(--fa-display, inline-block);
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            text-rendering: auto;
        }
        .custom-checkbox {
            display: none;
        }

        .custom-checkbox-label {
            display: inline-block;
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            font-size: 16px;
            user-select: none;
        }

        .custom-checkbox-label::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border: 2px solid orange;
            border-radius: 4px;
            background-color: white;
            transition: all 0.3s ease;
        }

        .custom-checkbox:checked + .custom-checkbox-label::before {
            background-color: orange;
            border-color: orange;
        }

        .custom-checkbox:checked + .custom-checkbox-label::after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 4px;
            font-size: 18px;
            color: white;
            transition: all 0.3s ease;
        }

        /* Additional styles for native implementation */
        .blurry {
            filter: blur(5px);
        }

        .showR-enter-active,
        .showR-leave-enter {
            opacity: 1;
            transform: translateX(0);
            transition: all .2s linear;
        }
        .showR-enter,
        .showR-leave-to {
            transform: translateX(30%);
            opacity: 0;
        }

        .showL-enter-active,
        .showL-leave-enter {
            opacity: 1;
            transform: translateX(0);
            transition: all .3s linear;
        }
        .showL-enter,
        .showL-leave-to {
            transform: translateX(-30%);
            opacity: 0;
        }
        .tooltip-enter-active, .tooltip-leave-active {
            transition: opacity .5s;
        }
        .tooltip-enter, .tooltip-leave-to  {
            opacity: 0;
        }

        .disabled_button_send {
            background-color: #ff8e50ad;
        }

        .hidden {
            display: none !important;
        }

        .popup {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            z-index: 9999;
        }

        .btnclose-tooltip {
            font-family: sans-serif;
            font-weight: 600;
            padding: 10px;
            font-size: 17px;
            background-color: #ff8e50;
            border-radius: 10px;
            border: 0px;
            color: #fff;
            cursor: pointer;
            float: right;
            margin-bottom: 7px;
            margin-right: 7px;
        }
        .santev2 .logoheadermongustave {
          
            width: 60%;
            text-align: center;
           margin: 0px auto;
        }
.logoheadermongustave img {
    float: left;
}
         #footermb {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
            padding: 40px 20px;
            color: #333;
            line-height: 1.6;
        }

        #footermb .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        #footermb .header-section {
            text-align: center;
            margin-bottom: 40px;
        }

        #footermb .main-title {
            font-size: 24px;
            font-weight: bold;
            color: #2c5282;
            margin-bottom: 15px;
        }

        #footermb .subtitle {
            font-size: 16px;
            color: #4a5568;
            margin-bottom: 30px;
        }

        #footermb .subtitle a {
            color: #3182ce;
            text-decoration: none;
        }

        #footermb .subtitle a:hover {
            text-decoration: underline;
        }

        #footermb .features {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-bottom: 40px;
            gap: 20px;
        }

        #footermb .feature-item {
            text-align: center;
            flex: 1;
            min-width: 200px;
            padding: 20px;
        }

        #footermb .feature-icon {
            width: 60px;
            height: 60px;
            background-color: #38b2ac;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            color: white;
            font-size: 24px;
        }

        #footermb .feature-title {
            font-size: 18px;
            font-weight: bold;
            color: #2c5282;
            margin-bottom: 5px;
        }

        #footermb .feature-description {
            font-size: 14px;
            color: #4a5568;
        }

        #footermb .legal-text {
            font-size: 12px;
            color: #4a5568;
            text-align: justify;
            margin-bottom: 30px;
            line-height: 1.5;
        }

        #footermb .legal-text a {
            color: #3182ce;
            text-decoration: none;
        }

        #footermb .legal-text a:hover {
            text-decoration: underline;
        }

        #footermb .complaint-section {
            background-color: #e2e8f0;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            font-size: 12px;
            color: #4a5568;
        }

        #footermb .complaint-section strong {
            color: #2d3748;
        }

        #footermb .footer-bottom {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #cbd5e0;
        }

        #footermb .footer-links {
            margin-bottom: 15px;
        }

        #footermb .footer-links a {
            color: #3182ce;
            text-decoration: none;
            font-size: 12px;
            margin: 0 5px;
        }

        #footermb .footer-links a:hover {
            text-decoration: underline;
        }

        #footermb .footer-links span {
            color: #cbd5e0;
            margin: 0 5px;
        }

        #footermb .copyright {
            font-size: 12px;
            color: #718096;
            margin-top: 10px;
        }

        #footermb .recaptcha-notice {
            font-size: 12px;
            color: #4a5568;
            margin-bottom: 15px;
        }

        #footermb .recaptcha-notice a {
            color: #3182ce;
            text-decoration: none;
        }

        #footermb .recaptcha-notice a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            #footermb .features {
                flex-direction: column;
            }
            
            #footermb .feature-item {
                margin-bottom: 20px;
            }
        }