@charset "UTF-8";
/*
    Theme Name: LC
    Theme URI: https://LC-.fr
    Author: LC
    Author URI: https://LC-.fr
    Description: Thème sur mesure pour LC
    Template: hello-elementor
    Version: 1.0
    Requires at least: 5.0
    Tested up to: 5.4
    Requires PHP: 7.0
    Text Domain: LC-
    License: BSD 3-Clause License
    License URI: https://opensource.org/licenses/BSD-3-Clause
 */
/* === Styles généraux des boutons (desktop par défaut) === */
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools {
  /* Bouton primary : underline noir + flèche */
  /* Bouton secondary : jaune plein */
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  height: auto !important;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.27px !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: black !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative !important;
  line-height: 1 !important;
  transition: all 0.3s ease !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary .tool-text {
  color: inherit !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary .arrow {
  display: inline-block !important;
  width: 13px !important;
  height: 13px !important;
  mask: url("../../../assets/img/arrow_cta.svg") no-repeat center !important;
  mask-size: contain !important;
  background-color: black !important;
  transition: background-color 0.3s ease !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary::after {
  content: "" !important;
  position: absolute !important;
  bottom: 4px !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: black !important;
  transform: scaleX(1) !important;
  transform-origin: left !important;
  transition: transform 0.3s ease !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary:hover {
  color: var(--LC--yellow) !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary:hover .arrow {
  background-color: var(--LC--yellow) !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary:hover::after {
  background-color: var(--LC--yellow) !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 20px !important;
  border-radius: 21px !important;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.27px !important;
  text-decoration: none !important;
  background-color: var(--LC--yellow) !important;
  color: var(--LC--secondary) !important;
  border: 1px solid var(--LC--yellow) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary .tool-text {
  color: inherit !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary:hover {
  background-color: transparent !important;
  color: var(--LC--yellow) !important;
  border: 1px solid var(--LC--yellow) !important;
}

/* === Styles spécifiques au mobile === */
@media (max-width: 767px) {
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container {
    background-color: black !important;
    left: -25px !important;
    width: calc(100% - 30px) !important;
    top: 20px !important;
    height: calc(100% - 30px) !important;
    border-radius: 20px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .menu-item .item-title-label {
    color: white !important;
    font-size: 26px !important;
    margin-bottom: 40px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary {
    color: white !important;
    margin-top: -40px !important;
    margin-bottom: 20px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary .arrow {
    background-color: white !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary::after {
    background-color: white !important;
    bottom: -6px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary {
    margin-bottom: 40px !important;
  }
  /* Bouton hamburger fermé (par défaut) */
  .a42-menu-button {
    margin-bottom: 10px !important;
    margin-left: 5px !important;
  }
  /* Bouton hamburger ouvert */
  .a42-menu-button.opened .elementor-widget-container .bar {
    background-color: var(--LC--primary) !important;
  }
}
.a42__main-menu {
  --menu-mobile-top-padding: 120px;
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label {
  position: relative;
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label:hover::after, .is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label.active::after {
  transform: translateX(-50%) scale(1);
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label.active {
  color: var(--LC--secondary);
}

.a42__main-menu__submenu {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-desktop .a42__main-menu__submenu {
  border-top: 0 solid var(--LC--secondary);
  box-shadow: 0 0 2px var(--LC--color-shadow-2), 0 5px 12px var(--LC--color-shadow-2), 0 8px 24px var(--LC--color-shadow-1);
}

.a42__main-menu .submenu.depth-1 {
  filter: drop-shadow(0px 3px 10px rgba(10, 0, 30, 0.35));
}
.a42__main-menu .submenu.depth-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--submenu-bg-color, #ffffff);
}
.a42__main-menu .item {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-mobile .a42__main-menu .item:nth-child(1) {
  transition-delay: 0.03s;
}
.is-mobile .a42__main-menu .item:nth-child(2) {
  transition-delay: 0.06s;
}
.is-mobile .a42__main-menu .item:nth-child(3) {
  transition-delay: 0.09s;
}
.is-mobile .a42__main-menu .item:nth-child(4) {
  transition-delay: 0.12s;
}
.is-mobile .a42__main-menu .item:nth-child(5) {
  transition-delay: 0.15s;
}
.is-mobile .a42__main-menu .item:nth-child(6) {
  transition-delay: 0.18s;
}
.is-mobile .a42__main-menu .item:nth-child(7) {
  transition-delay: 0.21s;
}
.is-mobile .a42__main-menu .item:nth-child(8) {
  transition-delay: 0.24s;
}
.is-mobile .a42__main-menu .item:nth-child(9) {
  transition-delay: 0.27s;
}
.is-mobile .a42__main-menu .item:nth-child(10) {
  transition-delay: 0.3s;
}
.is-mobile .a42__main-menu .item .a42-submenu-arrow-down, .is-mobile .a42__main-menu .item .a42-submenu-arrow-right {
  width: 50px;
  align-self: stretch;
  height: inherit;
}

.a42__main-menu .submenu .item-title {
  width: 100%;
}
.is-desktop .a42__main-menu .submenu.depth-1 {
  margin-top: -8px;
}
.is-desktop .a42__main-menu .submenu.depth-2 {
  margin-left: -8px;
  left: 100%;
  top: -4px;
}
.is-desktop .a42__main-menu .submenu:not(.depth-1) {
  font-size: 90%;
  box-shadow: 0 0 2px var(--LC--color-shadow-2), 0 5px 12px var(--LC--color-shadow-2), 0 8px 24px var(--LC--color-shadow-1);
}

.is-mobile .a42__main-menu .submenu {
  width: 100%;
  padding: 0 0 0 30px;
}
.is-mobile .a42__main-menu .submenu .submenu-item.item {
  background: transparent;
}
.is-mobile .a42__main-menu .submenu .submenu-item.item .item-title-label {
  color: var(--LC--white);
  align-self: stretch;
}

.is-mobile .a42__main-menu {
  flex-grow: 0;
}
.is-mobile .a42__main-menu .depth-0 > .item-title {
  font-weight: 500;
}
.is-mobile .a42__main-menu .depth-0.has-children > .item-title {
  position: relative;
}
.is-mobile .a42__main-menu .depth-0.has-children > .item-title:after {
  transition: all 0.5s cubic-bezier(0.28, 0, 0, 1) 0s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 2px;
}
.is-mobile .a42__main-menu .depth-0.has-children.expanded > .item-title:after {
  width: 80px;
}
.is-mobile .a42__main-menu .item {
  opacity: 0;
  transform: translateX(-25px);
}
.menu-opened.is-mobile .a42__main-menu > .menu-item {
  opacity: 1;
  transform: translateX(0);
}

.is-mobile .a42__main-menu .expanded > .submenu > .item {
  opacity: 1;
  transform: translateX(0);
}
:not(.menu-opened).is-mobile .a42__main-menu .expanded > .submenu > .item {
  opacity: 0;
  transform: translateX(-25px);
}

.a42__main-menu .item-title-label {
  flex-grow: 1;
}
.is-mobile .a42__main-menu .item-title.link > .item-title-label {
  background: var(--LC--transparent);
}
.is-mobile .a42__main-menu .item-title.link > .a42-submenu-arrow-down, .is-mobile .a42__main-menu .item-title.link > .a42-submenu-arrow-right {
  aspect-ratio: initial;
}
.is-desktop .a42__main-menu .has-children:hover > .submenu.depth-1 {
  margin-top: -1px;
}
.is-desktop .a42__main-menu .has-children:hover > .submenu.depth-2 {
  margin-left: -1px;
}

.is-mobile .a42__main-menu .has-children > .submenu:not(.depth-1) {
  position: relative;
}
.is-mobile .a42__main-menu .has-children > .submenu:not(.depth-1):after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 0;
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  background: var(--LC--primary);
}

.a42__main-menu .has-children.expanded > .submenu {
  padding: 15px 0 15px 30px;
}
.is-mobile .a42__main-menu .has-children.expanded > .submenu {
  padding: 5px 0 5px 30px;
}
.is-mobile .a42__main-menu .has-children.expanded > .submenu:not(.depth-1):after {
  height: 100%;
}

.is-mobile .a42__main-menu .tools-wrapper {
  padding: 20px;
}

.is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  opacity: 0;
  background: rgba(0, 0, 0, 0.95);
}

.menu-opened .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  opacity: 1;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body > main, body > article {
  flex-grow: 1;
}

.e-filter-item[aria-pressed=true]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url("assets/img/croix-filtre.svg") center/contain no-repeat !important;
  vertical-align: middle;
  cursor: pointer;
}

#custom-faq details summary {
  position: relative;
  padding-bottom: 8px;
  padding-left: 0px;
  cursor: pointer;
}
#custom-faq details summary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--e-global-color-primary);
  z-index: 1;
}
#custom-faq details summary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--e-global-color-primary);
  z-index: 2;
  transition: width 0.3s ease;
}
#custom-faq details[open] summary::before {
  background: var(--e-global-color-secondary);
}
#custom-faq details[open] summary::after {
  width: 100%;
}

.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.elementor-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  line-height: 1;
  transition: all 0.2s ease;
  font-family: "Poppins", sans-serif;
}
.elementor-pagination .page-numbers:hover {
  background: #f5f5f5;
  color: #000;
}
.elementor-pagination .page-numbers.current {
  background: var(--LC--primary);
  color: #000;
  font-weight: 600;
}
.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  min-width: auto;
  padding: 0 10px;
}

body {
  --LC--white: #ffffff;
  --LC--primary: var(--e-global-color-primary, #ffde00);
  --LC--secondary: var(--e-global-color-secondary, #161615);
  --LC--yellow: #fee600;
  --LC--light-gray-50: #f4f5f8;
  --LC--light-gray-100: #ecedf3;
  --LC--light-gray-200: #d6dbdf;
  --LC--light-gray-300: #c0c7LC;
  --LC--light-gray-400: #a9b2b8;
  --LC--light-gray-600: #7b9097;
  --LC--light-gray-700: #5c6b73;
  --LC--light-gray-800: #3d4a50;
  --LC--light-gray-900: #1e262a;
  --LC--color-shadow: rgba(27, 34, 49, 0.18);
  --LC--color-shadow-hover: rgba(27, 34, 49, 0.35);
  --LC--color-shadow-0: rgba(27, 34, 49, 0.06);
  --LC--color-shadow-1: rgba(27, 34, 49, 0.1);
  --LC--color-shadow-2: rgba(27, 34, 49, 0.14);
  --LC--color-shadow-3: var(--LC--color-shadow);
  --LC--color-shadow-4: rgba(27, 34, 49, 0.22);
  --LC--color-shadow-5: rgba(27, 34, 49, 0.26);
  --LC--color-shadow-6: var(--LC--color-shadow-hover);
  --LC--color-shadow-7: rgba(27, 34, 49, 0.42);
  --LC--color-shadow-8: rgba(27, 34, 49, 0.46);
  --LC--color-border: var(rgba(46, 45, 49, 0.1));
  --LC--color-border-dark: rgba(223, 226, 229, 0.1);
  --header-menu-height: 120px;
  --header-menu-height-mini: 70px;
  --header-menu-height-mobile: 100px;
  --header-menu-height-mobile-mini: 70px;
  --submenu-top-offset: 10px;
}

// CUSTOM CSS DARK MODE
/* --- CONFIGURATION DES COULEURS (MODE CLAIR) --- */
:root {
    --color-principal: #FFFFFF;
    --color-secondaire: #64C1B9; /* Turquoise */
    --color-texte: #17215C;      /* Bleu marine par défaut pour le texte */
    --color-bleu-marine: #17215C;
    --color-bleu-pastel: #E1EAF9;
    --color-orange: #F45929;
    --color-noir: #272727;
    
    --site-bg: #FFFFFF;
}

/* --- CONFIGURATION DARK MODE (AU CLIC) --- */
body.dark-mode {
    --site-bg: #272727;         /* Fond sombre */
    --color-principal: #1A1A1A;  /* Les surfaces blanches deviennent sombres */
    --color-texte: #FFFFFF;      /* Le texte devient blanc */
    --color-bleu-marine: #FFFFFF; /* Optionnel : tes éléments marine passent en blanc */
    --color-bleu-pastel: #2C3E50; /* Le pastel s'assombrit */
    
    /* L'orange et le turquoise restent généralement vifs pour le contraste */
}

/* --- APPLICATION --- */
body {
    background-color: var(--site-bg) !important;
    color: var(--color-texte) !important;
    transition: all 0.4s ease-in-out;
}

/* On force le changement sur les titres Elementor */
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode .elementor-heading-title {
    color: var(--color-texte) !important;
}

/* Gestion de l'icône Switch */
#dark-mode-toggle { cursor: pointer; display: inline-block; }
.sun-icon { display: none; }
body.dark-mode .moon-icon { display: none; }
body.dark-mode .sun-icon { display: block; }

/*# sourceMappingURL=style.css.map */

/* BOUTON WEEZEVENT SINGLE */
.btn_weezevent_single a {
    border-radius: 100px;
}
/* BOUTON WEEZEVENT SINGLE */