.elementor-18 .elementor-element.elementor-element-d6e3f6b{--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;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-d6e3f6b{--content-width:70%;}}/* Start custom CSS for container, class: .elementor-element-d6e3f6b *//* Overlay + modal */
  .eel-simcal-modal-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 24px;
  }
  .eel-simcal-modal{
    width: min(980px, 100%);
    height: min(720px, 100%);
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    position: relative;
  }
  .eel-simcal-modal header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-size: 14px;
  }
  .eel-simcal-modal button{
    appearance:none;
    border:0;
    background: rgba(0,0,0,.06);
    border-radius: 10px;
    padding: 8px 10px;
    cursor:pointer;
    font-size: 14px;
    line-height: 1;
  }
  .eel-simcal-modal iframe{
    width: 100%;
    height: calc(100% - 49px);
    border: 0;
    display:block;
  }/* End custom CSS */
/* Start custom CSS *//* Bouton + mini mise en forme des events */
.eel-evt__title { font-weight: 600; }
.eel-evt__when { opacity: .8; font-size: .9em; margin-top: 4px; }

.eel-evt__more{
  display: inline-block;
  text-align: center;
  padding: 6px 14px;
  border-radius: 8px;
  border: 2px solid #ADC743;
  background: transparent;
  color: #ADC743;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;                  /* évite le décalage vertical */
  cursor: pointer;
  transition: all .25s ease;
}

/* Hover */
.eel-evt__more:hover, .eel-evt__more:focus{
  background: #ADC743;
  color: #fff;
}

/* Modal */
.eel-modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  background: rgba(0,0,0,.6);
  padding: 24px;
}

.eel-modal__box{
  width: min(760px, 100%);
  max-height: min(80vh, 900px);
  background: #fff;
  border-radius: 14px;
  overflow: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.eel-modal__bar{
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  position: sticky;
  top: 0;
  background: #fff;
}

/* Bouton fermer modal */
.eel-modal__close{
  display: inline-flex;            /* IMPORTANT */
  align-items: center;             /* centrage vertical */
  justify-content: center;         /* centrage horizontal */
  padding: 6px 14px;
  border-radius: 8px;
  border: 2px solid #ADC743;
  background: transparent;
  color: #ADC743;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all .25s ease;
}

.eel-modal__close:hover, .eel-modal__close:focus {
  background: #ADC743;
  color: #fff;
}

.eel-modal__content{
  padding: 18px;
}

/* Optionnel : style du contenu dans la modale */
.eel-modal__content h3{ margin: 0 0 10px; }
.eel-modal__content p{ margin: 0 0 10px; }/* End custom CSS */