@charset "UTF-8";
/*
Theme Name: LEBLEU
Author: LEBLEU
Author URI: https://equipelebleu.com/
Version: 3.0.0
Text Domain: wplebleu
*/

/* Variables */
:root {
	--themeprincipal: #39404A;
	--blanc : white;
	--noir : black;
}

body {
    font-family: "Figtree", sans-serif;
}

body * {
    word-break: keep-all !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--color-body);
    font-family: var(--font-secondary) !important;
    letter-spacing: 0.001px;
}

.wysiwyg h2, .mce-content-body h2, .h2 {

    font-weight: 700;
    font-size: 48px;
}

header.header-style-two .header-wrapper-main .header-right nav>ul>li::after {
    display: none;
}

header.header-style-two .header-wrapper-main .header-right nav>ul>li>a {
    padding: 24px 0 24px !important;
}

.nav-area-center nav ul li {
    margin-bottom: 0 !important;
}

.section-hero-v2 {
	background: #1a1a1f;
    padding-top: 150px;
	padding-bottom: 60px;
}

.banner-top-five .left-area .title, .banner-top-five .left-area .title span {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    text-transform: inherit;
    line-height: 1;
    font-family: "Figtree", sans-serif;
    padding-left: 0;

}

.banner-top-five .left-area .title span {
	color: #C22C3B;
}

.banner-top-five .left-area span,
.banner-top-five .right-area p
 {
    color: #b3b3b3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 0;
    display: block;
    position: relative;
	margin: 0 0 20px;
}

.banner-top-five .right-area p.emphase {
    color: #ffffff;
}

.banner-top-five .left-area span::after {
	display: none;
}

.banner-top-five .left-area span.surtitre {
	font-size: 18px;
    font-family: "Figtree", sans-serif;
}

.banner-top-five .right-area .btn-box {
	margin-bottom: 32px;
}

.banner-img {
	max-height: 600px;
    object-fit: cover;
    width: 100%;
}

.banner-top-five {
    display: flex;
    align-items: end;
}

.section-services .separetor-process-top {
    grid-template-columns: repeat(3, 1fr);
}

.section-services .single-service__icon {
    height: unset;
}

.section-services .single-service .single-service__icon {
    z-index: 9;
}

.section-services .single-service:hover .single-service__icon {
    color: #ffffff;
}

.section-dark {
    background: #1a1a1f;
    color: #ffffff;
}

.section-light {
    background: rgba(109,111,119,.05);
}

.section-dark h1, 
.section-dark h2, 
.section-dark h3, 
.section-dark h4, 
.section-dark h5, 
.section-dark h6, 
.section-dark .h1, 
.section-dark .h2, 
.section-dark .h3, 
.section-dark .h4, 
.section-dark .h5,
.section-dark .h6 {
    color: #fff;

}

/* section.section-texte h1, 
section.section-texte h2, 
section.section-texte h3, 
section.section-texte h4, 
section.section-texte h5, 
section.section-texte h6, 
section.section-texte .h1, 
section.section-texte .h2, 
section.section-texte .h3, 
section.section-texte .h4, 
section.section-texte .h5,
section.section-texte .h6 {
    color: #5a5c62;
} */

.section-services .surtitre,
.section-texte-liste .surtitre,
.section-2-cols .surtitre,
.section-texte .surtitre,
.section-about .surtitre {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 24px;
}

.section-services .surtitre span,
.section-texte-liste .surtitre span,
.section-2-cols .surtitre span,
.section-texte .surtitre span,
.section-about .surtitre span,
.section-contact .top-contact {
    font-family: "Figtree",sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-body);
    flex-shrink: 0;
}

.section-services .surtitre::after,
.section-texte-liste .surtitre::after,
.section-2-cols .surtitre::after,
.section-texte .surtitre::after,
.section-about .surtitre::after {
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 2px;
    background-color: rgba(154,154,154,.35);
}

.row.liste-de-contenus {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
}

.row.liste-de-contenus > .wysiwyg {
    padding: 24px 0;
    border-top: 1px solid rgba(154,154,154,.35);
}

.row.liste-de-contenus > .wysiwyg > i {
    color: #a52431;
    font-size: 48px;
}

.section-carousel-textuel .rts-marquree-area-start h2.title {
    color: var(--c2);
    margin-bottom: 0;
}

.section-2-cols .row-2-cols {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr; 
    grid-gap: 100px;
}

/* .section-carousel-textuel,
.section-carousel-textuel .rts-marquree-area-start {
    background: #ffffff;
} */

/* .section-bandeau .title {
    max-width: 700px;
    margin: 0 !important;
} */

.header-style-two.header--sticky.sticky {
    background: #1a1a1f;
}

.footer {
    background: #1a1a1f;
    border-top: none;
}

/* .footer__top .container>*:not(:first-child) {
    border-left: none;
} */

.footer__top--details {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    flex-wrap: wrap;
    padding-right: 24px;
}

.footer__top--nav nav ul {
    padding-left: 0;
    margin-bottom: 0;
}

.section-bandeau .container {
    padding-left: 24px;
    padding-right: 24px;
}

/* .footer__top .container {
    display: grid;
    grid-template-columns: 40% 30% 30%;
} */

.wysiwyg p.emphase {
    font-weight: 600;
    color: var(--c2);
}

.section-carousel-textuel + .section-2-cols > .padd {
    padding-top: 0 !important;
}

.wysiwyg>*+a.btn--tertiary, .mce-content-body>*+a.btn--tertiary {
    margin-top: 32px;
}

.footer__top .container>* {
    padding-top: 48px;
    padding-bottom: 48px;
}

.bottom-footer-text p {
    font-size: 14px;
}

.mt-16 {
    margin-top: 16px;
}

.pt-16 {
    padding-top: 16px;
}

.section-services .single-service__title {
    font-family: "Figtree",sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #5a5c62;
    margin-bottom: 16px;

    transition: color 0.2s ease-in-out;
}

.wysiwyg h3, .mce-content-body h3, .h3 {
    font-size: 36px;
    font-weight: 700;

}

.wysiwyg h4, .mce-content-body h4, .h4 {
    font-size: 28px;
    font-weight: 700;

}

.wysiwyg h5, .mce-content-body h5, .h5 {
    display: block;
    position: relative;
    font-family: "Figtree",sans-serif;
    font-weight: 600;
    line-height: 1.4;
    font-size: 20px;

    font-weight: 700;
}

.lowercase-title {
    text-transform: none !important;
    font-weight: 600 !important;
}

header.header-style-two .header-wrapper-main .header-right nav>ul>li>a {
    text-transform: uppercase;
}

.has-dropdown .submenu li.lim a {
    text-transform: uppercase;
}

.switch-button a {
    text-transform: uppercase;
}

.footer__top--details .details-logo a {
    height: unset;
}

.header-wrapper-main a.logo img {
    height: 64px;
}

.footer__top--details .details-logo a img {
    max-width: 250px;
}

section:not(.section-dark) h2,
section:not(.section-dark) h3,
section:not(.section-dark) h4,
section:not(.section-dark) h5,
section:not(.section-dark) h6,
section:not(.section-dark) .single-service__title {
    color: #a52431;
}

span.text-grey {
    color: var(--color-body);
}

.switch-button a:hover, 
.switch-button a:focus, 
.switch-button a:active {
    text-decoration: none;
    outline: none;
    color: #a52431;
}

.single-working-prcess-one::before,
.single-working-prcess-one::after {
    display: none;
}

.single-working-prcess-one .wysiwyg h4 {
    color: #a52431;
}

.single-working-prcess-one .inner {
    height: 100%;
    padding: 30px;
    background: #EEEEEE;
    position: relative;
    z-index: 1;
}

.single-working-prcess-one span {
    font-size: 75px;
    line-height: 75px;
    color: #a52431;
    font-weight: 700;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: none;
    display: block;
    margin-bottom: 48px;
}

/* .single-working-prcess-one:hover .inner span i {
    color: #ffffff;
} */

.single-working-prcess-one:hover .inner .wysiwyg * {
    color: #ffffff;
}

/* .single-working-prcess-wrapper:nth-child(1) .single-working-prcess-one .inner::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(https://hub180.lebleu.co/wp-content/uploads/2026/09/Approche-collaborative.jpg);
    background-position: center;
}

.single-working-prcess-wrapper:nth-child(2) .single-working-prcess-one .inner::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(https://hub180.lebleu.co/wp-content/uploads/2026/09/gestionnaire-experience.jpg);
    background-position: center;
}

.single-working-prcess-wrapper:nth-child(3) .single-working-prcess-one .inner::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(https://hub180.lebleu.co/wp-content/uploads/2026/09/methode-structuree.jpg);
    background-position: center;
}

.single-working-prcess-wrapper:nth-child(4) .single-working-prcess-one .inner::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(https://hub180.lebleu.co/wp-content/uploads/2026/09/Culture-ingenierie.jpg);
    background-position: center;
} */

.single-working-prcess-wrapper .single-working-prcess-one .inner::after {
    opacity: 1;
    width: 100%;
    background: #EEEEEE;
}

.single-working-prcess-wrapper .single-working-prcess-one:hover .inner::after {
    opacity: 0;
}

.about-right-inner-five .short-service-small {
    margin-top: unset;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    max-width: 85%;
}

.about-right-inner-five .short-service-small .single-service-small-check {
    color: var(--c2);
}

.about-right-inner-five .short-service-small .single-service-small-check i {
    color: #a52431;
}

.short-contact-about-seven {
    margin-top: 60px;
}

.about-right-inner-five p {
    margin-bottom: 20px;
}

.short-contact-about-seven .left-area::after {
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #a52431; 
}

.has-2-cols .about-right-inner-five,
.section-2-cols .has-2-cols .surtitre {
    max-width: 85%;
}

.section-bandeau__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: top center;
    filter: none;
    opacity: .6;
}

.g-18 {
    --bs-gutter-x: 18rem;
}

.short-contact-about-seven .left-area p {
    margin-bottom: 0;
}

.section-2-cols .about-thumbnail-6 img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

header.header-style-two.inner-page {
    background: transparent !important;
}

header.header-style-two.inner-page.sticky-150 {
    top: 0;
    background: #000 !important;
}

.text-black {
    color: #1a1a1f;
}

.footer__top {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
}

.section-services .single-service:hover .single-service__text p {
    color: #ffffff;
}

.section-services .single-service .single-service__icon,
.section-services .single-service .single-service__text * {
    transition: all 0.3s;
}

.about-right-inner-five .short-service-small .single-service-small-check {
    text-transform: none;
}

.section-carousel-textuel + .section-2-cols {
    padding-top: 0 !important;
}

.has-dropdown .submenu {
    background-color: #1a1a1f;
}

.has-dropdown .submenu li.lim a {
    display: block;
    padding: 12px 35px 12px 20px !important;
    border-bottom: 1px solid #7D7D7D;
    color: #ffffff !important;
    transition: 0.3s;
}

footer h5 {
    color: #a52431 !important;
}

.form-wrapper input[type=text], 
.form-wrapper input[type=email],
.form-wrapper select {
    height: 56px;
    width: 100%;
    border: 1px solid rgba(116,118,126,.35);
    font-size: 18px;
    color: #5a5c62;
    caret-color: #5a5c62;
    transition: border 0.2s ease-in-out;
}

.form-wrapper select {
    background: #fff;
}

.form-wrapper select:focus {
    border-color: #a52431;
}

#side-bar .mobile-menu-main nav>ul a {
    width: 100%;
}

#side-bar .mobile-menu-main nav>ul a:has(+ul.submenu) {
    width: calc(100% - 40px);
}

.section-services .title {
    max-width: unset;
}

.footer__bottom {
    display: flex;
    flex-direction: column;
}

.footer__bottom > .container:last-child {
    padding-top: 0;
}

.section-services .single-service:hover .single-service__thumbnail, .section-services .single-service.active .single-service__thumbnail {
    width: 100%;
}

.section-services .single-service:hover .single-service__link, .section-services .single-service:hover .single-service__title, .section-services .single-service:hover .single-service__text, .section-services .single-service.active .single-service__link, .section-services .single-service.active .single-service__title, .section-services .single-service.active .single-service__text {
    color: #fff;
}

#content {
    min-height: unset;
}

.our-working-process + .section-formulaire .padd {
    padding-top: 0 !important;
}

.section-texte .container > .row + .row + .row {
    margin-top: 16px;
}

.has-dropdown .submenu {
    min-width: 250px;
}

.acf-required {
    color: #a52431 !important;
}

.section-contact .top-contact::after {
    height: 2px;
}

.section-about .col-lg-6.has-title {
    padding-right: 32px;
}

.wysiwyg strong a, 
.mce-content-body strong a {
    text-decoration: underline;
}

.wysiwyg strong a:hover, 
.mce-content-body strong a:hover,
.wysiwyg strong a:focus, 
.mce-content-body strong a:focus,
.wysiwyg strong a:active, 
.mce-content-body strong a:active {
    color: var(--color-body);
}

.wysiwyg>*+*, .mce-content-body>*+* {
    margin-top: 24px;
}

.section-contact .details-row {
    display: grid;
    grid-template-columns: calc(60% - 25px) calc(40% - 25px);
    grid-gap: 50px;
}

.acf-input input[type="checkbox"]+span.message a,
.acf-input input[type="checkbox"]+span.message a:hover,
.acf-input input[type="checkbox"]+span.message a:focus,
.acf-input input[type="checkbox"]+span.message a:active {
    color: #a52431 !important;
    text-decoration: underline;
}

@media screen and (min-width: 810px) {
    header.header-style-two.sticky-150 {
        top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .section-contact .details-row .form-wrapper {
        grid-column: unset;
    }
}

@media screen and (max-width: 992px) {
    .row.liste-de-contenus {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 32px;
    }

    .section-2-cols .row-2-cols {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 32px;
    }

    .section-hero-v2 .banner-top-five {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }

    .single-working-prcess-wrapper {
        margin-bottom: 16px;
    }

    .wysiwyg h2, .mce-content-body h2, .h2 {
        font-weight: 700;
        font-size: 40px;
    }

    .section-services .separetor-process-top {
        grid-gap: 16px;
    }

    .single-working-prcess-one span {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 32px;
    }
    .has-2-cols .about-right-inner-five, .section-2-cols .has-2-cols .surtitre {
        max-width: 100%;
    }

    .section-services .separetor-process-top {
        margin-top: 44px;
    }

    .col-lg-6:has(>.wysiwyg>h3) + .col-lg-6:has(>.wysiwyg>h3) {
        margin-top: 30px;
    }

    .section-texte .container > .row + .row + .row {
        margin-top: 16px;
    }

    .section-contact .details-row {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 50px;
    }
}

@media screen and (max-width: 850px) {
    .footer__top .container>*:not(:first-child) {
        border-left: none;
        border-top: none;
    }

    .footer__top .container {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 767px) {
    .marque-2 .text-split-wrap-about .title {
        font-size: 40px;
        line-height: normal;
    }

    .section-services .separetor-process-top {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-top-five .left-area .title, .banner-top-five .left-area .title span {
        font-size: 76px;
        line-height: 72px;
    }
    .section-services .surtitre, .section-texte-liste .surtitre, .section-2-cols .surtitre, .section-texte .surtitre,
    .section-about .surtitre {
        margin-bottom: 20px;
    }

    .wysiwyg h4, .mce-content-body h4, .h4 {
        font-size: 24px;
    }
    .wysiwyg h2, .mce-content-body h2, .h2 {
        font-weight: 700;
        font-size: 36px;
    }

    .section-services .separetor-process-top {
        margin-top: 36px;
    }

    .footer__bottom > .container:first-child {
        order: 2;
        padding-top: 0;
    }
    .footer__bottom > .container:last-child {
        padding-top: 16px;
        order: 1;
    }
}

@media screen and (max-width: 576px) {
    .footer__top .container>* {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .banner-top-five .left-area .title, .banner-top-five .left-area .title span {
        font-size: 64px;
        line-height: 60px;
    }
    .section-hero-v2 .banner-top-five {
        gap: 24px;
    }
    .banner-top-five .left-area .title {
        margin-top: 16px;
    }
    .section-services .surtitre, .section-texte-liste .surtitre, .section-2-cols .surtitre, .section-texte .surtitre, .section-about .surtitre {
        margin-bottom: 16px;
    }
    .wysiwyg h4, .mce-content-body h4, .h4 {
        font-size: 20px;
    }
    .wysiwyg h3, .mce-content-body h3, .h3 {
        font-size: 24px;
    }
    .wysiwyg h2, .mce-content-body h2, .h2 {
        font-size: 30px;
    }
    .single-working-prcess-one span {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 28px;
    }

    .short-contact-about-seven .left-area::after {
        display: none;
    }

    .mt--30 {
        margin-top: 24px !important;
    }

    .section-services .separetor-process-top {
        margin-top: 24px;
    }

    .section-services .surtitre span, .section-texte-liste .surtitre span, .section-2-cols .surtitre span, .section-texte .surtitre span,
    .section-about .surtitre span {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .footer__top .container>* {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .banner-top-five .left-area .title, .banner-top-five .left-area .title span {
        font-size: 56px;
        line-height: 1;
    }
    .section-services .surtitre span, .section-texte-liste .surtitre span, .section-2-cols .surtitre span, .section-texte .surtitre span, .section-about .surtitre span {
        max-width: 60%;
    }
}

@media screen and (min-width: 768px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }
}