.sgsap-animation.sgsap-animation.sgsap-animation,
.sgsap-home-cards-wrapper.sgsap-home-cards-wrapper,
.maesg-offer-cta.maesg-offer-cta.maesg-offer-cta,
.sg-loop-wrapper.sg-loop-wrapper.sg-loop-wrapper{
	transition: none;
}

.elementor-widget-heading .elementor-heading-title strong{
	font-weight: inherit;
	display: inline-block;
	position: relative;
}
.elementor-widget-heading .elementor-heading-title strong::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 0.08em);
	left: 0;
	width: 100%;
	height: 16px;
	background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='16' viewBox='0 0 180 16' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 13L179 3' stroke='%23FFCC00' stroke-width='5'/></svg>");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
	z-index: 0;
}

@media (max-width: 768px) {
	.elementor-widget-heading .elementor-heading-title strong::before {
	  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='16' viewBox='0 0 180 16' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 13L179 3' stroke='%23FFCC00' stroke-width='3'/></svg>");
	  top: calc(100% - 0.15em);
		transform: rotate(1.5deg); 
  	transform-origin: bottom right; 
	height: 0.5em;
	}
}  


#sg-store-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 15px;
	overflow-y: auto;
    height: 100%;
	padding-bottom: 80px;
}

#sg-postal-error{
	position: absolute;
	bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
	color: red; 
	margin-top: 5px; 
	font-size: 14px;
}

/* Section: timeline */
.maesg-timeline p{
	margin-bottom: 0;
}

.maesg-timeline .timeline-item {
	position: relative;
	min-height: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  
  .maesg-timeline .timeline-item:before {
	position: absolute;
	bottom: 0px;
	top: 0px;
	display: block;
	content: '';
	transform: translateX(-50%);
  }
  
  .maesg-timeline .timeline-item .timeline-pin {
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
  }
  
  .maesg-timeline .timeline-item .timeline-pin > div {
	line-height: 0;
  }
  
  .maesg-timeline .timeline-item:last-child {
	min-height: 0;
  }
  
  .maesg-timeline .timeline-item:last-child::before {
	display: none;
  }
  
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate .timeline-wrapper {
	display: flex;
	flex-direction: column;
	align-items: end;
	flex-wrap: wrap;
  }
  
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-right .timeline-item,
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even),
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd) {
	text-align: right;
	align-self: start;
  }
  
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-right .timeline-item::before,
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even)::before,
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd)::before {
	transform: translateX(50%);
  }
  
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-right .timeline-item .timeline-pin,
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even) .timeline-pin,
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd) .timeline-pin {
	right: 0;
	left: auto;
  }
  
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-left .timeline-item,
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(even),
  body[data-elementor-device-mode=mobile] .maesg-timeline-align-sm-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(odd) {
	text-align: left;
  }
  
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate .timeline-wrapper {
	display: flex;
	flex-direction: column;
	align-items: end;
	flex-wrap: wrap;
  }
  
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-right .timeline-item,
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even),
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd) {
	text-align: right;
	align-self: start;
  }
  
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-right .timeline-item::before,
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even)::before,
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd)::before {
	transform: translateX(50%);
  }
  
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-right .timeline-item .timeline-pin,
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even) .timeline-pin,
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd) .timeline-pin {
	right: 0;
	left: auto;
  }
  
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-left .timeline-item,
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(even),
  body[data-elementor-device-mode=tablet] .maesg-timeline-align-md-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(odd) {
	text-align: left;
  }
  
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate .timeline-wrapper {
	display: flex;
	flex-direction: column;
	align-items: end;
	flex-wrap: wrap;
  }
  
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-right .timeline-item,
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even),
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd) {
	text-align: right;
	align-self: start;
  }
  
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-right .timeline-item::before,
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even)::before,
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd)::before {
	transform: translateX(50%);
  }
  
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-right .timeline-item .timeline-pin,
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(even) .timeline-pin,
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(odd) .timeline-pin {
	right: 0;
	left: auto;
  }
  
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-left .timeline-item,
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-left .timeline-item:nth-child(even),
  body[data-elementor-device-mode=desktop] .maesg-timeline-align-lg-alternate.maesg-timeline-alt-first-right .timeline-item:nth-child(odd) {
	text-align: left;
  }
  
  .maesg-timeline-rounded-sm .timeline-pin {
	border-radius: 8px;
  }
  
  .maesg-timeline-rounded-md .timeline-pin {
	border-radius: 15px;
  }
  
  .maesg-timeline-rounded-lg .timeline-pin {
	border-radius: 20px;
  }
  


/*test gsap*/
.sg-loop-card-offres {
	position: relative;
	overflow: hidden;
  }
  
  .sg-single-card-offres {
	position: relative;
	width: 100%;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.3s, transform 0.3s;
  }
  
  .sg-single-card-offres.sg-card-active {
	z-index: 2;
  }
  
	.elementor-button-content-wrapper{
		align-items: center;
	}

	.maesg-main-nav nav.elementor-nav-menu--main > *[data-elementor-post-type="elementor_library"]{
		display: none;
	}



/* Animation classes */
.fadeInDown {
    animation: fadeInDown 0.3s forwards;
}

.fadeOutUp {
    animation: fadeOutUp 0.3s forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

	.maesg-main-nav .elementor-nav-menu .sub-arrow{
		position: absolute;
		right: 0;
		padding: 20px;
	}

	.maesg-main-nav .elementor-nav-menu .sub-arrow>svg.e-font-icon-svg{
		width: 13px;
    height: 13px;
		transition: all 0.2s ease;
	}
	.maesg-main-nav a.elementor-button{
		display: inline-block;
	}
	@media (min-width: 1025px) {
		.maesg-main-nav .elementor-nav-menu .sub-arrow{ 
			position: relative;
			padding: 10px;
		}
		.maesg-main-nav .elementor-nav-menu .elementor-item .sub-arrow>svg.e-font-icon-svg{
			fill: var(--e-global-color-primary);
		}
		.maesg-main-nav .elementor-nav-menu .elementor-item:hover .sub-arrow>svg.e-font-icon-svg{
			fill: var(--e-global-color-c7634be);
		}
	}

	@media (max-width: 1024px) { 
		.maesg-main-nav .elementor-nav-menu > li > .elementor-item{
			padding: 22px 25px 15px 25px;
		}
		.maesg-main-nav .elementor-nav-menu .sub-arrow>svg.e-font-icon-svg{
			fill: var(--e-global-color-primary);
		}
		.maesg-main-nav .elementor-nav-menu a[aria-expanded="true"] .sub-arrow{
			transform: rotate(180deg);
		}
		.maesg-main-nav nav.elementor-nav-menu--main > *[data-elementor-post-type="elementor_library"]{
			display: block;
		}
		.maesg-main-nav nav.elementor-nav-menu--main{
			height: 100vh;
		}
		.maesg-main-nav nav.elementor-nav-menu--main.elementor-nav-menu--dropdown {
				display: none;
		}
	
		.maesg-main-nav nav.elementor-nav-menu--main.elementor-nav-menu--dropdown ul.elementor-nav-menu{
			display: block;
		}
	
		.maesg-main-nav nav.elementor-nav-menu--main.elementor-nav-menu--dropdown ul.elementor-nav-menu > li > .elementor-item{
			display: flex;
			flex-direction: column;
			align-items: start;
			background-color: transparent;
		}
	
		.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{
			flex-direction: column;
			position: relative;
		}
		.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:before{ 
			content:'';
			display: block;
			height: 1px;
			position: absolute;
			bottom: -1px;
			left: 20px;
			right: 20px;
			background-color:  var(--e-global-color-c7634be);
			opacity: 0.3;
		}
	
		.elementor-nav-menu--main .elementor-nav-menu ul.sub-menu{
			position: relative;
		}
		/* Animation for sub-menu: hidden by default with max-height 0, with transition */
		nav.elementor-nav-menu--main ul.sub-menu{
			overflow: hidden;
			transition: max-height 0.3s ease;
			max-height: 0; /* collapsed */
			width: 100%;
		}

		nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
			max-height: calc(100vh - 75px) !important;
			overflow: scroll;
		  margin-top: 2.5px;
		}
	}


	@media (max-width: 768px) { 
		.maesg-main-nav .elementor-nav-menu > li > .elementor-item{
			padding: 22px 20px 15px 20px;
		}
	}

.maesg-prix-offre {
	padding: 11px;
	position: relative;
}
@media (min-width: 1025px) { 
	.maesg-prix-offre {
		padding: 15px;
	}
}

.maesg-prix-offre:before{
	content:'';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	transform: rotate(-2.5deg);
	box-shadow: 0px 0px 15px 0px #00000026;
}
.maesg-prix-offre > *{
	position: relative;
}

.maesg-prix-offre.type-devis .label-small{
	margin-left: 10px;
}


.elementor-location-header {
	position: absolute;
	width: 100%;
	opacity: 1;
	transition: none; /* Pas de transition par défaut */
	z-index: 999;
	top: 0;
}

.elementor-location-header.sg-header-sticky-prepare {
	/* Préparation sans transition */
	position: fixed;
	top: -200px;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: none;
	opacity: 1;
}

.elementor-location-header.sg-header-sticky {
	/* Transition appliquée après la préparation */
	transition: top 0.3s ease-in-out; /* Transition pour sticky */
}



.elementor-location-header .maesg-main-header{ 
	transition: top 0.3s ease-in-out; /* Transition pour sticky */
}
@media (min-width: 1025px) {
	.elementor-location-header.sg-header-sticky .elementor-element.elementor-element.maesg-main-header{ 
		top: -51px;
	}
	
	.elementor-location-header.sg-header-sticky.sg-header-sticky-full .elementor-element.elementor-element.maesg-main-header{ 
		top: 0px;
	}
}

.elementor-location-header.sg-header-sticky .maesg-bottom-menu:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	height: auto;
	display: block;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre ajoutée pour le sticky */
}

.elementor-location-header.sg-header-sticky.sg-header-sticky-visible {
	top:0;
	transition: top 0.5s ease-in-out; /* Applique la transition pour la visibilité */
}

.elementor-location-header.sg-header-sticky .maesg-logo-menu{
	width: 145px !important;
	justify-content: flex-end;
	padding: 28px 28px 20px 28px;
}
body[data-elementor-device-mode="desktop"] .elementor-location-header.sg-header-sticky .maesg-logo-menu{
	padding: 20px 28px 20px 28px;
	min-height: 0;
	top: 40px !important;
}
body[data-elementor-device-mode="desktop"] .elementor-location-header.sg-header-sticky .maesg-logo-menu:before{
	top: 0 !important;
	height: 100% !important;
}

body[data-elementor-device-mode="mobile"] .elementor-location-header.sg-header-sticky .maesg-logo-menu{
	width: 80px !important;
	min-height: 60px;
	justify-content: center;
	padding: 15px;
}
body[data-elementor-device-mode="tablet"] .elementor-location-header.sg-header-sticky .maesg-logo-menu{
	width: 93px !important;
	min-height: 60px;
	justify-content: center;
	padding: 18px;
}

.sg-rounded-btn{
	position: relative;
	border-radius: 100%;
	display: block;
}

.sg-rounded-btn .sg-btn-svg-txt, .sg-rounded-btn .sg-btn-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sg-rounded-btn .sg-btn-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.sg-rounded-btn .sg-btn-icon svg{
	animation: sg-pulse 4.5s ease-in-out infinite;
}

.sg-rounded-btn,.sg-rounded-btn .sg-btn-svg-txt, .sg-rounded-btn .sg-btn-icon,  .sg-rounded-btn .sg-btn-icon svg path{
	transition: all 0.2s ease-in-out;
}

.sg-rounded-btn .sg-btn-svg-txt text{
	position: relative;
}
.sg-rounded-btn .sg-dot{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sg-rounded-btn .sg-dot-inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.sg-rounded-btn .sg-dot-inner svg{
	position: absolute;
	content: '';
	top: 50%;
	left: 3%;
	display: block;
	border-radius: 100%;
	transform: translateY(-50%);
	rotate: 6deg;
}

.sg-rounded-btn .sg-btn-svg-txt {
	animation: sg-rotate-reverse-tranlated 6.4s linear infinite;
	transform-origin: 0 0;
}
.sg-rounded-btn .sg-dot {
	animation: sg-rotate-reverse 6.4s linear infinite;
	transform-origin: center;
}

@keyframes sg-rotate-reverse {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
@keyframes sg-rotate-reverse-tranlated {
	0%   { transform: rotate(0deg) translate(-50%, -50%); }
	100% { transform: rotate(-360deg) translate(-50%, -50%); }
}

/* Pulse animation: scales down to 0.8 then back to 1 */
@keyframes sg-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}

.sg-warranty-table .sg-line-content-cell--icon svg{
	width: 20px;
}
.sg-warranty-table .sg-line-content-cell{
	text-align: center;
}
.sg-warranty-table .sg-warranty-col-footer{
	height: 17px;
	position: relative;
}
.sg-warranty-table .sg-warranty-col-footer .sg-warranty-button-wrapper{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

.sg-warranty-table .sg-warranty-col-footer .sg-warranty-button{
	background-color: var(--e-global-color-primary);
	font-size: 13px;
	padding: 11px 14px;
}
.sg-warranty-table table{
	border-collapse: separate;
  border-spacing: 8px 0px; 
	table-layout: fixed;
  width: 100%;
}
.sg-warranty-table table td,
.sg-warranty-table table th {
  border-bottom: 1px solid #fff;
}

.sg-warranty-table table tbody tr:last-child td,
.sg-warranty-table table tbody tr:last-child th,
.sg-warranty-table table tbody tr:nth-last-child(1 of .sg-line-parent) td,
.sg-warranty-table table tbody tr:nth-last-child(1 of .sg-line-parent) th,
.sg-warranty-table table tbody tr:nth-last-child(2) td,
.sg-warranty-table table tbody tr:nth-last-child(2) th  {
  border-bottom: none;
}

.sg-warranty-table table tbody tr:nth-last-child(1 of .sg-line-parent) + .sg-line-child.active td,
.sg-warranty-table table tbody tr:nth-last-child(1 of .sg-line-parent) + .sg-line-child.active th{
	 border-top: 1px solid #fff;
}

.sg-warranty-table table td:first-child,
.sg-warranty-table table th:first-child,
.sg-warranty-table .sg-line-title-wrapper {
  width: 150px;
}

.sg-warranty-table .sg-line-title-wrapper{
	padding: 10px 10px 10px 0;
	position: relative;
}
.sg-warranty-table .sg-line-title-wrapper.sg-line-spacing-right{
	padding-right: 20px;
}
.sg-warranty-table tr.sg-line-child .sg-line-title-wrapper{
	padding: 5px 10px 5px 0;
}

.sg-warranty-table tr.sg-line-child:not(.active) .sg-line-title-wrapper{
	padding: 0;
}
.sg-warranty-table table .sg-warranty-line-footer td:first-child{ 
	padding: 0;
}
.sg-warranty-table table .sg-warranty-line-footer td{
  border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.sg-warranty-table table th.sg-warranty-col-header{
  border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	vertical-align: bottom;
	position: relative;
	height: 1px;
}
.sg-warranty-table .sg-warranty-col-header-content-text{
	padding: 15px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.sg-warranty-elem-top.sg-warranty-table .sg-warranty-col-header-content-text{
	padding-top: 35px;
}

.sg-warranty-table .sg-line-title-cell{
	text-align: left;
}

.sg-warranty-table .sg-warranty-col-header-content-top{
	position: absolute;
	bottom: calc(100% - 20px);
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sg-warranty-table .sg-col-encart{
	padding: 7px 15px;
	border-radius: 12px;
	position: relative;
}
.sg-warranty-table .sg-col-encart a sup,
.sg-warranty-table .sg-line-content-cell a sup,
.sg-warranty-table .sg-line-title a sup{
	text-decoration: underline;
}

.sg-warranty-table .sg-warranty-col-header-has-encart .sg-col-price{
	margin-bottom: -10px;
}
.sg-warranty-table  .sg-col-price-inner{
	position: relative;
	padding: 7px;
	display: inline-block;
}

.sg-warranty-table  .sg-col-price-inner p{
	margin-bottom: 0;
}

.sg-warranty-table th{
	font-weight: normal;
}

.sg-warranty-table .sg-col-price-inner:before{
	content:'';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	transform: rotate(-2.5deg);
	box-shadow: 0px 0px 15px 0px #00000026;
}
.sg-warranty-table  .sg-col-price{
	position: relative;
}

.sg-warranty-table  .sg-col-price sub, .sg-warranty-table  .sg-col-price sup{
	display: inline-block;
}

.sg-warranty-table  .sg-col-price sup{
	transform: translate(var(--sg-sup-translateX,0), var(--sg-sup-translateY,0));
}
.sg-warranty-table  .sg-col-price sub{
	transform: translate(var(--sg-sub-translateX,0), var(--sg-sub-translateY,0));
}

.sg-warranty-table .sg-col-price-wrapper{
	position: relative;
}

.sg-warranty-table .sg-svg-promo{
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: 9;
	width: 17px;
}

.sg-warranty-table .sg-line-surtitre{
	margin-top: -10px;
	margin-bottom: 5px;
}
 /* Accordion CSS scoped to the warranty table */
.sg-warranty-table .sg-accordion-toggle {
  padding: 10px 5px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transform-origin: top center;
}
.sg-warranty-table .sg-line-tooltip {
	position: absolute;
	right: 5px;
	top: 15px;
	height: 16px;
}

.sg-warranty-table .sg-line-tooltip svg{
	width: 16px;
}

.sg-warranty-table .sg-line-tooltip .sg-line-tooltip-template {
	display: none;
}

.sg-warranty-table .sg-line-tooltip .sg-line-tooltip-button{
	cursor: pointer;
}

.sg-warranty-table .sg-line-tooltip .sg-line-tooltip-button svg path{
	transition: all .2s ease;
	fill: rgba(30, 55, 125, 0.2);;
}
.sg-warranty-table .sg-line-tooltip .sg-line-tooltip-button:hover svg path{
	fill:var(--e-global-color-primary);
	opacity: 1;
}

.sg-warranty-table .sg-accordion-toggle.open{
	transform: rotate(-180deg) translateY(-50%);
}

.sg-line-child .sg-line-title{
	padding-right: 20px;
	word-break: break-word;
}

/* Hide child rows’ title & content wrappers by default */
.sg-warranty-table .sg-line-child th > .sg-line-title-wrapper,
.sg-warranty-table .sg-line-child td > .sg-line-content-wrapper {
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .4s ease;
}
.sg-warranty-table .sg-line-child:not(.active) td > .sg-line-content-wrapper {
 padding-top: 0;
 padding-bottom: 0;
}

/* When active, expand wrappers */
.sg-warranty-table .sg-line-child:not(.active) th,
.sg-warranty-table .sg-line-child:not(.active) td {
  border-width: 0;
}
.sg-warranty-table .sg-line-child.active th > .sg-line-title-wrapper,
.sg-warranty-table .sg-line-child.active td > .sg-line-content-wrapper {
  max-height: 150px;    /* adjust as needed */
  transition: all .6s ease;
}


.elementor-editor-active .sg-warranty-table .sg-line-child th > .sg-line-title-wrapper,
.elementor-editor-active .sg-warranty-table .sg-line-child td > .sg-line-content-wrapper {
  max-height: 150px;    /* adjust as needed */
}

.elementor-editor-active .sg-warranty-table .sg-line-child th > .sg-line-title-wrapper{
	padding: 7px 30px 7px 0 !important;
}

.sg-warranty-table .sg-line-child .sg-line-tooltip {
	top: 7px;
}

.sg-warranty-table .sg-line-empty{
	font-weight: 600;
	font-size: 18px;
}
.sg-line-tooltip .tippy-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
	box-shadow: 0px 0px 10px 0px #00000026;
  text-align: center;
	min-width: 205px;
}

.sg-line-tooltip .tippy-content{
	padding: 0;
}

.sg-line-tooltip .sg-line-tooltip-title{
	margin-bottom: 5px;
}

	.sg-warranty-table .sg-col-before-price{
		position: relative;
		text-align: left;
		font-size: 12px;
	}
/* sg: make first column sticky */
/* sg: mobile layout */
.sg-warranty-table table thead th:first-child{
	padding-right: 30px;
}

.sg-warranty-table .sg-warranty-table-title{
	word-break: break-word;
}

@media (max-width:1024px) {
  .sg-warranty-table-wrapper {
    position: relative;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
		width: calc(100vw - 15px);
		padding-right: 200px;
		padding-bottom: 70px;
	}
	.sg-warranty-table.sg-warranty-slider:before{
		content:"";
		position: absolute;
		background-color: #fff;
		left: 0;
		top: 0;
		bottom: 0;
		width: 160px;
		z-index: 10;
	}
  .sg-warranty-table-wrapper::-webkit-scrollbar {
    display: none;
  }

  .sg-warranty-table.sg-warranty-slider table{
    table-layout: fixed;
    width: auto; /* allow scrolling */
  }
  .sg-warranty-table.sg-warranty-slider thead,
  .sg-warranty-table.sg-warranty-slider tbody {
    /* display: block; */
    transition: transform .3s ease;
  }

	.sg-warranty-table.sg-warranty-slider thead th, .sg-warranty-table.sg-warranty-slider thead th .sg-warranty-col-header-content-text{
		width: 160px;
	}
  /* make first column sticky */
  .sg-warranty-table.sg-warranty-slider th:first-child,
  .sg-warranty-table.sg-warranty-slider td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 11;
  }
  /* nav buttons */
  .sg-warranty-table .sg-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 12;
  }
  .sg-warranty-table .sg-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: var(--e-global-color-c7634be);
		opacity: 0.5;
    cursor: pointer;
		transition: all 0.2s ease;
  }
  .sg-warranty-table .sg-dot:hover {
    opacity: 1;
  }
  .sg-warranty-table .sg-dot.active {
    opacity: 1;
		width: 28px;
  }
}

.sg-warranty-table .sg-line-content-wrapper{
	padding: 5px 10px;	
}

@media (min-width:768px) {
	.sg-warranty-table .sg-line-content-wrapper{
	padding: 7px 15px;	
}
	.sg-warranty-table table td:first-child,
	.sg-warranty-table table th:first-child,
	.sg-warranty-table .sg-line-title-wrapper {
		width: 230px;
	}
	.sg-warranty-table.sg-warranty-col-1 table td:first-child,
	.sg-warranty-table.sg-warranty-col-1 table th:first-child{
		width: 40%;
	}
	.sg-warranty-table.sg-warranty-col-1 .sg-line-title-wrapper {
		width: 100%;
	}
  .sg-line-tooltip .tippy-box {
		padding: 15px;
		min-width: 225px;
	}
	.sg-warranty-table .sg-line-title-wrapper {
		padding: 15px 15px 15px 0;
	}
	.sg-warranty-table tr.sg-line-child .sg-line-title-wrapper{
		padding: 5px 15px 5px 0;
	}
	.sg-warranty-table .sg-line-title-wrapper.sg-line-spacing-right{
		padding-right: 30px;
	}
	.sg-warranty-table .sg-accordion-toggle {
		padding: 10px;
	}
	.sg-warranty-table .sg-line-tooltip {
		height: 18px;
	}
	
	.sg-warranty-table .sg-line-tooltip svg{
		width: 18px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
  .sg-warranty-table.sg-warranty-slider:before{
		width: 245px;
	}
	.sg-warranty-table.sg-warranty-slider thead th, .sg-warranty-table.sg-warranty-slider thead th .sg-warranty-col-header-content-text{
		width: 200px;
	}
	.sg-warranty-table-wrapper{
		padding-right: 400px;
	}
}
@media (min-width: 1025px) { 
	.sg-warranty-table .sg-line-content-wrapper{
		padding: 10px 20px;	
	}
	.sg-warranty-table .sg-col-before-price{
		font-size: 16px;
	}
	.sg-warranty-table .sg-line-surtitre{
		margin-top: -25px;
	}
	.sg-warranty-table .sg-line-subtitle{
		margin-bottom: -7px;
	}

	.sg-warranty-table .sg-line-child.active + .sg-line-parent .sg-line-surtitre{
		margin-top: -15px;
	}
	.sg-warranty-table table td:first-child,
	.sg-warranty-table table th:first-child,
	.sg-warranty-table .sg-line-title-wrapper {
		width: 310px;
	}

	.sg-warranty-table.sg-warranty-col-1 table td:first-child,
	.sg-warranty-table.sg-warranty-col-1 table th:first-child{
		width: 40%;
	}
	.sg-warranty-table.sg-warranty-col-1 .sg-line-title-wrapper {
		width: 100%;
	}
	.sg-warranty-table.sg-warranty-col-2 table td:first-child,
	.sg-warranty-table.sg-warranty-col-2 table th:first-child{
		width: 30%;
	}
	.sg-warranty-table.sg-warranty-col-2 .sg-line-title-wrapper {
		width: 100%;
	}
	.sg-warranty-table .sg-line-title-wrapper {
		padding: 20px 20px 20px 0;
	}
	.sg-warranty-table tr.sg-line-child .sg-line-title-wrapper{
		padding: 7px 20px 7px 0;
	}
	.sg-warranty-table .sg-line-title-wrapper.sg-line-spacing-right{
		padding-right: 50px;
	}
	.sg-warranty-table .sg-accordion-toggle {
		right: 12px;
	}
	.sg-warranty-table .sg-line-tooltip {
		right: 20px;
		top: 20px;
	}
	.sg-line-tooltip .tippy-box {
		padding: 25px;
		min-width: 285px;
	}
	.sg-line-tooltip .sg-line-tooltip-title{
		margin-bottom: 10px;
	}
	.sg-warranty-table .sg-warranty-col-footer{
		height: 21px;
	}
	.sg-warranty-table .sg-warranty-col-footer .sg-warranty-button{
		padding: 15px 19px;
	}
	.sg-warranty-table  .sg-warranty-col-header-content-text{
		padding:15px 25px;
	}
	.sg-warranty-table.sg-warranty-elem-top .sg-warranty-col-header-content-text{
		padding-top: 55px;
	}
	.sg-warranty-table .sg-warranty-col-header-content-top{
		bottom: calc(100% - 40px);
	}
	.sg-warranty-table  .sg-col-price-inner{
		padding: 15px;
	}
	.sg-warranty-table .sg-svg-promo{
		top: -10px;
		width: 23px;
	}
	.sg-warranty-table .sg-col-encart{
		padding: 10px 20px;
	}
}

.maesg-guide {
	display: flex;
	flex-wrap: nowrap; 
	align-items: stretch; 
}

.maesg-guide-rcol .maesg-guide-fade{
	content: '';
	position: sticky;
	bottom: -20px;
	left: 0px;
	right:0px;
	display: block;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	height: 120px;
	z-index: 9;
}
@media (max-width: 768px){
	.maesg-guide-rcol .maesg-guide-fade{
		background: none;
		z-index: -1;
	}
}
.maesg-guide .maesg-rcol-content a{
	color: var(--e-global-color-text);
	text-decoration: underline;
}
.maesg-guide .maesg-rcol-content a:hover{
	color: var(--e-global-color-c7634be);
}
.maesg-guide .maesg-rcol-content ul, .elementor-widget-text-editor ul, .elementor-tab-content ul, .sgc-wysiwyg ul{
	margin-bottom: 1em;
}

.maesg-guide .maesg-rcol-content ul li, .elementor-widget-text-editor ul li, .elementor-tab-content ul li, .sgc-wysiwyg ul li{
	--maesg-li-icon-size:1.1em;
	--maesg-li-icon-color:var(--e-global-color-primary);
	padding-left:calc(var(--maesg-li-icon-size) * 1.6);
	display:block;
	position:relative;
	margin-bottom: 0.45em;
}
.maesg-guide .maesg-rcol-content ul li:before, .elementor-widget-text-editor ul li:before, .elementor-tab-content ul li:before, .sgc-wysiwyg ul li:before{
	content:"";
	position:absolute;
	left:0;
	display:block;
	width: 1em;
	height: 1em;
  top: 0.25em;
	/* On utilise font-size pour piloter la taille */
	font-size: var(--maesg-li-icon-size);
	/* L’icône prend la couleur actuelle */
	color: var(--maesg-li-icon-color);
	background-color: var(--maesg-li-icon-color);

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* SVG encodé en data-URI, avec fill=currentColor */
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='currentColor' d='M8 0C3.584 0 0 3.584 0 8C0 12.416 3.584 16 8 16C12.416 16 16 12.416 16 8C16 3.584 12.416 0 8 0ZM8 14.4C4.472 14.4 1.6 11.528 1.6 8C1.6 4.472 4.472 1.6 8 1.6C11.528 1.6 14.4 4.472 14.4 8C14.4 11.528 11.528 14.4 8 14.4ZM11.672 4.464L6.4 9.736L4.328 7.672L3.2 8.8L6.4 12L12.8 5.6L11.672 4.464Z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='currentColor' d='M8 0C3.584 0 0 3.584 0 8C0 12.416 3.584 16 8 16C12.416 16 16 12.416 16 8C16 3.584 12.416 0 8 0ZM8 14.4C4.472 14.4 1.6 11.528 1.6 8C1.6 4.472 4.472 1.6 8 1.6C11.528 1.6 14.4 4.472 14.4 8C14.4 11.528 11.528 14.4 8 14.4ZM11.672 4.464L6.4 9.736L4.328 7.672L3.2 8.8L6.4 12L12.8 5.6L11.672 4.464Z'/></svg>");
}

.maesg-guide-lcol {
	position: relative;
	flex: 0 0 330px; 
	display: flex;
	flex-direction: column;
}

.maesg-guide-lcol .maesg-lcol-wrapper {
	position: sticky;
	top: 0;
	overflow-y: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 100%; 
transition: padding-top 0.4s ease-in-out;
}

.maesg-guide-lcol .maesg-lcol-wrapper.is-sticky {
	/*padding-top: 120px;*/
transition: padding-top 0.4s ease-in-out;

}

.maesg-guide-lcol .maesg-lcol-wrapper ul {
	list-style: none;
	padding-left: 0;
}

.maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title {
	position: relative;
	padding-left: 40px;
	padding-bottom: 15px;
}

.maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-color: #D9D9D9;
	border-radius: 50%;
	z-index: 1;
}

.maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title.active.active-scroll, .maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title.active-scroll{
font-weight: bold !important;
}

.maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title.active-scroll::before {
	background-color: var(--e-global-color-primary); 
}

.maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title::after {
	content: "";
	position: absolute;
	left: 8.5px; 
	top: 30px;
	bottom: 0px;
	width: 3px; 
	background-color: #D9D9D9; 
	z-index: 0;
}

.maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title:last-child::after {
	content: none; 
}

.maesg-guide-lcol .maesg-lcol-wrapper .maesg-lcol-title a:hover {
	color: var( --e-global-color-primary ) !important;
}

.maesg-guide-rcol .maesg-rcol-wrapper .maesg-rcol-title {
	margin-bottom: 15px;
}

.maesg-guide-rcol .maesg-rcol-title .sg-icon {
	display: none;
}

.maesg-guide-rcol {
	flex-grow: 1; 
	overflow-y: auto;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	max-height: 70vh;
	position: relative;
}


.maesg-guide-rcol .maesg-rcol-wrapper {
	padding-right: 20px;
	padding-left:  var(--colr-padding-left, 20px);
	border-left: 1px solid rgba(104, 93, 93, 0.3);
	margin-bottom: -110px;
	padding-bottom: 50px;
	
}

.maesg-guide-rcol .maesg-rcol-content h3{
	margin-bottom: 10px;
	font-size: var( --e-global-typography-46a8f6b-font-size );
}

.maesg-guide-rcol .maesg-rcol-content h4{
	margin-bottom: 10px;
	font-size: var( --e-global-typography-054c6ab-font-size );
}

.maesg-guide-rcol .maesg-rcol-content table{
margin-bottom: 50px;
}

.maesg-guide-rcol .maesg-rcol-content table tr:first-child{
	border-bottom: 2px solid var(--e-global-color-text);
}

.maesg-guide-rcol .maesg-rcol-content table tr:not(:first-child){
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.maesg-guide-rcol .maesg-rcol-content table td{
vertical-align: middle;
padding: 15px 0;
}

.maesg-guide-rcol .maesg-rcol-content table td p{
margin: 0;
}

@media (max-width: 1024px) {
	.maesg-guide {
			flex-direction: column;
	}

	.maesg-guide-lcol {
			display: none;
	}

.maesg-guide-rcol {
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: none;
}


	.maesg-guide-rcol .maesg-rcol-wrapper {
			border-left: none;
			padding-right: 0;
			padding-left: 0;
	}

	.maesg-guide-rcol .maesg-rcol-wrapper .maesg-rcol-title {
			cursor: pointer;
			padding: 7px 0;
			position: relative;
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 0px;
			padding-left : var(--colr-padding-left, 20px);
			margin-bottom:0;
	}
	.maesg-guide-rcol .maesg-rcol-wrapper .maesg-rcol-title.maesg-rcol-title.maesg-rcol-title  {
			font-weight: normal;
			font-family: 'Lato'; 
	}
	
	.maesg-guide-rcol .maesg-rcol-title .sg-icon {
			display: inline-block;
			margin-left: 15px;
			transition: all 0.2s ease;
	}
	.maesg-guide-rcol .maesg-rcol-title .sg-icon > * {
			transition: all 0.2s ease;
	}
	.maesg-guide-rcol .maesg-rcol-title.maesg-rcol-title.maesg-rcol-title.active{
		font-weight: 700;
	}
	.maesg-guide-rcol .maesg-rcol-title.active .sg-icon > * {
		transform: rotate(-180deg);
	}

	.maesg-guide-rcol .maesg-rcol-content {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.2s ease-out;
			padding: 15px 0px 0px 0px;
			padding-left : var(--colr-padding-left, 20px);
			position: relative;
	}
	.maesg-guide-rcol .maesg-rcol-title::before {
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
		width: 20px;
		height: 20px;
		background-color: #D9D9D9;
		border-radius: 50%;
		z-index: 1;
	}
	.maesg-guide-rcol .maesg-rcol-title.active::before {
		background-color: var(--e-global-color-primary); 
	}
	.maesg-rcol-wrapper .maesg-rcol-content::after, .maesg-guide-rcol .maesg-rcol-title:after, .maesg-guide-rcol .maesg-rcol-title .sg-icon:after {
		content: "";
		position: absolute;
		left: 8.5px; 
		top: 0px;
		bottom: 0px;
		width: 3px; 
		background-color: #D9D9D9; 
		z-index: 0;
	}
	.maesg-guide-rcol .maesg-rcol-title:after {
		top: 35px;
	}
	.maesg-guide-rcol .maesg-rcol-title .sg-icon:after{
		top: 0px;
		bottom: calc(100% - 5px);
	}
	.maesg-guide-rcol .maesg-rcol-title:first-child .sg-icon:after,	.maesg-guide-rcol .maesg-rcol-title:nth-last-child(2):after, 	.maesg-rcol-wrapper .maesg-rcol-content:last-child::after{
		display: none;
	}
}

@media (max-width: 768px) {
	.maesg-rcol-wrapper .maesg-rcol-content::after, .maesg-guide-rcol .maesg-rcol-title:after, .maesg-guide-rcol .maesg-rcol-title .sg-icon:after {
		left: 7px;
	}
	.maesg-guide-rcol .maesg-rcol-title::before {
		width: 17px;
		height: 17px;
	}
	.maesg-rcol-wrapper .maesg-rcol-content{
		padding-top: 0;
	}
	.maesg-guide-rcol .maesg-rcol-title:after{
		top: 30px;
	}
	.maesg-guide-rcol .maesg-rcol-wrapper .maesg-rcol-title {
		padding: 5px 0;
		padding-left : var(--colr-padding-left, 20px);
	}
}

@media (max-width: 1024px) {
	.elementor-location-single .elementor-widget-theme-post-content div[data-elementor-type="wp-post"], .elementor-location-archive, .single-guide .elementor-location-single, div[data-elementor-post-type="page"]{
		display: flex;
		flex-direction: column;
	}
}
@media (min-width: 1025px) {
	.maesg-info-flash{
		pointer-events: none;
	}
	.maesg-info-flash > *{
		pointer-events: all;
	}
	.e-con.maesg-bcb-absolute{
		position: absolute;
		top: 160px;
	}
	.e-con.maesg-bcb-absolute span{
		color: #ffffffbb;
	}
	.e-con.maesg-bcb-absolute .sg-bcb-sep:before{
		background-color: #ffffff;
		opacity: 0.5;
	}
	.e-con.maesg-bcb-absolute a:not(:hover):not(:hover){
		color: #fff;
	}
}

.elementor-widget-maesg-cta .elementor-cta__content{
	flex-direction: column;
}

.elementor-widget-maesg-cta .sg-cta-end{
	flex-shrink: 0;
	flex-grow: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.elementor-widget-maesg-cta .elementor-cta__graphic{
	flex-shrink: 0;
	flex-grow: 1;
}

.elementor-widget-maesg-cta .sg-offer-price{
	display: inline-block;
	margin-bottom: -15px;
	text-align: left;
	align-self: center;
}

.elementor-widget-maesg-cta .elementor-cta__button-wrapper{
	position: relative;
}

.elementor-widget-maesg-cta .sg-btn-icon{
	display: inline-block;
	line-height: 1;
	transition: all 0.2s ease;
}

.elementor-widget-maesg-cta .elementor-button{
	display: flex;
	align-items: center;
	gap: 0.4em;
	border: solid;
}
.elementor-widget-maesg-cta .elementor-cta__text-before-btn p{
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.elementor-widget-maesg-cta .elementor-cta__content{
		flex-wrap: nowrap;
		flex-direction: row;
	}
}

/* Parent must be positionned to contain the absolutely positioned pseudo-element */
.sg-bcb-sep,
.sg-bcb-home {
  position: relative;
	display: inline-block;
	vertical-align: middle;
}
.elementor-widget-breadcrumbs{
  --maesg-bcb-sep-size: 11px;
  --maesg-bcb-home-size: 23px;

  /* Shared base icon colors */
  --maesg-bcb-sep-color: var( --e-global-color-c7634be );
  --maesg-bcb-home-color: var(--e-global-color-primary);
}
.sg-bcb-sep{
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.sg-bcb-home{
	width: var(--maesg-bcb-home-size);
	height: var(--maesg-bcb-home-size);
	margin-top: -10px;
}
/* Separator icon */
.sg-bcb-sep::before {
  /* generate empty pseudo-element */
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  /* control size via font-size */
  font-size: var(--maesg-bcb-sep-size);
  /* icon color via current color */
  color: var(--maesg-bcb-sep-color);
  background-color: var(--maesg-bcb-sep-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
	-webkit-mask-repeat: no-repeat;
  /* mask with inline SVG, fill uses currentColor */
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'><path opacity='0.5' fill='currentColor' d='M0.14 9.64L3.98 5.8L0.14 1.98L1.32 0.8L6.32 5.8L1.32 10.8L0.14 9.64Z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'><path opacity='0.5' fill='currentColor' d='M0.14 9.64L3.98 5.8L0.14 1.98L1.32 0.8L6.32 5.8L1.32 10.8L0.14 9.64Z'/></svg>");
}

/* Home icon, with text “Accueil” */
.sg-bcb-home .sg-bcb-home-txt{
  /* make room for the icon */
	font-size: 0;
}

.sg-bcb-home::before {
  content: "";
  position: relative;
  /* vertically center the icon relative to text */
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: var(--maesg-bcb-home-size);
  color: var(--maesg-bcb-home-color);
  background-color: var(--maesg-bcb-home-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
	-webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 21'><path fill='currentColor' d='M11.9524 3.17736L17.9286 8.49266V17.7176H15.5381V10.6306H8.36667V17.7176H5.97619V8.49266L11.9524 3.17736ZM11.9524 0L0 10.6306H3.58571V20.08H10.7571V12.9929H13.1476V20.08H20.319V10.6306H23.9048L11.9524 0Z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 21'><path fill='currentColor' d='M11.9524 3.17736L17.9286 8.49266V17.7176H15.5381V10.6306H8.36667V17.7176H5.97619V8.49266L11.9524 3.17736ZM11.9524 0L0 10.6306H3.58571V20.08H10.7571V12.9929H13.1476V20.08H20.319V10.6306H23.9048L11.9524 0Z'/></svg>");
}


.elementor-widget-breadcrumbs a{
	font-weight: inherit;
	vertical-align: initial;
	transition: all 0.2s ease;
}

@media (max-width: 1024px) {

.elementor-widget-breadcrumbs #breadcrumbs{
	white-space: nowrap;            /* Keep items on one line */
  overflow-x: auto;               /* Enable horizontal scrolling */
  overflow-y: hidden;             /* Disable vertical scrolling */

  /* Hide scrollbar in IE10+ */
  -ms-overflow-style: none;

  /* Hide scrollbar in Firefox */
  scrollbar-width: none;

  /* Enable momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
	position: relative;
}

.elementor-widget-breadcrumbs #breadcrumbs > span{
	padding-right: 20px;
}

.elementor-widget-breadcrumbs .elementor-widget-container:after{
	content: "";
	position: absolute;
	width: 20px;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 64.42%);
}


.elementor-widget-breadcrumbs #breadcrumbs::-webkit-scrollbar {
	display: none;
}
}

.elementor-widget-maesg_summary .sg-summary-title{
	position: relative;
	padding-left: 25px;
	padding-bottom: 7px;
}
.elementor-widget-maesg_summary .sg-summary-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	background-color: #D9D9D9;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.2s ease;
}
.elementor-widget-maesg_summary .sg-summary-title:after{
	content: "";
	position: absolute;
	left: 5px;
	top: 23px;
	bottom: 0px;
	width: 3px;
	background-color: #D9D9D9;
	z-index: 0;
}

.elementor-widget-maesg_summary .sg-summary-title:last-child::after{
	display: none;
}

.elementor-widget-maesg_summary .sg-summary-title a{
	transition: all 0.2s ease;
}
.elementor-widget-maesg_summary .sg-summary-title.active-scroll a{
	font-weight: 700 !important;
}
@media (min-width: 1025px) {
	.elementor-widget-maesg_summary .sg-summary-title:before{
		top: 5px;
		width: 20px;
		height: 20px;
	}
	.elementor-widget-maesg_summary .sg-summary-title:after{
		left: 8.5px;
		top: 30px;
	}
	.elementor-widget-maesg_summary .sg-summary-title{
		padding-left: 40px;
		padding-bottom: 15px;
	}
}

.single-guide .elementor-widget-theme-post-content .elementor-widget-text-editor ul li{
	--maesg-li-icon-color: var(--e-global-color-secondary);
}
.single-conseil-prevention .elementor-widget-theme-post-content .elementor-widget-text-editor ul li{
	--maesg-li-icon-color: var(--e-global-color-secondary);
}
.single-outils-pedagogiques .elementor-widget-theme-post-content .elementor-widget-text-editor ul li{
	--maesg-li-icon-color: var(--e-global-color-secondary);
}

.elementor-widget-theme-post-content.maesg-singular-content .wp-caption, .elementor-widget-theme-post-content.maesg-singular-content .elementor-image-carousel .swiper-slide-inner{
	position: relative;
}

.elementor-widget-theme-post-content.maesg-singular-content .wp-caption:before, .elementor-widget-theme-post-content.maesg-singular-content .elementor-image-carousel .swiper-slide-inner:before{
	position: absolute;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.05%, rgba(0, 0, 0, 0.4) 100%);
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 15px;
}

.elementor-widget-theme-post-content.maesg-singular-content .wp-caption .widget-image-caption, .elementor-widget-theme-post-content.maesg-singular-content .elementor-image-carousel .elementor-image-carousel-caption{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 15px 30px;
}

.elementor-widget-theme-post-content.maesg-singular-content .elementor-image-carousel .swiper-slide-image{
	width: 100%;
}

.elementor-widget-theme-post-content.maesg-singular-content .elementor-widget-image-carousel .elementor-widget-container{
	padding-bottom: 20px;
}

.elementor-widget-theme-post-content.maesg-singular-content .elementor-widget-image-carousel .swiper-pagination-bullet{
	transition: all 0.2s ease;
}

.elementor-widget-theme-post-content.maesg-singular-content .elementor-widget-image-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 32px;
	border-radius: 60px;
}

.elementor-widget-theme-post-content.maesg-singular-content .elementor-widget-video .elementor-wrapper{
	border-radius: 15px;
	overflow: hidden;
}


.elementor-blockquote__content +.e-q-footer{
	margin-top: 0 !important;
}

.sg-cta-popup--small{
	position: relative;
	margin-bottom: 25px;
}

.sg-cta-popup--small .sg-cta-popup__icon{
	display: flex;
}

.sg-cta-popup--small .sg-cta-popup__button{
	position: absolute;
	bottom: -15px;
	margin-left: auto;
  margin-right: auto;
	right: 0;
  left: 0;
  width: fit-content;
	transition: all 0.2s ease;
		display: inline-flex;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	align-items: center;
	gap: .5em;
	border: none;
	cursor: pointer;
}

.sg-cta-popup--large {
	display: flex;
	align-items: center;
}

.sg-cta-popup__link a {
	height: fit-content;
	display: flex;
	align-items: center;
	transition: all 0.2s ease;
}


.sg-cta-popup__button .sg-btn-icon{
	width: 15px;
}

.sg-cta-popup__icon svg.e-font-icon-svg, .sg-cta-popup .sg-cta-popup__icon svg{
	height: auto;
}


.sg-cta-popup-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
	align-items: center;
	justify-content: center;
  z-index: 1000;
	padding: 30px;
}



/* Overlay: covers entire popup container */
.sg-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

/* Content inside popup, centered */
.sg-cta-popup-popup .sg-cta-popup {
  position: relative;
  max-width: 900px;
	width: 90%;
  z-index: 1001;
	flex-grow: 1;
}

.sg-cta-popup-close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote-icon{
		text-align: center;
		position: relative;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote-icon:before, .elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote-icon:after{
		content: '';
		top:50%;
		height: 1px;
		top: calc(50% - 0.5px);
		display: block;
		position: absolute;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote-icon:before{
		left: 0;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote-icon:after{
		right: 0;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote{
		border-left: none !important;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .e-q-footer{
		justify-content: center;
		overflow: hidden;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote__author{
		position: relative;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote__author:before,	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote__author:after{
		content: '';
		top:50%;
		height: 1px;
		top: calc(50% - 0.5px);
		display: block;
		position: absolute;
		width: 100%;
		width: 50vw;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote__author:before{
		right: calc(100% + 15px);
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote__author:after{
		left: calc(100% + 15px);
	}
	.elementor-widget-theme-post-content.maesg-singular-content .elementor-blockquote{
		text-align: center;
	}
	.elementor-widget-theme-post-content.maesg-singular-content .sg-blockquote-no-author .elementor-blockquote__content{
		border-bottom: solid 1px;
	}

	.sgsap-home-cards-wrapper.sg-cards-padding-active 
		.e-loop-item:not(:last-child) { padding-bottom: 20px; }

	.sg-cta-popup--large {
    display: flex;
    align-items: center;
    flex-direction: column;
	}
}


.single-post .wp-caption {
	position: relative;
}

.single-post .wp-caption::before{
	position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.05%, rgba(0, 0, 0, 0.4) 100%);
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
}

.single-post .wp-caption .widget-image-caption{
	position: absolute;
    bottom: 10px;
    left: 25px;
}

.post-type-archive-conseil-prevention .elementor-widget-breadcrumbs,
.post-type-archive-outils-pedagogiques .elementor-widget-breadcrumbs,
.single-guide .elementor-widget-breadcrumbs,
.single-conseil-prevention .elementor-widget-breadcrumbs,
.single-outils-pedagogiques .elementor-widget-breadcrumbs,
.is-tax-categorie-guide .elementor-widget-breadcrumbs{
	--maesg-bcb-home-color:var(--e-global-color-secondary);
}
.post-type-archive-conseil-prevention .elementor-widget-breadcrumbs a:hover,
.post-type-archive-outils-pedagogiques .elementor-widget-breadcrumbs a:hover,
.single-guide .elementor-widget-breadcrumbs a:hover,
.single-conseil-prevention .elementor-widget-breadcrumbs a:hover,
.single-outils-pedagogiques .elementor-widget-breadcrumbs a:hover,
.is-tax-categorie-guide .elementor-widget-breadcrumbs a:hover
{
	color:var(--e-global-color-secondary) !important;
}


/*store locatore*/

#sg-store-locator{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.sg-conteneur-search{
	width: fit-content;
	margin-right: auto;
    margin-left: auto;
	position: relative;
}

/* .sg-conteneur-search::before {

    pointer-events: none;
} */


#sg-postal-btn{
	content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M25.2003%2025.2L21.7259%2021.7257M21.7259%2021.7257C22.3202%2021.1314%2022.7917%2020.4258%2023.1133%2019.6493C23.4349%2018.8729%2023.6005%2018.0406%2023.6005%2017.2001C23.6005%2016.3597%2023.4349%2015.5274%2023.1133%2014.7509C22.7917%2013.9744%2022.3202%2013.2689%2021.7259%2012.6746C21.1316%2012.0803%2020.4261%2011.6089%2019.6496%2011.2872C18.8731%2010.9656%2018.0409%2010.8%2017.2004%2010.8C16.3599%2010.8%2015.5277%2010.9656%2014.7512%2011.2872C13.9747%2011.6089%2013.2691%2012.0803%2012.6748%2012.6746C11.4746%2013.8748%2010.8003%2015.5027%2010.8003%2017.2001C10.8003%2018.8975%2011.4746%2020.5254%2012.6748%2021.7257C13.8751%2022.9259%2015.503%2023.6002%2017.2004%2023.6002C18.8978%2023.6002%2020.5257%2022.9259%2021.7259%2021.7257Z%22%20stroke%3D%22%231E377D%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2216.75%22%20stroke%3D%22%23FFCC00%22%20stroke-width%3D%222.5%22/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
	border:0;
	padding:0;
	cursor:pointer;
}


#sg-postal-search {
    min-width: 720px;
    max-width: 720px;
    border-radius: 50px;
    padding: 25px 35px;
    background-color: var(--e-global-color-cb2601d);
	color: var(--e-global-color-c7634be);
	border: none;
	font-family: lato;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.3px;
	position:relative;
}

#sg-postal-search::placeholder {
  color: rgba(30, 55, 125, 0.7); 
}

#sg-postal-search:focus-visible {
    outline: none;
}

.sg-main-content{
	display: flex;
}

.sg-main-content{
	display: flex;
	width: 100%;
	gap: 70px;
	margin-top: 40px;
}
.sg-main-content .sg-map-content{
	width: 55%;
	border-radius: 30px;
}

.sg-main-content .sg-map-content #sg-store-map{
    height: 660px;
    margin-top: 10px;
    position: relative;
    outline-style: none;
    border-radius: 20px;
}

.sg-main-content .sg-result-content{
	width: 40%;
	height: 700px;
    max-height: 700px;
    overflow: hidden;
	position: relative;
}

.sg-main-content .sg-result-content::before{
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	background: linear-gradient(to top, white 30%, transparent 100%);
}

.sg-main-content .sg-result-content .sg-result-reset{
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.sg-main-content .sg-result-content #sg-store-result-label{
	color: #495B8F;
	font-family: Lato;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	width: 50%;
    padding-right: 25px;
}

.sg-main-content .sg-result-content #reset-map{
	color: var(--e-global-color-c7634be);
	font-family: Lato;
	font-weight: 900;
	font-size: 13px;
	line-height: 14px;
	border-color: var(--e-global-color-primary);
	padding: 12px 20px;
	width: 50%;
	cursor:pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}


.sg-agence-card{
	border-top: 1px solid rgba(30, 55, 125, 0.2);
	padding-top: 25px;
}

.sg-agence-card.hover .sg-agence-card-title {
	color: var(--e-global-color-primary);
}

.sg-agence-card .sg-agence-card-contact{
    margin-bottom: 10px;
}

.sg-agence-card .sg-agence-card-contact .sg-agence-card-tel{
	margin-right: 50px;
	color: var(--e-global-color-c7634be);
	font-family: Lato;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	display: flex;
	align-items: center;
}

.sg-agence-card .sg-agence-card-contact .sg-agence-card-tel span{
	margin-left: 10px;
}

.sg-agence-card .sg-agence-card-contact .sg-agence-card-mail{
	color: var(--e-global-color-c7634be);
	font-family: Lato;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	display: flex;
	align-items: center;
}

.sg-agence-card .sg-agence-card-contact .sg-agence-card-mail span{
	margin-left: 10px;
}

.sg-agence-card-contact{
	display: flex;
}

.sg-agence-card .horaires{
	color: #495B8F;
	font-family: Lato;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.sg-map-popup-tittle{
	color: var(--e-global-color-c7634be);
	font-family: Livvic;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.sg-map-popup-adress{
	color: #495B8F;
	font-family: Lato;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 767px) {
	#sg-postal-search {
        min-width: fit-content;
        width: 350px;
        max-width: 100%;
		padding: 16px 24px;
		font-size: 15px;
		line-height: 22px;
	}

	#sg-postal-btn{
		width: 36px;
    	height: 36px;
		right: 10px;
	}

	.sg-agence-card{
		padding-top: 20px;
	}

	.sg-main-content{
		flex-direction: column;
	}

	.sg-main-content .sg-map-content{
		width: 100%;
	}

	.sg-main-content .sg-result-content{
		width: 100%;
	}

	.sg-main-content .sg-map-content #sg-store-map{
    	height: 330px;
		border-radius: 15px;
	}

	.sg-agence-card .sg-agence-card-contact .sg-agence-card-tel{
		margin-right: 25px;
	}

	.sg-main-content .sg-result-content #reset-map{
		font-size: 11px;
		line-height: 12px;
		padding: 10px 8px;
		width: 55%;
		letter-spacing: 0.5px;
	}

	.sg-main-content .sg-result-content #sg-store-result-label{
		font-size: 14px;
		line-height: 19px;
		width: 45%;
		padding-right: 15px;
	}

	#sg-postal-error {
		white-space: nowrap;
		text-align: center;
		display: inline-block;
		width: fit-content;
	}

	.sg-main-content{
		gap: 25px;
	}

}

.sg-widget-publication .elementor-post__text {
	display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
}

.sg-widget-publication .sg-custom-publication-icon {
	margin-right: 10px;
	margin-top: 7px;
}


.elementor-widget-loop-grid::after {
	content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px; /* Largeur du spinner */
  height: 50px; /* Hauteur du spinner */
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 24 24" stroke="%23000"%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1%20circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D@keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D@keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0%20150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42%20150;stroke-dashoffset:-16%7D95%25,100%25%7Bstroke-dasharray:42%20150;stroke-dashoffset:-59%7D%7D%3C/style%3E%3Cg class="spinner_V8m1"%3E%3Ccircle cx="12" cy="12" r="9.5" fill="none" stroke-width="3"%3E%3C/circle%3E%3C/g%3E%3C/svg%3E') no-repeat center;
  z-index:-1; /* Au-dessus de la couche semi-transparente */
  opacity: 0;
  transition: all 0.2s ease;
}
/* Classe loader pour la loopGrid */
.elementor-widget-loop-grid::before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* Couche semi-transparente */
  z-index: -2;
	opacity: 0;
	transition: all 0.2s ease;
	pointer-events: all;
}
.elementor-widget-loop-grid.sg-is-loading::after, .elementor-widget-loop-grid.sg-is-loading::before {
  z-index: 11;
	opacity: 1;
}


.sg-filters{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sg-filter-btn{
	  transition: all 0.2s ease;
		white-space: nowrap;
		cursor: pointer;
}

@media (min-width: 768px) {
    ul.sub-menu.mega-menu {
        margin-top: 10px !important;
    }
}

.menu-item-shortcode{ 
    position:relative;
}

.sub-menu.mega-menu .sg-mega-close{
    position:absolute;
    top:8px;
    right:15px;
    background:none;
    border:0;
    font-size:24px;
    line-height:1;
    cursor:pointer;
	z-index: 1000;
}
@media (max-width: 1024px){
.sub-menu.mega-menu .sg-mega-close{
	display: none;
}
}

.elementor-post-navigation{
	gap: 10px;
}

@media (min-width:768px) {
	.elementor-post-navigation{
		gap: 15px;
	}
}
@media (min-width: 1025px) { 
	.elementor-post-navigation{
		gap:20px;
	}
}
.sg-ajaxs-actu .sg-ajaxs-icon:not(:hover) path:last-child, .sg-ajaxdel-icon:not(:hover) path:last-child{
	fill:var(--e-global-color-primary) !important;
}
.sg-ajaxs{
	position: relative;
}

.sg-ajaxs-icon{
	position: absolute;
	right: 15px;
  top: 11px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}

.sg-ajaxs-icon svg path{
	transition: all 0.2s ease;
}

.sg-ajaxs .sg-ajaxs-input{
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.sg-ajaxs-label-wrapper{
	display: flex;
  gap: 10px;
}

.sg-ajaxs-label-wrapper .sg-ajaxs-clear{
	cursor: pointer;
}
.elementor-pagination{
	  display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.elementor-pagination span.prev, .elementor-pagination span.next{
	opacity: 0.5;
}

.elementor-pagination .prev{
	margin-right: 5px !important;
}
.elementor-pagination .next{
	margin-left: 5px !important;
}
.elementor-pagination .page-numbers:not(.prev):not(.next):not(.dots){
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border:solid 2px var(--e-global-color-cb2601d);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var( --e-global-typography-6862f93-font-family ), Sans-serif;
	font-size: 13px;
	transition: all 0.2s ease;
	line-height: 1;
}
.elementor-pagination a.page-numbers:not(.prev):not(.next):not(.dots):hover{
	background-color: var(--e-global-color-cb2601d);
}
.elementor-pagination .page-numbers:not(.prev):not(.next):not(.dots).current{
	border-color: var(--e-global-color-secondary);
	font-weight: 600;
}
.elementor-pagination .page-numbers.dots{
	font-size: 0;
	margin: 0 5px !important;
}

.elementor-pagination .page-numbers.dots::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='6' viewBox='0 0 26 6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23D9D9D9'/%3E%3Ccircle cx='13' cy='3' r='3' fill='%23D9D9D9'/%3E%3Ccircle cx='23' cy='3' r='3' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px 6px;
}

@media (min-width:768px) {
	.elementor-pagination .page-numbers:not(.prev):not(.next):not(.dots){
		width: 50px;
		height: 50px;
		border-radius: 50px;
		font-size: 18px;
	}
	.elementor-pagination .prev{
		margin-right: 10px !important;
	}
	.elementor-pagination .next{
		margin-left: 10px !important;
	}
	.elementor-pagination .page-numbers.dots::before {
		width: 26px;
		background-size: 26px 6px;
	}
}

.sginput-d-none{
	display: none;
}

.select2-container.select2-container--default.select2-container--open:not(.select2-container--below){
	z-index: 9999;
}
.select2-container--default .select2-selection--single.select2-selection--single{
	height: auto;
	border: none;
}
.wpcf7-form{
	--sg-form-main-color:var(--e-global-color-secondary);
}

.wpcf7-form :focus-visible{
	outline-color:var(--sg-form-main-color, var(--e-global-color-secondary));
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: var(--sg-form-main-color, var(--e-global-color-secondary));
}

.select2-dropdown{
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 15px 0px #00000026;
}
.wpcf7-submit{
	cursor: pointer;
	transition: all 0.2s ease;
}
.wpcf7-submit:focus-visible{
	outline: none;
}
.sg-submit-wrapper{
	text-align: center;
}

/* Hide the default Select2 arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* Replace arrow with a CSS-variable-tinted SVG mask */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 13px;
  height: 8px;
  /* use your form main color */
  background-color: var(--sg-form-main-color);
  /* apply SVG as mask so background-color becomes the fill */
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'><path d='M1.52227 0L6.47773 4.94467L11.4332 0L12.9555 1.52227L6.47773 8L0 1.52227L1.52227 0Z'/></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'><path d='M1.52227 0L6.47773 4.94467L11.4332 0L12.9555 1.52227L6.47773 8L0 1.52227L1.52227 0Z'/></svg>") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
	top: calc(50% - 8px);
  right: 15px;
	transition: all 0.2s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(180deg);
}

.wpcf7-spinner{
	margin-right: -48px;
}

.wpcf7-radio .wpcf7-list-item{
	display: block;
	margin: 0 0 10px 0;
}
.wpcf7-radio .wpcf7-list-item-label{
	display: inline-block;
  position: relative;
}
.wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-label-noitem{
	padding-left: 0;
}
.wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-label-noitem:before, .wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-label-noitem:after{
	display: none;
}

.wpcf7-radio .wpcf7-list-item-label:before{
	border-color: var(--sg-form-main-color);
		top: 5px;
}
.wpcf7-radio .wpcf7-list-item-label:after{
	background-color: var(--sg-form-main-color);
	top: 9px;
}

.wpcf7-submit:before {
  /* 1. make it an inline icon */
  content: "";
  display: inline-block;
  /* 2. match your SVG size */
  width: 10px;
  height: 10px;
  /* 3. use your form main color as the fill */
  background-color: var(--e-global-color-c7634be);
  /* 4. apply SVG as mask so background-color becomes the fill */
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><path d='M0 4.36869V5.63131H7.57576L4.10354 9.10354L5 10L10 5L5 0L4.10354 0.896465L7.57576 4.36869H0Z'/></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><path d='M0 4.36869V5.63131H7.57576L4.10354 9.10354L5 10L10 5L5 0L4.10354 0.896465L7.57576 4.36869H0Z'/></svg>") no-repeat center;
  /* 5. ensure the mask scales correctly */
  mask-size: contain;
  -webkit-mask-size: contain;
  /* 6. optional spacing */
  margin-right: 0.6em;
  vertical-align: middle;
	transition: all 0.2s ease;
	margin-top: -3px;
}

.wpcf7-submit:hover:before{
	background-color: #fff;
}

.wpcf7 form .wpcf7-response-output{
	    background: #fff;
    padding: 10px 15px;
		border-radius: 8px;
		border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #f56e28; /* Yellow */
}

.sg-ajaxdel, .sg-ajaxsgstp{
	position: relative;
}

.sg-ajaxdel-icon, .sg-ajaxsgstp-icon{
	position: absolute;
	right: 15px;
  top: 11px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}

.sg-ajaxdel-icon svg path, .sg-ajaxsgstp-icon svg path{
	transition: all 0.2s ease;
}

.sg-ajaxdel .sg-ajaxdel-input, .sg-ajaxsgstp .sg-ajaxsgstp-input{
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.sg-ajaxdel-label-wrapper, .sg-ajaxsgstp-label-wrapper{
	display: flex;
  gap: 10px;
}

.sg-ajaxdel-label-wrapper .sg-ajaxdel-clear, .sg-ajaxsgstp-label-wrapper .sg-ajaxsgstp-clear{
	cursor: pointer;
}

.sg-ajaxdel .ui-menu, .sg-ajaxsgstp .ui-menu {
    overflow: scroll;
    max-height: 255px;
		position: absolute !important;
		max-width: none;
		border-radius: 10px;
		top: 100% !important;
  }
	.sg-ajaxsgstp .ui-autocomplete .ui-menu-item-wrapper{
		padding: 15px;
		border-bottom: solid 1px rgba(30, 55, 125, 0.2);
		font-size: 16px;
    font-weight: 700;
	}
	.sg-ajaxsgstp .ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper{
		border-bottom: none;
	}
	.ui-autocomplete .ui-menu-item .ui-state-active{
		background-color: var( --e-global-color-cb2601d );
	}


	#maesg-delegue-wrapper:not(.sg-visible){
		display: none;
	}


.elementor-editor-active #maesg-delegue-wrapper:not(.sg-visible){
	display: block;
}

.maesg-btn-horaire-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
}

.maesg-info-flash:not(.maesg-info-flash-open){
	display: none !important;
}
.elementor-element-edit-mode.maesg-info-flash:not(.maesg-info-flash-open){
	display: flex !important;
}
#st-push-root{
	display: none !important;
}
.maesg-smartpush-cont#st-push-root{
	position: relative !important;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
}
.maesg-smartpush-cont#st-push-root .close-button,
.maesg-smartpush-cont#st-push-root .navigation-group{
	display: none;
}

.maesg-smartpush-cont#st-push-root .autocomplete-input.autocomplete-input{
	border-radius: 30px;
}


.maesg-smartpush-cont#st-push-root .search-bar{
	background-color: transparent;
	padding: 0;
}

.maesg-smartpush-cont#st-push-root .pages{
	background-color: transparent;
}

.maesg-smartpush-cont#st-push-root .pages{
	width: 100%;
}


.elq-component.elq-drawer-container.elq-drawer-container{
	z-index: 99999;
}

.elq-component h2.elq-title-drawer{
	font-size: 16px;
	color: #fff;
}

.elq-component button.elq-close{
	padding: 0;
	background-color: transparent;
}

.elq-component button.elq-close:hover{
	background-color: transparent;
}

#st-faq#st-faq .search-group{
	position: relative;
	background-image: none;
	padding:20px 0;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	margin-top: 50px;
	width:100%;
}
#st-faq#st-faq  .search-title{
	font-weight: 600;
	font-size: 30px;
}
#st-faq#st-faq .search-bar{
	    width: 100%;
}
#st-faq#st-faq input[type=text].autocomplete-input{
	border-radius: 30px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	color: var(--e-global-color-text);
	font-size: 15px;
}
#st-faq#st-faq input[type=text].autocomplete-input::placeholder{
	color: var(--e-global-color-text);
}
#st-faq .frequent-question-list .question-list{
	border-radius: 0 0 15px 15px;
}
#st-faq .home-page-title{
	border-radius: 15px 15px 0 0;
}
#st-faq .thematic-step-menu .thematic-step-item .thematic-title{
	border-radius: 15px;
	background-color: var(--e-global-color-cb2601d);
	border: none;
	outline: none;
}
#st-faq .thematic-step-menu .thematic-step-item.active .thematic-title{
	background-color: var(--e-global-color-cb2601d);
}

#st-faq .thematic-step-menu .thematic-step-item .thematic-title:hover{
	background-color: var(--e-global-color-cb2601d);
}
#st-faq#st-faq .thematic-menu li a:hover, #st-faq#st-faq .thematic-menu li button:hover, #st-faq#st-faq .thematic-menu li.active>a{
	background-color: var(--e-global-color-cb2601d);
}
#st-faq .thematic-step-menu .thematic-step-item .thematic-title .thematic-menu-item-title{
	color: var(--e-global-color-text);
}
#st-faq .thematic-step-menu .thematic-step-item.active .thematic-title .thematic-menu-item-title, #st-faq .thematic-step-menu .thematic-step-item:hover .thematic-title .thematic-menu-item-title{
	color: var(--e-global-color-c7634be);
}

#st-faq .breadcrumb:not(.suggestion-thematic-breadcrumbs) .breadcrumb-item{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	color: var(--e-global-color-c7634be);
	font-size: 15px;
}
#st-faq .promoted-question{
	border-radius: 15px;
}
#st-faq#st-faq .home-page-title, #st-faq#st-faq .promoted-question .title, #st-faq#st-faq .promoted-question-details .title, #st-faq#st-faq .question-page-title, #st-faq#st-faq .related-question-list-title, #st-faq#st-faq .results-page-title, #st-faq#st-faq .thematic-page-title, #st-faq#st-faq .thematic-step-title{
	font-weight: 600;
	font-size: 24px;
}
#st-faq#st-faq input[type=submit].search-bar-button{
	background-image: none;
	  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='m23.835 21.98-5.69-5.692a.56.56 0 0 0-.4-.164h-.618A9.72 9.72 0 0 0 19.5 9.75 9.75 9.75 0 0 0 9.749 0a9.75 9.75 0 0 0-9.75 9.75 9.75 9.75 0 0 0 9.75 9.75 9.72 9.72 0 0 0 6.375-2.371v.618c0 .15.061.29.164.399l5.69 5.69c.221.22.577.22.798 0l1.059-1.059a.563.563 0 0 0 0-.797M9.749 17.25a7.5 7.5 0 0 1-7.5-7.5c0-4.144 3.356-7.5 7.5-7.5s7.5 3.356 7.5 7.5c0 4.143-3.356 7.5-7.5 7.5'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='m23.835 21.98-5.69-5.692a.56.56 0 0 0-.4-.164h-.618A9.72 9.72 0 0 0 19.5 9.75 9.75 9.75 0 0 0 9.749 0a9.75 9.75 0 0 0-9.75 9.75 9.75 9.75 0 0 0 9.75 9.75 9.72 9.72 0 0 0 6.375-2.371v.618c0 .15.061.29.164.399l5.69 5.69c.221.22.577.22.798 0l1.059-1.059a.563.563 0 0 0 0-.797M9.749 17.25a7.5 7.5 0 0 1-7.5-7.5c0-4.144 3.356-7.5 7.5-7.5s7.5 3.356 7.5 7.5c0 4.143-3.356 7.5-7.5 7.5'/%3E%3C/svg%3E") no-repeat center;
  /* Apply your primary color */
  background-color: var(--e-global-color-primary);
}
#st-faq#st-faq .promoted-question, #st-faq#st-faq .promoted-question-details{
	max-width: none;
}

#st-faq#st-faq .thematic-step-menu, #st-faq#st-faq .content, #st-faq#st-faq .thematic-question-list .question-list{
	padding: 0;
}
#st-faq#st-faq .search-group:before{
	content: "";
	position: absolute;
	width: 100vw;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/wp-content/uploads/2025/06/femme-ordinateur.webp);
	background-position: top center;
	background-size: cover;
	z-index: -2;
}
#st-faq#st-faq .question-page-title, #st-faq#st-faq .related-question-list-title, #st-faq#st-faq .results-page-title, #st-faq#st-faq .thematic-page-title{
	padding-top: 0px;
	text-align: center;
}
#st-faq#st-faq .thematic-dropdown-wrapper, #st-faq#st-faq .breadcrumb:not(.suggestion-thematic-breadcrumbs), #st-faq#st-faq .thematic-dropdown-wrapper .active-thematic-title button{
	padding-left: 0;
	padding-right: 0;
}
#st-faq#st-faq .search-group:after{
	content: "";
	position: absolute;
	width: 100vw;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	opacity: 0.4;
	z-index: -2;
}

#st-faq-root#st-faq-root > *, #st-faq#st-faq{
	background-color: transparent;
}
@media (min-width:768px) {
#st-faq#st-faq .back-button{
	margin-bottom: 10px;
}
#st-faq#st-faq .home-page-title, #st-faq#st-faq .promoted-question .title, #st-faq#st-faq .promoted-question-details .title, #st-faq#st-faq .question-page-title, #st-faq#st-faq .related-question-list-title, #st-faq#st-faq .results-page-title, #st-faq#st-faq .thematic-page-title, #st-faq#st-faq .thematic-step-title{
	font-size: 28px;
}
	#st-faq#st-faq .search-title{
		font-size: 42px;	
	}
}
#st-faq#st-faq .search-bar, #st-faq#st-faq .search-examples, #st-faq#st-faq .search-title{
	max-width: none;
}
@media (min-width:1025px) {
	#st-faq#st-faq .back-button{
		margin-bottom: 30px;
	}
	#st-faq#st-faq .search-group{
		min-height: 540px;
		margin-top: 100px;
		width: 65%;
	}
	#st-faq#st-faq .home-page-title, #st-faq#st-faq .promoted-question .title, #st-faq#st-faq .promoted-question-details .title, #st-faq#st-faq .question-page-title, #st-faq#st-faq .related-question-list-title, #st-faq#st-faq .results-page-title, #st-faq#st-faq .thematic-page-title, #st-faq#st-faq .thematic-step-title{
	font-size: 32px;
}
	#st-faq#st-faq  .search-title{
		font-size: 55px;
	}
#st-faq#st-faq input[type=text].autocomplete-input{
	font-size: 18px;
	height: 70px;
	padding: 22px 70px 22px 30px;
	border-radius: 80px;
}
#st-faq#st-faq input[type=submit].search-bar-button{
	height: 70px;
}
}
.leaflet-sg_popup_behind-pane.leaflet-sg_popup_behind-pane{
	z-index: 900;
}

.sg-obfuscated-link{
	cursor: pointer;
}

.elementor-button{
	cursor: pointer;
}
.maesg-cart svg path{
		fill:var(--e-global-color-primary);
	}
@media (min-width:1025px) {
	.sub-menu.mega-menu > li.menu-item-shortcode {
		overflow: scroll;
		max-height: calc(100vh - 140px);
		position: absolute;
		background-color: transparent;
	}
	.sg-header-sticky-visible:not(.sg-header-sticky-full) .sub-menu.mega-menu > li.menu-item-shortcode {
		max-height: calc(100vh - 85px);
	}
	.maesg-cart-mobile{
		display: none;
	}
	.maesg-cart svg{
		margin-right: 10px;
	}
}


.axeptio_mount .ax-discardButton{
	background-color: transparent;
	margin: 3px 10px;
	padding: 3px 10px;
	font-size: 11px;
	color: #000;
}

.axeptio_mount .ax-discardButton:hover{
	background-color: transparent;
}

.maesg-offer-cta.maesg-offer-cta.maesg-offer-cta{
	opacity: 0;
}
.elementor-editor-active .maesg-offer-cta.maesg-offer-cta.maesg-offer-cta{
	opacity: 1;
}

main.elementor-main{
	max-width: 100vw;
	overflow: hidden;
}

.elementor-item.has-submenu .sub-arrow-temp{
	display: none !important;
}

.maesg-helpmodale-inner{
	top: 0;
}


.sg-line-tt-open{
	position: relative;
	z-index: 99;
}


/* Mobile (≤767px): hide elements before init */
@media (max-width: 767px) {
  [data-sgsap-anim-mobile="fadein"]:not(.sgsapanim-init) {
    opacity: 0;
  }
}

/* Tablet (768px–1024px): hide elements before init */
@media (min-width: 768px) and (max-width: 1024px) {
  [data-sgsap-anim-tablet="fadein"]:not(.sgsapanim-init) {
    opacity: 0;
  }
}

/* Desktop (≥1025px): hide elements before init */
@media (min-width: 1025px) {
  [data-sgsap-anim="fadein"]:not(.sgsapanim-init) {
    opacity: 0;
  }
}

.grecaptcha-badge {
  position: fixed !important;
  right: -9999px !important;
  bottom: -9999px !important;
}

.wpcf7-spinner.wpcf7-spinner{
	position: absolute;
	margin-top: 15px;
}

.sg-popup-video-inner{
	cursor: pointer;
}

html{
	scroll-behavior:auto !important;
}