/*
Theme Name:     Hello Elementor Child
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/

/* ===== Police Satoshi (variable, 300-900) — utilisée par les typos globales Elementor ===== */
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/uploads/fonts/satoshi/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/uploads/fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

/* Hero : carrousel d'images en fondu, coins arrondis comme la maquette */
.hero-media-col {
  width: 430px !important;
  max-width: 100% !important;
  flex-shrink: 0 !important;
}
.elementor-widget.hero-carousel,
.hero-carousel {
  width: 430px !important;
  max-width: 100% !important;
  flex-shrink: 0;
}
.hero-carousel .elementor-image-carousel-wrapper {
  width: 100%;
}
.hero-carousel .elementor-image-carousel-wrapper,
.hero-carousel .swiper,
.hero-carousel .swiper-container {
  border-radius: 16px;
  overflow: hidden;
}
.hero-carousel .swiper-slide {
  background: #ffffff; /* aucun fond visible entre deux images */
  border-radius: 16px;
  overflow: hidden;
}
.hero-carousel .swiper-slide img {
  border-radius: 16px;
  width: 100%;
  height: 551px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .hero-carousel .swiper-slide img { height: 380px; }
}
