
/* ==================================================
   FOOTER
================================================== */

.footer-black {
	background: linear-gradient(180deg, #141413 0%, #424242 50%, #141413 100%) !important;
}

.legal-nav .e-n-menu-toggle
{
  display:none !important;
}

.legal-nav .e-n-menu-wrapper
{
  display:block !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  --n-menu-dropdown-content-box-height: auto !important;
}

.legal-nav .e-n-menu-heading
{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  pointer-events:auto !important;
}

@media (max-width: 768px) {
	.footer-menus {
		margin-top: 0;
	}
	.footer-socials {
		padding-left: 0 !important;
	}
	.footer-location p {
		margin-bottom: 0;
	}
}

.review-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.review-container .e-con-inner {
	margin: 0 !important;
}

.review-container div {
	width: fit-content !important;
}

.review-container .e-con-inner {
	padding: 0;
}

.footer-catchphrase p,
.copyright p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.legal-nav ul {
		justify-content: end !important;
	}
}

.legal-nav ul li span {
	cursor: pointer !important;
}


.legal-nav ul li span:hover {
	  text-shadow:
    0.02em 0 0 #949494,
    -0.02em 0 0 #949494,
    0.04em 0 0 #949494,
    -0.04em 0 0 #949494;
}

.footer-nav {
	padding-left: 0;
}

.footer-nav .elementor-item {
	display: inline-block;
	padding-left: 0 !important;
}

.footer-menu .elementor-widget-text-editor a {
    display: inline-block;
    transition: transform 0.25s ease, text-shadow 0.25s ease;
}

@media (min-width: 768px) {

    .footer-menu .elementor-widget-text-editor a:hover {
        transform: translateX(1.5%);
        text-shadow:
            0.02em 0 0 currentColor,
            -0.02em 0 0 currentColor,
            0.04em 0 0 currentColor,
            -0.04em 0 0 currentColor;
    }

}

.footer-nav .menu-item:nth-child(1) a {
	padding-top: 0;
}

.ti-widget-container {
	margin: 0 !important;
}

/* accordions */

footer .e-n-accordion-item-title {
	padding-left: 0 !important;
	border: none !important;
	border-bottom: 2px #646464 solid !important;
}

footer .e-n-accordion-item .e-con {
	padding-left: 0 !important;
	border: none !important;
}

footer .e-n-accordion-item-title .e-n-accordion-item-title-text {
	color: #FFFFFF;
}

@media (max-width: 768px) {
	footer .e-n-accordion-item-title {
		display: flex !important;
		justify-content: space-between !important;
	}	
}

/* stores & socials */

@media (min-width: 768px) {
	.store-button {
		transition: transform .2s ease;
	}
	.store-button:hover {
		transform: translateY(-3.5%);
	}
}

/* ==================================================
   GLOBAL
================================================== */


.elementor-widget-text-editor a:not(.elementor-button):not(.elementor-button-link) {
    color: inherit;
    text-shadow: 0 0 0.4px inherit,
                 0 0 0.4px inherit;
    text-decoration: underline;
}

.elementor-widget-text-editor a:not(.elementor-button):not(.elementor-button-link):hover {
    text-decoration: none;
}


.elementor-widget-n-menu {
    --n-menu-title-color-active: inherit;
}


.e-n-accordion-item-title-text {
    letter-spacing: unset !important;
}


.aioseo-breadcrumb:not(:last-child) {
    text-decoration: underline;
}

.aioseo-breadcrumb:hover {
    text-decoration: none;
}


/* ==================================================
   CARDS CAROUSEL
================================================== */

@media (min-width: 1366px) {
    .cards-carousel .elementor-swiper-button,
    .cards-carousel .swiper-pagination-fraction {
        display: none !important;
    }
}

@media (max-width: 768px){
    .cards-carousel .counter-container {
    display: none;   
    }
}


/* ==================================================
   BLACK CARDS
================================================== */

.mask-border-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;

    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.02));

    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ==================================================
   FOCUS CONTENU
================================================== */

.focus-contenu-inner {
    box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.10);
    border-radius: 20px;
}


/* ==================================================
   HERO GRADIENT
================================================== */

.hero-gradient {
    	background: linear-gradient(180deg, #141413 0%, #424242 50%, #141413 100%) !important;
}

/* ===============================
   STORYTELLING SLIDER
=============================== */

.storytelling-section {
    background: linear-gradient(
      270deg,
      #141413 0%,
      #2f2f2f 50%,
      #141413 100%
    );
}

@media (max-width: 768px) {
    .storytelling-section .e-n-carousel.offset-right{
        padding-inline-end: unset !important;
    }
}

.storytelling-card {
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (min-width: 1024px) {
  .storytelling-section .styled-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
}

.storytelling-section svg {
    height: 36px !important;
    fill: transparent !important;

}

/* ===============================
   COLLAPSE SECTION – IMAGE SYNC
=============================== */

.collapse-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;          
  min-height: 250px;            
  overflow: hidden;
}

@media (max-width: 768px) {
    .collapse-img-wrapper {
        aspect-ratio: unset;
        justify-content: center;
    }
    
    .collapse-img img {
        width: fit-content !important;
        object-fit: contain;
        border-radius: 20px !important;
        
    }
}

.collapse-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.collapse-img.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.collapse-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.elementor-editor-active .collapse-img {
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  border: 2px dashed #f43e3f;
}

.elementor-editor-active .collapse-img {
  opacity: 1 !important;
  visibility: visible !important;
  border: 2px dashed #f43e3f;
}

.collapse-accordions .e-n-accordion-item-title {
    justify-content: space-between !important;
}

/* ==================================================
   CAROUSEL BACK PICTURE
================================================== */

@media (max-width: 768px) {
    .carousel-back-pic-scroll {
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        overflow-x: scroll;
        --flex-wrap-mobile: nowrap !important;
    }
    
    .carousel-back-pic-scroll e-con-inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        overflow-x: scroll;
        --flex-wrap-mobile: nowrap !important;
    }
}

.carousel-back-pic {
    position: relative;
    overflow: hidden;
}

.carousel-back-pic::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 0.7) 25%, rgba(0, 0, 0, 0.1) 50%, rgb(0 0 0 / 0.7) 75%, rgb(0 0 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.carousel-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.carousel-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-bg.is-active {
    opacity: 1;
}

.info-card {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(-50% + 12px));
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.info-card.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%);
}


@media (max-width: 768px) {

  .info-card {
    left: 50%;
    /*width: calc(100% - 32px);*/
    transform: translateX(-50%) translateY(calc(-50% + 12px));
  }

  .info-card.is-active {
    transform: translateX(-50%) translateY(-50%);
  }
  
    .info-card.has-big-content.is-active {
        transform: translateX(-50%) translateY(-38%) !important;
    }

  
  .info-card.multiple.is-active {
    transform: translateX(-50%) translateY(-35%);
  }

}

/* Editor display */

.elementor-editor-active .info-card {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block !important;
    border: 2px dashed #3e7df4 !important;
    margin-bottom: 16px !important;
}

.target-filters .target-filter .elementor-button {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid #ffffff !important;
    border-radius: 50px !important;
    padding: 8px 16px !important;
    transition: all 0.3s ease-in-out !important;
}

.target-filters .target-filter .elementor-button-text {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.target-filters .target-filter .elementor-button:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
}


.target-filters .target-filter.is-active .elementor-button {
    background-color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.target-filters .target-filter.is-active .elementor-button .elementor-button-text {
    color: #141413;
    font-weight: 900;
}


/* ==================================================
   BENTO
================================================== */

@media (max-width: 960px) and (min-width: 768px) {
    .bento .grid {
        display: flex !important;
        flex-wrap: wrap;
        max-width: 90%;
    }
}

.bento .grid {
  display: grid;
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.grid > .e-con {
  height: 100%;
}

.grid .e-con {
  align-self: stretch;
}


@media (max-width: 768px) {
    .bento .grid {
        display: flex !important;
        flex-wrap: wrap;
        max-width: 90%;
    }
}

/* ==================================================
   CAROUSEL TXT WITH FILTERS
================================================== */

.for-whom-filters {
  display: flex;
  padding: 8px;
  border-radius: 999px;
  background: #f2f2f2 !important;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.for-whom-filter {
  border: none !important;
  background: transparent !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;

  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  color: #b5b5b5 !important;
  cursor: pointer !important;
  position: relative !important;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease !important;
}

@media (max-width: 1024px) {

    .for-whom-filters {
        border-radius: 25px;
    }
    
    .for-whom-filter {
        padding: 8px 23px !important;
          flex: 0 0 auto; 
    }
}


.for-whom-filter.is-active {
  background: #ffffff !important;
  color: #7a7a7a !important;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
}

.for-whom-filter:not(.is-active):hover {
  color: #8a8a8a !important;
}

.for-whom-filter:focus,
.for-whom-filter:focus-visible {
  outline: none !important;
}

/* ===============================
   FOR WHOM PANELS
=============================== */

.for-whom-panel {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.for-whom-panel.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  pointer-events: auto !important;
}
/* ===============================
   ELEMENTOR EDITOR OVERRIDE
=============================== */
.elementor-editor-active .for-whom-panel {
  position: relative !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: block !important;
  opacity: 1 !important;
  border: 2px dashed #f43e3f !important;
  margin-bottom: 10px !important;
}

.elementor-editor-active .for-whom-panel::before {
  content: "Panel: " attr(data-panel) !important;
  display: block !important;
  font-size: 12px !important;
  color: #93003c !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
}

/* ==================================================
   FORMS
================================================== */

#btn-submit {
  background:
    linear-gradient(
      270deg,
      #FFB199 0%,
      #F43E40 64.72%,
      #F43E40 98.81%
    ) padding-box,
    linear-gradient(
      270deg,
      #FFB199 0%,
      #F43E40 64.72%,
      #F43E40 98.81%
    ) border-box;
  border-radius: 999px;
  padding: 14px 32px;
  border: 2px solid transparent;
  transition: background .25s ease, box-shadow .25s ease;
}


/* Texte */
#btn-submit a .elementor-button-text{
  color: #fff;
  font-weight: 500;
  letter-spacing: .02em;
  transition: color .25s ease;
}

/* =========================
   HOVER – INVERTED
========================= */
#btn-submit:hover{
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      270deg,
      #FFB199 0%,
      #F43E40 64.72%,
      #F43E40 98.81%
    ) border-box;
}

/* Texte gradient */
#btn-submit:hover .elementor-button-text{
  background: linear-gradient(
    270deg,
    #FFB199 0%,
    #F43E40 64.72%,
    #F43E40 98.81%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.form_html {
    color: rgba(20, 20, 19, 0.50));
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* ==================================================
   FAQ
================================================== */


.faq-container h2 {
  scroll-margin-top: 120px;
}


@media (max-width: 768px) {
    .faq-line,
    .faq-marker {
        display: none;
    }
    .faq-nav {
        padding-left: 0 !important;
    }
}


.faq-nav-wrapper {
  position: sticky;
  top: 8rem;
}

.faq-nav {
  padding-left: 30px;
}

.faq-nav-title {
    position: relative;
    top: -16px;
    font-family: 'Lato';
    font-weight: 900;
    color: #c4c4c4;
}

.faq-line {
  position: absolute;
  left: 10px;
  top: 23px;
  bottom: 0;
  width: 1px;
  background: #ddd;
}

.faq-marker {
  position: absolute;
  left: 7.5px;
  width: 6px;
  height: 20px;
  background: #111;
  border-radius: 4px;
  transition: transform 0.25s ease;
  cursor: grab;
}

.faq-nav-list {
    padding: 0;
}

.faq-nav-item {
  list-style: none;
  margin-bottom: 18px;
  cursor: pointer;
}

.faq-nav-item a {
  text-decoration: none;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  color: #898989;
  transition: color 0.2s ease;
}

.faq-nav-item.active a {
  color: #111;
}


/* ==================================================
   FAQ BOTTOM PAGES
================================================== */

.single-faq summary.e-n-accordion-item-title {
    box-shadow: none;
}

.single-faq details:not([open]) 
summary.e-n-accordion-item-title:hover {
    transition: box-shadow 0.25s ease;
    /*box-shadow: 0 7px 9px 4px rgba(153,153,153,0.67);*/
    box-shadow: 0 7px 9px 2px rgb(153 153 153 / 33%);
}

.single-faq  summary.e-n-accordion-item-title 
.e-n-accordion-item-title-icon 
.e-opened svg {
    display: none;
}

.single-faq  summary.e-n-accordion-item-title 
.e-n-accordion-item-title-icon 
.e-opened::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 8px;
    position: relative;
    top: 50%;
    background: #565656;
    margin-right: 10px;
}




/* Heading layout */
.footer-menu .elementor-heading-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* SVG arrow */
.footer-menu .js-arrow {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* Rotate arrow */
.footer-menu.js-active .js-arrow {
    transform: rotate(180deg);
}

/* Mobile accordion */
@media (max-width: 767px) {

    .footer-menu .elementor-widget-text-editor {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.35s ease;
    }

    .footer-menu.js-active .elementor-widget-text-editor {
        max-height: 500px; /* large enough */
    }

}
