
/*
Theme Name:     Mix Buffet Child
Theme URI:      https://mixbuffet.fr/
Description:    Child theme for the Mix Buffet theme
Author:         Votre Nom
Author URI:     https://mixbuffet.fr/
Template:       sgstargraf
Version:        4.3
Text Domain:    sgstargraf-child
*/

.sgsap-animation.sgsap-animation.sgsap-animation,
.sg-slider-btn-text.sg-slider-btn-text.sg-slider-btn-text,
.sg-horizontal-wrapper.sg-horizontal-wrapper.sg-horizontal-wrapper,
.sg-horizontal-container.sg-horizontal-container.sg-horizontal-container,
.sg-horizontal-wrapper-actus.sg-horizontal-wrapper-actus.sg-horizontal-wrapper-actus,
.sg-horizontal-container-actus.sg-horizontal-container-actus.sg-horizontal-container-actus,
.sgsap-anim-cropped-section.sgsap-anim-cropped-section.sgsap-anim-cropped-section,
.sgsap-anim-cropped-section-horizontal-slider.sgsap-anim-cropped-section-horizontal-slider.sgsap-anim-cropped-section-horizontal-slider,
.sgsap-anim-cropped-section-wheel.sgsap-anim-cropped-section-wheel.sgsap-anim-cropped-section-wheel,
.sg-inner-img.sg-inner-img.sg-inner-img,
.sgsap-anim-cropped-section .sgsap-inner-txt > .elementor-element.elementor-element.elementor-element,
.sgsap-anim-cropped-section-wheel .sgsap-inner-txt > .elementor-element.elementor-element.elementor-element,
.sgsap-anim-cropped-section-horizontal-slider .sgsap-inner-txt > .elementor-element.elementor-element.elementor-element,
.sgsap-circular-anim .elementor-widget-html.elementor-widget-html.elementor-widget-html,
.sgsap-sliding-titles.sgsap-sliding-titles.sgsap-sliding-titles,
.sg-wheel.sg-wheel.sg-wheel,
.sg-wheel > .elementor-element.elementor-element.elementor-element,
.sg-wheel-inner-wrapper.sg-wheel-inner-wrapper.sg-wheel-inner-wrapper,
.sg-wheel-master-wrapper.sg-wheel-master-wrapper.sg-wheel-master-wrapper,
.sg-wheel-outer-wrapper.sg-wheel-outer-wrapper.sg-wheel-outer-wrapper,
.sg-flipping-card.sg-flipping-card.sg-flipping-card,
.sg-horizontal-outer-wrapper.sg-horizontal-outer-wrapper.sg-horizontal-outer-wrapper,
.sg-section-title-wrapper.sg-section-title-wrapper.sg-section-title-wrapper
{
	transition: none;
}

.sgsap-child-anim-fadein > *:not(.swiper-wrapper){
	transition: none !important;
}
.swiper-wrapper{
	transition: all 0.5s !important;
}

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

.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-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:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 10%;
	display: block;
	border-radius: 100%;
}

.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%); }
}

.sg-letter {
  display: inline-block; /* Allow transform animations */
  will-change: transform, opacity;
}

.sg-home-slider-controls{
	position: relative;
	width: 150px;
	height: 45px;
	margin-left:auto;
	margin-right:auto;
}


.sg-home-slider-controls .sg-swiper-bullets{
	background-color: #fff;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	color: #fff;
	font-size: 0;
	transition: all 0.2s ease-in-out 0.2s;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.sg-home-slider-controls .swiper-wrapper{
	align-items: center;
}
.sg-home-slider-controls .swiper-slide{
	display: flex;
	justify-content: center;
	width: 15px;
	margin-left: 4px;
	margin-right: 4px;
	transition: all 0.2s ease-in-out 0.2s;
	cursor: pointer;
}
.sg-home-slider-controls .swiper-slide.swiper-slide-active{
	width: 45px;
	/* transition: all 0.2s ease-in-out; */
}

.sg-home-slider-controls .swiper-slide.swiper-slide-active .sg-swiper-bullets{
	background-color: var(--e-global-color-primary);
	font-size: 18px;
	width: 45px;
	height: 45px;
	opacity: 1;
}
.sg-home-slider-controls .swiper-button-prev{
	left: -35px;
}
.sg-home-slider-controls .swiper-button-next{
	right: -35px;
}

@media all and (min-width: 768px) {
	.sg-home-slider-controls .swiper-button-prev{
	left: -25px;
}
.sg-home-slider-controls .swiper-button-next{
	right: -25px;
}
	.sg-home-slider-controls{
		width: 270px;
			height: 68px;
	}
	.sg-home-slider-controls .sg-swiper-bullets{
		width: 22px;
		height: 22px;
	}
	.sg-home-slider-controls .swiper-slide{
		width: 22px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.sg-home-slider-controls .swiper-slide.swiper-slide-active{
	width: 68px;
	/* transition: all 0.2s ease-in-out; */
}
	.sg-home-slider-controls .swiper-slide.swiper-slide-active .sg-swiper-bullets{
		font-size: 28px;
		width: 68px;
		height: 68px;
	}

}

@media all and (min-width: 1025px) {
		.sg-home-slider-controls .sg-swiper-bullets{
		width: 22px;
		height: 22px;
	}
	.sg-home-slider-controls .swiper-slide{
		width: 22px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.sg-home-slider-controls .swiper-slide.swiper-slide-active{
		width: 68px;
	}
.sg-home-slider-controls .swiper-slide.swiper-slide-active .sg-swiper-bullets{
	font-size: 28px;
	width: 68px;
	height: 68px;
}
}

.sg-home-slider-controls .swiper-slide .sg-swiper-bullets:hover{
	opacity: 1;
}

.sg-home-slider-controls .swiper-button-prev:after, .sg-home-slider-controls .swiper-button-next:after{
	display: none; 
}

.elementor-widget-sg-custom-cta .elementor-cta{
	display: block;
	transition: all 0.2s ease-in-out;
	position: relative;
}
.swiper-wrapper.swiper-wrapper{
	height: auto;
}
.elementor-widget-sg-custom-cta.swiper-slide, .e-loop-item.swiper-slide{
	height: 100%;
  display: block !important;
	margin-bottom: 0;
}

.elementor-widget-sg-custom-cta.swiper-slide > .elementor-widget-container, .e-loop-item.swiper-slide > .elementor-element{
	height: 100%;
}
.elementor-widget-sg-custom-cta .elementor-cta .elementor-cta__description,
.elementor-widget-sg-custom-cta .elementor-cta .elementor-cta__title,
.elementor-widget-sg-custom-cta .elementor-cta__button svg,
.elementor-widget-sg-custom-cta .elementor-cta__button svg path{
	transition: all 0.2s ease-in-out;
}
.elementor-widget-sg-custom-cta .elementor-cta .sg-cta-svg{
	position: absolute;
	top: -10px;
	left: -10px;
	opacity: 0;
}
@media all and (max-width:768px){
	.elementor-widget-sg-custom-cta .elementor-cta .sg-cta-svg{
        top: -20px;
        left: 0px;
}
.elementor-widget-sg-custom-cta .elementor-cta .sg-cta-svg svg{
	width:75px;
}
}
.elementor-widget-sg-custom-cta .elementor-cta:hover .sg-cta-svg{
	opacity: 1;
}
.elementor-widget-sg-custom-cta .sg-button-icon{
	vertical-align: middle;
}
.elementor-widget-sg-custom-cta .elementor-cta__bg-wrapper .elementor-cta__bg{
	height: 0;
	padding-bottom: 100%;
	width: 100%;
	border-radius: 100%;
}
.sg-horizontal-container .swiper-pagination-bullet, .sg-horizontal-container-actus .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	transition: all 0.2s ease-in-out;

}
.sg-horizontal-container .swiper-wrapper,.sg-horizontal-container-actus .swiper-wrapper{
	padding-bottom: 30px;
}
.sg-horizontal-container.swiper-container , .sg-horizontal-container-actus .elementor-loop-container.swiper-container{
	--swiper-pagination-bullet-horizontal-gap: 4px;
}
.sg-horizontal-container .swiper-pagination-bullet.swiper-pagination-bullet-active,.sg-horizontal-container-actus .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 30px;
	background-color: var( --e-global-color-bd4fe92 );
}
.elementor-widget.elementor-widget-sg-absolute-link {
	z-index: 9;
}

.sg-word{
	white-space: nowrap;
}


div[data-elementor-type="wp-page"]{
	overflow: hidden;
}


.elementor-location-header.sg-header-sticky-prepare {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(-100%);
    opacity: 0;
    display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.elementor-location-header.sg-header-sticky-prepare .elementor-element-327d95f{
    transition: all 0.3s ease;
    background-color: #174735CC;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 90px;
}

.elementor-location-header.sg-header-sticky {
    transform: translateY(0);
    opacity: 1;
}

.elementor-location-header.sg-sticky-trans {
    display: block;
}

.elementor-location-header.sg-sticky.sg-sticky-visible {
    opacity: 1;
    transform: translateY(0);
}

.elementor-location-header.sg-sticky .sg-logo{
    width: 190px;
}

@media (max-width: 1025px) {

	.elementor-location-header.sg-sticky .sg-burger{
        backdrop-filter: none !important;
	}
}

@media (max-width: 768px) {
	.elementor-location-header.sg-header-sticky-prepare .elementor-element-327d95f{
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
	}

	.elementor-location-header.sg-sticky .sg-logo{
		width: 140px;
	}
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul.sub-menu{
	top: calc(100% + 20px) !important;
}

.sg-sticky .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul.sub-menu{
	top: calc(100% + 18px) !important;
}

.sub-menu.mega-menu > li.menu-item-shortcode {
  width: 100vw;
  background-color: #fff;
}


@media (min-width: 1025px) {
  .sub-menu.mega-menu > li.menu-item-shortcode {
    margin-left: -40px;
  }

  .sub-menu.mega-menu > li.menu-item-shortcode.menu-item-shortcode-id-1185,   .sub-menu.mega-menu > li.menu-item-shortcode.menu-item-shortcode-id-1309 {
    margin-left: -160.953px;
  }
}

@media (min-width: 1240px) {
  .sub-menu.mega-menu > li.menu-item-shortcode.menu-item-shortcode-id-1185, .sub-menu.mega-menu > li.menu-item-shortcode.menu-item-shortcode-id-1309 {
    margin-left: -191.492px;
  }
}

@media (min-width: 1380px) {
  .sub-menu.mega-menu > li.menu-item-shortcode {
    margin-left: calc(-50vw + 650px);
  }

  .sub-menu.mega-menu > li.menu-item-shortcode.menu-item-shortcode-id-1185{
    margin-left: calc(-50vw + 650px - 320px);
  }

	.sub-menu.mega-menu > li.menu-item-shortcode.menu-item-shortcode-id-1309 {
    margin-left: calc(-50vw + 650px - 450px);
  }
}

.sub-menu.mega-menu > li.menu-item-shortcode ul.elementor-icon-list-items {
  top: 0 !important;
}


.sg-category-slider{
	position: relative;
}

.sg-category-slider .swiper-button-prev::after,
.sg-category-slider .swiper-button-next::after {
    display: none !important;
}

.sg-category-slider .swiper-button-prev,
.sg-category-slider .swiper-button-next {
    height: auto;
	width: auto;
}

.sg-category-slider .swiper-button-prev i,
.sg-category-slider .swiper-button-next i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.sg-category-slider .sg-category-image-wrapper{
	width: 100%;
    display: flex;
    justify-content: center;
}

.sg-category-slider .sg-category-image{
	max-width: 200px;
}

.sg-category-slider .sg-product-header{
    display: flex;
    flex-direction: column;
    align-items: center;

	margin-top: 10px;
	margin-bottom: 10px;
}

.sg-category-slider .sg-product-header .sg-product-title, .sg-category-slider .sg-product-header .sg-product-weight{
	width: fit-content;
}

.sg-category-slider .sg-product-featured-wrapper{
    display: flex;
    justify-content: center;
}

.sg-category-slider .sg-product-featured-wrapper a{
	z-index: 99;
}

.sg-category-slider .sg-product-featured{
	max-width: 350px;
}


.sg-product-excerpt{
	z-index: 99;
	overflow: hidden;
}


.sg-product-excerpts-list-position {
  position: absolute;
  /* top: 25px; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --radius: 300px; /* valeur par défaut avant JS */
}

.sg-product-excerpt{
  width:55px;
  height:55px;
  border-radius:100% !important;
  position:absolute;
	cursor: pointer;
  top:49%;
  left:50%;
  transform:
    translate(-50%, -50%)       /* ramène l’origine au centre */
    rotate(var(--angle))        /* donne la position angulaire */
    translateY(var(--radius))   /* place le CENTRE sur le cercle */
    rotate(calc(-1 * var(--angle)));
}

.sg-product-excerpts-list{
  position:relative;
  width:100%;      
  height: 100%;    
  aspect-ratio:1/1;    
}

.sg-product-slider .swiper-button-prev{
	left: 70px;
}
.sg-product-slider .swiper-button-next{
	right: 70px;
}

/* .sg-product-excerpts-list-position::before {
  content: '';
  position: absolute;
  top: 270px;
  left: 50%;
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  transform: translate(-50%, -50%);
  border: 1px dashed #EDF4EF;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
} */

@media screen and (min-width: 769px) and (max-width: 1024px) {

	/* .sg-category-slider{
		margin-top: 100px;
	} */

	.sg-category-image-wrapper{
		max-width: 120px;
		margin-left: auto;
		margin-right: auto;
		height: 50px;
	}
	.sg-category-image-wrapper img.sg-category-image{
		object-fit: cover;
		max-width: 240px;
	}

	.sg-product-excerpts-list-position::before{
		top: 190px !important;
	}

	.sg-category-slider .sg-product-featured{
		max-width: 190px;
	}

	.sg-product-excerpt.sg-product-excerpt{
		width: 35px;
		height: 35px;
		top: 49%;
	}

	.sg-category-slider{
		margin-right: 15px;
		margin-left: 15px;
		padding-top: 30px;
	}

	.sg-product-slider .swiper-button-prev{
		left: 40px;
	}
	.sg-product-slider .swiper-button-next{
		right: 40px;
	}

	.sg-category-slider .sg-category-image-wrapper{
		padding-bottom: 5px;
	}
}

.sg-scheme-light.sg-category-slider-content::before{
  content:'';
  position:absolute;
  /*top:270px;
  left:50%;*/
  width:calc(var(--radius) * 2);
  height:calc(var(--radius) * 2);
  /*transform:translate(-50%, -50%);*/
  background:url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 727 727' fill='none'>\<circle cx='363.5' cy='363.5' r='358.5' stroke='%23EDF4EF' \stroke-width='10' stroke-linecap='round' stroke-linejoin='round' \stroke-dasharray='6 24' stroke-opacity='0.1'/>\</svg>") center / contain no-repeat;
  pointer-events:none;
  z-index:1;
  right: 0;
	left: 0;
    bottom: 0;
    top: 0;
}

.sg-scheme-dark.sg-category-slider-content::before{
  content:'';
  position:absolute;
  /*top:270px;
  left:50%;*/
  width:calc(var(--radius) * 2);
  height:calc(var(--radius) * 2);
  /*transform:translate(-50%, -50%);*/
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 727 727' fill='none'><circle opacity='0.1' cx='363.5' cy='363.5' r='358.5' stroke='black' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 24'/></svg>") center/contain no-repeat;
  pointer-events:none;
  z-index:1;
  right: 0;
	left: 0;
    bottom: 0;
    top: 0;
}

.sg-product-excerpt.sg-excerpt-active {
  border: 3px solid var(--e-global-color-primary);
}

@media (max-width: 768px) {
		.sg-bg-round-svg.sg-bg-round-svg.sg-bg-round-svg{
			width: calc(100% + 100px);
			margin: 0 -50px;
			max-width: 600px;
		}

	.sg-category-image-wrapper{
		max-width: 120px;
		margin-left: auto;
		margin-right: auto;
		height: 50px;
	}
	.sg-category-image-wrapper img.sg-category-image{
		object-fit: cover;
		max-width: 120px;
	}

	.sg-product-excerpts-list-position::before{
		top: 160px;
	}

	.sg-category-slider .sg-product-featured{
		max-width: 190px;
	}

	.sg-product-excerpt.sg-product-excerpt{
		width: 25px;
		height: 25px;
		top: 49%;
	}

	.sg-category-slider{
		margin-right: 15px;
		margin-left: 15px;
		padding-top: 30px;
	}

	.sg-product-slider .swiper-button-prev{
		left: 30px;
	}
	.sg-product-slider .swiper-button-next{
		right: 30px;
	}

	.sg-category-slider .sg-category-image-wrapper{
		padding-bottom: 5px;
	}

}

.sg-category-slider{
	margin:25px;
}


/* === Flip-Card SG === */

/* 1. Conteneur global qui apporte la perspective */
.sg-quickflip{
  perspective: 1000px;
  transform-style: preserve-3d;   /* garde le 3D pour les enfants */
}

/* 2. Une carte (recto + verso) */
.sg-cardCont{
  width: 585px;
  height: 630px;
  position: relative;
  transform-style: preserve-3d;   /* nécessaire pour la rotation des faces */
  cursor: pointer;
  margin: 0 auto;                 /* centre la carte si besoin */
}

/* 3. Faces de la carte */
.sg-cardFront, .sg-cardBack {
  position: absolute !important;
  inset:0;   
  backface-visibility: hidden  !important;
  -webkit-backface-visibility: hidden  !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center  !important;
  justify-content: center  !important;
  transform-style: preserve-3d  !important;
  width: 585px !important;
}

/* verso caché initialement */
.sg-cardBack{
  transform: rotateY(-180deg);
}


.sg-video-width {
  width: var(--data-video-width) !important;
}

/* .sg-wheel{
  position: relative;
  width: clamp(320px, 60vw, 800px);
  aspect-ratio: 1/1;
  margin: 0 auto;
  transform-origin: center center;
}
.sg-wheel > .elementor-element{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: transform .3s, opacity .3s;
  opacity: .5;
}
.sg-wheel > .elementor-element.is-active{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  z-index: 2;
} */

.sg-wheel-inner-wrapper{
	  position: relative !important;
		margin: 0 auto;
		display: block !important;
		height: 0 !important;
		/* width: 100% !important;
		padding-bottom: 100% !important; */
}
.sg-wheel{
  position: absolute !important;
	display: block !important;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.sg-svg-wheel-wrapper{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.sg-svg-wheel{
	opacity: 0;
}
.sg-wheel > .elementor-element:before{
	content:"";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background: radial-gradient(50% 50% at 50% 50%, #1A7C5A 0%, #0C4833 100%);
	box-shadow: 0px 0px 30px 0px #00000033;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.sg-wheel > .elementor-element .elementor-widget-heading .elementor-heading-title, .sg-wheel > .elementor-element .elementor-widget-text-editor{
	transition: all 0.2s ease-in-out;
}
.sg-wheel-item-is-active .elementor-widget-heading .elementor-heading-title, .sg-wheel-item-is-active .elementor-widget-text-editor {
	color: #fff !important;
}
.sg-wheel-item-is-active:before{
	opacity: 1 !important;
}


/* @media (max-width: 1025px) {
	.sg-horizontal-container{
		padding: 40px;
	}
} */

.sg-flipping-card > *:nth-child(1){
  position:absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}
.sg-flipping-card > *:nth-child(2){
	cursor: pointer;
	min-height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
	transform-style: preserve-3d;
}


 /* .sg-category-slider{
	height: 500px;
	max-height: 500px;
}
 .sg-category-slider .sg-product-featured{
	width: 350px;
} */

/*
.sg-product-featured-wrapper{
	height: 350px;
} */

.sg-category-slider {
  aspect-ratio: 1 / 1;
  /*width: 658px;*/
}

.sg-category-slider-content{
	width: 100%;
	height: 100%;
}

.elementor-widget-sg-custom-cta .elementor-cta, .elementor-widget-sg-custom-cta .elementor-cta .elementor-cta__content{
	height: 100%;
}
.elementor-widget-sg-custom-cta .elementor-cta__button-wrapper{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
}
.elementor-widget-sg-custom-cta .elementor-cta{
	padding-bottom: 20px;
}
.elementor-widget-sg-custom-cta .elementor-cta.sg-cta-has-btn{
	padding-bottom: 40px;
}

.elementor-widget-sg-nutriscore svg{
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.sgsap-anim-cropped-section-horizontal-slider.sgsap-anim-cropped-section-horizontal-slider.sgsap-anim-cropped-section-horizontal-slider{
		display: block;
	}
}

.sub-menu.mega-menu .elementor-button-link{
	display: inline-block;
	border-left: 0;
}

/* .sg-svg-pin{
	cursor: pointer;
} */

.elementor-widget-sg-carto-svg svg{
	width: 100%;
	height: auto;
}

.swiper .sg-ccard-content{
	height: 100%;
}

.sg-inner-img.sg-inner-img.sg-inner-img{
	left: 50% !important;
  transform: translateX(-50%);
}

.elementor-editor-active .sg-wheel{
	display: flex !important;
	flex-wrap: wrap !important;
}

.sg-menu-simple-dd .elementor-nav-menu--dropdown{
	border-radius: 40px 15px 40px 15px;
	overflow: hidden;
}

/* 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{
  --sg-bcb-sep-size: 11px;
  --sg-bcb-home-size: 25px;

  /* Shared base icon colors */
  --sg-bcb-sep-color: var( --e-global-color-primary );
  --sg-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(--sg-bcb-home-size);
	height: var(--sg-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(--sg-bcb-sep-size);
  /* icon color via current color */
  color: var(--sg-bcb-sep-color);
  background-color: var(--sg-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(--sg-bcb-home-size);
  color: var(--sg-bcb-home-color);
  background-color: var(--sg-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;
}
}

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


.elementor-button-content-wrapper{
	align-items: center;
}

.sg-heading-icon{
	  display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.sg-heading-icon svg{
	height: auto;
}

[data-wpr-lazyrender] {
    content-visibility: visible !important; /* Always render */
}

html {
  scroll-behavior: auto !important;
}