.elementor-207 .elementor-element.elementor-element-4ee3f9a{--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;--padding-top:-4px;--padding-bottom:-4px;--padding-left:-4px;--padding-right:-4px;}.elementor-207 .elementor-element.elementor-element-2226b03{--display:flex;}body.elementor-page-207{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-7a5ead9 */.header-cercles{
  height: 280px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background: #FCD7A2;              /* beige logo */
  border-radius: 18px;
}

/* Bande jaune en bas */
.header-cercles::before{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 10px;
  background:#FFC20F;
}

/* Grand arc prune (style vague) */
.header-cercles::after{
  content:"";
  position:absolute;
  width: 900px;
  height: 900px;
  background: #26001D;
  border-radius: 50%;
  top: -650px;
  right: -420px;
  opacity: 0.10;
}

/* Petits accents (points) */
.header-cercles .dots{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 30%, rgba(52,148,0,.18) 0 6px, transparent 7px),
    radial-gradient(circle at 25% 70%, rgba(227,48,0,.18) 0 7px, transparent 8px),
    radial-gradient(circle at 80% 40%, rgba(255,194,15,.22) 0 7px, transparent 8px),
    radial-gradient(circle at 60% 75%, rgba(38,0,29,.12) 0 6px, transparent 7px);
  pointer-events:none;
}

/* Titre */
.header-cercles h1{
  position:relative;
  z-index:2;
  margin:0;
  font-size: 44px;
  font-weight: 900;
  color:#26001D;                    /* prune logo */
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align:center;
  padding: 0 16px;
}

/* Soulignement rouge + vert */
.header-cercles h1::after{
  content:"";
  display:block;
  width: 120px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #E33000 0%, #FFC20F 50%, #349400 100%);
}

/* Responsive */
@media (max-width: 600px){
  .header-cercles{ height: 230px; border-radius: 14px; }
  .header-cercles h1{ font-size: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1676be *//* GRILLE 2 COLONNES POUR LA PAGE BÉNÉVOLE */
.benevole-wrapper-grid {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  font-family: system-ui, sans-serif;
}

/* Dernière section pleine largeur */
.benevole-full {
  grid-column: 1 / -1;
}

/* Responsive : 1 colonne sur mobile */
@media (max-width: 900px) {
  .benevole-wrapper-grid {
    grid-template-columns: 1fr;
  }
}

/* BLOCS */
.benevole-section {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #E6E6E6;
  position: relative;
}

/* Onglet multicolore en haut */
.benevole-section::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 120px;
  height: 10px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(90deg,
    #349400,
    #FFC20F,
    #E33000,
    #26001D
  );
}

/* TITRES */
.benevole-section h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #26001D;
}

/* PARAGRAPHES (fond supprimé) */
.benevole-section p {
  font-size: 17px;
  line-height: 1.7;
  color: #090C0D;
  background: transparent; /* ✅ fond retiré */
  padding: 0;              /* ✅ enlève effet carte */
  border-radius: 0;
  margin-bottom: 14px;
}

/* LISTES */
.benevole-section ul {
  margin: 0 0 14px 0;
  padding-left: 20px;
}

.benevole-section ul li {
  margin-bottom: 6px;
  color: #26001D;
}

/* IFRAME (contour en jaune #FFC20F) */
.benevole-section iframe {
  border-radius: 12px;
  border: 2px solid #FFC20F; /* ✅ contour jaune demandé */
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}/* End custom CSS */