/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

main,
header {
	overflow-x: hidden;
}

header,
.no-scroll {
	overflow: hidden;
}

#h1-accueil {
	overflow: hidden;
	text-indent: -9999px;
	line-height: 0;
	margin: 0;
	display: none;
}

h1.site-title,
h1.entry-title {
	display: none;
}

.p-0 p {
	padding: 0;
}

.m-0 p {
	margin: 0;
}

.sub-arrow {
	display: inline-block;
	width: 10px;
	/* adapte la taille selon ton besoin */
	height: 9px;
	margin-left: 6px;
	/* petit espace avant l’icône */
	background: url("/wp-content/uploads/2025/08/ic_sharp-arrow-outward.svg") no-repeat center;
	background-size: contain;
}


#header_accueil .sub-arrow {
	background: url("/wp-content/uploads/2025/08/arrow_white.svg") no-repeat center;
}

.scrolled #img_header_accueil img {
	width: 100%;
}
.sub-arrow svg {
	display: none;
}

.scrolled {
	background-color: white !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#header_accueil.scrolled .sub-arrow {
	background: url("/wp-content/uploads/2025/08/ic_sharp-arrow-outward.svg") no-repeat center;
}

#header_accueil .elementor-menu-toggle {
	background-color: #fff !important;
	border-radius: 10px;
	padding-bottom: 10px;
}

.scrolled a {
	color: #000 !important;
	transition: color 0.3s ease;
}

.accordeon .e-n-accordion-item-title {
	justify-content: space-between;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
	gap: 0;
}
.elementor-widget-n-tabs .e-n-tab-title {
	flex-basis: auto;
	width: 33.33333333333333%;
}

/* Pour l'accordéon dans le details qui a le open on enlève la border */
/* <details id="e-n-accordion-item-2260" class="e-n-accordion-item" open=""> */
.e-n-accordion .e-n-accordion-item[open] summary {
	border: none !important;
}

.e-n-accordion .e-n-accordion-item[open] {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #EAE3DB;
}


#carrousel_temoignage .elementor-testimonial__footer .elementor-testimonial__image img {
	width: 100px;
	height: 132px;
}

#carrousel_temoignage .elementor-testimonial__footer {
	align-items: start;
}

#carrousel_temoignage .elementor-testimonial__footer .elementor-testimonial__cite {
	width: 35%;
}

#carrousel_temoignage .elementor-testimonial__footer .elementor-testimonial__image {
	width: 15%;
}

/* Wrapper des flèches */
.custom-arrows-wrapper {
	display: flex;
	justify-content: right;
	width: 50%;
	gap: 20px;
	margin-top: 35px;
}

/* Boutons */
.custom-arrows-wrapper .elementor-swiper-button {
	position: relative !important;
	width: 40px;
	height: 40px;
	padding: 15px;
	right: unset !important;
	left: unset !important;
	display: flex;
	justify-content: center;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
	align-items: center;
	cursor: pointer;
	transition: background 0.3s ease;
}

/* Remplacer l’icône par ton SVG */
.custom-arrows-wrapper .elementor-swiper-button::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url("/wp-content/uploads/2025/08/ic_sharp-arrow-outward.svg") no-repeat center;
	background-size: contain;
}

/* Rotation spécifique */
.custom-arrows-wrapper .elementor-swiper-button-prev::before {
	transform: rotate(-225deg);
	/* flèche gauche */
}

.custom-arrows-wrapper .elementor-swiper-button-next::before {
	transform: rotate(-45deg);
	/* flèche droite */
}

/* Supprimer les icônes par défaut d’Elementor */
.custom-arrows-wrapper .elementor-swiper-button i,
.custom-arrows-wrapper .elementor-swiper-button svg {
	display: none !important;
}

.jet-image-accordion__button {
	/* Mettre underline à 3px d'écart */
	text-decoration: underline !important;
	text-underline-offset: 10px;
}

.jet-image-accordion__button {
	position: relative;
	display: inline-flex;
	/* permet de bien aligner le texte + l'icône */
	align-items: center;
	gap: 8px;
	/* espace automatique entre le texte et l'icône */
}

.jet-image-accordion__button::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("/wp-content/uploads/2025/08/arrow_white.svg") no-repeat center;
	background-size: contain;
}

.off-set-underline {
	text-underline-offset: 10px;
}

.elementor-button-content-wrapper .elementor-button-icon {
	width: 10px;
}

.carrousel-tms .swiper-slide {
	display: flex;
	justify-content: flex-start;
	padding: 0;
}

.carrousel-tms .elementor-main-swiper {
	width: 100%;
}
.carrousel-tms .swiper-slide .elementor-testimonial__image {
	display: flex;
	justify-content: center;
	background-color: #EAE3DB73;
	padding: 9px;
}
.carrousel-tms .swiper-slide img {
	    object-fit: none;
}

.elementor-182 .elementor-element.elementor-element-2911e03.elementor-arrows-yes .elementor-main-swiper {
	width: 100%;
}

.carrousel-articles .e-child {
	height: inherit;
}

/* Mobile */
@media (max-width: 767px) {
	#carrousel_temoignage .elementor-testimonial__footer {
		flex-wrap: wrap;
	}

	#carrousel_temoignage .elementor-testimonial__footer .elementor-testimonial__cite {
		width: 55%;
	}

	#carrousel_temoignage .elementor-testimonial__footer .elementor-testimonial__image {
		width: 35%;
	}

	.custom-arrows-wrapper {
		width: 100%;
		justify-content: center;
	}
}