.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.ttm-row.blog-section {
    padding: 90px 0 90px;
}

.tp-revslider-mainul > li {
    display: flex;
    align-items: center;
}

.tp-revslider-mainul .container {
    z-index: 1;
}

.tp-revslider-mainul .sub-title {
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 18px;
    color: rgb(242, 244, 248);
    margin-bottom: 10px;
}

.tp-revslider-mainul .slider-title {
    color: #FFF;
    font-size: 54px;
    font-weight: 600;
    font-family: "Poppins", Tahoma, Geneva, sans-serif;
    line-height: 1.5;
}

.tp-revslider-mainul .slider-title span {
    color: #fda12b;
}

.post-featured .img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ttm-processbox-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ttm-processbox-wrapper .ttm-processbox {
    width: unset;
}

.top-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-contact li:first-child {
    padding-right: 18px;
}

.top-contact li:last-child {
    padding-right: 0;
    padding-left: 18px;
}

.topbar-right .top-contact li:first-child:after {
    content: "";
    height: 22px;
    width: 1px;
    background-color: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
}

.topbar-right .top-contact li:last-child:after {
    content: unset;
}

.top-contact .btn-sm-modal {
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px;
    transition: .3s;
    cursor: pointer;
}

.top-contact .btn-sm-modal:hover {
    color: #182334 !important;
}

.btn_etre_rapp i {
    width: 26px;
    height: 26px;
    color: #FFF;
    background-color: #182334;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.sm-modal {
    display: none;
    padding: 80px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    align-items: flex-start;
    justify-content: center;
    z-index: 9999999999;
    overflow: auto;
}

#call_me.sm-modal {
    background-color: rgba(255, 255, 255, 0.75);
}

.sm-modal.show {
    display: flex;
}

.sm-modal-dialog {
    position: relative;
    background-color: #fff;
    padding: 20px 20px 40px;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sm-modal-dialog.lg-800 {
    width: 890px;
}

.sm-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

.sm-modal .close:hover,
.sm-modal .close:focus {
    color: #FFF !important;
}

body.prevent {
    overflow: hidden;
}

.sm-modal .bg-dark {
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#call_me .h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 38px;
    margin: 20px 0 15px;
}

#call_me .h3 {
    color: #fda12b;
    margin-bottom: 15px;
}

#call_me p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    opacity: .9;
}

#call_me form {
    margin-top: 30px;
}

.sm-modal .col--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

#call_me .form-control {
    background-color: transparent;
    border-color: #999fa8;
    border-radius: 4px;
    color: #FFF;
    opacity: .9;
}

#call_me .form-control[type="text"] {
    height: 45px;
}

.sm-modal [type="submit"],
.form-eligibility [type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    background-color: #fda22b;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 25px auto 0;
    border: 1px solid #fda22b;
}

.form-eligibility [type="submit"] {
    border: 0;
}

.sm-modal [type="submit"][disabled] {
    cursor: not-allowed;
}

.sm-modal [type="submit"]:hover,
.form-eligibility [type="submit"]:hover {
    background-color: #182333;
}

.sm-modal [type="submit"] i,
.form-eligibility [type="submit"] i {
    margin-left: 13px;
}

.law {
    display: flex;
    text-align: left;
}

.law [type="checkbox"] {
    width: 34px;
    position: absolute;
    opacity: 0;
}

.law label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
}

.law label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fda32c;
    border-radius: 1px;
}

.law [type="checkbox"]:checked ~ label:before {
    background-color: transparent;
    border-color: #fda22b;
}

.law [type="checkbox"]:checked ~ label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    border: 1px solid #fda32c;
    border-radius: 1px;
    background-color: #fda32c;
}

.law a {
    color: #fda22b !important;
}

.eligibility-promo {
    position: fixed;
    bottom: 0;
    left: 25px;
    background-color: #fda22b;
    padding: 25px 25px 25px;
    border-radius: 25px 25px 0 0;
    z-index: 99999;
    box-shadow: 0 0 10px 2px rgb(91 95 91 / 35%);
}

.eligibility-promo p {
    color: #FFF;
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 18px;
}

.eligibility-promo p i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.eligibility-promo a {
    line-height: normal;
    display: inline-block;
    background-color: #182334;
    font-size: 16px;
    padding: 6px 35px 6px 6px;
    border-radius: 50px;
    margin-top: 10px;
    color: #FFF !important;
    font-weight: 400;
    transition: .3s;
    cursor: pointer;
    letter-spacing: .6px;
    transition: .3s;
    border: 1px solid #182334;
}

.eligibility-promo a:hover {
    background-color: #fda32c;
    border: 1px solid #182334;
}

.eligibility-promo a i {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fda32c;
    color: #FFF;
    border-radius: 50pc;
    font-size: 14px;
    padding-top: 2px;
    margin-right: 10px;
    transition: .3s;
}

.eligibility-promo a:hover i {
    background-color: #182334;
}

.form-eligibility .column-2 {
    display: grid;
    grid-template-columns: 55% 45%;
}

.form-eligibility .column:first-child {
    padding-right: 40px;
}

.form-eligibility .column:first-child img {
    width: 100%;
    border-radius: 4px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.form-eligibility .column:first-child .brand {
    position: relative;
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 16px;
    text-align: left;
    padding-left: 25px;
    line-height: normal;
    margin-bottom: 5px;
}

.form-eligibility .column:first-child .brand:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fda22b;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.form-eligibility .column:first-child .title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 0;
    text-align: left;
    color: #182333;
    margin-bottom: 25px;
}

.form-eligibility .step-head {
    background: #fda32c;
    color: #FFF;
    text-align: center;
    padding: 10px 10px;
    border-radius: 50px;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: .6px;
}

#eligibility-form .sm-modal-dialog {
    padding: 55px 20px;
}

.form-eligibility .form-control {
    border-radius: 4px;
}

.form-eligibility .form-control[type="text"] {
    height: 45px;
}

.fa.fa-phone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.nous-contacter-main .site-main {
    padding: 0 !important;
}

.form-eligibility .col--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

.form-eligibility .contact-details {
    display: flex;
    align-items: center;
}

.form-eligibility .contact-details .contact-link {
    padding: 7px 18px 7px 8px;
    background-color: #FFF;
    border-radius: 50px;
    border: 1px solid rgb(224, 224, 224);
    color: #182335;
    font-size: 16px;
    transition: .2s;
}

.form-eligibility .contact-details .contact-link:first-child {
    margin-right: 15px;
}

.form-eligibility .contact-details .contact-link:hover {
    color: #fda32c;
}

.form-eligibility .contact-details .contact-link i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #182335;
    color: #fda32c;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

.nous-contacter-main .form-eligibility .column:first-child img {
    height: 325px;
    object-fit: cover;
    object-position: top;
}

.p-90 {
    padding: 90px 0;
}

.tparrows {
    display: none !important;
}

.close-menu {
    display: none !important;
}

.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(/images/col-bgimage-1-New.jpg) !important;
}

.blog-slide .featured-imagebox {
    display: flex;
    flex-direction: column;
}

.blog-slide .ttm-box-bottom-content {
    height: 100%;
}

.desktop-none {
    display: none !important;
}

@media (max-width: 1199px) {

    .desktop-none {
        display: block !important;
    }

    .ttm-topbar-wrapper {
        display: block !important;
    }

    #menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        background-color: rgb(0 0 0 / 75%);
        z-index: 999999999;
    }

    #menu.show {
        display: block;
    }

    #menu .dropdown {
        width: 250px;
        height: 100%;
        background-color: #FFF;
        margin-top: 0;
        padding: 0 15px;
    }

    .close-menu {
        display: block !important;
        text-align: right;
        padding: 15px 0 20px;
    }

    #menu li a {
        padding: 15px 0;
        display: block;
        border-bottom: 1px solid #DDD;
        font-weight: 500;
    }

}

@media (max-width: 992px) {

    .tp-revslider-mainul .slider-title {
        font-size: 33px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 0 15px;
    }

    .ttm-processbox-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-eligibility .column:first-child {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .form-eligibility .column-2 {
        grid-template-columns: 100%;
    }

    .form-eligibility .column:first-child img {
        max-height: 300px;
        object-fit: cover;
    }

    .sm-modal {
        padding: 50px 0;
    }

    .eligibility-promo {
        margin: 0 15px;
        left: 0;
        padding: 20px 20px 20px;
        border-radius: 25px;
        bottom: 10px;
    }

    .eligibility-promo p {
        display: flex;
        align-items: flex-start;
    }

    .eligibility-promo p i {
        top: 3px;
    }

}


@media (max-width: 767px) {

    .ttm-topbar-content {
        display: flex;
        flex-direction: column;
    }

    .ttm-topbar-wrapper .top-contact.text-left {
        float: unset;
        margin-right: 0;
        padding-right: 0;
    }

    .ttm-highlight-left li:last-child {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .top-contact.ttm-highlight-left:after {
        right: -100px;
    }

    .topbar-right .top-contact li {
        font-size: 13px;
    }

    .topbar-right .top-contact {
        justify-content: space-between;
    }

    .topbar-right .top-contact li:first-child {
        padding-right: 0;
    }

    .topbar-right .top-contact li:last-child {
        padding-left: 0;
    }

    .tp-revslider-mainul .slider-title {
        font-size: 22px;
    }

    .tp-revslider-mainul .sub-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .topbar-right .top-contact li:first-child:after {
        content: unset;
    }

    .eligibility-promo {
        padding: 10px;
    }

    .eligibility-promo p {
        font-size: 14px;
    }

    .eligibility-promo p i {
        top: 7px;
        font-size: 13px;
    }

    .eligibility-promo a {
        padding: 6px 5px 6px 6px;
        display: flex;
        align-items: center;
        font-size: 13px;
    }

    .eligibility-promo a i {
        min-width: 24px;
        height: 24px;
    }

    .site-branding img {
        max-height: 40px;
    }

    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .ttm-processbox-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .sm-modal-dialog {
        margin: 0 15px;
    }

    #eligibility-form .container {
        padding: 0;
    }

    .form-eligibility .column:first-child .brand {
        font-size: 14px;
    }

    .form-eligibility .column:first-child .title {
        font-size: 22px;
    }

    .form-eligibility .column:first-child img {
        max-height: 200px;
    }

    .form-eligibility .column:first-child {
        margin-bottom: 30px;
    }

    #eligibility-form .sm-modal-dialog {
        padding: 40px 15px;
    }

    .form-eligibility .contact-details {
        flex-direction: column;
    }

    .form-eligibility .contact-details .contact-link:first-child {
        margin-bottom: 15px;
    }

}

.alert-danger {
    color: #721c24 !important;
}

.alert-success {
    color: #155724 !important;
}

.custom-alert {
    margin-bottom: 35px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

form.envoie .ti-angle-double-right {
    position: relative;
}

form.envoie .ti-angle-double-right:before {
    position: absolute;
    content: "";
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1a2637;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -23px;
    animation: spin 2s linear infinite;
}

.form-eligibility .form-group {
    text-align: left;
}

.form-eligibility .choix--columns.col-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-eligibility .choix--columns.col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px 10px;
}

.form-eligibility .choix--columns.col-flex .checkbox-control {
    margin-right: 15px;
}

.form-eligibility .choix--columns label {
    position: relative;
    padding-left: 30px;
}

.form-eligibility .choix--columns label:first-child {
    margin-right: 10px;
}

.form-eligibility .checkbox-control input {
    position: absolute;
    opacity: 0;
}

.form-eligibility .checkbox-control label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fda32c;
    border-radius: 1px;
}

.form-eligibility .checkbox-control input:checked ~ label:before {
    background-color: transparent;
    border-color: #fda22b;
}

.form-eligibility .checkbox-control input:checked ~ label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    border: 1px solid #fda32c;
    border-radius: 1px;
    background-color: #fda32c;
}

.form-eligibility .checkbox-control [type="radio"] ~ label:before,
.form-eligibility .checkbox-control [type="radio"]:checked ~ label:after {
    border-radius: 50%;
}

.form-group .req {
    color: #f50606;
    font-size: 14px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.custom-alert .alert {
    display: flex;
    align-items: flex-start;
    line-height: normal;
    text-align: left;
}

.custom-alert .alert i {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.form-eligibility .custom-alert p {
    margin-bottom: 30px;
}

.banner-page .container {
    position: relative;
    z-index: 1;
}

.banner-page .columns {
    display: grid;
    grid-template-columns: 53% 47%;
}

.banner-page .title {
    color: #FFF;
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 62px;
}

.banner-page .title span {
    color: #fda32c;
}

.banner-page .column:first-child {
    padding-top: 45px;
    padding-right: 50px;
}

.banner-page .column:first-child ul {
    padding: 0;
}

.banner-page .column:first-child li {
    color: #FFF;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    letter-spacing: .6px;
    margin-bottom: 8px;
}

.banner-page .column:first-child li i {
    color: #06be06;
    margin-right: 10px;
    margin-top: 7px;
}

.banner-page .form-eligibility {
    background-color: #FFF;
    padding: 25px 20px;
    border-radius: 25px;
}
@media (max-width: 992px) {
    .section-media.left {
        grid-template-columns: 100%;
    }

    .section-media.left .column:first-child {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .section-media img {
        max-width: 75%;
        width: fit-content;
        margin: auto;
        display: block;
    }

    .section-media.right .column:last-child {
        padding-left: 0;
    }

    .section-media.right {
        grid-template-columns: 100%;
    }

    .section-media.right .column:first-child {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .sec-banner {
        padding: 85px 15px 35px 15px;
    }

    .sec-banner:before {
        left: 15px;
        top: 20px;
    }
}

.sec-banner {
    position: relative;
    padding: 45px 50px 45px 120px;
    margin-bottom: 80px;
    border-radius: 15px;
}

.sec-banner.blue {
    background-color: #182434;
}

.sec-banner.purple {
    background-color: #f8f9fa;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 25%);
}

.sec-banner:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    left: 40px;
    top: 35px;
    min-width: 48px;
    height: 48px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-banner.blue:before {
    color: #FFF;
    border-color: #FFF;
}

.sec-banner.purple:before {
    border-color: #fda22b;
    color: #fda22b;
}

.sec-banner h2,
.sec-banner h3 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
}

.sec-banner.blue h2,
.sec-banner.blue h3 {
    color: #FFF !important;
}

.sec-banner.purple h2,
.sec-banner.purple h3 {
    color: #182333 !important;
}

.sec-banner p {
    text-align: justify !important;
    margin-bottom: 15px;
    font-family: 'Poppins' !important;
}

.sec-banner p:last-of-type {
    margin-bottom: 0;
}

.sec-banner.blue p,
.sec-banner.blue li {
    color: #FFF !important;
}

.sec-banner.purple p {
    color: #7b7d7f;
}

.sec-banner.purple strong {
    color: #fda22b !important;
}

.sec-banner ul {
    padding-left: 10px;
}

.sec-banner ul li {
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
}

.sec-banner.purple ul li {
    color: #7b7d7f;
}

.section-media.left {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-bottom: 80px;
}

.section-media.left .column:first-child {
    padding-right: 65px;
}

.section-media.right {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-bottom: 80px;
}

.section-media.right .column:last-child {
    padding-left: 65px;
}

.section-media .brand {
    position: relative;
    font-family: 'Mont';
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-media .brand:after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #73efcc;
    margin: 3px 10px;
}

.section-media h2 {
    color: #000 !important;
    font-size: 30px !important;
    margin-bottom: 30px !important;
}

.section-media p {
    text-align: justify !important;
    font-size: 16px !important;
    margin-bottom: 15px;
    font-family: 'Poppins' !important;
}

.section-media strong {
    color: #000 !important;
}

.col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin-bottom: 80px;
}

.col_2 .bloc {
    padding: 35px 30px 30px 90px;
    position: relative;
    box-shadow: 0 0 20px -2px rgb(0 0 0 / 8%);
}

.col_2 .bloc:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 38px;
    position: absolute;
    left: 30px;
    top: 20px;
    opacity: .1;
}

.col_2 .bloc h2,
.col_2 .bloc h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.col_2 p {
    margin-top: 0 !important;
    font-size: 16px !important;
    text-align: justify !important;
    font-family: 'Poppins' !important;
}

.col_2 strong {
    color: #000 !important;
}

@media (max-width: 992px) {
    .section-media.left {
        grid-template-columns: 100%;
    }

    .section-media.left .column:first-child {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .section-media img {
        max-width: 75%;
        width: fit-content;
        margin: auto;
        display: block;
    }

    .col_2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 80px;
    }

    .section-media.right .column:last-child {
        padding-left: 0;
    }

    .section-media.right {
        grid-template-columns: 100%;
    }

    .section-media.right .column:first-child {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .sec-banner {
        padding: 85px 15px 35px 15px;
    }

    .sec-banner:before {
        left: 15px;
        top: 20px;
    }

    .col_2 .bloc {
        padding: 85px 15px 35px 15px;
    }

    .col_2 .bloc:before {
        left: 15px;
        top: 15px;
    }
}

.sec-banner ol {
    padding: 0;
}

.sec-banner.blue strong {
    color: #fda22b;
}

.section-media img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 25px;
}

@media (max-width: 1199px) {

    .banner-page {
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (max-width: 992px) {

    .banner-page .columns {
        grid-template-columns: 100%;
    }

    .banner-page .column:first-child {
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .banner-page .title {
        font-size: 34px;
    }

    .banner-page .column:first-child li {
        font-size: 14px;
    }

    .banner-page .column:first-child {
        margin-bottom: 25px;
    }

    .banner-page .form-eligibility {
        padding: 25px 10px;
    }

    .section-media h1 {
        font-size: 26px;
        line-height: normal;
    }

    .section-media.right {
        margin-bottom: 50px;
    }

    .sec-banner {
        margin-bottom: 50px;
    }

    .sec-banner h2, 
    .sec-banner h3 {
        line-height: normal;
    }

    .section-media.left .column:first-child {
        order: 2;
        margin-bottom: 0;
    }

    .section-media.left .column:last-child {
        order: 1;
        margin-bottom: 50px;
    }

    .section-media.left {
        margin-bottom: 50px;
    }

}

.section-media p strong {
    color: #fda22b;
}

.form-eligibility .title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
}

.form-eligibility .title span {
    color: #fda22b;
}

.logo-v {
    background-color: rgb(255 255 255 / 75%);
    text-align: center;
    border-radius: 15px;
    margin-top: 35px;
    padding: 5px;
}

.logo-v img {
    border-radius: 15px;
    height: 150px;
}

.row-top-section .logo-v {
    margin-top: 75px;
    background-color: unset;
}

@media (max-width: 767px) {

    .logo-v {
        margin-top: 25px;
    }

    .logo-v img {
        border-radius: 15px;
        height: 125px;
    }

    .form-eligibility .title {
        text-align: center;
    }
}

.banner-page .title .bg {
    background-color: #19b803;
    color: #ffffff !important;
    padding: 5px 10px 0;
    font-weight: 900;
    border-radius: 8px;
}

@media (max-width: 767px) {

    .banner-page .title {
        line-height: 50px;
    }

}

/* ==========START Cookies Pop up=========== */
.prevent_sc {
    overflow: hidden;
}

.cookies-popup-holder {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.over-lay-first {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 100;
  left: 0;
  top: 0;
}
.over-lay-first-second {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 200;
  left: 0;
  top: 0;
}
.block-one-cockies {
  position: absolute;
  max-width: 750px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  z-index: 101;
}
.block-one-cockies p {
  text-align: justify;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}
.contunuer-sans-ac {
  cursor: pointer;
  margin-bottom: 15px;
  color: #000;
}
.retour-pop-one {
  cursor: pointer;
  color: #000;
}
.retour-pop-one i {
  font-size: 14px;
  margin-right: 3px;
}
.contunuer-sans-ac:hover,
.retour-pop-one:hover {
  color: #00aed9;
}
button.personnaliser-choix {
  background: #fff;
  color: #182334;
  border: solid 0.5px #182334;
  width: 250px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
button.tout-accepter-a {
  background: #182334;
  color: #fff;
  font-size: 16px;
  width: 240px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
button.tout-accepter {
  background: #182334;
  color: #fff;
  font-size: 16px;
  width: 212px;
  display: inline-block !important; 
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
.block-two-cockies {
  position: absolute;
  max-width: 800px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  z-index: 201;
}
.top-title-coockie {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
span.title-popup-cookies {
  color: #fda32c;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.block-two-cockies p {
  text-align: justify;
}
button.Interdire-choix {
  background: #fff;
  color: #00aed9;
  border: solid 0.5px #00aed9;
  width: 212px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btns-cookies-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  button.tout-accepter {
    order: 0;
    margin-bottom: 10px;
  }
  button.personnaliser-choix {
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .block-one-cockies {
    width: 95%;
  }
  .block-one-cockies {
    display: grid;
    padding: 35px 15px;
  }
  .btns-cookies-holder {
    order: 3;
  }
  button.personnaliser-choix {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contunuer-sans-ac {
    order: 1;
  }
  .block-one-cockies > p {
    order: 2;
  }
  .contunuer-sans-ac {
    text-align: right;
  }
}
/* --------second pop---------- */
.change-icon i::before {
  content: "\f068";
}
.second-btns-cookies-holder {
  display: flex;
  justify-content: flex-end;
}
.accept-multichoix-holder-cookies {
  margin-bottom: 30px;
}
.accept-multichoix-holder-cookies span.title-c {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.info-bloc-cookies-holdera {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.propos-cokie-hol-info {
  display: none;
  order: 3;
  width: 100%;
}
.propos-cokies-buttons button {
  color: #808899;
  border: solid 0.5px #808899;
  background: #fff;
  outline: none;
  min-width: 100px;
  cursor: pointer;
}
.propos-cokie-hol-title {
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.propos-cokie-hol-title i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.propos-block-acc {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border: solid 1px #ccc;
  background: #cccccc69;
  color: #000;
  flex-wrap: wrap;
}
.partnet-cookies-holdre {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  flex-wrap: wrap;
  align-items: center;
}
.partnet-cookies-holdre p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.partnet-cookies-holdre button {
  border: solid 1px #ccc;
  background: #cccccc69;
  padding: 15px;
  font-weight: 500;
  color: #000;
  outline: none;
}
.tout-regester {
  display: none;
  border: 1px solid #182334 !important;
  color: #182334;
  background: #FFF !important;
  font-size: 16px;
  text-align: center;
  padding: 16px 20px;
  border-radius: 3px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 15px;
}
.tout-regester-c {
  background: #00aed9;
  color: #fff;
  font-size: 15px;
  width: 212px;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  outline: none;
  border: none;
}
button.interd-btn.checked-btn {
  background: #e70002 !important;
  border-color: #e70002 !important ;
  color: #fff;
}
/* Bouton "interdiction" avec icône fa-xmark (ex fa-times) */
button.interd-btn.checked-btn::before {
  content: "\f00d"; /* Code Unicode pour l'icône fa-xmark */
  font-family: 'FontAwesome'; /* Utilisez FontAwesome 6 Free */
  font-weight: 900; /* Font-weight nécessaire pour les icônes solid */
  margin-right: 2px;
}

/* Styles pour le bouton "acceptation" */
button.accept-btn.checked-btn {
  background: #3de35a !important; /* Couleur du bouton */
  border-color: #3de35a !important; /* Couleur de la bordure */
  color: #000; /* Couleur du texte */
}

/* Bouton "acceptation" avec icône fa-check */
button.accept-btn.checked-btn::before {
  content: "\f00c"; /* Code Unicode pour l'icône fa-check */
  font-family: 'FontAwesome'; /* Utilisez FontAwesome 6 Free */
  font-weight: 900; /* Font-weight nécessaire pour les icônes solid */
  margin-right: 2px;
}

/* Cacher le bloc partner-two-holder */
.partner-two-holder {
  display: none;
}

/* Icône dans span.bntn-return-two */
span.bntn-return-two i {
  font-family: 'FontAwesome'; /* Utilisez FontAwesome 6 Free */
  font-weight: 900; /* Font-weight nécessaire pour les icônes solid */
}

.all-partner-holdre {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 15px 4px;
  background: rgba(0, 0, 0, 0.05);
}
.all-partner-holdre p {
  margin: 0;
  font-size: 14px;
}
.partners-details-holder {
  padding: 15px 4px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.partner-info-global {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
/* --------display--------- */
.display-block {
  display: block !important;
  transition-duration: 1.7s;
}
.display-none {
  display: none !important;
  transition-duration: 1.7s;
}
.disabeld-blo {
  position: none;
  pointer-events: none !important;
  opacity: 0.5;
}
.btn-no-realis-holder{
  text-align: center;
  margin-bottom: 25px;
}
.btn-no-realis-holder .show-nos-realis-btn{
    width: auto;
    padding: 16px 25px;
    background: #00aed9;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
    border: 0;
}
.tout-regester.display-block {
    display: inline-block !important;
}

.propos-cokies-buttons.require button {
    border-color: #f10101;
    box-shadow: 0 0 2px 2px rgb(241 0 2 /20%);
}
@media (max-width: 767px) {

    .block-two-cockies {
        width: 95%;
        padding: 25px 15px 30px;
    }

    .propos-cokies-buttons.outils_pub {
        margin-top: 15px;
        display: block;
        width: 100%;
        text-align: right;
    }

    .second-btns-cookies-holder {
        float: unset;
    }

    .tout-regester {
        width: 100%;
    }

    button.personnaliser-choix {
        order: 1;
    }

    button.tout-accepter-a {
        order: 2;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

}

.accept-multichoix-holder-cookies .tab-detail {
  display: none;
  height: 240px;
  overflow: auto;
}

.accept-multichoix-holder-cookies .tab-detail.show {
  display: block;
}

.accept-multichoix-holder-cookies .columns {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-content: space-between;
}

.accept-multichoix-holder-cookies .tabs {
  margin-right: 20px;
}

.accept-multichoix-holder-cookies .tabs a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #CCC;
  cursor: pointer;
  font-weight: 600;
  transition: .4s;
}

.accept-multichoix-holder-cookies .tabs a.active,
.accept-multichoix-holder-cookies .tabs a:hover {
  color: #fda32c;
}

.accept-multichoix-holder-cookies .tab-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.accept-multichoix-holder-cookies .tab-detail p {
  font-size: 14px;
  color: #838080;
  font-weight: 300;
  margin-bottom: 8px;
  text-align: left;
}

.accept-multichoix-holder-cookies .tab-detail p:last-of-type {
  margin-bottom: 0;
}

.accept-multichoix-holder-cookies ul {
  margin-top: 10px;
}

.accept-multichoix-holder-cookies ul li {
  font-size: 14px;
  color: #838080;
  font-weight: 300;
  margin-bottom: 8px;
}

.accept-multichoix-holder-cookies ul li:last-child {
  margin-bottom: 0;
}

.accept-multichoix-holder-cookies .tab-detail .propos-cokies-buttons {
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .accept-multichoix-holder-cookies .columns {
    grid-template-columns: 100%;
  }

  .second-btns-cookies-holder {
    flex-direction: column;
  }

  .tout-regester.display-block {
    margin-bottom: 15px;
  }

  button.tout-accepter {
    width: 100%;
  }

  .block-two-cockies,
  .block-one-cockies {
    max-height: 95%;
    overflow: auto;
  }

  .block-one-cockies p {
    font-size: 14px;
  }

  span.title-popup-cookies {
    font-size: 18px;
  }

  .accept-multichoix-holder-cookies .tabs a {
    font-size: 15px;
    padding: 15px 0;
  }

  .accept-multichoix-holder-cookies .tab-title {
    font-size: 14px;
  }

}

.prevent_sc {
  overflow: hidden;
}

/* ==========END Cookies Pop up=========== */

.logo-v {
    display: none !important;
}

.page-text {
    padding: 100px 0;
}

.page-text .banner {
    position: relative;
    padding: 45px 50px 45px 120px;
    border-radius: 15px;
}

.page-text .banner:not(:last-child) {
    margin-bottom: 50px;
}

.page-text .banner.blue {
    background-color: #182434;
}

.page-text .banner:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    left: 40px;
    top: 35px;
    min-width: 48px;
    height: 48px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-text .banner.blue:before {
    color: #FFF;
    border-color: #FFF;
}

.page-text .banner h2, .page-text .banner h3 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
}

.page-text .banner.blue h2, .page-text .banner.blue h3 {
    color: #FFF !important;
}

.page-text .banner p {
    text-align: justify !important;
    margin-bottom: 15px;
    font-family: 'Poppins' !important;
}

.page-text .banner.blue ul {
    padding: 0;
}

.page-text .banner.blue p,
.page-text .banner.blue li {
    color: #FFF;
}

.page-text .banner strong {
    color: #fda22b;
}

.page-text .banner.lite {
    background-color: #f8f9fa;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 25%);
}

.page-text .banner.lite h2, .page-text .banner.lite h3 {
    color: #182333 !important;
}

.page-text .banner.lite:before {
    border-color: #fda22b;
    color: #fda22b;
}

.page-text .banner.lite p {
    color: #7b7d7f;
}

@media (max-width: 767px) {

    .page-text .banner {
        padding: 100px 10px 45px 10px;
    }

    .page-text .banner:before {
        top: 35px;
        left: 10px;
    }

}
