@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;
}


/* cacher WPML mode dev 
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
	display: none !important;
}*/

body{
	position: relative;
}

.mobile-nav-wrap.offcanvas.offcanvas-end {
	padding: 24px 24px;
}

.acf-form-submit {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}

div#message.updated p {
	background: #2a2a2a;
    padding: 8px 12px;
    border-radius: 8px;
    color: white;
    margin-bottom: 24px;
    text-align: center;
}


.section-service-high .card-about:nth-child(4n) .content,
.section-service-high .card-about:nth-child(4n-2) .content {
    position: absolute !important;
}

.card-about .content {
    justify-content: center;
}

.section-entete .content-col {
    align-items: center !important;
}

.section-entete .content-col h1 {
    font-size: 48px;
}

.footer .footer-body .footer-workplaces .bureau__detail p,
.section-contact .info .bureau__detail p {
	line-height: 1;
}

.project-item {
    cursor: pointer;
}

.section-image-et-texte .text-col p {
    font-family: "Lexend",sans-serif;
    font-weight: 400;
    letter-spacing: initial;
    font-size: 18px;
    color: #565656;
}

.page-title.style-1 .content {
    gap: 64px;
}

.project-item-popup__close button:hover {
    background: #161616 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-dropdown .select2-results__option {
	font-family: "Lexend",sans-serif !important;
    font-size: 14px !important;
	font-weight: 400 !important;
}

.main-menu .navigation > li.active > a::before {
    width: 100%;
}

.section-contact .info .bureau__detail a, 
.section-contact .info .bureau__detail p,
.footer .footer-body .footer-workplaces .bureau__detail a, 
.footer .footer-body .footer-workplaces .bureau__detail p {
    line-height: 1.3;
}

li.bureau .bureau__detail:not(:has( > div.icon)) > p {
	margin-bottom: 8px;
}

.section-image-et-liste .heading-section span {
    line-height: 1.4;
}

.section-emplois .heading-section span {
    line-height: 1.4;
}

.career-item ul {
    gap: 4px 20px !important;
	flex-wrap: wrap;
}

.career-item:hover {
    background-color: transparent !important;
}

.swiper-certifications .swiper-slide {
	padding: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-certifications .swiper-slide img {
	max-height: 85px;
}

.text-menu .toggle .text {
    grid-area: 1/1;
    transition: none;
}

.footer-about.footer-item > a.footer-logo {
    display: inline;
}

.footer-about.footer-item > a.footer-logo img {
    max-width: 250px;
}

.text-col a:not(.tf-btn) {
    transition: color 0.5s cubic-bezier(0.68, 0.16, 0.39, 0.98);
}

.text-col a:not(.tf-btn):hover {
    color: #bec1d6;
}

.section-image-et-liste-item {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    gap: 16px;
    border-bottom: 1px solid var(--Line);
}

.section-about-1 .list {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 28px;
}

.section-about-1 .list.two-cols li {
    flex: 0 0 auto;
    width: 50%;
}

.text_secondary-color-2 p a:hover {
    color: #bec1d6;
}

body.no-scroll .section-realisations-high {
    z-index: 99999;
}

.wysiwyg>p, .wysiwyg>*, .mce-content-body>p, .mce-content-body>*, .text-col>p, .text-col>* {
    letter-spacing: initial !important;
}

.footer .footer-body .footer-socials .social-link {
    border-radius: 4px !important;
}

.section-a-propos .engag-col .list .content__header {
    align-items: start;
}

.section-image-et-liste-item .content h5 {
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    letter-spacing: -0.07em !important;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 1;
}

.section-image-et-liste-item .content p {
    position: relative;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    letter-spacing: initial;
    font-size: 16px;
}

.section-image-et-liste-item .content p a:hover {
    color: #a1a1a1;
}

.wysiwyg > p, .wysiwyg > *, .mce-content-body > p, .mce-content-body > *, .text-col > p, .text-col > * {
    line-height:  normal !important;
}

.text-col p strong {
    color: #283377;
}

.offcanvas-header.top-nav-mobile .offcanvas-title a {
    padding: 16px 0;
}

.project-item__details--date {
    line-height: 38px;
}

.project-item__details {
    align-items: start;
}

.project-item__details--cat {
    flex-wrap: wrap;
}

.project-item__details--cat .type,
.project-item-popup__details--cat .type {
    text-transform: capitalize;
}

@media (max-width: 1199px) {
	.page-title.style-1 .content {
		gap: 32px;
	}
}

@media (min-width: 1200px) {
    .section-contact .box-contact {
        max-width: 700px;
    }
}

@media (max-width: 991px) {
	.page-title.style-1 .content {
		gap: 24px;
	}
	.section-image-et-liste .thumbs {
        display: flex !important;
    }
}