/*
 Theme Name:   Edura Child  
 Theme URI:    https://themeholy.com/wordpress/edura
 Description:  This is a child theme for Edura - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     edura
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  edura-child
*/

.header-logo img {
    height: 45px !important;
}



/* -------------------------------------------------------
   BILD/GÜZ — Corrections images séjours
------------------------------------------------------- */

/* Liste des séjours : images en 200×200 avec recadrage centré */
.event-card_img.bg-mask {
  width: 200px !important;
  height: 200px !important;
  flex-shrink: 0;
}
.event-card_img.bg-mask img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Sous-pages séjour : widget image Elementor en pleine largeur */
.elementor-widget-image img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* =============================================
   BILD-GÜZ — Bloc CTA
   ============================================= */

.bild-cta-block {
  background-color: var(--theme-color);
  border-radius: 12px;
  padding: 52px 48px;
  text-align: center;
}

.bild-cta-label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.18);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.bild-cta-title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.bild-cta-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 36px;
}

.bild-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

/* Bouton primaire : surcharge .th-btn pour fond blanc + texte bleu */
.bild-cta-block .th-btn.bild-btn-primary {
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.bild-cta-block .th-btn.bild-btn-primary::before {
  background-color: var(--smoke-color);
}
.bild-cta-block .th-btn.bild-btn-primary:hover,
.bild-cta-block .th-btn.bild-btn-primary.active {
  color: var(--theme-color);
}

/* Bouton secondaire : .th-btn.style2 est déjà géré dans style.css
   (transparent, border + texte blancs) — aucun ajout nécessaire */

.bild-cta-contact {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.bild-cta-contact a {
  color: var(--white-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bild-cta-contact a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .bild-cta-block {
    padding: 36px 24px;
  }
  .bild-cta-title {
    font-size: 22px;
  }
}