.elementor-58341 .elementor-element.elementor-element-e266874{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a76e7ef *//* OFFRE EARLY BIRD */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.edt-early-bird {
  text-align:center;
  background:linear-gradient(90deg,#FFD14F,#E4A316);
  color:#111;
  font-weight:900;
  padding:25px 20px;
  border-radius:20px;
  font-size:1.5rem;
  margin:30px 0;
  box-shadow:0 8px 25px rgba(0,0,0,0.2);
  animation: pulse 1.5s infinite;
}

.edt-early-bird span {
  display:block;
  font-size:1.8rem;
  margin-top:10px;
}

.edt-early-bird .places {
  font-size:1.2rem;
  margin-top:8px;
  font-weight:700;
}
/* Sections en mode card */
.edt-section{
    background:#fff;
    border-radius:18px;
    padding:35px;
    margin-bottom:35px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:all .3s ease;
}

.edt-section:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,0.15);
}

/* Titres */
.edt-section h2{
    color:#213B22;
    font-size:2rem;
    margin-top:0;
    margin-bottom:25px;
}

/* Texte */
.edt-section p{
    line-height:1.7;
    color:#333;
}

/* Conteneur des images */
.edt-secondary-images{
    display:flex;
    gap:24px;
    flex-wrap:wrap;
    margin-top:30px;
    border-radius:18px;
}

.edt-secondary-images{
    display:flex;
    gap:24px;
    flex-wrap:wrap;
}

.edt-img{
    flex:1 1 calc(50% - 12px);
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;

    border-radius:18px !important;
    -webkit-border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 20px rgba(0,0,0,.15);
    transition:.3s ease;
}

.edt-img:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 30px rgba(0,0,0,.18);
}

@media (max-width:768px){

    .edt-img{
        flex:1 1 100%;
        height:auto;
        aspect-ratio:16/9;
    }

}

/* Infos pratiques */
.edt-info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.edt-info-card{
    background:#f7f7f7;
    border-radius:15px;
    padding:22px;
    box-shadow:0 6px 15px rgba(0,0,0,0.08);
    transition:all .3s ease;
}

.edt-info-card:hover{
    transform:translateY(-5px);
    box-shadow:0 14px 25px rgba(0,0,0,.15);
}

.edt-info-card strong{
    color:#213B22;
}/* End custom CSS */
/* Start custom CSS *//* FOND GLOBAL PAGE COMPLETE */
body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: linear-gradient(120deg, #fef9f0, #e4e4e4);
  background-size: 200% 200%;
  z-index: -1;
  animation: bgPulse 20s ease-in-out infinite alternate;
}/* End custom CSS */