/*
Theme Name: Neemba
Theme URI: https://studiobyconcerto.com
Template: twentytwentyfour
Author: Studio By Concerto
Author URI: https://studiobyconcerto.com
Description: Thème sur mesure développé par le groupe Studio By Concerto
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1744626418
Updated: 2025-04-14 10:26:58

*/

html {
	scroll-behavior: smooth;
	font-size: 17px;
}

:root {
	/* Primary colors */
	--color-yellow: #FDC911;
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-black-04: #000000;

}

/* General */
.bi-colore {
	display: flex;
	flex-direction: column;
}

.bi-colore strong {
	color: var(--color-yellow);
}

/* Menu */

/* .le-select select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
} */

.sub-menu .menu-item {
	background: #000;
	padding: 10px 20px;
}

.sub-menu .sub-menu {
	display: none;
}

.sub-menu li {
	line-height: 20px !important;
}

.menu-item.menu-item-has-children a::before {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/uploads/2025/06/bottom-arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	right: 20px;
	left: auto;
	transform: translateY(-50%);
}


/* #menu-item-3333::after {
	content: '';
	position: absolute;
	display: block;
    width: 20px;
    height: 23px;
    top: -4px;
    right: 30px;
    background-image: url(/wp-content/uploads/2025/05/exclamation.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} */

.menu-item a {
	position: relative;
	transition: color 0.3s ease;
	padding: 5px 0;
	display: inline-block;
	font-family: 'Helvetica-M';
	font-size: 15px;
}

footer .menu-item a:hover,
footer .current-menu-item a,
footer .current-menu-ancestor>a {
	color: var(--color-yellow);
}

footer .sub-menu .menu-item a:hover,
.menu-item-title a:hover,
.active-menu-item .menu-item-title a,
.open .menu-item-title a,
.current-menu-parent .menu-item-title a,
.current-menu-ancestor .menu-item-title a,
.sub-menu .current-menu-ancestor .menu-item-title a {
	color: var(--color-yellow);
}

footer .menu-item a::before,
.menu-item-title a::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	background: var(--color-yellow);
	bottom: 8px;
	left: 0;
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: left;
}

footer .sub-menu .menu-item a::before {
	background-color: var(--color-yellow);
}

footer .menu-item a:hover::before,
footer .current-menu-item a::before,
footer .current-menu-ancestor>a::before

/* .menu-item-title a:hover::after*/
	{
	width: 100%;
}

/* Add smooth fade effect for sub-menu items */
.sub-menu {
	opacity: 0;
	transform: translateY(10px) translateZ(0) translateX(50%);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sub-menu .menu-item {
	opacity: 0;
	transform: translateY(-5px);
	transition: all 0.2s ease;
}

.menu-item.menu-item-has-children.open .sub-menu .menu-item {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.1s;
}

.sub-menu .sub-menu {
	position: absolute;
	right: -75%;
	left: auto;
	top: 0;
	background: transparent;
	color: var(--color-black);
}

.sub-menu .sub-menu .menu-item {
	background: #FFFFFFE5;
	text-transform: none;
	font-family: 'Univers-65' !important;
	z-index: 3;
}

.sub-menu {
	position: relative;
	width: 33%;
	display: flex;
	flex-direction: column;
	gap: 2px;
	top: 0;
	left: 0;
	background: transparent;
	color: var(--color-white);
	font-size: 1rem;
	cursor: pointer;
	text-transform: unset;
	transform: translateY(0) translateX(0);
	visibility: visible;
	opacity: 1;
	text-align: left;
	z-index: 2;
	height: 100%;
	border-right: 0.5px solid #eee;
}

.sub-menu:not(.sub-menu .sub-menu) {
	/* border-top-left-radius: 20px !important; */
	overflow: visible;
	/* border-bottom-left-radius: 20px; */
}

.sub-menu .menu-item {
	background: #FFFFFFE5;
	padding: 13px 35px;
	color: #000;
}

/* .submenu-and-thumb {
	display: flex;
	position: absolute;
	width: 90%;
	align-items: start;
	justify-content: start;
	height: 285px;
	left: 50%;
	top: 30px;
	background-color: var(--color-white);
	transform: translateY(-300%) translateX(-50%);
	visibility: hidden;
	transition: all 0.4s;
}

.menu-item.menu-item-has-children.open .submenu-and-thumb {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateZ(0) translateX(-44%);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} */

.submenu-and-thumb {
	display: flex;
	position: absolute;
	width: 90%;
	align-items: start;
	justify-content: start;
	height: 285px;
	left: 50%;
	top: 30px;
	background-color: var(--color-white);
	transform: translateY(-20px) scale(0.96) translateX(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	/* 🚫 empêche tout clic quand invisible */
	transition: transform 0.5s ease, opacity 0.4s ease, visibility 0s linear 0.4s;
	z-index: 10;
}


.menu-item.menu-item-has-children.open .submenu-and-thumb {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	/* ✅ réactive les interactions */
	transform: translateY(0) scale(1) translateX(-44%);
	transition: transform 0.5s ease, opacity 0.4s ease, visibility 0s;
}

.menu-item-thumbnail {
	position: absolute;
	display: flex;
	width: 179px;
	padding: 30px;
	background: #000;
	height: 100% !important;
	flex-direction: column;
	justify-content: start;
	gap: 10px;
	left: auto;
	transition: left 0.3s;
	right: 0;
	z-index: 2;
}

.sub-menu .sub-menu {
	width: 105%;
	right: -106% !important;
	border: none;
	z-index: 0;
	background: none;
	box-shadow: none;
}

.submenu-level1-link {
	width: 100%;
}

.menu-item.menu-item-has-children a.without-child::before,
.submenu-level1-link+.sub-menu a::before {
	display: none;
}

.menu-item.menu-item-has-children a.submenu-level1-link::before {
	background-image: url(/wp-content/uploads/2025/06/r-arrow-black.svg);
}

.sub-menu .open-child.menu-item::after {
	/* background: var(--color-yellow); */
	width: 100%;
}

.sub-menu .sub-menu li {
	border-top: 1px solid #eee;
}

.sub-menu .menu-item::after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: var(--color-yellow);
	left: 0;
	top: 0;
	z-index: -1;
	transition: width 0.3s;
}

.sub-menu .menu-item:hover::after {
	width: 100%;
	transition: width 0.3s;
}

.open .menu-item-title a::after {
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	height: 5px;
}

.menu-item-thumbnail img {
	/* width: fit-content; */
	width: 100%;
	margin: 0 auto;
}

/* SERVICES */

/* .cartouche-catalogue .service .filter,
.elm .filter {
	transition: transform 0.5s;
}

.cartouche-catalogue .service:hover .filter,
.elm:hover .filter {
	transform: translateY(0);
	transition: transform 0.5s;
} */



.cartouche-catalogue figure::before,
.outils-co-4 figure::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.cartouche-catalogue .service figure img {
	transform: scale(1);
	transition: transform 0.7s;
}

/* .cartouche-catalogue figure img{
	transform : scale(1.02);
	transition: transform 0.7s;
} */

.cartouche-catalogue .service:hover figure img {
	transform: scale(1.02);
	transition: transform 0.7s;
}



.slider-text-image-block .slider-full .swiper-pagination-bullets {
	right: 0 !important;
}

.slider-text-image-block .slider-full .swiper-pagination {
	position: relative;
	flex-direction: row;
	width: 100% !important;
	height: 15px;
	gap: 15px;
	padding-left: 2vw;
	margin-top: -30px;
}

.slider-text-image-block .slider-full .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-black);
}

/* Block Suivez-nous */

.bottom-block .wpcf7-form p {
	height: 41px;
	padding: 0px 15px;
	border-radius: 3px;
	display: flex;
	position: relative;
}

.bottom-block .wpcf7-form p span input {
	padding: 0 15px !important;
	outline: none;
	height: 100%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.bottom-block .wpcf7-submit.has-spinner {
	width: 44px;
	height: 100%;
	background: var(--color-yellow);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--color-black);
	border-radius: 3px;
	position: absolute;
	right: 50px;
}

.bottom-block .wpcf7-response-output {
	position: absolute;
	bottom: -60px;
	z-index: 10;
	color: var(--color-yellow);
}

/* Block Texte coloré */
/* .content-page li, .content-single li {
	list-style: inside;
} */

.text-block-colored::before {
	content: '';
	position: absolute;
	display: block;
	width: 30vw;
	height: 40%;
	background: #d9d9d9;
	top: 0px;
	left: 0;
	z-index: 0;
}

.text-block-colored::after {
	content: '';
	position: absolute;
	display: block;
	width: 70vw;
	height: 95%;
	background: var(--color-yellow);
	z-index: 21;
	top: -5%;
	right: 0;
}

/* BLOCK Nous sommes */

.nous-sommes a strong {
	color: var(--color-white) !important;
	font-size: 3.75rem !important;
}

/* BLOCK CARREER */

.carreer-teaser .first::before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100vw;
	background: var(--color-yellow);
	left: -50vw;
	z-index: 0;
}

/* BLOCK HISTORIQUE */

.history .swiper::before {
	content: '';
	position: absolute;
	display: block;
	width: 58vw;
	height: 1px;
	background: var(--color-yellow);
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.stories .dates {
	position: relative;
}

.stories .dates::before,
.stories .flex-col-reverse .dates::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 28px;
	background-image: url(/wp-content/uploads/2025/05/story.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: auto;
	bottom: -34px;
	left: 50%;
	transform: translateX(-50%);
}

.stories .flex-col-reverse .dates::before {
	top: -34px;
	bottom: auto;
	transform: translateX(-50%) rotate(180deg);
}

.history .swiper-button-next,
.history .swiper-button-prev {
	position: absolute;
	color: #000;
}

.history .swiper-button-prev {
	left: 0;
	right: auto;
}

.history .swiper-button-next {
	left: auto;
	right: 0;
}

.history .swiper-button-next::after,
.history .swiper-button-prev::after {
	font-size: 20px;
}

/* BLOCK PORTAIL content-block-text-image */

.content-block-text-image ul,
.text-image-block ul,
.content-page ul,
.content-single ul {
	/* padding-top: 20px; */
	padding-top: 0;
}

.content-block-text-image li,
.text-image-block li,
.content-page li,
.content-single li {
	position: relative;
	list-style: none;
	border-bottom: 0;
	font-weight: 500;
	padding: 3px 10px;
	line-height: 1.375rem;
	margin-left: 1rem;

}

/* BLOCK list outils */

.liste-outils .img-block::after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 90%;
	background: #fff;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

/* Blocs outils 4/2 */

.outils-co-4 .elm:first-child {
	border-top-left-radius: 50px;
}

.outils-co-4 .elm:nth-child(2) {
	border-top-right-radius: 50px;
}

.outils-co-4 .elm:nth-child(3) {
	border-bottom-left-radius: 50px;
}

.outils-co-4 .elm:nth-child(4) {
	border-bottom-right-radius: 50px;
}



/*  */

.formulaire-contact .w-full {
	width: 100%;
	background: transparent;
	margin-top: 15px;
}

.formulaire-contact .w-full input,
.formulaire-contact .w-full textarea {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}

.formulaire-contact .w-full textarea {
	height: 130px;
	background: #ffffff;
	padding: 10px;
}

/* MULTI BRAND */

.multi-brand-banner {
	border-top: 20px solid var(--color-yellow);
	border-bottom: 20px solid var(--color-yellow);
}

/* Product CAtalogue */

.produits .product {
	transition: transform 0.5s;
}

.produits .product:hover {
	transform: scale(1.02);
	transition: transform 0.5s;
}

/* Story */

/* VALUE */

.values-block .value:first-child .text-yellow {
	color: #69b42e;
}

.values-block .value:nth-child(3) .text-yellow {
	color: #e73e29;
}

.values-block .value:last-child .text-yellow {
	color: #36a8e0;
}

.values-block::before,
.values-block::after {
	content: '';
	position: absolute;
	display: block;
	width: 75%;
	height: 2px;
	background: #73737350;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.values-block::after {
	height: 90%;
	width: 2px;
}

.temoignage-block .swiper-pagination {
	bottom: -8px;
}

/* Temoignages */
.temoignage-block .swiper-pagination {
	bottom: -8px;
}

.temoignage-block .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: var(--color-black);
}

.temoignage-block .swiper-pagination-bullet-active {
	background: var(--color-yellow);
}

/*  */

.infos-f strong {
	font-family: 'Univers';
	font-weight: normal;
}

.hover-bg.font-knockout {
	font-family: 'Knockout';
}

.item.hover-translate {
	width: calc(100% / 3);
}

.item.hover-translate img {
	aspect-ratio: 5/1;
	object-fit: contain;
	padding: 5px 0;
}

.sub-menu .current-menu-item::after,
.sub-menu .current-menu-parent::after {
	width: 100%;
}

/* Recettage 1 Juillet */

.les-pays a {
	position: relative;
}

.les-pays a:hover {
	color: var(--color-yellow);
}

.les-pays a::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	background: var(--color-yellow);
	bottom: 3px;
	transition: width 0.3s;
}

.les-pays a:hover::before,
.les-pays a.active::before {
	width: 100%;
	transition: width 0.3s;
}

.sub-menu .menu-item:nth-child(3) .sub-menu {
	top: -116px !important;
}

.sub-menu .menu-item:nth-child(2) .sub-menu {
	top: -58px !important;
}

.le-select #pays-select {
	width: 65px !important;
	max-width: 100px !important;
	padding-top: 0.25rem;
}

/* .le-select::before {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background-image: url(/wp-content/uploads/2025/07/Polygon-3.svg);
	background-repeat: no-repeat;
	background-position: center;
} */

#primary-menu-list .menu-item-object-page:nth-child(2).open .submenu-and-thumb {
	width: 130%;
	height: 345px;
	left: 50%;
	/* transform : translateY(0) translateZ(0) translateX(-50%); */
	transform: translateY(-7px) scale(0.96) translateX(-50%);
}

#primary-menu-list .menu-item-object-page:nth-child(2).open .sub-menu,
#primary-menu-list .menu-item-object-page:nth-child(2).open .menu-item-thumbnail {
	width: 27%;
}

/* #primary-menu-list .menu-item-object-page:nth-child(2).open .sub-menu .menu-item::after {
	background: var(--color-white);
}*/

#primary-menu-list .menu-item-object-page:nth-child(2).open-child .submenu .submenu .menu-item,
#primary-menu-list .menu-item-object-page:nth-child(2).open-child .submenu .submenu .menu-item-active {
	color: var(--color-yellow);
}

#primary-menu-list .menu-item-object-page:nth-child(2).open .sub-menu .open-child .sub-menu {
	position: absolute;
	display: grid !important;
	flex-direction: row;
	flex-wrap: wrap;
	grid-template-columns: 50% 50%;
	gap: 0;
	width: 175%;
	right: -177% !important;
	height: fit-content;
	padding-top: 0px;
}

#primary-menu-list .menu-item-object-page:nth-child(2).open .sub-menu .sub-menu .menu-item {
	background: #FFFFFFE5;
	text-transform: none;
	font-family: 'Univers-65' !important;
	z-index: 3;
	padding: 0;
	margin-right: 25px;
	display: flex;
	align-items: center;
	line-height: 18px !important;
	/* height: 30px; */
	padding: 5px 20px;
}

.sub-menu .sub-menu .menu-item::after {
	display: none;
}

.menu-item-accroche-text.text-black {
	width: 34%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 30px;
	font-size: 18px;
	text-transform: none;
}

/* #primary-menu-list .menu-item-object-page:nth-child(2) */

/* .cartouche-home .swiper-wrapper {
	transform: translate3d(0px, 0px, 0px) !important;
} */

ul.sub-menu ul.sub-menu {
	@apply columns-2 gap-x-8;
}



/* V2 */
/* HEADER */

.home .menu-top {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.second-menu,
.left-part,
.search {
	z-index: 999;
}

.menu-item-title a {
	width: 100%;
	padding: 0 40px;
	font-size: 15px;
	line-height: 21px;
}

.le-select {
	width: 50px !important;
}

/* .le-select::before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 18px;
	right: 0;
	top: 53%;
	transform: translateY(-50%);
	z-index: 1;
	background-image: url(/wp-content/uploads/2025/06/bottom-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
} */

.custom-logo {
	height: 38px;
	width: auto;
}

.second-menu::before {
	content: '';
	position: absolute;
	display: block;
	width: calc(100% - 50px);
	height: 1px;
	background: #D9D9D9;
	top: 0px;
}

.search-field {
	height: 53px;
	outline: none !important;
	border: none !important;
	background: none;
	width: 155px;
}

.slider-full .swiper-pagination {
	position: relative;
	text-align: left;
	transition: .3s opacity;
	top: -100px;
	transform: translate3d(0, 0, 0) translateY(0%);
	z-index: 10;
	display: flex;
	flex-direction: row;
	right: 0;
	left: 0 !important;
	width: 100% !important;
	height: fit-content;
	gap: 0px;
	margin-top: -15px;
	justify-content: start;
}

.slider-full .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 1;
	border-radius: 100%;
	transition: all 0.5s;

}

.slider-full .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-yellow);
	width: 64px;
	border-radius: 10px;
	transition: all 0.5s;
}

.slider-full .swiper-button-prev.text-white,
.slider-full .swiper-button-next.text-white {
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	border-radius: 100%;
}

.slider-full .swiper-button-next::after,
.slider-full .swiper-button-prev::after {
	content: '' !important;
	font-family: none;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	background-image: url(/wp-content/uploads/2025/07/right-arrow.svg);
	background-size: contain;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.slider-full .swiper-button-next.text-white {
	transform: rotate(180deg);
	right: 25px;
}

.slider-full .swiper-button-prev.text-white {
	left: 25px;
}

.slider-on-menu-top .slider-full:first-child,
.slider-on-menu-top .map-header {
	margin-top: -92px !important;
}

/* .home .slider-full.w-full.relative {
	margin-top: -92px;
} */

body::before {
	content: '';
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #00000040;
	z-index: -1;
	backdrop-filter: blur(6px);
	opacity: 0;
	transition: opacity 0.5s;
}

body.menu-open {
	overflow: hidden !important;
}

body.menu-open::before {
	opacity: 1;
	z-index: 40;
	transition: opacity 0.5s;
}

body.menu-open #header-site .text-white,
.sticky-active .text-white,
.principal-menu.text-black .menu-item a {
	color: #000 !important;
	transition: ease-in-out 0.5s;
}

body.menu-open .second-menu.absolute .search-submit img {
	filter: invert();
	transition: ease-in-out 0.5s;
}


/* HOME SERVICE CARROUSEL */
.cartouche-home .swiper-slide {
	cursor: pointer;
	transition: all 0.5s;
}

.cartouche-home .swiper-slide.service {
	width: 340px !important;
	overflow: hidden;
}

.cartouche-home.model-2 .swiper-slide.service {
	width: fit-content !important;
	border: none;
	background: none;
}

/* .cartouche-home .swiper-slide::before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	background: var(--color-black);
	left: 0;
	bottom: 0;
	transition: height 0.5s;
} */

.cartouche-home.model-2 .swiper-slide::before {
	display: none;
}

.cartouche-home .swiper-slide:hover {
	/* background-color: var(--color-black); */
	/* transform: scale(1.01); */
	transition: all 0.5s;
}

/* .cartouche-home .swiper-slide:hover::before{
	height: 60%;
	transition: height 0.8s;
} */

/* .cartouche-home .swiper-slide .content .text-black {
	transition: color 0.5s;
}

.cartouche-home .swiper-slide:hover .content .text-black {
	color: var(--color-white);
	transition: color 0.5s;
} */

.cartouche-home .service .btn-block.absolute {
	/* bottom: translateY(100%); */
	transition: bottom .5s;
}

.cartouche-home .swiper-slide:hover .btn-block.absolute {
	bottom: 1rem;
	transition: bottom 1s;
}

.cartouche-home .swiper-button-prev::after,
.cartouche-home .swiper-button-next::after,
.cartouche-slider-actus .swiper-button-prev::after,
.cartouche-slider-actus .swiper-button-next::after,
.live-slider .swiper-button-prev::after,
.live-slider .swiper-button-next::after {
	content: '';
	background-image: url(/wp-content/uploads/2025/07/slider-black-arrow.svg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.cartouche-home .swiper-button-next::after,
.live-slider .swiper-button-next::after,
.cartouche-slider-actus .swiper-button-next::after {
	background-image: url(/wp-content/uploads/2025/07/slider-right-arrow.svg);
	/* transform: rotate(180deg); */
}

.live-slider .swiper-button-prev::after,
.cartouche-home.with-bg .swiper-button-prev::after {
	background-image: url(/wp-content/uploads/2025/08/white-arrow.png);
}

.cartouche-home.model-2 .swiper-slide.service {
	width: 450px !important;
	border: none;
	overflow: hidden;
	background: none;
}

.cartouche-home.model-2 figure {
	min-height: 470px;
	width: fit-content;
}

.cartouche-home.model-2 .swiper-slide:hover .content .text-black {
	color: var(--color-black);
	transition: color 0.5s;
}

.cartouche-catalogue+.cartouche-home {
	margin-top: 0 !important;
	border-radius: 0;
}

.cartouche-home .swiper-wrapper {
	margin-left: 3.125rem;
}

/* Catalogue */
.catalogue-filtre-form select,
.catalogue-filtre-form input {
	width: 100%;
	height: 40px !important;
	background: #fff !important;
	border: 1px solid #00000041;
	padding: 0 25px !important;
	border-radius: 30px;
	font-size: 18px;
	font-family: 'Helvetica-L';
	line-height: 22px;
	margin: 0 0 15px 0;
	outline: none;
	appearance: none;
	/* standard */
	-webkit-appearance: none;
	/* Safari/Chrome */
	-moz-appearance: none;
	/* Firefox */
}

.home .slider-full+.cartouche-home.model-1 {
	margin-top: -50px;
}

.secteur-display:hover picture img {
	transform: scale(1.02);
	transition: transform 0.9s;
}

.secteur-display picture img {
	transform: scale(1);
	transition: transform 0.9s;
}

.menu-item {
	position: relative;
}

.menu-item.is-open::before {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--color-yellow);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.panel-inner .column+.column li a {
	font-size: 14px;
	font-family: 'Helvetica-M';
}

.chiffre-cle:last-child {
	border: none;
}

.chiffre-cle:last-child .accroche {
	text-align: left;
	align-items: start;
	font-size: 18px;
	line-height: 24px;
}

/* État par défaut : le bouton est caché sous la carte */
.cartouche-slider-actus .swiper-slide .infos-article .btn-block {
	transform: translateY(300px);
	transition: transform .5s ease;
	will-change: transform;
}

/* Quand le slide est centré, on remonte */
.cartouche-slider-actus .swiper-slide.swiper-slide-active .infos-article .btn-block {
	transform: translateY(0);
}

.text-image-block+.cartouche-display {
	padding-top: 2rem;
}


.all-accordeons {
	display: flex;
	flex-direction: column;
}

.one-accordeon {
	padding: 25px 0;
	border-bottom: 1px solid #cecece;
}

.one-accordeon button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	padding: 0;
}

.accordeon-content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.35s ease;
	/* Empêcher le contenu de déborder */
	box-sizing: border-box;
}

.one-accordeon.active .accordeon-content {
	opacity: 1;
	padding-top: 0;
	padding-right: 65px;
	gap: 15px;
	margin: 15px 0;
}

.single-machine .one-accordeon.active .accordeon-content {
	padding-bottom: 30px;
}

.one-accordeon .icon {
	display: inline-block;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	flex-shrink: 0;
}

.one-accordeon.active .icon {
	transform: translateY(-50%) rotate(-45deg);
}

/* Pour s'assurer que le texte ne déborde pas */
.accordeon-content * {
	max-width: 100%;
	word-wrap: break-word;
}

.cartouche-offre-rent .one-accordeon button {
	width: fit-content;
	align-items: center;
	background: var(--color-white);
	cursor: pointer;
	padding-right: 20px;
}

.cartouche-offre-rent .one-accordeon.active .accordeon-content {
	padding: 30px 50px 30px 20px;
	min-height: 130px;
	/* ou assez grand pour ton contenu */
	max-height: 130px;
	/* ou assez grand pour ton contenu */
	opacity: 1;
	transition: all 0.4s;
}

.text-image-catalogue .one-accordeon button {
	align-items: start;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	background: #000 !important;
	width: 2px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: var(--color-yellow) !important;
	width: 6px !important;
	margin-left: -2px;
	/* height: 30px !important; */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: var(--color-yellow) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 0 !important;
}


.actus-slider .actualite img,
.cartouche-home.model-1 .swiper-slide,
.cartouche-home .swiper-slide img {
	transform: scale(1);
	transition: transform 0.7s;
}

.actus-slider .actualite:hover img,
.cartouche-home.model-1 .swiper-slide:hover {
	transform: scale(1.02);
	transition: transform 0.7s;
}

.cartouche-home .swiper-slide.m2:hover img {
	transform: scale(1.05);
	transition: transform 0.7s;
}

.single-machine .cartouche-home .swiper-slide.m2:hover img {
	transform: scale(0.97);
	transition: transform 0.7s;
}

.actu-content h3 {
	font-size: 30px;
	font-family: 'Helvetica-M';
	line-height: 50px;
}

.panel-image .accroche,
.panel-image a {
	color: #fff !important;
}

body.menu-open #header-site .accroche.text-white,
body.menu-open #header-site a.text-white {
	color: #fff !important;
	transition: ease-in-out 0.5s;
}

select {
	padding: 5px 10px !important;
	outline: none !important;
}

select option {
	background: var(--color-black) !important;
	color: var(--color-white) !important;
	padding: 3px !important;
}

.slider-full+.text-image-block {
	padding-top: 70px;
}

.cartouche-lovers+.cartouche-display {
	padding-top: 50px !important;
}

.content-page.bg-black.valeurs .text-image-block .text-black {
	color: var(--color-white) !important;
}

.bg-black {
	background-color: #0a0501 !important;
}

#formulaire_candidature input::placeholder {
	color: #fff;
	opacity: 1;
	/* Firefox requires opacity */
}

#formulaire_candidature input::-webkit-input-placeholder {
	/* Chrome/Safari/Opera */
	color: #fff;
}

#formulaire_candidature input::-moz-placeholder {
	/* Firefox */
	color: #fff;
}

#formulaire_candidature input:-ms-input-placeholder {
	/* IE/Edge */
	color: #fff;
}

.cartouche-slider-inner-service .service.m2 .cartouche-top {
	/* min-height: 330px; */
	justify-content: start;
	margin-bottom: 70px;
}

.panel-image .accroche,
.panel-image a {
	line-height: 22px !important;
}

.live-slider .swiper-horizontal>.swiper-pagination-bullets,
.live-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.live-slider .swiper-pagination-custom,
.live-slider .swiper-pagination-fraction {
	bottom: auto;
	top: -400px;
	left: 55%;
	width: 285px;
	display: flex;
	flex-wrap: wrap;
	transform: translateX(-50%);
	z-index: 22;
}

.live-slider .swiper {
	overflow: visible;
}

.live-slider .swiper-pagination-bullet {
	height: 121px;
	width: 121px;
	border-radius: 0;
	position: relative;
	z-index: 22;
}

.live-slider .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/09/Group-2.svg) no-repeat center;
	background-size: contain;
}

.live-slider .swiper-pagination-bullet:nth-child(3)::before {
	background-image: url(/wp-content/uploads/2025/09/Group-445-1.svg);
}

.live-slider .swiper-pagination-bullet:nth-child(2)::before {
	background-image: url(/wp-content/uploads/2025/09/Group-446-1.svg);
}

.live-slider .swiper-pagination-bullet:nth-child(4)::before {
	background-image: url(/wp-content/uploads/2025/09/Group-444-1.svg);
}

.live-slider .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: transparent !important;
}

.produits .hover-bg.text-white:hover {
	background-color: var(--color-yellow) !important;
	color: var(--color-black) !important;
	border: 1px solid var(--color-yellow);
	transition: all 0.5s !important;
}

.content-block-text-image li::before,
.text-image-block li::before,
.content-page li::before,
.content-single li::before {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/uploads/2025/09/puce.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.cartouche-slider-actus .relative.container.mx-auto.flex.items-center.z-20 {
	margin-top: -135px !important;
}


.infos-article .desc-page p {
	color: var(--color-white) !important;
}

/* buttons & effects */
.hover-bg.text-black.bg-yellow:hover {
	background: var(--color-black) !important;
	border-color: var(--color-black) !important;
	color: var(--color-white) !important;
	transition: all ease-in 0.5s !important;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

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

	50% {
		transform: rotate(-180deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes bounce {
	0% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(0.8);
	}
}

.page-valeur h1::before {
	content: '';
	position: absolute;
	display: block;
	width: 275px;
	height: 275px;
	background: url(/wp-content/uploads/2025/09/Group-2.svg) no-repeat center;
	left: 15px;
	z-index: -1;
	top: 39px;
	animation: float 5s ease-in-out infinite;
}

.slider-full.page-valeur+.text-image-block::before,
.slider-full.page-valeur+.text-image-block+.text-image-block::before,
.slider-full.page-valeur+.text-image-block+.text-image-block::after,
.slider-full.page-valeur+.text-image-block+script+.text-image-block::after,
.slider-full.page-valeur+.text-image-block+script+.text-image-block::before {
	content: '';
	position: absolute;
	display: block;
	width: 300px;
	height: 295px;
	background: url(/wp-content/uploads/2025/09/Group-445-1.svg) no-repeat center;
	right: 33%;
	z-index: 21;
	transform: translateX(50%);
	bottom: -60px;
	animation: bounce 15s ease-in-out infinite;
}

.slider-full.page-valeur+.text-image-block+.text-image-block::before,
.slider-full.page-valeur+.text-image-block+script+.text-image-block::before {
	background: url(/wp-content/uploads/2025/09/Group-446-1.svg) no-repeat center;
	right: 52%;
	z-index: 21;
	transform: translateX(50%);
	bottom: -60px;
	animation: rotate 30s ease-in-out infinite;
}

.slider-full.page-valeur+.text-image-block+.text-image-block::after,
.slider-full.page-valeur+.text-image-block+script+.text-image-block::after {
	background: url(/wp-content/uploads/2025/09/Group-444-1.svg) no-repeat center;
	right: 15%;
	z-index: 21;
	transform: translateX(50%);
	bottom: -145px;
	animation: float 5s ease-in-out infinite;
}


.hover-bg.text-black:hover {
	background-color: var(--color-yellow) !important;
	color: var(--color-black) !important;
	border: 1px solid var(--color-yellow) !important;
	transition: all 0.5s !important;
}

.second-menu.sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: white;
	/* ou autre */
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}

.second-menu.sticky-active {
	animation: slideDown 0.4s ease forwards;
}

section.text-image-block+section:not(section.text-image-block) {
	padding-top: 50px !important;
}

/* Solution la plus compatible tous navigateurs */
section.text-image-block {
	margin-bottom: 0;
}

/* Ou en ciblant avec un sélecteur adjacent */
/* section.text-image-block + *:not(section.text-image-block) {
  margin-top: 50px !important;
} */

#content section:last-child {
	/* padding-bottom: 0 !important; */
	margin-bottom: 0 !important;
}

footer {
	padding-top: 50px !important;
	/* margin-top: 2rem !important; */
	position: relative;
	display: flex;
	z-index: 2 !important;
}

.page-contact #colophon {
	padding: 120px 0 30px !important;
}

.bio-modal {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.bio-modal::-webkit-scrollbar {
	width: 8px;
}

.bio-modal::-webkit-scrollbar-track {
	background: transparent;
}

.bio-modal::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

/* 
#formRecherche {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffffa1;
    padding: 25px;
    z-index: 9999;
    max-height: 0;
    opacity: 0;
    transform: translateY(-20px);
    overflow: hidden;
    pointer-events: none;
    transition:
        max-height 0.4s ease,
        opacity 0.4s ease,
        transform 0.4s ease;
}
#formRecherche.active {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
	padding-top: 200px;
}
div#formRecherche form.search-form input.search-field::placeholder {
    color: #ffffff;
}
#searchModalContent {
	padding: 2rem;
	border-radius: 8px;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#closeSearchModal {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 40px;
	background: var(--color-yellow);
	border: none;
	cursor: pointer;
	padding: 0px 24px 8px;
	border-radius: 100%;
}

#searchModalContent .search-field {
	height: 75px;
	outline: none !important;
	border: none !important;
	background: none;
	width: 100%;
	color: #25455E;
	padding: 0 50px;
	border: 3px solid #25455E !important;
	border-radius: 40px;
}

#searchModalContent .search-form {
	width: 60%;
	position: relative;
}

#searchModalContent .search-submit {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: #25455E;
	height: 60%;
	border-radius: 40px;
	width: fit-content;
	content: '';
	padding: 0 30px;
	cursor: pointer;
} */

footer .all-accordeons {
	display: none;
}

.cartouche-offre-rent-cerified .back-content h3 {
	min-height: 70px;
	display: flex;
	align-items: start;
}

/* .other-products.cartouche-home.model-2 figure {
	min-height: 290px;
	width: fit-content;
} */

.content-page.accueil-multi>section.slider-full.w-full.slider-principal {
	position: fixed !important;
	top: 90px;
	/* height: 100vh !important; */
	z-index: 1 !important;
}

.content-page.accueil-multi>section.slider-full.w-full.slider-principal+.cartouche-home {
	margin-top: 70vh;
}

.home .content-page section:not(section.slider-full.slider-principal) {
	position: relative !important;
	z-index: 2 !important;
	/* background: white; */
}

.menu-top.bg-white img,
.sticky-active #openSearchModal img,
.hover-bg.text-white:hover svg,
.second-menu.bg-white #openSearchModal img {
	filter: invert(1) !important;
}

.cartouche-offre-rent .one-accordeon {
	padding: 25px 0;
	border-bottom: 0;
}

.section-nl button:hover {
	background-color: var(--color-yellow) !important;
	color: var(--color-black) !important;
	transition: all 0.5s !important;
}

.model-1 .service figure::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #00000040;
	left: 0;
	z-index: 2;
}

.cartouche-slider-crc .swiper-slide {
	height: 30rem !important;
}

.column-mobile .space-y-0 a {
	padding: 8px 0;
}

.second-menu.menu-mobile-open {
	position: relative !important;
	transform: none !important;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}


/* new CSS Multimarques */
.bg-bleu,
body.single.single-produit section.cartouche-display .btn-block a,
body.single.single-service section.cartouche-display .btn-block a,
#backToTop,
.content-page.nos-filiales section.text-image-block .btn-block a,
.content-page.nos-filiales section.cartouche-display .btn-block a,
body.single.single-filiale section.text-image-block .btn-block a,
.content-page.valeurs section.cartouche-display .btn-block a,
.content-page.single-offre section.cartouche-display .btn-block a,
.content-page.page-carriere section.text-cta-block.items-center .btn-block a,
.content-page.page-offres section.cartouche-carrousel-groupe .swiper-slide .back-content,
.content-page.nos-marques section.text-image-block .btn-block a,
body.home section.cartouche-slider-actus a.absolute.bg-yellow,
.content-page.page-groupe section.cartouche-display .btn-block a,
.content-page.page-offres section.cartouche-display .btn-block a,
.slider-full .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.cartouche-home a.hover-bg,
.content-page.page-carriere section.cartouche-display.type-manuel .btn-block a,
body.single.single-marque section.cartouche-display .btn-block a,
.content-page.page-engagement section.cartouche-display.type-manuel .btn-block a,
#closeSearchModal,
#searchModalContent .search-submit,
body.single.single-filiale section.relative.cartouche-display.type-manuel.h-fit .btn-block a.hover-bg,
body.single.single-filiale .service.bg-white .back-content {
	background: #25455E !important;
}

.color-bleu,
section.cartouche-home .container h2,
.principal-menu.text-black .menu-item a,
.content-page.nos-marques .titre,
.content-page.nos-marques .sous-titre,
body.home section.cartouche-slider-actus h2,
.content-page.nos-marques section.chiffres-cles h2.titre-section,
section.chiffres-cles h2.titre-section,
section.text-image-block h2,
header .middle-part.text-black,
.content-page.page-carriere section.cartouche-slider-actus a.absolute:hover,
body.single.single-filiale .content-single.bg-white>.container h1,
body.single.single-marque .content-single.bg-white>.container h1,
body.single.single-marque .content-single.bg-white>.container h2,
body.single.single-produit section.cartouche-location h2.titre-section,
.content-page.pageactus section.actus-slider:nth-child(2) h2,
.content-page.pageactus section.actus-slider:nth-child(2) h3,
body.single.single-post section.cartouche-home.model-1 h3.text-black,
body.single.single-filiale .content-single.bg-white>.container h2,
content-page.page-groupe section.historique.cartouche-carrousel-groupe .back-content .text-black {
	color: #25455E !important;
}

body.single.single-produit section.cartouche-display .btn-block a,
body.single.single-service section.cartouche-display .btn-block a,
.content-page.nos-filiales section.text-image-block .btn-block a,
.content-page.nos-filiales section.cartouche-display .btn-block a,
.content-page.valeurs section.cartouche-display .btn-block a,
.content-page.page-carriere section.text-cta-block.items-center .btn-block a,
.content-page.single-offre section.cartouche-display .btn-block a,
.content-page.nos-marques section.text-image-block .btn-block a,
body.home section.cartouche-slider-actus a.absolute.bg-yellow,
.content-page.page-groupe section.cartouche-display .btn-block a,
.content-page.page-offres section.cartouche-display .btn-block a,
section.cartouche-home a.hover-bg,
.content-page.page-carriere section.cartouche-display.type-manuel .btn-block a,
.content-page.page-carriere section.cartouche-slider-actus a.absolute,
body.single.single-marque section.cartouche-display .btn-block a,
.content-page.page-engagement section.cartouche-display.type-manuel .btn-block a,
body.single.single-filiale section.relative.cartouche-display.type-manuel.h-fit .btn-block a.hover-bg {
	border: 1px solid #25455E !important;
}

#searchModalContent .search-field {
	border: 3px solid #25455E !important;
}

section.cartouche-home.model-1 svg ellipse,
div#catalogue-produits svg ellipse,
.accordeons svg ellipse,
.offre svg ellipse,
.plus-marque ellipse {
	fill: #25455E !important;
}

section.historique.cartouche-carrousel-groupe div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] ellipse,
.offre:hover svg ellipse,
.content-page.page-offres section.cartouche-carrousel-groupe .swiper-slide div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] svg ellipse,
body.single.single-filiale .service.bg-white div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] ellipse {
	fill: #ffffff !important;
}

.content-page.page-groupe section.historique.cartouche-carrousel-groupe div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] ellipse {
	fill: #25455E !important;
}

section.historique.cartouche-carrousel-groupe div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] path,
.content-page.page-offres section.cartouche-carrousel-groupe .swiper-slide div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] svg path,
body.single.single-filiale .service.bg-white div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] path {
	stroke: #25455E;
}

.content-page.page-groupe section.historique.cartouche-carrousel-groupe div[style="transform: rotate(45deg); transition: transform 0.5s ease-in-out;"] path {
	stroke: #ffffff;
}

body.single.single-produit section.cartouche-location {
	background-color: #ffffff !important;
}

.content-page.page-carriere section.cartouche-slider-actus a.absolute {
	background-color: transparent !important;
}

body.single.single-produit section.cartouche-display .btn-block a,
body.single.single-service section.cartouche-display .btn-block a,
section.text-image-block.bg-\[\#25455e\] h3,
section.text-image-block.bg-\[\#25455e\] h2,
section.text-image-block.bg-\[\#25455e\] div.text-black p,
.content-page.nos-filiales section.text-image-block .btn-block a,
.content-page.nos-filiales section.cartouche-display .btn-block a,
.content-page.valeurs section.cartouche-display .btn-block a,
.content-page.valeurs section.text-image-block h2,
.content-page.page-carriere section.text-cta-block.items-center .btn-block a,
.content-page.page-offres section.cartouche-carrousel-groupe .swiper-slide .back-content h3,
.content-page.page-offres section.cartouche-carrousel-groupe .swiper-slide .back-content p,
.content-page.single-offre section.cartouche-display .btn-block a,
.content-page.nos-marques section.text-image-block .btn-block a,
body.home section.cartouche-slider-actus a.absolute.bg-yellow,
.content-page.page-groupe section.cartouche-display .btn-block a,
.content-page.page-offres section.cartouche-display .btn-block a,
section.cartouche-home a.hover-bg,
body.home header .middle-part,
.content-page.page-carriere section.cartouche-display.type-manuel .btn-block a,
form#contact-form label,
body.single.single-marque section.cartouche-display .btn-block a,
body.single.single-filiale section.text-image-block .btn-block a,
.content-page.valeurs section.cartouche-display .btn-block a:hover,
.content-page.page-engagement section.cartouche-carrousel-groupe.cartouche-home h2,
.content-page.page-engagement section.cartouche-display.type-manuel .btn-block a,
#closeSearchModal,
#searchModalContent .search-submit,
body.single.single-filiale section.relative.cartouche-display.type-manuel.h-fit .btn-block a.hover-bg {
	color: #ffffff !important;
}

.cartouche-home .swiper-button-next::after,
.live-slider .swiper-button-next::after,
.cartouche-slider-actus .swiper-button-next::after {
	background-image: url(/wp-content/uploads/2025/10/NEEMBA_Multi_marques_fleche-suivant.svg);
}

.content-page.page-engagement section.cartouche-carrousel-groupe .swiper-button-next::after {
	background-image: url(/wp-content/uploads/2025/07/slider-right-arrow.svg);
}

body.produit-template-default.single.single-produit section.slider-full div.filter {
	display: none !important;
}

#backToTop::before {
	filter: invert(1);
}

div#formulaire_candidature::after {
	display: block;
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2025/10/logo-neemba-formulaire-contact.svg);
	width: 357px;
	height: 208px;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.menu-top.bg-white img {
	filter: none !important;
}

body.home header .right-part ul li a img,
.logosMarquesBas img {
	filter: brightness(0) invert(1);
}

body.single.single-produit section.cartouche-carrousel-groupe.cartouche-home.model-1 .back-content {
	background-color: #B00D0E;
}

body.single.single-produit section.cartouche-carrousel-groupe.cartouche-home.model-1 .back-content h3,
body.single.single-produit section.cartouche-carrousel-groupe.cartouche-home.model-1 .back-content p {
	color: #ffffff;
}

body.single.single-produit section.cartouche-carrousel-groupe.cartouche-home.model-1 svg ellipse {
	fill: #000000 !important;
}

.content-page.new-page-accueil section.slider-full {
	margin-bottom: 14px;
}

.content-page.new-page-accueil section.slider-full:last-child {
	margin-bottom: 0;
}

.content-page.new-page-accueil section.slider-full:first-child h2::before {
	display: block;
	position: absolute;
	content: '';
	width: 101px;
	height: 96px;
	top: -125px;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/wp-content/uploads/2025/10/NEEMBA_cat-logo-transparent.png');
}

body.new-page-accueil header#header-site,
body.error404 header#header-site {
	position: absolute;
}
body.error404 header#header-site .relative.menu-top {
	background: transparent;
	filter: brightness(0) invert(1);
}

body.new-page-accueil header#header-site .relative.menu-top .custom-select,
body.new-page-accueil header#header-site .relative.menu-top .custom-select .select-trigger,
body.new-page-accueil header#header-site section.second-menu,
body.error404 header#header-site .relative.menu-top .custom-select,
body.error404 header#header-site .relative.menu-top .custom-select .select-trigger,
body.error404 header#header-site section.second-menu,
body.new-page-accueil header#header-site .relative.menu-top {
	background: transparent;
}

body.new-page-accueil header#header-site section.second-menu .relative.principal-menu,
body.error404 header#header-site section.second-menu .relative.principal-menu,
body.error404 footer section,
.content-page.new-page-accueil section.slider-full .filter {
	display: none;
}

body.new-page-accueil header#header-site section.second-menu .search,
body.error404 header#header-site section.second-menu .search,
body.single.single-marque section.slider-full .logo img,
body.accueil-multi header#header-site .right-part ul li a img {
	filter: brightness(0) invert(1);
}
body.new-page-accueil .menu-top.bg-white .language-switcher::after, 
body.new-page-accueil .menu-top.bg-white .le-select::after {
    filter: invert(0) !important;
}
body.new-page-accueil header#header-site .relative.menu-top .right-part ul li a span,
body.new-page-accueil header#header-site .relative.menu-top .custom-select span.select-value,
body.new-page-accueil header#header-site .relative.menu-top .language-switcher {
    color: #ffffff;
}
body.new-page-accueil header#header-site .relative.menu-top .right-part ul li a img {
    filter: brightness(0) invert(1) !important;
}
body.new-page-accueil .second-menu.sticky-active,
body.error404 .second-menu.sticky-active {
	background-color: #ffffff !important;
}

body.new-page-accueil .second-menu.sticky-active .search,
body.error404 .second-menu.sticky-active .search {
	filter: none !important;
}

.content-page.page-groupe>section.slider-full::before {
	display: block;
	position: absolute;
	content: '';
	background-image: url('/wp-content/uploads/2025/11/image-fond-page-groupe.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 800px;
	height: 600px;
	right: 0;
	left: auto;
	top: 160px;
}

body.single.single-marque section.cartouche-display img,
body.single.single-marque section.cartouche-display source {
	filter: brightness(0.3);
}

body.single.single-marque section.cartouche-display,
section.cartouche-display.type-manuel {
	margin-bottom: 15px;
}

body.accueil-multi section.cartouche-display.type-manuel {
	margin-bottom: 0;
	padding-bottom: 15px;
}

body.new-page-accueil header#header-site .search {
	display: none;
}

body.new-page-accueil .second-menu::before {
	top: 40px;
}

body.new-page-accueil .second-menu .left-part {
  padding-top: 50px;
}

body.new-page-accueil .menu-top .left-part a.underline.text-black {
    color: #ffffff;
}

body.new-page-accueil section.second-menu.sticky-active .left-part {
	padding-top: 0;
}

body.new-page-accueil section.second-menu.sticky-active .second-menu::before {
	top: 0;
}

.content-page.accueil-multi>section.slider-full.relative.w-full.slider-principal,
.content-page.page-engagement>section.slider-full.relative {
	margin-top: -92px;
}

body.accueil-multi section.relative.cartouche-catalogue.default.gap-1.md\:gap-\[1\.1rem\].flex.flex-wrap.px-0.md\:p-\[1rem\].py-1.justify-between.bg-\[\#25455e\] {
	z-index: 2;
}

.content-page.page-engagement section.relative.cartouche-display.type-manuel {
	margin-bottom: 0;
}

body.home footer section.section-nl {
	display: none;
}

body.new-page-accueil .second-menu.sticky-active::before {
	top: -2px;
}

.language-switcher select {
	appearance: none;
	height: 44px !important;
	line-height: 20px;
	padding: 0 !important;
}

.language-switcher,
.le-select {
	position: relative;
	padding-right: 20px !important;
	width: 60px !important;

}

.language-switcher::after,
.le-select::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/07/right-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-90deg);
}

.menu-top.bg-white .language-switcher::after,
.menu-top.bg-white .le-select::after {
	filter: invert(1) !important;
}
.content-page.page-groupe section.commite-exe.cartouche-display {
    margin-bottom: 0;
}
.content-page.bgg-transparent.page-groupe {
    background: #ffffff;
}
.content-page.page-engagement section.relative.cartouche-display.type-manuel.h-fit.bg-\[\#ffffff\].flex.items-center.z-10.mx-auto.justify-center.md\:px-\[1\.5625rem\].v-normal {
    margin-top: 15px;
}
header#header-site .relative.menu-top .custom-select span.select-value {
    padding-right: 25px;
}
.language-switcher::after, .le-select::after {
    z-index: -1;
}
header#header-site .relative.menu-top .language-switcher select {
    padding-right: 25px !important;
    cursor: pointer;
}
.language-switcher::after {
    left: 25px;
}
button.sound-toggle-button::before {
	display: block;
	position: absolute;
	content: '';
	background-image: url('/wp-content/uploads/2025/11/muet.png'); 
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
button.sound-toggle-button.avec-son::before {
    background-image: url('/wp-content/uploads/2025/11/monter-le-son.png');
}
.video-home {
	position: relative;
	width: 100%;
	height: 100vh; 
	overflow: hidden;
}
.video-home iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw !important; 
	min-height: 100vh;
	min-width: 177.78vh; 
	transform: translate(-50%, -50%);
	object-fit: cover;
	border: none;
}
.content-page.accueil-multi>section.slider-full.w-full.slider-principal .swiper.swiper-fade {
	display: none;
}
.content-page.accueil-multi>section.slider-full.w-full.slider-principal .videoaccueil {
	display: block;
}
#iframe-block-overlay { -webkit-user-select: none; user-select: none; }
.opacity-100 {
	opacity: 1 !important;
}
body.single.single-produit.postid-2436 .content-single.bg-white > section.slider-full.slider-principal .container > img {
    display: none;
}

.new-page-accueil .cartouche-catalogue .service:nth-child(3),
.new-page-accueil .cartouche-catalogue .service:nth-child(4) {
	display: none;
}

.content-page.bg-white.new-page-accueil {
	background-color: #ebebeb !important;
}
body.politique-conf section.relative.text-cta-block .relative.flex.flex-col.items-center,
body.mentions-legales section.relative.text-cta-block .relative.flex.flex-col.items-center {
    align-items: start;
}
.traits-bas a {
	position: relative;
}
.traits-bas a:first-child::after,
.traits-bas a:nth-child(2):after {
    display: block;
    position: absolute;
    content: "|";
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
section.relative.secteur-display picture img {
    filter: brightness(0.8);
}

/* fin new CSS Multimarques */

/* 20 Novembre */
.valeurs .text-image-block {
	background-color: #0a0501 !important;
}

.text-cta-block.items-center ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-filiale .pas-p {
	display: flex;
	flex-direction: column;
}

.le-selectcata::after {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('/wp-content/uploads/2025/07/right-arrow.svg');
	top: -12px;
	right: 0;
	z-index: 0;
	filter: invert(1);
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(-90deg);
	background-size: 10px;
	cursor: pointer;
}

.new-page-accueil .slider-full h2 {
	font-size: 2.8125rem;
	line-height: 2.4rem;
}

.relative.president.flex.flex-col.items-center {
	width: 33.33%;
}

.content-page.new-page-accueil .slider-full .container .container{
	gap: 40px;
	padding-top: 0 !important;
}

#formRecherche {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* background-color: #ffffffa1; */
	background-color: #000000f8;
	padding: 25px;
	z-index: 9999;
	max-height: 0;
	opacity: 0;
	transform: translateY(-20px);
	overflow: hidden;
	pointer-events: none;
	transition:
		max-height 0.4s ease,
		opacity 0.4s ease,
		transform 0.4s ease;
}

#formRecherche.active {
	max-height: 100vh;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	padding-top: 0;
	height: 100%;
}

#formRecherche input::-webkit-input-placeholder,
#formRecherche input::-moz-placeholder,
#formRecherche input:-ms-input-placeholder,
#formRecherche input::placeholder {
	color: #000000 !important;
}

#searchModalContent {
	padding: 2rem;
	border-radius: 8px;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* filter: blur(2px); */
}

#closeSearchModal {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 40px;
	background:#25455E;
	border: none;
	cursor: pointer;
	/* line-height: 1.5rem; */
	padding: 0px 24px 8px;
	border-radius: 100%;
}

#searchModalContent .search-field {
	height: 75px;
	outline: none !important;
	border: none !important;
	background: none;
	width: 100%;
	color: #fff;
	padding: 0 50px;
	border: 3px solid #25455E !important;
	border-radius: 40px;
}

#searchModalContent .search-form {
	width: 60%;
	position: relative;
}

#searchModalContent .search-form label {
	position: relative;
}

#searchModalContent .search-submit {
	position: absolute;
	right: 20px;
	top: 3.3%;
	/* transform: translateY(-50%); */
	background: #25455E;
	height: 60%;
	border-radius: 40px;
	width: fit-content;
	content: '';
	padding: 0 30px;
	cursor: pointer;
	height: 50px;
}

#liveSuggestions {
	background: white;
	border: 2px solid #25455E;
	border-radius: 12px;
	margin-top: 15px;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	padding: 10px;
	display: none;
}

#liveSuggestions .suggest-item {
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #eee;
	color: #000;
	text-decoration: none;
	transition: background .2s ease;
}

#liveSuggestions .suggest-item:hover {
	background: #25455E;
	color: #fff;
}

#liveSuggestions .no-result,
#liveSuggestions .loading {
	padding: 12px;
}

#formRecherche {
	transition:
		opacity .35s ease,
		transform .35s ease;
}

#formRecherche.active {
	opacity: 1;
	transform: translateY(0);
}

#formRecherche.closing {
	opacity: 0;
	transform: translateY(-20px);
	pointer-events: none;
}


@media (min-width: 1981px) {
	.cartouche-catalogue {
		gap: 1.7rem !important;
		padding: 2rem !important;
	}

	.cartouche-catalogue .service,
	.cartouche-catalogue .service figure {
		height: 48rem !important;
	}

	#contact-panel .formulaire {
		padding-left: 27rem !important;
	}
}

@media (min-width: 1600px) {
	.content-page.accueil-multi>section.slider-full.w-full.slider-principal {
		top: 90px;
	}

	.content-page.accueil-multi>section.slider-full.w-full.slider-principal+.cartouche-home {
		margin-top: 70vh;
	}

	.cartouche-slider-actus .relative.container.mx-auto.flex.items-center.z-20 {
		margin-top: -100px !important;
	}

	.container {
		width: 1400px !important;
	}
}

@media (min-width: 1441px) {
	.container {
		max-width: 1280px !important;
	}

	.slider-full.page-valeur img {
		height: 80vh;
	}

	.h-\[120vh\] {
		height: 150vh;
	}

	.slider-full .swiper-slide picture img {
		max-height: 95vh;
	}

	.cartouche-catalogue .service {
		width: 49.3%;
	}

	/* .content-page.accueil-multi > section.slider-full.w-full.slider-principal + .cartouche-home {
		margin-top: 80vh;
	} */
}

@media screen and (max-width: 1440px) {
	.cartouche-slider-actus .relative.container.mx-auto.flex.items-center.z-20 {
		margin-top: -90px !important;
	}

	.container {
		max-width: 1200px !important;
	}

	.cartouche-home .swiper-slide.service {
		width: 280px !important;
	}

	.cartouche-home.model-2 .swiper-slide.service {
		width: 400px !important;
	}

	.catalogue-filtre-form select,
	.catalogue-filtre-form input {
		padding: 0 13px !important;
		font-size: 15px;
	}

	.slider-full h2 {
		font-size: 45px;
		line-height: 45px;
	}

	h2.titre-section p,
	.text-image-block h2,
	.cartouche-display h2 p,
	.new-page-accueil .slider-full h2 {
		font-size: 35px;
		line-height: 38px;
	}

	.cartouche-slider-actus .relative.container.mx-auto.flex.items-center.z-20 {
		margin-top: -65px !important;
	}

	.cartouche-home.model-1 .swiper-slide {
		height: 375px !important;
		width: 280px !important;
	}

	.cartouche-home.produit-avant.model-1 .swiper-wrapper {
		margin-left: 0 !important;
		margin: 0 15px !important;
	}

	.cartouche-catalogue {
		gap: 1rem !important;
	}

	.parcours.cartouche-home.model-1 .swiper-slide {
		width: 340px !important;
		height: 510px !important;
	}

	.page-contact #colophon {
		padding: 45px 0 30px !important;
	}

	.live-slider .swiper-horizontal>.swiper-pagination-bullets,
	.live-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
	.live-slider .swiper-pagination-custom,
	.live-slider .swiper-pagination-fraction {
		top: -295px;
		width: 244px;
	}

	.live-slider .swiper-pagination-bullet {
		height: 75px;
		width: 75px;
	}

	.live-slider .swiper {
		height: 248px !important;
	}

	.live-slider .swiper-slide span:first-child {
		font-size: 4rem;
		line-height: 1;
	}

	.live-slider .swiper-slide span:last-child {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}

	.content-page.accueil-multi>section.slider-full.w-full.slider-principal+.cartouche-home {
		margin-top: 70vh;
	}

	.cartouche-offre-rent .one-accordeon {
		padding: 8px 0 !important;
	}

	h1+h2.titre-section p {
		font-size: 20px;
		line-height: 24px;
	}

	/* new CSS Multimarques */
	.content-page.new-page-accueil section.slider-full:first-child h2::before {
		width: 62px;
		height: 62px;
		top: -85px;
		left: 50%;
		transform: translateX(-50%);
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url('/wp-content/uploads/2025/10/NEEMBA_cat-logo-transparent.png');
	}

	.content-page.new-page-accueil .slider-full h2 {
		width: 65%;
	}

	.content-page.new-page-accueil .slider-full .container .container{
		gap: 40px;
		padding-top: 0 !important;
	}

	header .principal-menu {
		width: 65%;
	}

	header .principal-menu ul#primary-menu-list {
		gap: 1.5rem;
	}

	.menu-item.is-open::before {
		left: -10px;
	}

	.menu-top .left-part {
		width: 345px;
	}

	/* 20 Novembre */
	.slider-full .swiper-pagination {
		top: -40px !important;
		left: 75px !important;
	}

	.back-content h3 p {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	.cartouche-home.model-2 figure {
		min-height: 365px;
		width: fit-content;
	}

	.new-page-accueil .slider-full h2 {
		font-size: 1.813rem !important;
		line-height: 1.9rem !important;
	}

	.cartouche-catalogue .service {
		width: 49.2% !important;
	}

	.menu-item a {
		font-size: 14px;
	}
	/* fin new CSS Multimarques */
}

@media screen and (max-width: 1260px) {
	.menu-item a {
		font-size: 13px;
	}

	.content-page.accueil-multi > section.slider-full.w-full.slider-principal + .cartouche-home {
		margin-top: 50vh;
	}

	.video-home {
		height: 70vh;
	}
}


@media screen and (max-width: 1221px) {
	.video-home {
		height: 44vh;
	}

	.content-page.accueil-multi>section.slider-full.w-full.slider-principal+.cartouche-home {
		margin-top: 30vh;
	}

	section.cartouche-display {
		padding: 0 !important;
	}

	/* 20 Novembre */
	.cartouche-home .swiper-slide.service {
		width: 367px !important;
	}

	.slider-full h2 {
		font-size: 2.1875rem;
		width: 80%;
	}

	h2.titre-section,
	.cartouche-display h2,
	.cartouche-catalogue h2 {
		font-size: 1.875rem;
	}

	.contenu .container .absolute.items-start .btn-block {
		margin: 0;
	}

	footer form {
		align-items: start !important;
	}

	.featured-block {
		width: 360px !important;
	}

	.text-image-block>.flex-col {
		flex-direction: column-reverse !important;
	}

	.text-image-block>.flex-col-reverse {
		flex-direction: column !important;
	}

	html{
		font-size: 15px;
	}

	.cartouche-catalogue .service {
		width: 49% !important;
	}
}

@media screen and (max-width: 1024px) {
	.content-page.accueil-multi > section.slider-full.w-full.slider-principal + .cartouche-home {
		margin-top: 33vh;
	}

	.video-home {
		height: 50vh;
	}
}

@media (max-width: 1370px) and (min-height: 800px) {
	.map.map-header .md\:min-h-\[75vh\] {
		min-height: 40vh;
	}

	.cartouche-offre-rent-cerified.md\:-mt-\[80vh\] {
		margin-top: -30vh;
	}

	.live-slider {
		min-height: 60vh !important;
		height: 60vh !important;
	}

	#contact-panel {
		width: 60% !important;
	}

	/* #contact-panel .formulaire {
		padding-left: 26rem;
	} */

	.menu-item.is-open::before {
		left: -10px;
	}

	/* .content-page.accueil-multi>section.slider-full.w-full.slider-principal+.cartouche-home {
		margin-top: 32vh;
	} */

	/* new CSS Multimarques */
	.content-page.page-groupe>section.slider-full::before {
		width: 400px;
		height: 300px;
	}

	/* fin new CSS Multimarques */
}


@media screen and (max-width: 768px) {

	/* new CSS Multimarques */
	body.new-page-accueil .left-part {
		padding-top: 0px;
	}
	.video-home iframe {
		top: 40% !important;
	}
	.content-page.nos-filiales section.map.map-header {
		padding-bottom: 230px;
	}
	.content-page.nos-filiales .map-header video {
		top: 60vh;
	}

	/* fin new CSS Multimarques */

	.slider-full .swiper-pagination {
		width: 100% !important;
		margin: auto !important;
		justify-content: center !important;
	}

	.slider-full h1 {
		font-size: 38px !important;
		line-height: 40px !important;
	}

	.slider-full h2 p,
	.slider-full h2,
	h2.titre-section p,
	.cartouche-display h2 p,
	.cartouche-cta h2,
	.map-header h2,
	.produits h2 {
		font-size: 25px !important;
		line-height: 33px !important;
	}

	.text-image-block h2 p,
	section.img-gauche .bloc h2,
	section.img-droite .bloc h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.slider-full .contenu .container {
		height: 55% !important;
		justify-content: end !important;
		width: 100%;
		margin: 0 !important;
	}

	.cartouche-home.model-1 .swiper-slide.service,
	.cartouche-home.model-1 .swiper-slide.product,
	.cartouche-home.model-2 .swiper-slide.service {
		width: 320px !important;
	}

	.cartouche-home.model-2 figure {
		min-height: 290px !important;
		height: 290px;
	}

	.cartouche-home.model-2 .content.cartouche-top {
		width: 280px !important;
	}

	.cartouche-home .swiper-slide .btn-block.absolute {
		bottom: 1rem !important;
		transition: bottom 1s;
	}

	.cartouche-home .swiper-button-next,
	.cartouche-slider-actus .swiper-button-next,
	.cartouche-home .swiper-button-prev,
	.cartouche-slider-actus .swiper-button-prev {
		display: none !important;
	}

	.live-slider .swiper-button-prev {
		right: 13.25rem !important;
		bottom: -5.4rem !important;
	}

	.live-slider .swiper-button-next {
		right: 8.5rem !important;
		bottom: -5.4rem !important;
	}

	.cartouche-home.model-1 .swiper-wrapper+.container {
		justify-content: center;
	}

	.slider-full.model-reduit .contenu {
		justify-content: end;
		padding-bottom: 50px;
	}

	.cartouche-catalogue {
		gap: 0.3rem !important;
	}

	.text-image-block .container {
		padding: 0 !important;
		flex-direction: column-reverse !important;
		padding-bottom: 50px !important;
	}

	.text-image-block .container .bloc {
		padding: 0 25px !important;
	}

	.text-image-block .container.flex-col-reverse {
		flex-direction: column !important;
	}

	.one-accordeon.active .accordeon-content {
		padding-top: 10px;
		padding-right: 47px;
	}

	.map-header video {
		transform: scale(4);
		top: 25vh;
		bottom: auto;
	}

	.relative.chiffre-cle:last-child {
		width: 100%;
		text-align: center !important;
		justify-content: center;
		align-items: center;
	}

	.chiffre-cle:last-child .accroche {
		text-align: center;
		align-items: center;
	}

	.fontmob40 {
		font-size: 2.5rem;
		line-height: 2.625rem;
	}

	.hover-bg {
		font-size: 14px !important;
	}

	.produits .grid.grid-cols-4,
	.grid.grid-cols-4 {
		display: flex;
		flex-direction: column;
	}

	.produits .grid.grid-cols-4 .col-span-1,
	.grid.grid-cols-4 .col-span-1 {
		flex-direction: column-reverse;
	}

	.produits .grid.grid-cols-4 #catalogue-produits,
	.grid.grid-cols-4 .col-span-3 {
		display: flex;
		flex-direction: column;
	}

	.produits h2 {
		text-align: center !important;

	}

	.produits h2+div {
		flex-direction: column;
		gap: 25px;
	}

	.produits h2+div h3 {
		font-size: 15px;
		text-align: center;
	}

	.produits h2+div h3+div {
		width: 100%;
	}

	.prods-avant .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.cartouche-home.produit-avant.model-1 .swiper-slide {
		width: 360px !important;
	}

	.cartouche-home.produit-avant.model-1 .swiper-slide:last-child {
		height: 410px !important;
		margin: 0 auto 20px !important;
		text-align: center;
	}

	.content-single>div h2.relative.titre-section p {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.chiffre-cle .top span {
		font-size: 27px !important;
		line-height: 1.625rem;
	}

	section.img-droite .bloc .accordeon-content p {
		text-align: left !important;
	}

	.slider-full.page-valeur+.text-image-block::before,
	.slider-full.page-valeur+.text-image-block+.text-image-block::before,
	.slider-full.page-valeur+.text-image-block+.text-image-block::after,
	.slider-full.page-valeur+.text-image-block+script+.text-image-block::after,
	.slider-full.page-valeur+.text-image-block+script+.text-image-block::before,
	.page-valeur h1::before {
		width: 175px;
		height: 185px;
		background-size: contain;
	}

	.slider-full.page-valeur+.text-image-block+.text-image-block::after,
	.slider-full.page-valeur+.text-image-block+script+.text-image-block::after {
		bottom: 139px;
	}

	.slider-full.page-valeur+.text-image-block+.text-image-block::before,
	.slider-full.page-valeur+.text-image-block+script+.text-image-block::before {
		bottom: 275px;
	}

	.slider-full.page-valeur {
		height: 75vh;
	}

	.valeurs .cartouche-home.model-1 h2,
	.valeurs .cartouche-home.model-1 h3 {
		color: #fff;
	}

	.live-slider {
		margin-bottom: 50px;
	}

	.map-header.map-groupe video {
		transform: scale(3);
		top: 44vh;
		left: 32%;
	}

	.historique .stitre-section p {
		color: #000;
	}

	.commite-exe {
		display: flex;
		flex-direction: column;
	}

	.commite-exe picture img {
		border-radius: 0;
	}

	.commite-exe .contenu {
		position: relative;
		width: 100%;
	}

	.commite-exe .contenu .container {
		height: 55vh;
	}

	.page-groupe {
		/* height: 150vh; */
		margin-bottom: 50px !important;
	}

	.content-page.page-groupe section.slider-full.page-groupe:first-child {
		min-height: 150vh;
		background: #0a0501;
	}

	.page-groupe .contenu {
		justify-content: end;
	}

	footer .one-accordeon.active .accordeon-content {
		padding-top: 25px;
	}

	.second-menu::before {
		display: none !important;
	}

	#formRecherche.active {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#searchModalContent .search-form {
		width: 100%;
		position: relative;
	}
	#formRecherche {
		background-color: #ffffff;
	}
	#searchModalContent {
		padding: 0;
	}

	#closeSearchModal {
		top: 2px;
		right: 2px;
		padding: 0px 25px 11px;
		z-index: 99999 !important;
	}

	#searchModalContent .search-submit {
		position: relative;
		right: -50%;
		top: 19px;
		transform: translateY(0%) translateX(-50%);
		padding: 15px 30px;
	}

	.second-menu.bg-white .burger-btn svg,
	.second-menu.bg-transparent.sticky-active .burger-btn svg,
	.second-menu.bg-transparent.sticky-active #openSearchModal img {
		filter: invert(1);
	}

	.cartouche-home.contact .swiper-wrapper {
		margin-left: 0 !important;
	}

	.cartouche-rent .relative.swiper,
	.cartouche-rent .swiper-wrapper,
	.cartouche-rent .swiper-slide {
		width: 99% !important;
	}

	.cartouche-rent.cartouche-location .swiper-slide {
		width: 60% !important;
	}

	section.text-image-block+section:not(section.text-image-block) {
		padding-top: 0 !important;
	}

	footer .all-accordeons {
		display: block;
	}

	h3.relative.titre-section {
		width: 100%;
	}

	.live-slider .swiper-slide span:first-child {
		font-size: 3rem;
		line-height: 1;
	}

	.live-slider .swiper-slide span:last-child {
		font-size: 1.15rem;
		line-height: 1.8rem;
	}

	.offres.cartouche-home.model-1 .swiper-slide {
		height: 520px !important;
		width: 320px !important;
		margin-right: 10px;
	}

	.cartouche-home.produit-avant.model-1 .swiper-wrapper {
		margin: 0 !important;
	}

	.single-machine .cartouche-home.produit-avant.model-1 .swiper-slide:last-child {
		margin: 0 auto !important;
	}

	.content-page.accueil-multi>section.slider-full.w-full.slider-principal {
		top: 90px;
	}

	.content-page.accueil-multi>section.slider-full.w-full.slider-principal+.cartouche-home {
		/* margin-top: 80vh; */
		margin-top: 540px;
	}

	.bgg-transparent .slider-full .contenu .container,
	.valeurs .slider-full .contenu .container,
	.slider-on-menu-top .slider-full .contenu .container {
		width: 100% !important;
	}

	.valeurs .cartouche-home .titre-section p {
		color: #000;
	}

	.cartouche-home.model-1 .actus-slider .swiper-slide {
		height: 375px !important;
		width: 19.125rem !important;
		/* margin-right: 20px; */
	}

	.cartouche-display {
		padding: 20px 0;
	}

	.mobile.cartouche-location .swiper-slide.famille {
		height: fit-content !important;
	}

	.relative.titre-section.text-center.md\:text-left.text-black.font-hm.fontmob18.md\:text-\[1\.25rem\].md\:leading-\[1\.4375rem\].lg\:w-\[40\%\].pas-br.pas-p.aos-init.aos-animate {
		flex-direction: column !important;
		display: flex;
		margin: 0 auto;
	}

	.model-2 .swiper-wrapper+div {
		display: none;
	}

	.model-2 .m2 figure img {
		width: 300px !important;
	}

	.les-pays {
		gap: 17px !important;
	}

	.les-pays a {
		font-size: 20px;
	}

	.w-\[calc\(50\%_-_0\.75rem\)\] {
		height: 175px !important;
	}

	.slider-full br {
		display: none !important;
	}

	.text-cta-block li {
		text-align: left !important;
	}

	#header-site {
		min-height: 42px !important;
	}

	/* new CSS Multimarques */
	.content-page.page-groupe>section.slider-full::before {
		width: 100%;
		height: 100%;
		background-color: #0a0501;
	}
	.traits-bas a:first-child::after,
	.traits-bas a:nth-child(2):after {
		display: none;
	}

	#searchModal {
		height: 350px;
	}

	/* fin new CSS Multimarques */
	/* 20 Novembre */

	.cartouche-display figure,
	.slider-full figure,
	.cartouche-display picture,
	.slider-full picture {
		width: 100% !important;
	}

	.cartouche-display .contenu {
		padding: 0 30px;
	}


	.text-image-block .bloc>div {
		justify-content: center !important;
		margin: 0 auto;
	}

	.slider-full .container img {
		position: absolute;
		top: 70px;
	}

	.page-contact #colophon {
		padding: 0 0 30px !important;
	}

	.slider-full .swiper-pagination {
		top: -125px !important;
		left: 0 !important;
	}

	body.home .content-page .slider-full.slider-principal+.cartouche-home {
		margin-top: 580px;
	}

	/* .single-filiale .text-image-block + .text-image-block .pas-p p {
		display: inline !important;
	}

	.text-image-block .pas-p {
		display: inline !important;
		width: auto !important;
	}

	.single-filiale .text-image-block:first-child {
		display: flex !important;
		flex-direction: column !important;
	} */

	section.img-gauche .bloc p,
	section.img-droite .bloc p {
		display: inline !important;
	}

	/* section.img-gauche:first-child .bloc p,  */
	.single-filiale section.img-droite:first-child .bloc p {
		display: flex !important;
		flex-direction: column !important;
	}

	.slider-full h2,
	.slider-full h2 p {
		font-size: 2.2rem !important;
		width: 98% !important;
		line-height: 2.4rem !important;
	}

	.slider-full .contenu .container {
		height: 40% !important;
		justify-content: end !important;
		width: 100%;
		margin: 0 !important;
	}

	.slider-full.page-valeur {
		height: 60vh;
	}

	.le-selectcata::after {
		content: '';
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		background-image: url('/wp-content/uploads/2025/07/right-arrow.svg');
		top: -12px;
		right: 0;
		z-index: 0;
		filter: invert(1);
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(-90deg);
		background-size: 10px;
	}

	.video-home iframe {
		top: 40% !important;
		height: 100vh !important;
	}

	.video-home {
		height: 100vh;
	}

	div#formRecherche form.search-form input.search-field::placeholder,
	div#formRecherche form.search-form input.search-field {
		color: #25455E;
	}

	.contact h2 {
		line-height: 32px;
	}

	.bio-modal {
		height: 80vh;
		/* width: 97%; */
	}

	.relative.president.flex.flex-col.items-center {
		width: 100%;
	}

	.cartouche-catalogue .service {
		width: 100% !important;
		/* height: 29vh; */
	}

	.new-page-accueil .slider-full h2, .slider-full h2 p {
		font-size: 1.6rem !important;
		width: 98% !important;
		line-height: 1.8rem !important;
	}

	.cartouche-home .swiper-slide .btn-block.absolute {
		bottom: 2rem !important;
		transition: bottom 1s;
	}

}