﻿body {
    background-color: #f4f3f8;
    overflow-x: hidden;
}

#ReCaptchContainer {
    margin: 0 auto;
    display: table;
}

.welcome-panel-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-link {
    height: 50px;
    width: 60px;
}

.subtitle-lp {
    font-size: 25px;
    color: #444 !important;
}

.header-bg {
    height: 400px;
    no-repeat;
    background-size: cover;
    background-position: 30% 35%;
    position: relative;
}

.bg-greyblue {
    background: #e4e4ee;
}

.color-white {
    color: white !important;
}

.landing-page-logo {
    height: auto;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.font-italic {
    position: relative;
    top: 5px;
}

.header-welcomepanel,
.header-welcomepanel-two {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 175px;
    width: 70%;
    background-color: white;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.welcome-panel-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .welcome-panel-btn a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.header-welcomepanel h1,
.header-welcomepanel h2,
.lp-big-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 35px;
    color: #001f49 !important;
    text-align: center;
}

.lp-subtitle {
    color: #444 !important;
}

.header-welcomepanel h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
    color: #444;
}

.button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: white;
}

.welcome-panel-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-panel-text-two {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); width: 100%;
}

    .welcome-panel-text-two h1 {
        text-align: center;
    }

    .welcome-panel-text .club-title,
    .welcome-panel-text-two .club-title {
        font-size: 23px;
        position: relative;
        bottom: 10px;
        font-style: italic;
        color: #f2bc74 !important;
    }

.header-welcomepanel-two .square-btn {
    position: absolute;
    height: 60px;
    right: 30px;
    font-size: 20px;
    padding: 20px;
    transition: all 0.25s;
}

.square-btn {
    position: absolute;
    height: 60px;
    right: 30px;
    font-size: 20px;
    padding: 20px;
    transition: all 0.25s;
}

.landing-page-main {
    width: 70%;
    background-color: white !important;
    margin: 0 auto;
}

.padding-section {
    padding: 3rem 3%;
}

p {
    font-size: 18px;
    line-height: 30px;
}

.landing-page-carousel #oc-portfolio-sidebar .portfolio-desc {
    z-index: 3;
    padding: 15px 20px 10px;
}

.landing-page-carousel #oc-portfolio-sidebar:hover .owl-nav .owl-prev {
    left: -40px;
}

.landing-page-carousel #oc-portfolio-sidebar:hover .owl-nav .owl-next {
    left: auto;
    right: -40px;
}

.solutions-padding {
    min-height: inherit;
}

.icon-text {
    min-height: 80px;
    position: relative;
    transition: all 0.5s;
}

    .icon-text p {
        background-color: #e4e4ee;
        margin-bottom: 0px;
        padding: 5%;
        font-size: 14px;
        font-weight: 600;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 99%;
        transition: background-color 0.5s;
        font-family: "Gotham", "Lato", sans-serif !important;
    }

.landing-page-small-icons .icon-text,
.landing-page-small-icons img {
    background-color: #e4e4ee;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

.landing-page-small-icons .col-md-6 {
    padding: 10px;
}

.landing-page-small-icons img {
    max-width: 45px;
    padding: 7px;
    display: block;
    margin: 0 auto;
    background-color: #001f49;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 0.5s;
}

.landing-page-small-icons .col-md-6:hover img,
.landing-page-small-icons .col-md-6:hover .icon-text,
.landing-page-small-icons .col-md-6:hover .icon-text p {
    background-color: #1265a8;
    color: white;
}

.icon-text span {
    font-size: 14px;
    color: #f2bc74 !important;
    font-style: italic;
}

.by-bg {
    background: url(/images/landing-pages-pictures/b&y-bg.png) no-repeat;
    background-size: cover;
}

.yellow-text {
    color: #f2bc74 !important;
    font-weight: bold;
    display: inline-block !important;
    font-style: italic;
}

.section-solutions {
    padding-bottom: 5%;
}

    .section-solutions h2 {
        font-size: 33px;
        padding: 20px 30px 10px 30px;
    }

.landing-page-small-text-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #001F49;
	color: white; */
}
/* .landing-page-small-text-btns h2 {
	color: white;
	} */
.submenus {
    position: inherit;
}

table {
    font-size: 17px;
}

    table td {
        text-align: center;
    }

caption {
    caption-side: top !important;
    text-align: center;
    font-size: 27px;
    padding: 20px;
    font-weight: 600;
    color: #001f49;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.table-client-icons {
    height: 30px;
    padding-right: 5px;
}

.bold {
    font-weight: 600;
}

.table-title-bg {
    background-color: #fece44;
    padding: 10px;
    text-align: center;
}

.large-domain-table-block {
    width: 15%;
    background-color: #e4e4ee;
    padding: 10px;
    border: 10px solid transparent !important;
    border-radius: 25px;
}

.dcf-table th {
    padding-right: 10px !important;
}

.large-domain-table-block img {
    width: 45px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    z-index: 2;
    margin-bottom: 10px;
}

.space-bg-table {
    padding: 0px 2vw;
    border: 10px solid transparent !important;
    border-radius: 10px;
    width: 80%;
}

.tick-img {
    width: 25px;
    position: relative;
    bottom: 2px;
}

.third-opacity {
    opacity: 0.35;
}

.dcf-table thead td,
.dcf-table thead th {
    padding-bottom: 0.75em;
    vertical-align: middle !important;
}

.yellow-mark-lp::before {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 1px;
    width: 50px;
    border-bottom: 5px solid #ffd717 !important;
}

.plus-btn-table,
.minus-btn-table {
    width: 20px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.dcf-table td,
.dcf-table th {
    padding-right: 0em;
}

table {
    position: relative;
}

.display-block {
    display: table-cell;
}

.opacity-full {
    opacity: 0;
}

.lehub-text,
.maligne-text,
.ganpatetmoi-text,
.mesoffres-text,
.campagnes-text,
.avantages-text {
    padding: 1em 0% !important;
    border: 0px solid transparent !important;
    border-radius: 10px;
    background-color: #e4e4ee;
    display: none;
    border-collapse: collapse;
}

    .lehub-text img,
    .maligne-text img,
    .ganpatetmoi-text img,
    .mesoffres-text img,
    .campagnes-text img,
    .avantages-text img {
        max-width: 65px;
        padding: 10px;
        display: block;
        margin: 0 auto;
        background-color: white;
        margin-bottom: 10px;
        border-radius: 10px;
        transition: all 0.5s;
    }

    .lehub-text h3,
    .maligne-text h3,
    .ganpatetmoi-text h3,
    .mesoffres-text h3,
    .campagnes-text h3,
    .avantages-text h3 {
        line-height: 31px;
        margin-bottom: 7px;
        font-size: 21px;
    }

    .lehub-text span,
    .maligne-text span,
    .ganpatetmoi-text span,
    .mesoffres-text span,
    .campagnes-text span,
    .avantages-text span {
        font-size: 15px;
        font-weight: normal;
    }

.service-text {
    text-align: left !important;
    position: relative;
    grid-template-columns: 1fr;
}

    .service-text:before {
        display: none;
    }

.dcf-table tbody {
    font-size: 16px;
}

.domain-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

table p {
    background-color: #e4e4ee;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 1.85;
    font-weight: 400;
    border-radius: 10px;
    width: 100%;
    transition: background-color 0.5s;
    font-family: "Gotham", "Lato", sans-serif !important;
}

.yellow-color {
    color: #f2bc74 !important;
    font-style: italic;
}

.left-rounded-borders {
    border-radius: 20px 0px 0px 20px;
}

.right-rounded-borders {
    border-radius: 0px 20px 20px 0px;
}

.knowmore-lp-table {
    padding: 12px 30px;
    background-color: #001f49;
    color: white !important;
    position: relative;
    bottom: 15px;
    transition: 0.5s all;
}

    .knowmore-lp-table:hover {
        background-color: #2865a8;
    }

.display-none {
    display: none;
}

.btn-disabled {
    background-color: rgba(0, 31, 73, 0.65) !important;
    pointer-events: none;
}

.landing-page-main .btn-disabled:hover {
    background-color: rgba(0, 31, 73, 0.65) !important;
}

.landing-page-main .readmore-btn {
    bottom: -30px;
}

.card-container {
    height: 430px;
}

.lp-cards img {
    max-width: 65px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    background-color: #001f49;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 0.5s;
    position: absolute;
    top: -20px;
    left: -20px;
}

.lp-cards .card {
    padding: 35px;
    min-height: 450px;
    margin: 2vh;
}

.lp-cards h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.lp-cards p {
    font-size: 17px;
}

.lp-cards .readmore-btn-lp {
    height: auto;
}

.lp-cards .card .yellow-color {
    position: relative;
    top: 5px;
    font-size: 16px;
}

.lp-card {
    padding: 20px 50px 20px 0px;
}

.lp-carousel {
    margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 40px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #001f49 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.5s all;
}

.slick-next:hover:before {
    color: #1265a8 !important;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    right: 7px !important;
}

.lp-individual-card {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: 0.5s all;
    position: relative;
    border-radius: 0.25rem;
}

    .lp-individual-card:before {
        content: "\A";
        border-style: solid;
        border-width: 0px 50px 50px 0px;
        border-color: transparent #ffd717 transparent transparent;
        position: absolute;
        top: 0px;
        left: 0px;
        transform: rotate(270deg);
    }

    .lp-individual-card:hover {
        background-color: #1265a8 !important;
    }

    .lp-individual-card p {
        font-size: 19px;
        font-weight: 600;
        line-height: 2.5rem;
        margin-bottom: 0px;
        color: white;
    }

.blue-1 {
    background-color: #003070;
}

.blue-2 {
    background-color: #004097;
}

.blue-3 {
    background-color: #0051bf;
}

.blue-4 {
    background-color: #0062e6;
}

.lp-maligne-contact,
.lp-maligne-formulaire {
    padding: 45px;
    text-align: center;
}

    .lp-maligne-contact img {
        width: 100px;
        margin: 0 auto;
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .lp-maligne-contact a {
        font-size: 18px;
        color: white;
        font-weight: 600;
        transition: 0.5s all;
    }

        .lp-maligne-contact a:hover {
            color: white;
        }

    .lp-maligne-contact p {
        font-size: 18px;
    }

.lp-maligne-input {
    background-color: #e4e4ee !important;
    border: 0px;
    border-radius: 0.25rem;
    min-width: 100%;
    padding: 5px;
}

.flexbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-padding-btn {
    padding: 7px 7px;
    height: 35px;
}

.lp-maligne-formulaire label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: inherit;
    text-align: left;
}

.contact-lp-div {
    color: white;
}

    .contact-lp-div label {
        color: white;
    }

.lp-contact-titles {
    padding: 20px 20px 20px 20px;
    margin: 0 auto;
    text-align: center;
    height: 68px;
}

.greyblue-bg {
    background-color: #e4e4ee;
}

.yellow-border-left {
    border-left: 5px solid #fece44;
}

.footer-lp {
    background-color: #001f49;
}

.image-snippet h5 {
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #001f49;
    letter-spacing: 1px;
    font-size: 93%;
    text-align: center;
}

.image-snippet .front-text-steps {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: 0px;
}

.image-snippet figcaption {
    height: 120px;
    padding: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-snippet:hover figcaption,
.image-snippet.hover figcaption {
    height: 120px;
    display: flex;
}

.image-snippet img {
    max-width: 150%;
    vertical-align: top;
    position: relative;
    right: 55px;
}

.right-snippet img {
    right: 55px;
}

#oc-portfolio-sidebar .portfolio-desc h5 {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 35px;
}

.leclub-large-img {
    background: url(/images/landing-pages-pictures/shutterstock_1157451742-copie.png);
    background-size: cover;
    background-position: right;
}

.legend-div {
    max-width: 60%;
    margin-left: auto;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .legend-div p {
        margin-bottom: 0px;
        font-size: 14px;
    }

.legend-img {
    height: 25px;
    position: relative;
    top: 2px;
}

.lp-footer-text {
    font-size: 0.875rem;
}

@media (min-width: 1649.98px) {
    .lp-cards .card {
        padding: 35px;
        min-height: 375px;
        margin: 2vh;
    }
}

@media (max-width: 1199.98px) {
    body {
        background-color: #f4f3f8;
    }

    .landing-page-carousel #oc-portfolio-sidebar .portfolio-desc {
        z-index: 3;
        padding: 0px;
    }

    .landing-page-main {
        width: 80%;
        background-color: white !important;
        margin: 0 auto;
    }

    .welcome-panel-text {
        width: 100%;
        height: 60%;
    }

    .welcome-panel-text-two {
        width: 100%;
        text-align: left;
        top: 45%;
    }

    .header-welcomepanel h1,
    .header-welcomepanel h2 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 3.5vw;
        color: #001f49;
    }

    .landing-page-small-text-btns .submenus {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-page-small-text-btns .contact-submenu a {
        margin-bottom: 20px;
    }

    .lp-cards .card {
        padding: 10px;
        min-height: 550px;
        margin: 1.5vh 0px;
    }

    .header-welcomepanel,
    .header-welcomepanel-two {
        height: 200px;
        width: 80%;
    }

    .lp-individual-card {
        background-color: #001f49;
        min-height: 250px;
    }

    .lp-maligne-input {
        background-color: #e4e4ee;
        border: 0px;
        border-radius: 0.25rem;
        min-width: 100%;
        max-width: 100%;
        padding: 5px;
    }

    .header-bg {
        height: 40vh;
        background: url(../images/landing-pages-pictures/shutterstock_586996379.png) no-repeat;
        background-size: cover;
        background-position: 100% 35%;
        position: relative;
    }

    .bg-yellow-woman {
        background: url("/images/landing-pages-pictures/shutterstock_1617540484.jpg") no-repeat;
        background-size: cover;
        background-position: 100% 35% !important;
    }

    .bg-grey-woman {
        background: url("/images/landing-pages-pictures/shutterstock_376193113.jpg") no-repeat;
        background-size: cover;
        background-position: 100% 35% !important;
    }

    .bg-grey-men {
        background: url("/images/landing-pages-pictures/shutterstock_492206704.jpg") no-repeat;
        background-size: cover;
        background-position: 100% 35% !important;
    }

    .bg-orange-woman {
        background: url("/images/landing-pages-pictures/shutterstock_1085287559.jpg") no-repeat;
        background-size: cover;
        background-position: 100% 35% !important;
    }

    .solutions-padding {
        padding: 40px 30px;
    }

    .section-solutions h2 {
        position: relative;
        top: -10px;
        left: 0px;
    }

    .card-container {
        height: 500px;
    }

    .legend-div {
        max-width: 100%;
    }

    .lp-contact-div {
        height: 100px;
        position: relative;
    }

    .lp-contact-titles {
        width: 80%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header-welcomepanel-two .square-btn {
        height: 55px;
        width: 100%;
        font-size: 20px;
        padding: 20px;
        transition: all 0.5s;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .landing-page-main {
        width: 90%;
        background-color: white !important;
        margin: 0 auto;
    }

    .header-welcomepanel,
    .header-welcomepanel-two {
        width: 90%;
    }

    .landing-page-small-icons .row {
        width: 100%;
    }

    .lp-individual-card {
        min-height: 300px;
    }
}

@media (max-width: 1023px) {
    .card-container {
        height: 380px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .welcome-panel-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
        width: 40%;
        height: 50px;
    }
}

@media (max-width: 1050px) and (min-width: 767px) {
    .section-solutions,
    .solutions-large-img,
    .solutions-second-block,
    .maligne-large-img {
        max-height: inherit;
    }
}

@media (max-width: 768px) {
    .service-text {
        padding-right: 40px !important;
    }

    .square-btn {
        position: relative;
        height: 85px;
        font-size: 18px;
        padding: 20px;
        transition: all 0.5s;
        border-radius: 10px;
        bottom: 20px;
    }

    .welcome-panel-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .welcome-panel-btn {
        display: flex;
        position: absolute;
        top: 0px;
        right: -170px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 50px;
    }

    .header-welcomepanel .welcome-panel-btn {
        position: absolute;
        top: 50px;
        right: 15px;
        width: 115px;
    }
}

@media (max-width: 575.98px) {
    .header-bg,
    .bg-yellow-woman,
    .bg-grey-woman,
    .bg-grey-men,
    .bg-orange-woman {
        background-position: 91% 45%;
    }

    .header-welcomepanel h1,
    .header-welcomepanel h2 {
        font-size: 6.75vw;
        text-align: center;
        position: absolute;
        bottom: 7%;
        width: 65%;
        left: 50%;
        transform: translateX(-50%);
    }

    .square-btn {
        position: relative;
        height: 45px;
        font-size: 18px;
        padding: 20px;
        transition: all 0.5s;
        border-radius: 10px;
        bottom: 20px;
    }

    .welcome-panel-text span {
        padding-left: 0px !important;
    }

    .welcome-panel-btn {
        position: absolute;
        top: 40px;
        right: 20px;
    }

        .welcome-panel-btn span {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

    .fa-envelope {
        padding-right: 0px !important;
    }

    .header-welcomepanel {
        height: 235px;
        padding: 12px;
    }

    .section-solutions h2 {
        font-size: 25px;
        padding: 20px 30px 10px 30px;
    }

    .leclub-large-img {
        background-position: 72% 100%;
    }

    .solutions-padding {
        padding: 40px 20px;
    }

    .yellow-mark:before {
        content: "";
        position: absolute;
        bottom: -12px;
        height: 1px;
        width: 50px;
        border-bottom: 5px solid #ffd717 !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .welcome-panel-text .club-title {
        font-size: 17px;
        position: relative;
        top: 0px;
        font-style: italic;
        color: #f2bc74 !important;
        padding-left: 0.25rem !important;
    }

    .yellow-mark-lp::before {
        content: "";
        position: absolute;
        bottom: 5px;
        height: 1px;
        width: 50px;
        border-bottom: 5px solid #ffd717 !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-submenu {
        margin-bottom: 0px;
        position: relative;
        top: auto;
        line-height: 5px;
        width: 100%;
        text-align: center;
        z-index: 3;
        margin: 0px !important;
    }

        .contact-submenu .button {
            display: block;
            padding: 20px;
            color: white !important;
            background-color: #001f49;
        }

    .landing-page-small-text-btns {
        margin-bottom: 20px;
    }

    h2 {
        text-align: center;
    }

    .first-block-text h2 span {
        display: table;
        margin: 0 auto;
        min-height: 30px;
    }

    .large-domain-table-block {
        display: none;
    }

    .plus-btn-table,
    .minus-btn-table {
        width: 15px;
        position: relative;
        left: 10px;
    }

    .lehub-text:before,
    .maligne-text:before,
    .ganpatetmoi-text:before,
    .mesoffres-text:before,
    .campagnes-text:before,
    .avantages-text:before {
        display: none;
    }

    .lehub-text img,
    .maligne-text img,
    .ganpatetmoi-text img,
    .mesoffres-text img,
    .campagnes-text img,
    .avantages-text img {
        max-width: 55px;
    }

    .lehub-text h3,
    .maligne-text h3,
    .ganpatetmoi-text h3,
    .mesoffres-text h3,
    .campagnes-text h3,
    .avantages-text h3 {
        line-height: 25px;
        margin-bottom: 7px;
        font-size: 18px;
    }

    table p {
        font-size: 16px;
        padding: 0px 15px;
    }
    /*.large-domain-table-block,
	.lehub-block,
	.maligne-block,
	.ganpatetmoi-block,
	.mesoffres-block,
	.campagnes-block,
	.avantages-block,
	.lehub-tick,
	.maligne-tick,
	.ganpatetmoi-tick,
	.mesoffres-tick,
	.campagnes-tick,
	.avantages-tick {
	display: none !important;
	}*/
    .service-text {
        color: #001f49;
        font-size: 17px;
        display: block !important;
        padding-right: 0px !important;
        text-align: center !important;
        padding-bottom: 7px !important;
    }

        .service-text::before {
            opacity: 0;
        }

    .space-bg-table {
        padding: 0px 15%;
        border: 10px solid transparent !important;
        border-radius: 10px;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .dcf-table-responsive tbody td:before {
        padding-right: 0em !important;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .lp-cards .card {
        padding: 10px;
        min-height: 550px;
        margin: 1.5vh 20px;
    }

    .lp-individual-card {
        width: 55vw;
    }

    .slick-next {
        right: 15px !important;
    }

    .lp-card {
        padding: 20px 60px 20px 20px;
    }

    .lp-maligne-input {
        margin-bottom: 10px;
    }

    .padding-section.by-bg {
        margin-bottom: 0px !important;
    }

    p {
        font-size: 17px;
    }

    .yellow-text {
        color: #f2bc74 !important;
        font-style: italic;
    }

    .landing-page-small-icons {
        padding: 0px !important;
    }

    .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: 0.75em;
        /*padding: 10px 20px; */
    }

    .header-welcomepanel {
        display: inline-block;
    }

    .header-bg {
        height: 50vh;
    }

    .welcome-panel-text {
        width: 100%;
        text-align: center;
    }

    .square-btn {
        padding: 35px 20px;
    }

    .card-container {
        height: 400px;
    }

    .legend-div div {
        text-align: center;
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

    .legend-div p {
        margin-right: 0px !important;
    }

    .lp-contact-div {
        height: 100px;
        position: relative;
        margin: 0px;
    }

    .footer-lp .row {
        margin: 0px;
    }

    .lp-contact-div {
        border-left: 5px solid #fece44;
    }

    .footer-lp .col-md-4,
    .footer-lp .col-md-8 {
        padding: 0px;
    }

    .lp-maligne-contact,
    .lp-maligne-formulaire {
        padding: 25px;
        text-align: center;
    }
}

@media (max-width: 350px) {
    .header-bg,
    .bg-yellow-woman,
    .bg-grey-woman,
    .bg-grey-men,
    .bg-orange-woman {
        background-position: 89% 45%;
    }

    .header-welcomepanel h1,
    .header-welcomepanel h2 {
        font-size: 8vw;
    }

    .dcf-table-responsive {
        position: relative;
        right: 6px;
    }
}
/* LANDING PAGES LES AVANTAGES */
.businessmen-wide-bg {
    background: url(/images/landing-pages-pictures/shutterstock_1157451742-wide.jpg) no-repeat;
    background-size: cover;
    background-position: 30% 22%;
}

.anciennete-div .bold-subtitle {
    font-size: 20px;
    color: #555 !important;
    line-height: 35px;
}

.min-height-inherit {
    min-height: inherit !important;
}

.small {
    line-height: inherit;
}

.landing-page-small-schema {
    right: 20px;
}

.transparent-circle {
    height: 200px;
    width: 200px;
    border: 5px solid #001f49;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto;
}

.avantages-lp-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avantages-lp-float {
    margin: 0px 85px;
    padding: 0px;
    position: relative;
}

.avantages-lp-no-float {
    position: relative;
}

    .avantages-lp-float p,
    .avantages-lp-no-float p {
        background-color: #001f49;
        color: white;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        padding: 15px;
        border-radius: 10px;
    }

    .avantages-lp-float img,
    .avantages-lp-no-float img {
        height: 60px;
        display: table;
        margin: 10px auto;
        padding: 5px;
        border-radius: 10px;
    }

.textured-bg-yellow {
    background-image: url("/images/landing-pages-pictures/pexels-fwstudio-132200.jpg");
}

.first-point:after {
    border-top: 5px solid #001f49;
    display: block;
    height: 1px;
    content: " ";
    width: 150px;
    position: absolute;
    left: auto;
    top: 100px;
    z-index: -1;
}

.second-point:before {
    border-top: 5px solid #001f49;
    display: block;
    height: 1px;
    content: " ";
    width: 145px;
    position: absolute;
    right: 5px;
    top: 100px;
    z-index: -1;
}

.third-point:before {
    border-left: 5px solid #001f49;
    display: block;
    height: 50px;
    content: " ";
    width: 5px;
    position: absolute;
    top: -20px;
    left: 48%;
    z-index: -1;
}

.avantages-lp-circle h3 {
    position: relative;
    bottom: 7px;
    left: 3px;
}

.anciennete-div {
    padding: 20px;
    background-color: #e4e4ee;
}

.min-height-60 {
    min-height: 91vh;
}

.conditions-div ul {
    padding: 20px 40px;
    min-height: 560px;
    background-color: #e4e4ee;
    display: block;
}

.conditions-div li {
    margin: 8px 0px;
    font-size: 14px;
}

.heading-block-page {
    display: flex;
}

.col-2-heading {
    min-height: 100px;
    display: flex;
}

.heading-block-page h2 {
    display: inline-block;
    align-self: flex-end;
    justify-content: center;
    margin: 0 auto;
}

.landing-page-avantages .dcf-table tbody th {
    background-color: #001f49;
    color: white;
    vertical-align: middle;
}

.landing-page-avantages .dcf-table thead {
    background-color: #ffd717;
    border-collapse: collapse;
}

.landing-page-avantages .dcf-table tbody td {
    background-color: white;
    vertical-align: middle;
}

.landing-page-avantages .dcf-table th,
.landing-page-avantages .dcf-table td {
    padding: 1em 1em !important;
    text-align: center;
}

.landing-page-avantages .dcf-table {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 80%;
    min-height: 335px;
}

.landing-page-small-schema-mobile {
    display: none;
}

@media (max-width: 1375.98px) {
    .landing-page-avantages .landing-page-small-text-btns,
    .landing-page-small-schema {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 325px;
        padding: 1rem 3% 0rem 3%;
    }

    .landing-page-avantages .lp-small-schema {
        flex: 0 0 100%;
        max-width: 100%;
        height: 350px;
    }

    .lp-offres-right-div {
        display: none;
    }

    .by-bg {
        background: url(/images/landing-pages-pictures/b&y-bg.png) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .campagnes-bg {
        background: url("/images/landing-pages-pictures/shutterstock_640006972.jpg") no-repeat;
        background-size: cover;
        height: 700px !important;
        width: 100%;
    }

    .businessmen-wide-bg {
        background: url(/images/landing-pages-pictures/shutterstock_1157451742-wide.jpg) no-repeat;
        background-size: cover;
        background-position: 75% 20%;
    }

    .min-height-60 {
        min-height: 118vh;
    }
}

@media (max-width: 767px) {
    .businessmen-wide-bg {
        background: url(/images/landing-pages-pictures/shutterstock_1157451742-wide.jpg) no-repeat;
        background-size: cover;
        background-position: 81% 6%;
    }

    landing-page-small-schema {
        right: 0px;
    }

    .welcome-panel-logo {
        display: block;
    }

    .avantages-lp-circle {
        position: absolute;
        top: 50%;
        left: 48.5%;
        transform: translate(-50%, -50%);
    }

    .landing-page-small-schema {
        display: none;
    }

    .landing-page-avantages .landing-page-small-schema-mobile {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 600px;
        display: block;
    }

    .transparent-circle {
        margin: 0 auto;
    }

    .avantages-lp-float img {
        height: 60px;
        margin: 20px auto;
        padding: 5px;
        display: table;
    }

    .avantages-lp-float p {
        text-align: center;
    }

    .col-second-div {
        margin-top: 50px;
    }

    .welcome-panel-btn span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .lp-subtitle {
        position: absolute;
        left: 10px;
        top: -73px;
        width: 50%;
        text-align: center;
        font-size: 25px;
    }

    .header-welcomepanel-text,
    .welcome-panel-text,
    .header-welcomepanel h2,
    .lp-big-title {
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0px;
        font-size: 26px;
        color: #001f49 !important;
        text-align: center;
        width: 100%;
        height: 100% !important;
    }

    .logo-link {
        height: 50px;
        width: 60px;
        position: relative;
        top: 22px;
        left: 12px;
    }

    .landing-page-logo {
        font-size: 45px;
    }

    .header-welcomepanel-three .lp-big-title {
        bottom: -50px;
    }

    .lp-big-title {
        bottom: -110px;
    }

    .leclub-subtitle {
        display: block;
        margin-top: 10px;
    }

    .heading-block-page {
        padding-top: 50px;
    }

    .header-welcomepanel-two .square-btn {
        position: absolute;
        height: 70px;
        top: 20px;
        right: -120px;
        font-size: 2.5vw;
        padding: 8px;
        transition: all 0.5s;
        border-radius: 10px;
        width: 30%;
    }

    .header-welcomepanel-three .square-btn {
        position: absolute;
        height: 60px;
        top: 20px;
        right: -120px;
        font-size: 2.5vw;
        padding: 8px;
        transition: all 0.5s;
        border-radius: 0px;
        width: 100%;
    }

    .header-welcomepanel-three .fa-envelope {
        padding-right: 0px !important;
    }

    .landing-page-avantages
    .landing-page-small-text-btns
    .landing-page-small-schema {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 600px;
        display: block;
    }

    .header-welcomepanel-three .welcome-panel-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: inherit;
        bottom: 25px;
        width: 40%;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .header-welcomepanel-text,
    .welcome-panel-text,
    .header-welcomepanel h2,
    .lp-big-title {
        bottom: 5px;
    }

    .header-welcomepanel-two .square-btn {
        position: absolute;
        height: 80px;
        top: -25px;
        right: -145px;
        font-size: 4vw;
        padding: 8px;
        transition: all 0.5s;
        width: 30%;
    }

    .header-welcomepanel-three .square-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 60px;
        right: inherit;
        top: 0px;
        font-size: 3.5vw;
        padding: 8px;
        transition: all 0.5s;
        border-radius: 10px;
        width: 100%;
    }

    .anciennete-div h3 .bold {
        font-size: 5.5vw;
        line-height: 30px;
    }

    .lp-subtitle {
        position: absolute;
        left: 10px;
        top: -80px;
        width: 50%;
        text-align: center;
        font-size: 6vw;
    }

    .lp-big-title {
        font-size: 7vw;
        min-height: 100px;
    }

    .dcf-table tbody {
        font-size: 3.75vw;
    }
}

@media (max-width: 350px) {
    .landing-page-avantages .dcf-table {
        border-collapse: separate;
        border-spacing: 0 5px;
        width: 80%;
        min-height: 335px;
        font-size: 15px;
    }
}
/* LANDING PAGES LES CAMPAGNES DE L'Ã‰PARGNANT */
.files-lp-img {
    height: 70px;
    display: table;
    margin: 0 auto;
}

.landing-page-small-schema-div {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}

    .landing-page-small-schema-div h2 {
        color: #001f49;
    }

    .landing-page-small-schema-div h3 {
        font-size: 18px;
    }

.lp-small-schema-text p {
    font-size: 15px;
}

.lp-small-schema-text {
    padding: 20px;
    background-color: #e4e4ee;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
}

.campagnes-bg {
    background: url("/images/landing-pages-pictures/shutterstock_640006972.jpg") no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.opti-fiscale-div {
    position: absolute;
    top: 45%;
    left: 67%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 40vw;
}

.opti-fiscale-text {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

    .opti-fiscale-text h2 {
        color: #001f49;
    }

    .opti-fiscale-text h3 {
        font-size: 20px;
        line-height: 35px;
    }

.more-to-come-text {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

    .more-to-come-text h4 {
        color: #001f49;
        font-size: 22px;
    }

.blue-mark-right:before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 1px;
    width: 90px;
    border-bottom: 5px solid #001f49 !important;
    right: 0px;
}

.h-auto {
    height: auto;
}

.opti-fiscale-div-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .campagnes-bg {
        background: url(/images/landing-pages-pictures/shutterstock_640006972.jpg) no-repeat;
        background-size: cover;
        background-position: 13%;
        width: 100%;
    }

    .campagnes-bg-mobile {
        background: url("/images/landing-pages-pictures/shutterstock_640006972.jpg") no-repeat;
        background-size: cover;
        height: 400px !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .opti-fiscale-div-mobile {
        display: block;
        padding-bottom: 0px !important;
    }

    .opti-fiscale-desktop {
        display: none;
    }
}
/* LANDING PAGES MA LIGNE */
.margin-section {
    margin: 3rem 3%;
}

.left-snippet img {
    right: 10px;
}

.maligne-div {
    background-color: #001f49;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
}

    .maligne-div h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 35px;
        color: white;
    }

    .maligne-div a {
        color: white;
    }

.text-black {
    color: #444 !important;
    font-size: 24px;
}

.ma-ligne-top-div {
    padding-bottom: 3rem;
}

.maligne-text-blocs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

    .maligne-text-blocs p {
        position: relative;
        text-align: center;
        background-color: white;
        padding: 15px;
        border-radius: 10px;
    }

.lp-shadow {
    -webkit-box-shadow: -10px 10px 41px -15px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -10px 10px 41px -15px rgba(0, 0, 0, 0.55);
    box-shadow: -10px 10px 41px -15px rgba(0, 0, 0, 0.55);
}

.maligne-img {
    background-color: #001f49;
    padding: 10px;
    border-radius: 10px;
}

.lp-small-txt {
    font-size: 12px;
    font-style: italic;
}

.maligne-text-blocs p:after {
    content: "";
    position: absolute;
    right: -14px;
    bottom: 20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    clear: both;
}

.right-snippet img {
    right: 90px;
}

.carousel-lp .solutions-padding {
    padding: 30px 30px;
}

.carousel-lp .section-solutions h2 {
    position: relative;
    top: -10px;
    left: 0px;
    padding: 20px;
}

.carousel-lp #oc-portfolio-sidebar .portfolio-desc {
    z-index: 3;
    padding: 10px 40px;
}

.carousel-lp #oc-portfolio-sidebar:hover .owl-nav .owl-prev {
    opacity: 1;
    left: -18px;
}

.carousel-lp #oc-portfolio-sidebar:hover .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

@media (max-width: 768px) {
    .landing-page-avantages .lp-small-schema {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 330px;
        padding: 0rem 3% 0rem 3%;
    }

    .maligne-text-blocs,
    .landing-page-small-schema-div {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        width: 100%;
    }

    .landing-page-avantages .dcf-table th,
    .landing-page-avantages .dcf-table td {
        padding: 1em 0.5em !important;
        text-align: center;
    }

    .carousel-lp #oc-portfolio-sidebar .portfolio-desc {
        z-index: 3;
        padding: 10px;
    }

        .carousel-lp #oc-portfolio-sidebar .portfolio-desc h5 {
            margin-bottom: 0px;
        }

    .carousel-lp .solutions-second-block {
        padding: 20px !important;
        min-height: inherit;
        max-height: inherit;
    }

    .carousel-lp .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        position: relative;
        bottom: 20px;
    }
}

.mockup-img {
    height: 285px;
    max-width: 180px;
}

.img-overlay {
    position: relative;
    max-width: 315px;
    margin: 0 auto;
    padding: 70px 0px;
}

.mockup-large {
    height: auto;
}

.app-text p {
    font-size: 17px;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.app-text {
    background-color: #001f49;
    color: white;
    border-radius: 10px;
    width: 18vw;
    position: absolute;
    padding: 20px;
    text-align: center;
}

    .app-text h2 {
        color: white;
        font-size: 23px !important;
    }

.app-textA {
    top: 0px;
}

.app-textB {
    bottom: 0px;
}

.app-textC {
    right: 0px;
    top: 0px;
}

.app-textD {
    right: 0px;
    bottom: 0px;
}

.first-dot {
    position: absolute;
    width: 5%;
    height: 2%;
    top: 42.5%;
    left: 51%;
}

.second-dot {
    position: absolute;
    width: 5%;
    height: 2%;
    top: 46.5%;
    left: 16%;
}

.third-dot {
    position: absolute;
    width: 5%;
    height: 2%;
    top: 24.5%;
    left: 66%;
}

.fourth-dot {
    position: absolute;
    width: 5%;
    height: 2.5%;
    top: 81.5%;
    left: 75%;
}

.large-mockup-lp {
    height: auto;
    max-height: 600px;
    max-width: 90%;
}

.mobile-block {
    display: none;
}

.bg-lp-lightgrey {
    background-color: #e4e4ee;
}

.left-yellow-border {
    border-left: 5px solid #fece44;
}

.left-blue-border {
    border-left: 5px solid #1265a8;
}

.maligne-main {
    padding: 3rem 0%;
}

@media (max-width: 1100px) {
    .mobile-block {
        display: block;
    }

    .desktop-block {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-flex-reverse {
        flex-direction: column-reverse;
    }

    .mobile-mt-3 {
        margin-top: 3rem;
    }
}

@media (max-width: 490px) {
    .mockup-img {
        display: table;
        margin: 0 auto;
    }
}
/* LANDING PAGES MES OFFRES */
.mesoffres-main {
    background-color: #e4e4ee;
}

.lp-offres-right-div .mes-offres-img {
    width: 50px;
    display: table;
    margin: 0 auto;
}

.plus-offres-img {
    width: 30px;
    margin-right: 1rem;
}

.full-width-offres-div {
    width: 50%;
    margin: 10px auto !important;
}

.full-width-offres-div,
.half-width-offres-div {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

    .full-width-offres-div h3,
    .half-width-offres-div h3 {
        font-size: 18px;
        margin-bottom: 0px;
        color: #001f49;
        background-color: #e4e4ee;
        padding: 15px;
        border-radius: 10px;
        min-height: 80px;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.offres-main-list-div {
    background-color: white;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    position: relative;
}

    .offres-main-list-div li {
        list-style-type: none;
        display: inline-block;
        margin: 5px;
        font-size: 17px;
    }

.toCheckBefore:before,
.hub-experts-list li:before {
    background-image: url("/images/landing-pages-pictures/draw-check-mark.png");
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.hub-experts-list li:before {
    background-image: url("/images/landing-pages-pictures/check-green.png");
}

.files-feature-box i {
    font-size: 12px;
}

.blue-color {
    color: #001f49 !important;
}

.grey-color {
    color: #444 !important;
}

.small-white-color {
    color: white !important;
    font-weight: 400;
    font-size: 11px;
}

.full-width-offres-div .offres-main-list-div {
    width: 50%;
}

.bg-yellow-light h3 {
    color: #444;
}

.always-full-width-offres .offres-main-list-div {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
}

.mesoffres-main .full-width-offres-div,
.mesoffres-main .half-width-offres-div {
    margin: 0 auto !important;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    position: relative;
}

.mesoffres-main ul {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10px;
}

.small-responsive-offres li {
    margin: 13px;
}

.mesoffres-main .mes-offres-img {
    width: 50px;
    margin-right: 1rem;
}

.mesoffres-main .full-width-offres-div h3,
.mesoffres-main .half-width-offres-div h3 {
    display: inline-block;
    vertical-align: middle;
}

.always-full-width-offres .offres-main-list-div {
    min-height: 150px;
}

.offres-main-list-div {
    min-height: 270px;
}

.responsive-half-width-offres,
.always-full-width-offres {
    margin-bottom: 2%;
}

.small-responsive-offres ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mesoffres-main {
    background-color: #e4e4ee;
}

.vertical-center-flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-lp #oc-portfolio-sidebar .portfolio-desc li {
    font-size: 17px;
    list-style-type: none;
}

.carousel-lp #oc-portfolio-sidebar .portfolio-desc img {
    height: 80px;
    width: 80px !important;
}

.carousel-lp-text {
    text-align: left;
}

.solutions-large-img {
    background: url("/images/landing-pages-pictures/shutterstock_1698450076.jpg");
    background-size: cover;
    background-position: left 54%;
}

.maligne-large-img {
    background: url("/images/landing-pages-pictures/shutterstock_1036178224.jpg");
    background-size: cover;
    background-position: left 54%;
}

@media (max-width: 1300px) {
    .mesoffres-main .full-width-offres-div,
    .mesoffres-main .half-width-offres-div {
        margin: 0 auto !important;
        border-radius: 10px 10px 0px 0px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .mesoffres-main .mes-offres-img {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .full-width-offres-div {
        width: 100%;
    }

    .col-12 .offres-main-list-div {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .first-block-text p {
        margin-bottom: 0px;
    }

    .landing-page-mes-offres .lp-small-schema {
        padding: 0rem 3% 3rem !important;
        margin: 0px;
    }
}

@media (max-width: 768px) {
    .mesoffres-main .offres-main-list-div {
        margin: 0px auto 10px;
    }

    .first-block-text p {
        margin-bottom: 0px;
    }

    .landing-page-mes-offres .lp-small-schema {
        padding: 3rem 3% 0px !important;
        margin: 0px;
    }
}
/* LANDING PAGE HUB D'EXPERTS */
.hubexperts-main {
    background-color: #e4e4ee;
}

.picture-item-lp {
    margin-right: auto !important;
}

.mes-offres-img {
    width: 50px;
}

.hub-experts-list {
    list-style-type: none;
    margin-bottom: 0px;
}

    .hub-experts-list li {
        margin-bottom: 15px;
    }

.hubexperts-main .picture-item-lp {
    border-left: none;
    border-bottom: none;
    cursor: inherit;
}

    .hubexperts-main .picture-item-lp:before {
        display: none;
    }

.hubexperts-main .picture-item:hover p {
    color: #555;
}

.hubexperts-main .picture-item-lp:hover {
    border-left: none;
    border-bottom: none;
    background-color: white;
}

.hub-div {
    background-color: rgba(0, 31, 73, 0.82);
    color: white;
    flex-direction: row;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
}

    .hub-div h3 {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        position: relative;
        top: 3px;
    }

.hub-div-text {
    background-color: #e4e4ee;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
}

    .hub-div-text p {
        margin: 0px;
    }

        .hub-div-text p:before {
            background-image: url("/images/landing-pages-pictures/draw-check-mark.png");
            background-size: 20px 20px;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: "";
            margin-right: 10px;
        }

.bg-yellow-woman {
    background: url("/images/landing-pages-pictures/shutterstock_1617540484.jpg") no-repeat;
    background-size: cover;
    background-position: 30% 35%;
}

.bg-grey-woman {
    background: url("/images/landing-pages-pictures/shutterstock_376193113.jpg") no-repeat;
    background-size: cover;
    background-position: 30% 35%;
}

.bg-grey-men {
    background: url("/images/landing-pages-pictures/shutterstock_492206704.jpg") no-repeat;
    background-size: cover;
    background-position: 30% 20%;
}

.bg-orange-woman {
    background: url("/images/landing-pages-pictures/shutterstock_1085287559.jpg") no-repeat;
    background-size: cover;
    background-position: 30% 20%;
}

.vertical-center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-footer {
    border-top: none !important;
}

.contact-lp-div h4 {
    color: white !important;
}

.footer-lp .link-footer {
    font-size: 14px !important;
}

.footer-lp .footer-list li a:hover {
    color: white;
}

.footer-lp .footer-list li a::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #oc-portfolio-sidebar .portfolio-desc h5 {
        font-size: 19px !important;
        font-weight: 500;
        line-height: 35px;
    }

    .mobile-no-padding {
        padding: 0px !important;
    }

    .rc-anchor-normal {
        height: 74px;
        width: 70%;
    }

    .anciennete-div {
        padding: 20px;
        background-color: #e4e4ee;
        min-height: 52%;
    }

    .contact-lp-div {
        padding-top: 0px !important;
    }

    .lp-footer .footer-widgets-wrap .widget_links {
        text-align: center;
        padding-bottom: 20px;
    }

    .lp-footer .footer-list li a::before {
        display: none;
    }

    .lp-footer .footer-copyright p {
        margin-bottom: 0px !important;
        text-align: center;
        background-color: white;
    }

    .lp-maligne-contact p {
        padding: 5px 25px 25px 25px;
    }
}

@media screen and (max-width: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .carousel-lp .section-solutions h2 {
        font-size: 4.9vw;
        position: inherit;
        display: table;
        margin: 0 auto;
    }

    .tick-img {
        width: 25px;
        position: relative;
        bottom: 2px;
    }
}

/* Header styles */
.header-main {
    position: relative;
    padding: 1rem 0rem 13.5rem;
    background-image: url("../img/photos/cta-bg.jpg");
    background-size: cover;
    background-position: top center;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.logo-box img {
    height: 70px;
    width: auto;
    transition: transform 0.3s ease;
    border-radius: 0.5rem !important;
}

.logo-box:hover img {
    transform: scale(1.05);
}

/* Title Banner */
.title-banner {
    background-color: white;
    color: white;
    position: absolute;
    padding: 2.5rem 0;
    margin-bottom: 2rem;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
}

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

    .visual-container h1 {
        font-size: 2.8rem;
        margin-bottom: 1rem;
        position: relative;
        display: inline-block;
    }

        .visual-container h1::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary);
        }

    .visual-container .lead {
        font-size: 1.4rem;
        max-width: 80%;
        margin: 1.5rem auto 0;
        line-height: 1.6;
    }

/* Content section styles - Enhanced */
.content-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.left-column {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 650px;
    transition: all 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.3s ease;
}

.text-container {
    padding: 3rem;
    position: relative;
    z-index: 1;
}

.left-column h2,
.right-column h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}

.separator-line {
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    margin-bottom: 1.5rem;
    transition: width 0.3s ease;
}

    .separator-line.light {
        background-color: white;
    }

.text-container:hover .separator-line {
    width: 80px;
}

.left-column p,
.right-column p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.right-column {
    background-color: var(--primary);
    color: white;
    background-image: url("../img/formes-fond-footer.svg");
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    transition: all 0.3s ease;
}

.content-badge {
    display: inline-block;
    background-color: var(--primary);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(12, 100, 125, 0.2);
}

    .content-badge.light {
        background-color: white;
        color: var(--primary);
    }

.features-list {
    margin-top: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

    .feature-item i {
        color: var(--primary);
        margin-right: 0.8rem;
        font-size: 1.1rem;
    }

    .feature-item span {
        font-weight: 500;
    }

.solution-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.solution-card {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .solution-card i {
        margin-right: 0.8rem;
        font-size: 1.1rem;
    }

    .solution-card span {
        font-weight: 500;
    }

.content-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

    .content-icon.right {
        background-color: white;
        color: var(--primary);
    }

.btn-with-icon {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .btn-with-icon:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .btn-with-icon::after {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.1);
        transition: width 0.3s ease;
    }

    .btn-with-icon:hover::after {
        width: 100%;
    }

.formulaire-card {
    padding: 5rem 0rem;
}

.small {
    line-height: 1.25rem;
}

.big-btns {
    height: 6rem;
    width: 6rem;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1rem;
    margin-bottom: 1rem;
}

    .big-btns span {
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: #fff;
        flex-direction: column;
        font-size: 0.55rem;
        line-height: 1.1em;
    }

.img-hexa-btn {
    overflow: hidden;
}

    .img-hexa-btn span {
        height: 150%;
        width: 150%;
        position: relative;
        bottom: 9px;
        left: -15%;
    }

    .img-hexa-btn img {
        overflow: hidden;
        position: relative;
        top: -10px;
    }

/*+++++++++++++++++++ TITRES STYLISES +++++++++++++*/
.titre {
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    color: var(--secondary);
}

    .titre::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .titre::after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: var(--secondary);
        bottom: 0;
        left: calc(50% - 20px);
    }

h5,
.h5 {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    font-family: var(--font-family-sans-serif);
    text-transform: uppercase;
}

footer.footer {
    position: relative;
    background: var(--primary) url("../img/formes-fond-footer.svg") top right no-repeat;
    background-size: contain;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: var(--light);
}

footer .footer-list a {
    color: #fff;
    font-size: 18px;
}

    footer .footer-list a::before {
        content: "";
        height: 5px;
        width: 0;
        background: var(--secondary);
        transition: all 0.4s;
        display: inline-block;
        margin-right: 4px;
        border-radius: 0.5rem;
    }

    footer .footer-list a:hover::before {
        width: 15px;
    }

.form-container .form-label {
    text-align: left !important;
}

.header-welcomepanel-two {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .text-container {
        padding: 2.5rem;
    }

    .left-column h2,
    .right-column h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .left-column,
    .right-column {
        min-height: auto;
    }

    .text-container {
        padding: 2rem;
    }

    .content-icon {
        top: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .solution-cards {
        flex-direction: column;
    }

    .header-main {
        position: relative;
        padding: 1rem 0rem 18.5rem;
    }
}

.required-star {
    color: var(--secondary);
    font-size: 1.5em;
}
