/* ── FOOTER — Poissonnerie de la Raho ── */

.pdlr-footer {
  background: #2f7c8e;
  font-family: Arial, sans-serif;
  color: #ffffff;
  padding-top: 4rem;
}

/* ── CORDE ── */
.pdlr-footer-rope {
  line-height: 0;
  margin-top: 2rem;
}

.pdlr-footer-rope svg {
  display: block;
  width: 100%;
  height: 50px;
}

/* ── BARRE COPYRIGHT ── */
.pdlr-footer-bar {
  text-align: center;
  padding: 0.9rem 2rem 1.4rem;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
}

.pdlr-footer-bar p {
  margin: 0;
}

.pdlr-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 4rem 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* ── GRILLE desktop : flex + space-between ── */
.pdlr-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pdlr-footer-col {
  min-width: 0;
}

.pdlr-footer-col:not(.pdlr-footer-brand) {
  min-width: 180px;
}

/* ── TITRES DE COLONNES ── */
.pdlr-footer-heading {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255,255,255,0.28);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ── ICÔNE TOGGLE chevron (masquée sur desktop) ── */
.pdlr-footer-toggle-icon {
  display: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
}

.pdlr-footer-toggle-icon::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(255,255,255,0.85);
  border-bottom: 2px solid rgba(255,255,255,0.85);
  top: 3px;
  left: 5px;
  transform: rotate(45deg);
  transition: transform 0.22s ease, top 0.22s ease;
}

/* chevron pointe vers le haut quand ouvert */
.pdlr-footer-toggleable.pdlr-open .pdlr-footer-toggle-icon::before {
  transform: rotate(225deg);
  top: 7px;
}

/* ── CONTENU DE COLONNE (toujours visible sur desktop) ── */
.pdlr-footer-body {
  display: block;
}

/* ── LIENS NAVIGATION ── */
.pdlr-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdlr-footer-links li {
  margin-bottom: 0.55rem;
}

.pdlr-footer-links li:last-child {
  margin-bottom: 0;
}

.pdlr-footer-links a {
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.5;
  display: inline-block;
  padding: 0.1rem 0;
}

.pdlr-footer-links a:hover {
  color: #ffffff;
}

/* ── CONTACT ── */
.pdlr-footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdlr-footer-contact-item {
  margin-bottom: 1rem;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.65;
}

.pdlr-footer-contact-item:last-child {
  margin-bottom: 0;
}

.pdlr-footer-phone,
.pdlr-footer-email {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 0.2s;
}

.pdlr-footer-phone:hover,
.pdlr-footer-email:hover {
  color: #ffffff;
}

.pdlr-footer-address {
  font-style: normal;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
}

/* ── COLONNE MARQUE ── */
.pdlr-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  min-width: 240px;
}

.pdlr-footer-logo {
  margin-bottom: 1rem;
}

.pdlr-footer-logo-img {
  width: 240px;
  height: auto;
  display: block;
}

.pdlr-footer-copy {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

/* ── RESPONSIVE — tablette + mobile (≤ 900px) ── */
@media (max-width: 900px) {
  .pdlr-footer {
    padding-top: 2rem;
  }

  .pdlr-footer-inner {
    padding: 0 3.5rem 2.5rem;
    border-bottom: none;
  }

  .pdlr-footer-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .pdlr-footer-col:not(.pdlr-footer-brand) {
    min-width: 0;
  }

  /* Titre de colonne : devient une ligne cliquable pleine largeur */
  .pdlr-footer-heading {
    width: 100%;
    padding: 1rem 0;
    margin: 0;
    border-bottom: none;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    font-size: 1.5rem;
    text-transform: none;
    letter-spacing: 0;
    justify-content: flex-start;
    gap: 0.9rem;
  }

  /* Chevron visible et placé à gauche */
  .pdlr-footer-toggle-icon {
    display: block;
    order: -1;
    flex-shrink: 0;
  }

  /* Contenu caché par défaut */
  .pdlr-footer-body {
    display: none;
    padding: 0.75rem 0 1.25rem;
  }

  /* Contenu visible quand ouvert */
  .pdlr-footer-toggleable.pdlr-open .pdlr-footer-body {
    display: block;
  }

  /* Liens plus grands et plus espacés sur mobile */
  .pdlr-footer-links a {
    font-size: 0.95rem;
    padding: 0.5rem 0;
  }

  .pdlr-footer-links li {
    margin-bottom: 0.2rem;
  }

  /* Contact plus grand sur mobile */
  .pdlr-footer-contact-item {
    font-size: 0.95rem;
    margin-bottom: 1.4rem;
  }

  /* Colonne marque : centrée en bas */
  .pdlr-footer-brand {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    gap: 0.75rem;
  }

  .pdlr-footer-logo {
    margin-bottom: 0;
  }

  .pdlr-footer-logo-img {
    max-width: 140px;
  }

  .pdlr-footer-copy {
    text-align: center;
  }
}
