/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème enfant pour Divi 5
 Author:         LES APPRÊTEURS
 Author URI:     https://www.planete-raquettes.fr
 Template:       Divi 5
 Version:        1.0.0
*/

/* Vos personnalisations CSS commencent ici */

/* Empêche le retour à la ligne du bloc principal */
.marquee-container {
  overflow: hidden;
  width: 100%;
  display: block;
    font-family: transducer-extended, sans-serif;
font-weight: 900;
font-style: normal;
}

/* Force les deux spans à rester côte à côte */
.marquee-content {
  display: flex; 
  width: max-content; 
  animation: scroll-left 50s linear infinite;
  align-items: center; /* CENTRE VERTICALEMENT LES DEUX BLOCS SPAN */
}

/* Style des textes */
.marquee-item {
  white-space: nowrap; 
  display: flex;       /* AJOUTÉ : permet d'aligner le texte et l'image à l'intérieur */
  align-items: center; /* AJOUTÉ : centre verticalement le texte et l'image */
}

.marquee-item img {
    padding: 0 20px;
    height: 1em;    /* OPTIONNEL : force l'image à s'adapter à la taille du texte */
    width: auto;
}

/* L'animation sur 50% de la largeur du bloc doublé */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hero-header-coming-soon {
    font-family: degular, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hero-header-coming-soon .bouton-pr {
    font-family: "transducer", sans-serif;
    font-weight: 900;
    font-style: normal;
    width: 288px;
    text-align: center;
}

