/*@import url('https://db.onlinewebfonts.com/c/fc3276cc001ced55ee90504acaca1ff4?family=Verveine&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allan:wght@400;700&family=Inter:wght@100..900&display=swap');

.boxBorder{
    border: 0;
    background: #F66969;
    opacity: 1;
    margin-top: -35px;
    height:16px;
}
/*--- tab css will be here  ---*/

/* -- form css --*/
.divStep{}

.thisVal{
    margin-bottom:10px
}
.fa-times{
    color:red;
    cursor:pointer;
}
.nextStep:hover, .nextStep2:hover, .nextStep3:hover, .nextStep4:hover, .nextStep5:hover, .nextStep6:hover {
    background: #F66969;
    border: 1px solid #F66969;
}
.connexion{
    font-size: 19px;
}
.step2 input{
    border-radius: 5px;
    height: 40px;
    background-color: white;
    margin-top: 10px;
    color: black;
    padding-left: 10px;
    margin: 0;
}
li.active{
    color:#27AE60 !important;
    font-weight:bold;
}
.err{
    color:red;
    display:none;
    display: none;
    margin-left: 10px;
    font-size:11px;
    margin-top: 5px;
}
.confirmationMSG{
    font-size:16px;
    font-weight:bold;
    text-align: center;
    padding: 30px 30px 60px 30px;
}
.form-group {
    height: 65px;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    text-align:center;
    margin-bottom:20px !important;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.title p {
    font-size: 19px;
    font-weight: 500;
}
.radiobtn input[type="checkbox"]:checked + label, .radiobtn input[type="radio"]:checked + label {
    background: #e9efff;
    animation-name: blink;
    animation-duration: 1s;
    border-color: #7ca9ff;
}
.radiobtn input[type="checkbox"]:checked + label:after, .radiobtn input[type="radio"]:checked + label:after {
    background: #7ca9ff;
}
.radiobtn input[type="checkbox"]:checked + label:before, .radiobtn input[type="radio"]:checked + label:before {
    width: 18px;
    height: 18px;
}
.rigthGap {
    padding-right: 20px;
}
.leftGap {
    padding-left: 20px;
}
.bottomGap {
    padding-bottom: 10px;
}
.icon-right-drawn-arrow {
    font-size: 80px;
    margin-left: 220px;
    line-height: 100px;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?d6the4');
    src:  url('../fonts/icomoon.eot?d6the4#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d6the4') format('truetype'),
    url('../fonts/icomoon.woff?d6the4') format('woff'),
    url('../fonts/icomoon.svg?d6the4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-right-drawn-arrow:before {
    content: "\e906";
}
.titleFinal{
    text-align: center;
    font-weight: 800;
    color: #55BB32; !important;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.messageFinal {
    padding-left: 52px;
    padding-right: 45px;
    padding-bottom: 40px;
}
.messageFinal p, ul {
    color: #4168B3; !important;
    font-weight: normal;
    text-align: justify;
    font-size: 16px;
}
#non-eligible-message .titleFinal {
    color: #F66969;
}
.alert-eligibility-warning {
    background-color: #F66969;
    color: #FFFFFF;
}
.disabled-btn {
    background-color: #d5dde5; !important;
    border: 1px solid #d5dde5; !important;
    pointer-events: none;
}
/* HOVER
----------------*/
/*main body content */
.primary-btn:hover {
    color: white;
}
.s3-block-component-circle {
    background-color: #ffffff;
    width: 58px;
    height: 58px;
    border-radius: 9999px;
    filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
    drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    flex-shrink: 0;
}
.s3-block-component-circle img {
    width: 32px;
}
.s4-block-component-circle {
    background-color: #ffffff;
    width: 82px;
    height: 82px;
    border-radius: 9999px;
    filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
    drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}
.s4-block-component-circle img {
    width: 42px;
}
#shareOnWhatsApp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
    gap: 8px;
}
/*#invitationToShareOnWhatsApp {
    display: none;
}*/

@media only screen and (max-width: 600px) {
    .messageFinal {
        padding: 0 10px 0 10px;
    }
    #shareOnWhatsApp {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }
    /*#invitationToShareOnWhatsApp {
        display: block;
    }*/
    .section3 {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .s2-block {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }
    .s2-block-img {
        display: none;
    }
    .section-3 {
        padding: 32px 16px;
        background-color: var(--gray-light);
        border-radius: var(--rounded32);
    }
    .s3-block {
        row-gap: 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .s3-block-1 {
        justify-self: center;
    }
    .s3-block-3 {
        justify-self: center;
    }
    .s4-block {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .s6-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .primary-btn {
        border: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        background-color: var(--red);
        border-radius: var(--rounded32);
        padding: 12px 20px;
    }
    .primary-btn-sub-text {
        color: var(--red);
        font-family: "Verveine",'Allan';
        font-weight: 400;
        font-size: 25.53px;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 0;
    }
    .header-container {
        padding: 0 50px;
        margin: 0;
    }
    .header-container .header-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .demarrer {
        margin-left: 100px;
    }
    #subjectToEligibility{
        margin-top: 15px;
    }
    .points {
        width: 100%;
    }
    .rounded-box {
        margin-top: 20px;
    }
    .title {
        margin: 0;
        padding: 0;
    }
    #shareOnWhatsApp {
        flex-direction: column;
        gap: 0;
    }
    /*#invitationToShareOnWhatsApp {
        display: block;
    }*/
    .messageFinal {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .header-container {
        padding: 0 25px;
        margin: 0;
    }
    .demarrer {
        margin-left: 25px;
    }
    .testez h2 {
        padding: 0 !important;
    }
    .title {
        font-size: 28px !important;
    }
    /*#invitationToShareOnWhatsApp {
        display: block;
    }*/
    #shareOnWhatsApp {
        flex-direction: column;
        gap: 0;
    }
}
/*end*/

@media screen and (max-width: 640px) {
    .titleTextt img{
        margin-left:-30px;
        max-width:100%;
    }
    .comment ul {
        margin-top: 15px;
        list-style-type: none;
        margin-left: 0px;
    }
    .btncenter {
        margin: 40px 0;
        text-align: center;
    }
    .surface {
        color: #ffffff;
        font-size: 18px;
        border: 2px solid #fff;
        font-weight: bold;
        margin-top: 25px;
        padding: 5px;
    }
    .logo {
        display:none;
        float: left;
        margin-top: -170px;
        width: 100%;
        text-align: center;
    }
    .clientImgSize img {
        max-width: 100%;
    }
    .text-left, .text-right{
        text-align:center;
    }
    .rigthGap {
        padding-right: 10px;
    }
    .leftGap {
        padding-left: 10px;
    }
}