.elementor-50 .elementor-element.elementor-element-ab863be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Reset pour le bloc footer */
  .de-footer * { margin: 0; padding: 0; box-sizing: border-box; }
  
  .de-footer {
    background: #0D615D;
    color: rgba(255,255,255,0.85);
    font-family: 'Nunito', sans-serif;
    position: relative;
    overflow: hidden;
  }

  /* Motif décoratif tropical en fond */
  .de-footer::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -40px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(45,184,75,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }

  .de-footer::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(245,183,49,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }

  /* --- WAVE SVG TOP --- */
  .de-footer-wave {
    width: 100%;
    line-height: 0;
    margin-bottom: -2px;
  }

  .de-footer-wave svg {
    width: 100%;
    height: 60px;
    display: block;
  }

  /* --- MAIN CONTENT --- */
  .de-footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px 30px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    position: relative;
    z-index: 1;
  }

  /* --- COLONNE 1 : MARQUE --- */
  .de-footer-brand {}

  .de-footer-brand-logo {
    max-height: 65px;
    width: auto;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
  }

  .de-footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    max-width: 280px;
  }

  .de-footer-socials {
    display: flex;
    gap: 10px;
  }

  .de-footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
  }

  .de-footer-socials a:hover {
    transform: translateY(-3px);
  }

  .de-footer-socials a.de-fb:hover {
    background: #1877F2;
    border-color: #1877F2;
    box-shadow: 0 5px 20px rgba(24,119,242,0.3);
  }

  .de-footer-socials a.de-ig:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #dc2743;
    box-shadow: 0 5px 20px rgba(220,39,67,0.3);
  }

  /* --- COLONNE 2 : NAVIGATION --- */
  .de-footer-nav h4,
  .de-footer-contact h4,
  .de-footer-hours h4 {
    font-family: 'Baloo 2', cursive;
    font-size: 18px;
    font-weight: 700;
    color: #F9C127;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
  }

  .de-footer-nav h4::after,
  .de-footer-contact h4::after,
  .de-footer-hours h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #2AA83E, #F9C127);
    border-radius: 3px;
  }

  .de-footer-nav ul {
    list-style: none;
    padding: 0;
  }

  .de-footer-nav ul li {
    margin-bottom: 10px;
  }

  .de-footer-nav ul li a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
  }

  .de-footer-nav ul li a::before {
    content: '→';
    position: absolute;
    left: -18px;
    opacity: 0;
    color: #2AA83E;
    font-weight: 700;
    transition: all 0.3s ease;
  }

  .de-footer-nav ul li a:hover {
    color: #fff;
    padding-left: 20px;
  }

  .de-footer-nav ul li a:hover::before {
    opacity: 1;
    left: 0;
  }

  /* --- COLONNE 3 : CONTACT --- */
  .de-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  .de-footer-contact-item i {
    color: #2AA83E;
    font-size: 16px;
    margin-top: 3px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
  }

  .de-footer-contact-item a,
  .de-footer-contact-item span {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.3s ease;
  }

  .de-footer-contact-item a:hover {
    color: #F9C127;
  }

  .de-footer-phone-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.45);
    margin-top: 2px;
  }

  /* --- COLONNE 4 : HORAIRES OU CTA --- */
  .de-footer-cta-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 24px;
    margin-top: 10px;
  }

  .de-footer-cta-box p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .de-footer-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #F9C127, #E5A520);
    color: #074039 !important;
    font-family: 'Baloo 2', cursive;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245,183,49,0.3);
  }

  .de-footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(245,183,49,0.45);
  }

  /* --- METRO BADGE --- */
  .de-footer-metro {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 4px 12px;
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255,255,255,0.65);
  }

  .de-footer-metro-icon {
    width: 18px;
    height: 18px;
    background: #003CA6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
  }

  /* --- BOTTOM BAR --- */
  .de-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .de-footer-bottom p {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
  }

  .de-footer-bottom a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
  }

  .de-footer-bottom a:hover {
    color: #F9C127;
  }

  .de-footer-bottom-links {
    display: flex;
    gap: 20px;
  }

  /* --- RESPONSIVE --- */
  @media (max-width: 1024px) {
    .de-footer-main {
      grid-template-columns: 1fr 1fr;
      gap: 35px;
    }
  }

  @media (max-width: 767px) {
    .de-footer-main {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 40px 24px 20px;
    }

    .de-footer-brand p {
      max-width: 100%;
    }

    .de-footer-bottom {
      flex-direction: column;
      gap: 12px;
      text-align: center;
    }

    .de-footer-bottom-links {
      gap: 15px;
    }

    .de-footer-wave svg {
      height: 35px;
    }
  }/* End custom CSS */