.elementor-185 .elementor-element.elementor-element-bfa1ede{--display:flex;--padding-top:-4px;--padding-bottom:-4px;--padding-left:-4px;--padding-right:-4px;}.elementor-185 .elementor-element.elementor-element-11a79e8{--display:flex;--padding-top:-4px;--padding-bottom:-4px;--padding-left:-4px;--padding-right:-4px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9a3f426 *//* SECTION GLOBALE */
.membre-header {
  position: relative;
  height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px;
  overflow: hidden;
}

/* BANDE DIAGONALE TRICOLORE */
.membre-header-diagonal {
  position: absolute;
  top: -80px;
  left: -120px;
  width: 180%;
  height: 180px;
  background: linear-gradient(#349400);
  transform: rotate(-6deg);
  opacity: 0.92;
  z-index: 1;
}

/* CARTE BLANCHE FLOTTANTE */
.membre-header-box {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 22px 32px;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.15);
  max-width: 380px;
}

/* TITRE */
.membre-header-title {
  font-size: 34px;
  font-weight: 900;
  margin: 0;
  color: #26001D;
  letter-spacing: 1px;
  text-transform: uppercase;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ba3fea *//* --- GRILLE 2 COLONNES POUR TOUTE LA PAGE --- */
.membre-wrapper-grid {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 colonnes */
  gap: 30px;
  font-family: system-ui, sans-serif;
  background: transparent; /* pas de fond global */
}

/* Dernière section = pleine largeur */
.membre-full {
  grid-column: 1 / -1;
  background: #FCD7A2; /* couleur seulement pour la section du lien */
}

/* Responsive : sur mobile → 1 colonne */
@media (max-width: 900px) {
  .membre-wrapper-grid {
    grid-template-columns: 1fr;
  }
}

/* --- STYLE DES SECTIONS (CARTES) --- */
.membre-section {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  position: relative;
}

/* TITRES */
.membre-section h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #26001D;
  position: relative;
  padding-bottom: 14px;
}

/* LIGNE DÉCORATIVE MODERNE */
.membre-section h2::after {
  content: "";
  display: block;
  width: 110px;
  height: 8px;
  margin-top: 10px;
  background:
    linear-gradient(90deg,
      #349400 0 20%,
      #FFC20F 20% 40%,
      #E33000 40% 60%,
      #26001D 60% 80%,
      #FCD7A2 80% 100%
    );
  border-radius: 4px;
}

/* PARAGRAPHES (sans fond maintenant) */
.membre-section p {
  font-size: 17px;
  line-height: 1.7;
  color: #090C0D;
  margin-bottom: 14px;
  background: transparent; /* fond supprimé */
  padding: 0;
  border-radius: 0;
}

/* LISTES */
.membre-section ul {
  margin: 0 0 14px 0;
  padding-left: 20px;
}

.membre-section ul li {
  margin-bottom: 6px;
  color: #26001D;
}

/* IFRAME (dernière section) */
.membre-section iframe {
  border-radius: 12px;
  border: 2px solid #349400;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}/* End custom CSS */