@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
   INTEGRATION DES PRESETS ET VARIABLES DU FICHIER SOURCE (ENRICHI)
   ========================================================================== */ :root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--strong-yellow: #f7bd00;
  --wp--preset--color--strong-white: #fff;
  --wp--preset--color--light-black: #242424;
  --wp--preset--color--very-light-gray: #797979;
  --wp--preset--color--very-dark-black: #000000;
  --wp--preset--font-size--small: 10px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 24px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--normal: 15px;
  --wp--preset--font-size--huge: 36px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
  /* Éléments de survoltage CSS3 */
  --font-primary: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-elastic: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  --header-height: 85px;
  --glow-yellow: 0 0 15px rgba(247, 189, 0, 0.45);
  --blur-overlay: blur(12px);
}
/* ==========================================================================
   CLASSES UTILITAIRES COULEURS & TYPO (DOUBLÉES & OPTIMISÉES)
   ========================================================================== */
.has-strong-yellow-color {
  color: var(--wp--preset--color--strong-yellow) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  letter-spacing: 0.02em;
}
.has-very-dark-black-color {
  color: var(--wp--preset--color--very-dark-black) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.has-strong-yellow-background-color {
  background-color: var(--wp--preset--color--strong-yellow) !important;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
  font-weight: 400;
  line-height: 1.55;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.has-normal-font-size {
  font-size: var(--wp--preset--normal) !important;
  line-height: 1.7;
  font-weight: 400;
}
/* ==========================================================================
   RESET & STRUCTURE DE BASE (AMÉLIORATIONS VISUELLES)
   ========================================================================== */ :where(body) {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-primary);
  color: var(--wp--preset--color--light-black);
  background-color: #ffffff;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
html {
    scroll-behavior: smooth
}
*, *::before, *::after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
}
:where(.is-layout-flex), .is-layout-flex {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  flex-wrap: wrap;
  align-items: center;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
/* ==========================================================================
   BOUTONS ET INTERACTIONS AVANCÉES
   ========================================================================== */ :root :where(.wp-element-button, .wp-block-button__link) {
  background-color: var(--wp--preset--color--light-black);
  border: 2px solid transparent;
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: var(--transition-elastic);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--wp--preset--shadow--crisp);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
:root :where(.wp-element-button, .wp-block-button__link)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
  z-index: -1;
}
:root :where(.wp-element-button, .wp-block-button__link):hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
:root :where(.wp-element-button, .wp-block-button__link):hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), var(--wp--preset--shadow--sharp);
  filter: brightness(1.05);
}
:root :where(.wp-element-button, .wp-block-button__link):active {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-outline {
  background-color: transparent !important;
  border: 2px solid var(--wp--preset--color--light-black) !important;
  color: var(--wp--preset--color--light-black) !important;
  box-shadow: none !important;
  transition: var(--transition-smooth);
}
.btn-outline:hover {
  background-color: var(--wp--preset--color--light-black) !important;
  color: var(--wp--preset--color--white) !important;
  box-shadow: var(--wp--preset--shadow--sharp) !important;
}
/* ==========================================================================
   TOP BAR & HEADER NAVIGATION (VISUEL PREMIUM)
   ========================================================================== */
.top-bar {
  background-color: var(--wp--preset--color--light-black);
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-bar .container {
  justify-content: space-between;
}
.top-info {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-smooth);
}
.top-info:hover {
  color: var(--wp--preset--color--strong-yellow);
}
.main-header {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--blur-overlay);
  -webkit-backdrop-filter: var(--blur-overlay);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.logo:hover {
  transform: scale(1.02);
}
.logo-main {
  font-size: 24px;
  font-weight: 900;
  color: var(--wp--preset--color--light-black);
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.5px;
}
.logo-sub {
  font-size: 13px;
  color: var(--wp--preset--color--strong-yellow);
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2px;
}
/* MENUS DESIGN */
.nav-menu {
  display: flex;
  align-items: center;
}
.nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 28px;
}
.nav-menu a {
  text-decoration: none;
  color: var(--wp--preset--color--light-black);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition-smooth);
  padding: 8px 0;
  position: relative;
}
.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--strong-yellow);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}
.nav-menu a:hover::after, .nav-menu a.active-link::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-menu a:hover, .nav-menu a.active-link {
  color: var(--wp--preset--color--strong-yellow);
}
.header-cta {
  margin-left: 25px !important;
  border-radius: 0px;
}
/* BURGER MENU & MOBILE ELEMENTS */
.burger-menu {
  display: none;
}
.mobile-call-btn {
  display: none;
}
/* ==========================================================================
   HERO SECTION (SURVOLTÉE VISUELLEMENT)
   ========================================================================== */
.hero-section {
  background: linear-gradient(135deg, #fbfbfb 0%, #f3f4f6 100%);
  padding: calc(var(--wp--preset--spacing--80) * 1.2) 0;
  position: relative;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--wp--preset--color--strong-yellow) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.22;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--wp--preset--spacing--60);
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-content h1 {
  margin-bottom: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--light-black);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.hero-content p {
  color: #4b5563;
  margin-bottom: var(--wp--preset--spacing--60);
  max-width: 90%;
}
.hero-actions {
  gap: var(--wp--preset--spacing--40);
}
.phone-hero-link {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  padding: 5px 10px;
  border-radius: 8px;
  transition: var(--transition-smooth);
}
.phone-hero-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
  transform: translateX(4px);
}
.phone-icon-box {
  background-color: var(--wp--preset--color--light-black);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  box-shadow: var(--wp--preset--shadow--crisp);
  transition: var(--transition-elastic);
}
.phone-hero-link:hover .phone-icon-box {
  background-color: var(--wp--preset--color--strong-yellow);
  color: var(--wp--preset--color--very-dark-black);
  box-shadow: var(--glow-yellow);
  transform: rotate(15deg);
}
.phone-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--wp--preset--color--very-light-gray);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.phone-number {
  font-size: 21px;
  font-weight: 900;
  color: var(--wp--preset--color--light-black);
  letter-spacing: -0.5px;
}
.hero-image-placeholder {
  position: relative;
  box-shadow: var(--wp--preset--shadow--deep);
  border-left: 6px solid var(--wp--preset--color--strong-yellow);
  transform: rotate(0.5deg);
  transition: var(--transition-smooth);
}
.hero-image-placeholder:hover {
  transform: rotate(0deg) scale(1.02);
}
/* ==========================================================================
   SECTIONS SERVICES EN ALTERNANCE (CADRES & RELIEFS BIEN TRAVAILLÉS)
   ========================================================================== */
.service-section {
  padding: var(--wp--preset--spacing--80) 0;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}
.bg-light {
  background-color: #fafafa;
}
.bg-white {
  background-color: #ffffff;
}
.service-flex {
  justify-content: space-between;
  gap: calc(var(--wp--preset--spacing--70) * 1.2);
}
.service-text-col, .service-img-col {
  flex: 1;
  min-width: 320px;
  position: relative;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.service-number {
  font-size: 64px;
  font-weight: 900;
  display: block;
  line-height: 0.8;
  margin-bottom: var(--wp--preset--spacing--30);
  font-family: 'Courier New', Courier, monospace;
  opacity: 0.18;
  letter-spacing: -2px;
}
.service-text-col h2 {
  margin-bottom: var(--wp--preset--spacing--30);
  position: relative;
  display: inline-block;
}
.service-text-col h2::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: var(--wp--preset--color--strong-yellow);
  border-radius: 2px;
}
.service-text-col p {
  color: #4b5563;
  margin-top: 20px;
  margin-bottom: var(--wp--preset--spacing--50);
  text-align: justify;
}
.service-cta-wrapper {
  margin-top: 10px;
}
/* CONTENEURS D'IMAGES DÉTAILLÉS */
.img-wrapper {
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid var(--wp--preset--color--strong-yellow);
  overflow: hidden;
  background-color: #e5e7eb;
}
.img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0.8;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.responsive-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: var(--wp--preset--aspect-ratio--3-2);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
  filter: brightness(0.96) contrast(1.02);
}
.img-wrapper:hover .responsive-img {
  transform: scale(1.06);
  filter: brightness(1.02) contrast(1.02);
}
.img-wrapper:hover::after {
  opacity: 0.4;
}
.img-overlay-title {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(17, 24, 39, 0.85);
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 6px 14px;
  font-size: 11px;
  font-family: monospace;
  letter-spacing: 0.5px;
  border-left: 3px solid var(--wp--preset--color--strong-yellow);
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: none
}
/* ==========================================================================
   FOOTER STRUCTURE ET MICRO-EFFETS
   ========================================================================== */
.main-footer {
  background-color: var(--wp--preset--color--light-black);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--wp--preset--spacing--70) 0 0 0;
  border-top: 4px solid var(--wp--preset--color--strong-yellow);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--wp--preset--spacing--60);
  padding-bottom: var(--wp--preset--spacing--60);
}
.footer-col h3 {
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.footer-col p {
  font-size: 14.5px;
  line-height: 1.6;
}
.footer-col a {
  color: var(--wp--preset--color--strong-yellow);
  text-decoration: none;
  font-weight: 700;
  transition: var(--transition-smooth);
}
.footer-col a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}
.footer-phone {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.footer-bottom {
  background-color: #1a1a1a;
  padding: 24px 0;
  text-align: center;
  font-size: 13.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
/* ==========================================================================
   ICÔNES ET COMPOSANTS FA INTERNES
   ========================================================================== */
.font-icon {
  margin-right: 10px;
  font-size: 14px;
  vertical-align: middle;
}
.footer-icon {
  color: var(--wp--preset--color--strong-yellow);
  margin-right: 12px;
  width: 20px;
  text-align: center;
  font-size: 15px;
  transition: transform 0.3s ease;
}
.footer-col p:hover .footer-icon {
  transform: scale(1.15);
}
/* ==========================================================================
   STICKY BAR SMARTPHONE AVANCÉE
   ========================================================================== */
.sticky-mobile-bar {
  display: none;
}
/* ==========================================================================
   MEDIA QUERIES ULTRA-REMPLIES (TABLETTES ET SMARTPHONES MODERNES)
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-image-placeholder {
    display: none;
  }
  .flex-reverse {
    flex-direction: row;
  }
  .service-flex {
    flex-direction: column;
    gap: 40px;
  }
  .service-text-col, .service-img-col {
    width: 100%;
  }
  .has-x-large-font-size {
    font-size: 34px !important;
  }
}
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
  /* Rideau Mobile Flouté */
  .nav-menu {
    position: fixed;
    top: var(--header-height);
    left: -100%;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: var(--wp--preset--spacing--50);
    transition: left 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }
  .nav-menu.active {
    left: 0;
  }
  .nav-menu ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 0;
        opacity: 1;
        z-index: 1;
        visibility: visible;
              max-height: 100%;
  }
  .nav-menu ul li {
    width: 100%;
  }
  .nav-menu a {
    display: block;
    padding: 18px;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .header-cta {
    margin: 25px auto 0 auto !important;
    width: 85%;
    text-align: center;
    box-shadow: none;
  }
  /* Bouton Burger Design */
  .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
  }
  .burger-menu span {
    width: 100%;
    height: 2.5px;
    background-color: var(--wp--preset--color--light-black);
    transition: var(--transition-smooth);
    transform-origin: left center;
    border-radius: 1px;
  }
  .burger-menu.active span:nth-child(1) {
    transform: rotate(45deg);
    background-color: var(--wp--preset--color--vivid-red);
  }
  .burger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
  }
  .burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    background-color: var(--wp--preset--color--vivid-red);
  }
  /* Téléphone Smartphone mis en avant */
  .mobile-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
    color: white;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.35);
    animation: pulse-button 2s infinite;
    margin-left: auto;
    margin-right: 18px;
  }
  .mobile-call-btn i {
    margin-right: 6px;
    font-size: 12px;
  }
  /* Sticky Bottom Bar */
  body {
    padding-bottom: 60px;
  }
  .sticky-mobile-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--wp--preset--color--strong-yellow);
    z-index: 2000;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .sticky-call-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    text-decoration: none;
    color: var(--wp--preset--color--very-dark-black);
    font-size: 13.5px;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding: 0 15px;
  }
  .sticky-call-link i {
    margin-right: 8px;
    font-size: 15px;
    animation: flash 1.2s infinite;
  }
}
/* ==========================================================================
   ANIMATIONS CSS3 AVANCÉES
   ========================================================================== */
@keyframes pulse-button {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.35);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(225, 29, 72, 0.55);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.35);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}
/* ==========================================================================
   MENU DÉROULANT (DROPDOWN COUVREUR) - OPTIMISÉ DESKTOP & MOBILE
   ========================================================================== */
.dropdown {
  position: relative;
}

.dropdown-icon {
  font-size: 10px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

/* Style du sous-menu masqué par défaut (Desktop) */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  background-color: #ffffff;
  min-width: 260px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-top: 3px solid var(--wp--preset--color--strong-yellow);
  padding: 10px 0 !important;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1010;
}

/* Alignement des liens du sous-menu */
.dropdown-menu li {
  width: 100%;
}

.dropdown-menu a {
  display: block;
  padding: 12px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  color: var(--wp--preset--color--light-black) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.dropdown-menu li:last-child a {
  border-bottom: none;
}

/* Suppression de la ligne d'animation par défaut pour le sous-menu */
.dropdown-menu a::after {
  display: none !important;
}

/* Effet au survol d'un élément du sous-menu */
.dropdown-menu a:hover {
  background-color: #f9f9f9;
  color: var(--wp--preset--color--strong-yellow) !important;
  padding-left: 24px !important; /* Petit effet de glissement */
}

/* --- INTERACTIONS DESKTOP (Au survol) --- */
@media (min-width: 769px) {
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  
  .dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
  }
}

/* --- ADAPTATION MOBILE (Responsive < 768px) --- */
@media (max-width: 768px) {
  .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.02) !important;
    border-top: none !important;
    max-height: 0;
    overflow: hidden;
    padding: 0 !important;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Classe injectée par JS lors du clic sur mobile */
  .dropdown.open .dropdown-menu {
    max-height: 500px; /* Permet de dérouler fluidement les 7 éléments */
    padding: 5px 0 !important;
  }

  .dropdown.open .dropdown-icon {
    transform: rotate(180deg);
  }

  .dropdown-menu a {
    padding: 14px 18px !important;
    font-size: 14.5px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
    text-align: center;
  }
}
iframe {
	display: block
}
.no-link {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
}