/*
Theme Name: childtheme
Template: hello-elementor
Version: 1.0
*/

.event-header {
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.event-header-overlay {
  background: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
  padding: 20px;
  width: 100%;
}

.event-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#header-banniere .elementor-background-overlay {
  background-image: none !important;
}

/* Section principale */
.event-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Espacement entre les colonnes */
  margin: auto;
  width: 80%;
  margin-top: 100px;
}

/* Colonne gauche : Description */
.event-left {
  flex: 1; /* Colonne gauche prend l'espace restant */
  max-width: 55%; /* Limite la largeur */
  margin-right: auto;
  margin-left: auto;
}

/* Colonne droite : Détails */
.event-right {
  flex: 0 0 40%; /* Colonne droite prend 35% de largeur */
  padding: 20px;
}
.event-right-center {
  margin: auto;
  text-align: center;
}

/* Liste des détails */
.event-details-list {
  list-style: none; /* Supprime les puces */
  padding: 0;
  margin: 0 0 20px 0;
}

.event-details-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}
.events-container {
  display: flex; /* Affiche les cartes en ligne */
  gap: 20px; /* Espace entre les cartes */
  justify-content: center; /* Centre les cartes horizontalement */
  align-items: flex-start; /* Aligne les cartes en haut */
}
.share-icons .btn {
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-right: 5px;
  color: #333;
}
.share-icons .btn:hover {
  background-color: #d6d6d6;
}
.btn-category {
  background-color: #eaeaea !important;
  border: none;
  margin-right: 5px;
  color: #888888 !important;
}

.card img {
  transition: transform 0.3s ease-in-out; /* Animation fluide */
}

.card:hover img {
  transform: scale(1.1); /* Zoom de 110% */
}
.elementor-social-icon-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
hr.flex-grow-1.mx-2 {
  background-color: black;
}

.description-limited {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Carousel testimonial */

.testimonial {
  background-color: #f8f9fa;
  /* Fond gris clair */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.testimonial p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial h5 {
  margin-top: 15px;
  font-weight: bold;
}

.stars {
  color: #fdd835;
  /* Couleur dorée pour les étoiles */
  font-size: 1.2rem;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
  border: none !important;
  background-color: transparent;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  border: none !important;
  background-color: transparent !important;
}
.carousel-control-next:focus,
.carousel-control-prev:focus {
  border: none !important;
  background-color: transparent !important;
}

.carousel-control-prev {
  margin-left: -15%;
}

.carousel-control-next {
  margin-right: -15%;
}

.section-title {
  font-size: 2.5rem;
  /* Taille du texte */
  font-weight: bold;
  /* Texte en gras */
  text-transform: uppercase;
  /* Majuscules */
  color: #333;
  /* Couleur principale */
  margin-bottom: 1.5rem;
  /* Espacement en bas */
  position: relative;
  /* Positionnement relatif pour les décorations */
  display: inline-block;
  letter-spacing: 2px;
  /* Espacement des lettres */
}

/* Décoration : trait en dessous */
.section-title::after {
  content: "";
  display: block;
  width: 80px;
  /* Longueur du trait */
  height: 4px;
  /* Épaisseur du trait */
  background-color: #fdd835;
  /* Couleur dorée */
  margin: 10px auto 0;
  /* Centré et espacement */
  border-radius: 2px;
  /* Coins arrondis */
}
.title-section {
  font-size: 75px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: white;
}
.form-select {
  line-height: normal !important;
}
#manage-cookies:focus {
  background-color: #ffc107 !important;
  color: black !important;
}
.btn-close:hover {
  background-color: transparent !important;
}
.menu-item-210 .wpr-menu-item {
  pointer-events: none;
}
.menu-item-210 .wpr-menu-item:hover {
  pointer-events: none;
}
.wpcf7-textarea {
  height: 200px !important;
  min-height: calc(1.5em * 3 + 0.75em + 2px) !important;
}

/* Large écran : afficher la grille habituelle */
@media (min-width: 768px) {
  .primary-event {
    display: flex;
    flex-direction: column;
  }
  .event_next_height {
    height: 156px;
  }
  .next-events .card img {
    width: 150px;
  }
}

/* Mobile : affichez les événements en pleine largeur */
@media (max-width: 768px) {
  .primary-event,
  .next-events {
    display: block;
  }

  .next-events .card {
    margin-bottom: 15px;
  }
  .next-events .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .event-right {
  flex: auto !important;
}
}
#actionButtonHeader .wpr-button:hover{
	background-color:transparent !important;
}
a.actualite-link-active{
	background-color: #FF2762 !important;
	color: #fff !important;
}
a.actualite-link{
	color: #FF2762 !important;
}
a.btn.btn-biographie {
    background-color: #FF2762;
    color: white;
    border: 1px solid #FF2762;
    transition: all 0.3s ease;
}

a.btn.btn-biographie:hover {
    background-color: white;
    color: #FF2762;
}
img[style*="--dominant-color"] {
  --dominant-color: transparent !important;
}