.elementor-26186 .elementor-element.elementor-element-32b138e4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-26186 .elementor-element.elementor-element-32b138e4:not(.elementor-motion-effects-element-type-background), .elementor-26186 .elementor-element.elementor-element-32b138e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2a4ff5b );}.elementor-26186 .elementor-element.elementor-element-32b138e4 > .elementor-shape-top .elementor-shape-fill, .elementor-26186 .elementor-element.elementor-element-32b138e4 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-378d015 );}.elementor-26186 .elementor-element.elementor-element-32b138e4 > .elementor-shape-top svg, .elementor-26186 .elementor-element.elementor-element-32b138e4 > .e-con-inner > .elementor-shape-top svg{width:calc(100% + 1.3px);height:31px;transform:translateX(-50%) rotateY(180deg);}.elementor-26186 .elementor-element.elementor-element-32b138e4 > .elementor-shape-bottom svg, .elementor-26186 .elementor-element.elementor-element-32b138e4 > .e-con-inner > .elementor-shape-bottom svg{width:calc(130% + 1.3px);height:16px;}.elementor-26186 .elementor-element.elementor-element-404b97b0{width:var( --container-widget-width, 40% );max-width:40%;--container-widget-width:40%;--container-widget-flex-grow:0;}.elementor-26186 .elementor-element.elementor-element-404b97b0.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:1;}@media(min-width:768px){.elementor-26186 .elementor-element.elementor-element-32b138e4{--content-width:70%;}}@media(max-width:1050px) and (min-width:768px){.elementor-26186 .elementor-element.elementor-element-32b138e4{--content-width:90%;}}@media(max-width:1050px){.elementor-26186 .elementor-element.elementor-element-404b97b0{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}@media(max-width:767px){.elementor-26186 .elementor-element.elementor-element-404b97b0{--container-widget-width:90%;--container-widget-flex-grow:0;width:var( --container-widget-width, 90% );max-width:90%;}}/* Start custom CSS for html, class: .elementor-element-404b97b0 */h2 {color:#DC0559;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-32b138e4 *//* === Carte + Agenda : 2 colonnes égales === */ .cal-embed .elementor-container, .cal-embed { /* au cas où tu es en containers */ align-items: stretch; } .cal-embed .cal-card{ background:#fff; border-radius:16px; padding:20px; box-shadow:0 6px 18px rgba(0,0,0,.08); display:flex; flex-direction:column; height:100%; } /* zone qui contient l'iframe */ .cal-embed .embed-box{ flex:1 1 auto; display:flex; min-height:0; overflow:hidden; border-radius:12px; box-shadow:0 8px 18px rgba(0,0,0,.06); } /* l'iframe occupe toute la hauteur disponible */ .cal-embed .embed-box iframe{ width:100%; height:100% !important; border:0; border-radius:12px; } /* Hauteurs synchronisées (une seule source de vérité) */ @media (min-width: 992px){ .cal-embed .embed-box{ min-height: 560px; } /* ← ajuste ici si tu veux 600/620 */ } @media (max-width: 991px){ .cal-embed .embed-box{ min-height: 420px; } } /* Petite légende + tête agenda */ .cal-embed .agenda-head{ display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:12px; } .cal-embed .agenda-legend{ display:flex; flex-wrap:wrap; gap:12px 20px; list-style:none; padding:0; margin:0 0 14px; color:#516173; font-weight:600; } .cal-embed .agenda-legend .dot{ width:12px; height:12px; border-radius:50%; display:inline-block; margin-right:6px; background:var(--c); } /* Boutons (si tu utilises déjà tes classes, conserve-les) */ .cal-embed .btn-primaire{ background:#E6007E; color:#fff; padding:10px 16px; border-radius:8px; text-decoration:none; font-weight:700; } .cal-embed .btn-ghost{ border:2px solid #E6007E; color:#E6007E; padding:8px 14px; border-radius:8px; text-decoration:none; font-weight:700; }

/* === Carte + Agenda : 2 colonnes égales === */
.cal-embed .elementor-container,
.cal-embed { /* au cas où tu es en containers */
  align-items: stretch;
}

/* S'assurer que la carte prend toute la hauteur du conteneur Elementor */
.cal-embed .cal-card{
  background:#fff; border-radius:16px; padding:20px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  display:flex; flex-direction:column; height:100%;
}

/* Si Elementor ajoute .elementor-widget-container autour */
.cal-embed .elementor-widget-container > .cal-card { height:100%; }

/* zone qui contient l'iframe */
.cal-embed .embed-box{
  flex:1 1 auto; display:flex; min-height:0; overflow:hidden;
  border-radius:12px; box-shadow:0 8px 18px rgba(0,0,0,.06);
}

/* l'iframe occupe toute la hauteur disponible */
.cal-embed .embed-box iframe{
  width:100%; height:100% !important; border:0; border-radius:12px;
  display:block; /* évite un petit espace inline sur certains navigateurs */
}

/* Hauteurs synchronisées (source de vérité unique) */
@media (min-width: 992px){
  .cal-embed .embed-box{ min-height: 560px; }
}
@media (max-width: 991px){
  .cal-embed .embed-box{ min-height: 420px; }
}

/* iOS Safari (cas rare) : forcer une hauteur mini du frame */
@supports (-webkit-touch-callout: none) {
  .cal-embed .embed-box iframe{ min-height: 420px; }
}

/* Petite légende + tête agenda */
.cal-embed .agenda-head{
  display:flex; justify-content:space-between; align-items:center;
  gap:12px; margin-bottom:12px;
}
.cal-embed .agenda-legend{
  display:flex; flex-wrap:wrap; gap:12px 20px; list-style:none;
  padding:0; margin:0 0 14px; color:#516173; font-weight:600;
}
.cal-embed .agenda-legend .dot{
  width:12px; height:12px; border-radius:50%; display:inline-block;
  margin-right:6px; background:var(--c);
}

/* Boutons */
.cal-embed .btn-primaire{
  background:#E6007E; color:#fff; padding:10px 16px; border-radius:8px;
  text-decoration:none; font-weight:700;
}
.cal-embed .btn-ghost{
  border:2px solid #E6007E; color:#E6007E; padding:8px 14px; border-radius:8px;
  text-decoration:none; font-weight:700;
}

/* Sélecteur de vue */
.cal-embed .view-switch{
  display:flex; gap:8px; margin:0 0 10px; flex-wrap:wrap;
}
.cal-embed .vs-btn{
  appearance:none; border:2px solid #E6007E; background:transparent; color:#E6007E;
  padding:8px 14px; border-radius:8px; font-weight:700; cursor:pointer;
}
.cal-embed .vs-btn.is-active{
  background:#E6007E; color:#fff;
}

/* Hauteur selon la vue (desktop) */
@media (min-width: 992px){
  .cal-embed.is-agenda .embed-box{ min-height: 560px; }
  .cal-embed.is-week   .embed-box{ min-height: 600px; }
  .cal-embed.is-month  .embed-box{ min-height: 760px; } /* ajuste si besoin 820/900 */
}
/* Hauteur mobile : un peu plus de place pour Semaine/Mois */
@media (max-width: 991px){
  .cal-embed.is-agenda .embed-box{ min-height: 420px; }
  .cal-embed.is-week   .embed-box{ min-height: 500px; }
  .cal-embed.is-month  .embed-box{ min-height: 560px; }
}/* End custom CSS */