#mapEvent {
  border-top: 5px solid var(--orange);
  background-color: rgba(61, 96, 120, 1);

}

#mapEvent .article-inner {
  position: relative;
  max-width: 96%;
  width: 1200px;
  padding: 0 50px;

  text-align: center;
}

#mapEvent .row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem;
}


#mapEventMap {

  border: 5px solid var(--navy-blue);
  overflow: hidden;

  border-radius: 15px;
  width: 100%;
  /* aspect-ratio: 1; */
  height: 100%;
  /* Ajuste la hauteur selon ton besoin */
  border-radius: 8px;
  /* Optionnel : coins arrondis pour un effet esthétique */
}



#mapEvent .divider {
  display: block;
  height: 3px;
  background-color: white;
  margin: 0 auto;
  width: 380px;
}

#mapEvent a.btn {
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  padding-bottom: 12px;
}