.elementor-864 .elementor-element.elementor-element-2b47258{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ba9c372 *//* =========================
   NEWSLETTER
========================= */
.footer-newsletter {
  background: #0a0a0a;
  padding: clamp(50px,7vw,90px) clamp(20px,7%,7%);
  border-top: 1px solid rgba(255,255,255,.07);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px,5vw,80px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.newsletter-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.newsletter-logo {
  display: flex;
  align-items: baseline;
  gap: 12px;
  line-height: 1;
}

.newsletter-logo .nl-nova {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px,6vw,90px);
  font-weight: 900;
  color: #f6f6ea;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.newsletter-logo .nl-club {
  font-family: 'Pinyon Script', cursive;
  font-size: clamp(32px,5vw,75px);
  font-weight: 400;
  color: #f6f6ea;
}

.newsletter-left p {
  font-size: clamp(13px,1.3vw,15px);
  color: rgba(255,255,255,.6);
  line-height: 2;
  max-width: 380px;
}

.newsletter-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-row input[type="email"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
  outline: none;
}

.newsletter-row input[type="email"]::placeholder {
  color: rgba(255,255,255,.35);
}

.newsletter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: rgba(255,255,255,.45);
}

/* Bouton S'inscrire */
.btn-submit {
  background: #274f39;
  color: #fff;
  border: 1.5px solid #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease; /* Pour que l'effet soit fluide */
}

/* L'effet Hover uniquement */
.btn-submit:hover {
  background: #fff !important;
  color: #000 !important;
}

/* =========================
   FOOTER GLOBAL
========================= */
footer {
  background: #000;
  padding: clamp(30px,4vw,50px) clamp(20px,5%,5%) 30px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 3 colonnes Desktop */
  gap: 40px;
  margin-bottom: 40px;
  align-items: start;
}

/* Alignement des blocs : textes à gauche, mais blocs répartis */
.footer-col {
  text-align: left; /* Tout le texte à gauche */
}

.footer-col:nth-child(1) { justify-self: start; }  /* Bloc ADRESSE à gauche */
.footer-col:nth-child(2) { justify-self: center; } /* Bloc CLUB au milieu (texte gauche) */
.footer-col:nth-child(3) { justify-self: end; }    /* Bloc INFO à droite (texte gauche) */

.footer-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 900;
  color: #fff !important;
}

.footer-col p, .footer-col a {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  line-height: 2.1;
  text-decoration: none;
}

.footer-col a { display: block; transition: color .2s; }
.footer-col a:hover { color: #fff; }

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  justify-content: flex-start;
}

.footer-social a {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: #fff;
  transition: all .2s;
}

/* =========================
   FOOTER BOTTOM
========================= */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 20px;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom a, .footer-bottom span {
  font-size: 10px;
  color: rgba(255,255,255,.25);
  text-decoration: none;
  white-space: nowrap;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .newsletter-inner { grid-template-columns: 1fr; gap: 36px; }

  /* Grille en 2 colonnes sur tablette */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }

  .footer-col:nth-child(1),
  .footer-col:nth-child(2),
  .footer-col:nth-child(3) {
    justify-self: start; /* On colle tout à gauche sur mobile */
  }
}

@media (max-width: 480px) {
  /* Garde ta grille en 2 colonnes */
  .footer-grid { 
    grid-template-columns: 1fr 1fr; 
    gap: 25px; 
  }

  /* REGLAGE POUR LES 3 MOTS EN BAS */
  .footer-bottom {
    flex-wrap: wrap; /* Permet de passer à la ligne si besoin */
    justify-content: center !important; /* Centre l'ensemble */
    gap: 12px 20px; /* Espace entre les lignes et les mots */
    padding-bottom: 20px;
  }

  .footer-bottom a, 
  .footer-bottom span {
    font-size: 9px; /* Un peu plus petit pour que ça tienne */
    white-space: normal; /* Autorise le retour à la ligne interne si l'écran est minuscule */
    text-align: center;
  }
}

/* Taille de l'icône à l'intérieur du cercle */
.footer-social a i {
    font-size: 18px;
}

/* Effet au survol */
.footer-social a:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px); /* Petit saut élégant */
}/* End custom CSS */