/*
Theme Name:   Kadence Child — Azkoyen Maroc
Description:  Thème enfant de Kadence pour azkoyen.ma
Author:       Azkoyen Maroc
Template:     kadence
Version:      1.0.0
Text Domain:  kadence-child
*/

/* ════════════════════════════════════════════
   VARIABLES GLOBALES
════════════════════════════════════════════ */
:root {
  --azk-rouge:   #D32F2F;
  --azk-rouge-h: #B71C1C;
  --azk-noir:    #111111;
  --azk-noir2:   #1a1a1a;
  --azk-orange:  #FF6F00;
  --azk-blanc:   #FFFFFF;
  --azk-gris:    #F5F5F5;
  --azk-gris2:   #EEEEEE;
  --azk-texte:   #222222;
  --azk-max:     1200px;
}

/* ════════════════════════════════════════════
   RESET / BASE
════════════════════════════════════════════ */
.site-top-header-wrap .header-html-inner p { margin: 0; display: contents; }
.site-top-header-wrap .header-html-inner br { display: none; }

/* Kadence header natif */
.site-header { box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.header-navigation .nav-drop-container ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--azk-noir);
  font-weight: 500;
}
.header-navigation .nav-drop-container ul li a:hover { color: var(--azk-rouge); }
.header-button .button {
  background: var(--azk-rouge) !important;
  color: #fff !important;
  border-color: var(--azk-rouge) !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 8px 20px !important;
  transition: background .2s ease;
}
.header-button .button:hover {
  background: var(--azk-rouge-h) !important;
  border-color: var(--azk-rouge-h) !important;
}

/* Skip link accessibilité */
.azk-skip-link {
  position: absolute;
  top: -100px; left: 0;
  background: #D32F2F;
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  z-index: 9999;
  transition: top .2s;
}
.azk-skip-link:focus { top: 0; }

/* ════════════════════════════════════════════
   TOPBAR NOIRE
   5 blocs égaux : Tel | Mail | Horaires | Badge | CTA
════════════════════════════════════════════ */
.azk-topbar {
  background: var(--azk-noir);
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: relative;
  z-index: 200;
}
.azk-topbar-inner {
  max-width: var(--azk-max);
  margin: 0 auto;
  padding: 0 24px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

/* Bloc topbar */
.azk-tb-block {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #aaaaaa;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  padding: 0 6px;
}
.azk-tb-link {
  text-decoration: none;
  transition: color .2s;
  cursor: pointer;
}
.azk-tb-link:hover { color: #ffffff; }

/* Séparateur */
.azk-tb-sep {
  display: block;
  width: 1px; height: 18px;
  background: rgba(255,255,255,.13);
  flex-shrink: 0;
}

/* Badge revendeur */
.azk-tb-badge {
  color: #69f0ae;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.azk-tb-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #69f0ae;
  flex-shrink: 0;
  animation: azk-dot-pulse 2s infinite;
}
@keyframes azk-dot-pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(105,240,174,.4); }
  50%      { opacity: .7; box-shadow: 0 0 0 5px rgba(105,240,174,0); }
}

/* Bouton Devis gratuit */
.azk-tb-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--azk-rouge);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 7px 16px;
  border-radius: 4px;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .2s;
  flex: 0 0 auto;
  white-space: nowrap;
}
.azk-tb-cta:hover { background: var(--azk-rouge-h); }

/* Ancienne topbar (compatibilité header.php v1) */
.azk-topbar-left {
  display: flex;
  align-items: center;
  gap: 0;
}
.azk-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.azk-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  padding: 0 14px;
  height: 44px;
  transition: color .2s;
  white-space: nowrap;
}
.azk-topbar-link:hover { color: #ffffff; }
.azk-topbar-link.azk-topbar-wa { color: #25D366; }
.azk-topbar-link.azk-topbar-wa:hover { color: #1faa53; }
.azk-topbar-sep {
  display: block;
  width: 1px; height: 16px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
.azk-official-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #666666;
  letter-spacing: .04em;
  padding-right: 14px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.azk-official-badge svg { color: #D32F2F; }
.azk-topbar-cta {
  display: inline-flex;
  align-items: center;
  background: #D32F2F;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 4px;
  letter-spacing: .03em;
  transition: background .2s;
  white-space: nowrap;
}
.azk-topbar-cta:hover { background: #B71C1C; color: #ffffff; }

/* ════════════════════════════════════════════
   HEADER BLANC STICKY
════════════════════════════════════════════ */
.azk-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 2px 20px rgba(0,0,0,.07);
  transition: box-shadow .3s;
}
.azk-header.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,.12);
}
.azk-header-inner {
  max-width: var(--azk-max);
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo */
.azk-header-logo { flex-shrink: 0; }
.azk-logo-wrap   { flex-shrink: 0; display: flex; align-items: center; }
.azk-logo-img {
  height: 50px;
  width: auto;
  display: block;
  transition: opacity .2s;
}
.azk-logo-img:hover { opacity: .85; }
.azk-logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}

/* Actions droite (ancienne version) */
.azk-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.azk-header-tel {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  transition: all .2s;
}
.azk-header-tel:hover {
  border-color: #D32F2F;
  background: rgba(211,47,47,.03);
}
.azk-header-tel-icon {
  width: 32px; height: 32px;
  background: rgba(211,47,47,.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D32F2F;
  flex-shrink: 0;
}
.azk-header-tel-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.azk-header-tel-label {
  font-size: 10px;
  color: #999999;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.azk-header-tel-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
}
.azk-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #D32F2F;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 7px;
  transition: background .2s, transform .15s;
  letter-spacing: .02em;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(211,47,47,.3);
}
.azk-header-cta:hover {
  background: #B71C1C;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(211,47,47,.4);
}

/* ════════════════════════════════════════════
   NAVIGATION — MENU NÉON
════════════════════════════════════════════ */
.azk-nav { flex: 1; display: flex; align-items: center; justify-content: center; }
.azk-nav-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.azk-nav-list > li { position: relative; }
.azk-nav-list > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.azk-nav-list > li > a:hover,
.azk-nav-list > li.current-menu-item > a,
.azk-nav-list > li.current-menu-ancestor > a {
  color: #D32F2F;
  background: rgba(211,47,47,.05);
}
.azk-nav-list > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .6;
}

/* Sous-menu dropdown */
.azk-nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 8px); left: 0;
  min-width: 210px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  padding: 8px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 999;
}
.azk-nav-list > li:hover > .sub-menu,
.azk-nav-list > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.azk-nav-list .sub-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
  padding: 9px 14px;
  border-radius: 7px;
  transition: color .15s, background .15s;
}
.azk-nav-list .sub-menu li a:hover {
  color: #D32F2F;
  background: rgba(211,47,47,.05);
}
.azk-nav-list .sub-menu li a::before {
  content: '';
  display: block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #D32F2F;
  opacity: 0;
  transition: opacity .15s;
  flex-shrink: 0;
}
.azk-nav-list .sub-menu li a:hover::before { opacity: 1; }

/* ════════════════════════════════════════════
   MENU NÉON (nouveau header)
════════════════════════════════════════════ */
.azk-neon-menu {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
.azk-neon-menu > li { position: relative; }

.azk-neon-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 13px;
  border-radius: 7px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #444444;
  position: relative;
  border: 1px solid transparent;
  transition: color .2s, background .2s, border-color .2s;
  white-space: nowrap;
}

/* Glow néon */
.azk-glow,
.azk-neon-glow {
  position: absolute;
  inset: 0;
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  box-shadow:
    0 0 8px  rgba(211,47,47,.35),
    0 0 20px rgba(211,47,47,.15),
    inset 0 0 6px rgba(211,47,47,.04);
}

.azk-neon-link:hover {
  color: #D32F2F;
  border-color: rgba(211,47,47,.2);
  background: rgba(211,47,47,.04);
}
.azk-neon-link:hover .azk-glow,
.azk-neon-link:hover .azk-neon-glow { opacity: 1; }

/* Item actif */
.azk-active > .azk-neon-link,
.azk-neon-active > .azk-neon-link {
  color: #D32F2F;
  border-color: rgba(211,47,47,.25);
  background: rgba(211,47,47,.05);
}
.azk-active > .azk-neon-link .azk-glow,
.azk-active > .azk-neon-link .azk-neon-glow,
.azk-neon-active > .azk-neon-link .azk-glow,
.azk-neon-active > .azk-neon-link .azk-neon-glow {
  opacity: 1;
  box-shadow:
    0 0 10px rgba(211,47,47,.45),
    0 0 24px rgba(211,47,47,.2),
    inset 0 0 8px rgba(211,47,47,.06);
}

/* Icône néon */
.azk-neon-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: color .2s;
}
.azk-neon-link:hover .azk-neon-icon { color: #D32F2F; }
.azk-neon-active .azk-neon-icon { color: #D32F2F; }

/* Flèche dropdown */
.azk-arrow,
.azk-neon-arrow {
  color: #bbb;
  transition: transform .25s, color .2s;
  flex-shrink: 0;
}
.azk-has-drop:hover > .azk-neon-link .azk-arrow,
.azk-has-drop:hover > .azk-neon-link .azk-neon-arrow,
.azk-neon-has-dropdown:hover .azk-neon-arrow { transform: rotate(180deg); color: #D32F2F; }
.azk-has-drop.submenu-open > .azk-neon-link .azk-arrow { transform: rotate(180deg); color: #D32F2F; }
.azk-neon-active .azk-neon-arrow { color: #D32F2F; }

/* Bouton Contact CTA dans menu */
.azk-neon-cta,
.azk-neon-link-cta {
  background: #D32F2F !important;
  border-color: #D32F2F !important;
  color: #ffffff !important;
  box-shadow: 0 3px 14px rgba(211,47,47,.3);
}
.azk-neon-cta:hover,
.azk-neon-link-cta:hover {
  background: #B71C1C !important;
  color: #ffffff !important;
  border-color: #B71C1C !important;
  box-shadow: 0 5px 20px rgba(211,47,47,.4) !important;
  transform: translateY(-1px);
}
.azk-neon-cta .azk-glow,
.azk-neon-cta .azk-neon-glow,
.azk-neon-link-cta .azk-neon-glow { display: none; }

/* ── Dropdown catalogue ─────────────────────── */
.azk-dropdown,
.azk-neon-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 268px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  box-shadow: 0 14px 44px rgba(0,0,0,.12);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s, transform .22s, visibility .22s;
  transition-delay: .18s;
  z-index: 999;
  pointer-events: none;
}
/* Pont invisible : comble l'espace entre le lien et le sous-menu
   pour que le survol ne soit jamais perdu en descendant la souris. */
.azk-dropdown::after,
.azk-neon-dropdown::after {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 20px;
  background: transparent;
}
.azk-dropdown::before,
.azk-neon-dropdown::before {
  content: '';
  position: absolute;
  top: -6px; left: 50%;
  width: 12px; height: 12px;
  background: #fff;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  transform: translateX(-50%) rotate(45deg);
}
.azk-has-drop:hover > .azk-dropdown,
.azk-has-drop:focus-within > .azk-dropdown,
.azk-neon-has-dropdown:hover .azk-neon-dropdown,
.azk-neon-has-dropdown:focus-within .azk-neon-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.azk-neon-dropdown-inner { display: flex; flex-direction: column; gap: 2px; }

.azk-drop-item,
.azk-neon-drop-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #333333;
  border: 1px solid transparent;
  transition: all .2s;
}
.azk-drop-item:hover,
.azk-neon-drop-item:hover {
  background: rgba(211,47,47,.05);
  border-color: rgba(211,47,47,.15);
  color: #D32F2F;
  transform: translateX(4px);
}
.azk-drop-ico,
.azk-neon-drop-icon { font-size: 22px; flex-shrink: 0; line-height: 1; }

/* Vignette image produit à la place de l'émoji */
.azk-drop-ico.azk-drop-ico--img {
  width: auto;
  min-width: 40px;
  max-width: 64px;
  height: 46px;
  border-radius: 9px;
  overflow: hidden;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s;
}
.azk-drop-ico.azk-drop-ico--img img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.azk-drop-item:hover .azk-drop-ico--img,
.azk-drop-featured:hover .azk-drop-ico--img { transform: scale(1.06); }


.azk-drop-name,
.azk-neon-drop-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.azk-drop-item:hover .azk-drop-name,
.azk-neon-drop-item:hover .azk-neon-drop-name { color: #D32F2F; }

.azk-drop-sub,
.azk-neon-drop-desc { font-size: 11px; color: #999999; }

.azk-drop-badge,
.azk-neon-drop-badge {
  font-size: 9px; font-weight: 700;
  padding: 2px 7px; border-radius: 20px;
  background: #D32F2F; color: #fff;
  letter-spacing: .04em; text-transform: uppercase;
}
.azk-drop-featured,
.azk-neon-drop-featured {
  background: rgba(211,47,47,.03);
  border-color: rgba(211,47,47,.1) !important;
}

/* ════════════════════════════════════════════
   HAMBURGER
════════════════════════════════════════════ */
.azk-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
  transition: border-color .2s;
}
.azk-hamburger:hover { border-color: #D32F2F; }

.azk-ham-line,
.azk-hline {
  display: block;
  width: 100%; height: 2px;
  background: #333333;
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
  transform-origin: center;
}
.azk-hamburger.active .azk-ham-line-1,
.azk-hamburger.active .l1 { transform: translateY(7px) rotate(45deg); }
.azk-hamburger.active .azk-ham-line-2,
.azk-hamburger.active .l2 { opacity: 0; transform: scaleX(0); }
.azk-hamburger.active .azk-ham-line-3,
.azk-hamburger.active .l3 { transform: translateY(-7px) rotate(-45deg); }

/* Overlay */
.azk-nav-overlay,
.azk-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 98;
  opacity: 0;
  transition: opacity .3s;
}
.azk-nav-overlay.active,
.azk-overlay.active { opacity: 1; }

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.azk-footer-top {
  background: #111111;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.azk-footer-top-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.azk-footer-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888888;
  letter-spacing: .02em;
}
.azk-footer-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #D32F2F;
  flex-shrink: 0;
  animation: azk-pulse 2s infinite;
}
@keyframes azk-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(.8); }
}
.azk-footer-top-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.azk-footer-top-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #999999;
  text-decoration: none;
  transition: color .2s;
}
.azk-footer-top-link:hover { color: #ffffff; }
.azk-footer-top-link.azk-footer-wa { color: #25D366; }
.azk-footer-top-link.azk-footer-wa:hover { color: #1da851; }

.azk-footer {
  background: #1a1a1a;
  color: #888888;
}
.azk-footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 52px 24px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 40px;
}
.azk-footer-logo-link { display: inline-block; margin-bottom: 16px; }
.azk-footer-logo {
  height: 44px; width: auto; display: block;
  filter: brightness(0) invert(1);
  opacity: .85;
  transition: opacity .2s;
}
.azk-footer-logo:hover { opacity: 1; }
.azk-footer-logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; font-weight: 700;
  color: #ffffff;
}
.azk-footer-desc { font-size: 13px; color: #666666; line-height: 1.7; margin-bottom: 14px; }
.azk-footer-cities { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #555555; margin-bottom: 20px; }
.azk-footer-social { display: flex; gap: 10px; }
.azk-social-link {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  color: #666666; text-decoration: none;
  transition: all .2s;
}
.azk-social-link:hover {
  background: rgba(211,47,47,.15);
  border-color: rgba(211,47,47,.3);
  color: #D32F2F;
}
.azk-footer-col-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700; color: #ffffff;
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 18px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.azk-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.azk-footer-links li a {
  display: flex; align-items: center; gap: 7px;
  color: #666666; text-decoration: none;
  font-size: 13px; line-height: 1.4;
  transition: color .2s, padding-left .2s;
}
.azk-footer-links li a:hover { color: #ffffff; padding-left: 4px; }
.azk-footer-contact-list li a svg { flex-shrink: 0; opacity: .6; }
.azk-footer-address { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #555555; }
.azk-footer-address svg { flex-shrink: 0; opacity: .5; }
.azk-footer-hours { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.06); }
.azk-footer-hours-title {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: #555555; margin-bottom: 10px;
}
.azk-footer-hours-row {
  display: flex; justify-content: space-between;
  font-size: 12px; color: #555555;
  padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.04);
}
.azk-footer-hours-row:last-child { border-bottom: none; }
.azk-footer-hours-urgence { color: #D32F2F; font-weight: 600; }
.azk-footer-hours-urgence span:last-child {
  background: rgba(211,47,47,.1);
  padding: 1px 8px; border-radius: 20px; font-size: 11px;
}
.azk-footer-bottom { border-top: 1px solid rgba(255,255,255,.06); }
.azk-footer-bottom-inner {
  max-width: 1160px; margin: 0 auto; padding: 16px 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
}
.azk-footer-copy { font-size: 12px; color: #444444; }
.azk-footer-copy a { color: #666666; text-decoration: none; }
.azk-footer-copy a:hover { color: #aaaaaa; }
.azk-footer-legal { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.azk-footer-legal a { color: #444444; text-decoration: none; transition: color .2s; }
.azk-footer-legal a:hover { color: #aaaaaa; }
.azk-footer-legal span { color: #333333; }
.azk-footer-partner a { font-size: 12px; color: #444444; text-decoration: none; transition: color .2s; }
.azk-footer-partner a:hover { color: #D32F2F; }

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */

/* Tablette large */
@media (max-width: 1100px) {
  .azk-tb-block:nth-child(3),
  .azk-tb-sep:nth-child(4),
  .azk-tb-block:nth-child(5),
  .azk-tb-sep:nth-child(6) { display: none; }
  .azk-header-tel { display: none; }
  .azk-topbar-hide-sm { display: none; }
  .azk-neon-link { font-size: 12px; padding: 7px 10px; }
}

/* Tablette */
@media (max-width: 900px) {
  .azk-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .azk-footer-col-brand { grid-column: 1 / -1; }
  .azk-tb-badge,
  .azk-tb-sep:nth-child(8) { display: none; }
}

/* Mobile */
@media (max-width: 768px) {
  /* Topbar mobile */
  .azk-topbar-inner { height: auto; padding: 9px 16px; justify-content: space-between; }
  .azk-topbar-inner > .azk-tb-block:nth-child(2),
  .azk-tb-sep:nth-child(2) { display: none; }
  .azk-topbar-inner > .azk-tb-block { flex: 0 0 auto; justify-content: flex-start; }
  .azk-official-badge { display: none; }
  .azk-topbar-cta { font-size: 11px; padding: 6px 12px; }

  /* Header mobile */
  .azk-header-inner { height: 60px; padding: 0 16px; }
  .azk-logo-img { height: 40px; }
  .azk-header-cta { display: none; }

  /* Nav drawer */
  .azk-nav {
    position: fixed;
    top: 0; right: -300px;
    width: 280px; height: 100vh;
    background: #ffffff;
    z-index: 99;
    overflow-y: auto;
    box-shadow: -8px 0 30px rgba(0,0,0,.15);
    transition: right .3s cubic-bezier(.4,0,.2,1);
    padding: 80px 0 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .azk-nav.open { right: 0; }
  .azk-nav-overlay,
  .azk-overlay { display: block; }

  /* Menu liste mobile */
  .azk-nav-list,
  .azk-neon-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 0 16px;
  }
  .azk-nav-list > li > a,
  .azk-neon-link {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
  }
  .azk-neon-link { justify-content: flex-start; }
  .azk-glow, .azk-neon-glow { display: none; }

  .azk-neon-cta,
  .azk-neon-link-cta { justify-content: center; margin-top: 8px; padding: 14px; }

  /* Dropdown mobile inline */
  .azk-dropdown,
  .azk-neon-dropdown {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    box-shadow: none; border: none;
    border-radius: 0;
    padding: 0 0 6px 18px;
    background: rgba(0,0,0,.02);
    min-width: 0; display: none;
  }
  .azk-dropdown::before,
  .azk-neon-dropdown::before { display: none; }
  .azk-has-drop.submenu-open > .azk-dropdown,
  .azk-neon-has-dropdown.submenu-open .azk-neon-dropdown {
    display: flex; flex-direction: column; gap: 2px;
  }
  .azk-nav-list > li.submenu-open > .sub-menu { display: block; }
  .azk-nav-list .sub-menu {
    position: static; opacity: 1; visibility: visible;
    transform: none; box-shadow: none; border: none;
    border-radius: 0; padding: 0 0 0 16px;
    background: rgba(0,0,0,.02); display: none;
  }
  .azk-drop-item:hover,
  .azk-neon-drop-item:hover { transform: none; }

  /* Hamburger visible */
  .azk-hamburger { display: flex; }
}

@media (max-width: 560px) {
  .azk-footer-inner { grid-template-columns: 1fr; padding: 36px 20px 28px; gap: 28px; }
  .azk-footer-col-brand { grid-column: auto; }
  .azk-footer-top-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .azk-footer-bottom-inner { flex-direction: column; text-align: center; gap: 8px; }
  .azk-footer-badge { display: none; }
}

@media (max-width: 480px) {
  .azk-topbar-inner { flex-direction: column; align-items: flex-start; gap: 6px; height: auto; padding: 9px 14px; }
  .azk-topbar-link { font-size: 11px; padding: 0 10px; }
}

/* ════════════════════════════════════════════
   PROTECTION IMAGES — Niveau 1
   Bloquer drag & clic droit sur toutes les images
════════════════════════════════════════════ */
img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* Rétablir pointer-events sur les images cliquables
   (logos, liens, boutons avec image) */
a img,
.azk-logo-img,
.azk-logo-wrap img,
button img {
  pointer-events: auto;
}