@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@600&display=swap');


@font-face {
  font-family: 'Sean Slab';
  src: url('../fonts/SeanSlab-NormalExtrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Sean Slab Narrow';
  src: url('../fonts/SeanSlab-NarrowRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}


body {
    margin: 0;
    background: white;
    color: black;
    font-family: 'Sean Slab Narrow', serif;
    overflow-x: hidden;
}


.container-fluid {
  max-width: 100%;
}




.Titre {
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    font-size: 32pt;
}

#SousTitre {
    font-family: 'Sean Slab', serif;
    font-weight: 800;
    font-size: clamp(15px, 3vw, 18pt);
}



.video-container {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  align-self: flex-start;
}


.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}






.extra-text {
    font-size: 11pt;
    color: #333;
    font-family: 'Sean Slab Narrow', serif;
    pointer-events: none;
    transform: translateY(10px);
    white-space: normal;
    text-align: center;
    padding: 0 5px;
    max-height: 0;
    overflow: hidden;
}





.engagement-block {
  width: 100%;
  width: 431px;
  height: 90.5px;
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Sean Slab Narrow', serif;
  font-size: 18pt;
  font-weight: 400;
  text-align: center;
  transition: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  overflow: hidden;
  position: relative;
}

.engagement-block.hovered {
  font-size: 12pt; /* ou 14pt ou ce que tu veux */
}

.engagement-block .extra-text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.3s ease;
  font-size: 11pt;
  color: #333;
  transform: translateY(10px);
  padding: 0 10px;
}





.align-video-top .video-container {
  margin-top: 0;
  align-self: flex-start;
}

.align-video-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* par défaut : 2 colonnes */
  gap: 3px 3px;
  margin-bottom: 5em;
  margin-top: 9px;
}


.video-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}



.engagements-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: -18px;
}


.engagement-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; /* ⬅️ centre horizontalement tout le contenu */
  margin-top: 15px;
}

.Sous_Titre {
  margin: 0; /* Supprime les marges conflictuelles */
  font-family: 'Sean Slab', serif;
  font-size: clamp(16px, 3vw, 18pt);
  font-weight: 800;
  line-height: 1.2;
  padding-right: 111px;
  color : #000000;
}

.text-primarySupport {
  font-family: 'League Spartan', sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 5vw, 32pt);
  margin-bottom: 10px;
  text-align: left;
  padding-right: 0; /* Supprime le padding fixe */
  width: 100%;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}




.text-primary-wrapper {
  margin-bottom: 20px; /* Gère la hauteur sans influencer .align-video-boxes */
  height: auto;
  width: 100%;
  margin-bottom: 8px; /* Ajuste pour contrôler la distance réelle entre <h3> et les blocs */
  padding: 0;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

/*Début Navbar*/

.NavPresentationProduit{
    margin-top : 46px;
    margin-bottom: 58px;
}

.LogoRedirect{
    height: 28px;
    width: 28px;
    max-width :  35px;
    max-height :  35px;
}

.sup{
    height: 32px;
    width: 32px;
    max-width :  35px;
    max-height :  35px;
}



.logo {
    height: 120px;
    margin-left: -201px;
}

.social-icons-wrapper a {
    padding: 0 !important;
    margin: 0 0.5rem; /* Ajoutez une marge si nécessaire */
}


/* Correction des icônes sociales */
.social-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 12px; /* Espacement réduit pour coller les icônes */
    padding: 0;
    margin: 0;
    margin-left: auto; /* Pour l'alignement à droite */
}

.social-icons-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    line-height: 0; /* Important pour éviter l'espace sous l'image */
}

.LogoRedirect {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.LogoRedirect:hover {
    transform: scale(1.1); /* Effet de zoom au survol */
}

/* Linkedin légèrement plus grand */
.sup {
    width: 32px;
    height: 32px;
}

/* Ajustements mobile */
@media (max-width: 991px) {
    .social-icons-wrapper {
        justify-content: center;
        margin: 15px auto 0;
    }
}


@media (max-width: 1868px) and (min-width: 1400px) {
  .logo {
    margin-left: calc(-200px + (1868px - 100vw) * 0.5);
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .logo {
    margin-left: calc(-58px + (1399px - 100vw) * 0.5);
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .logo {
    margin-left: calc(-46px + (1199px - 100vw) * 0.5)
  }
  .navbar a, .navbar a:visited{
    padding: 0 !important;
    margin-right: -12px;
  }
}

@media (max-width: 991px) and (min-width: 766px) {
  .logo {
    margin-right: calc(299px + (1199px - 100vw));
    margin-top: -45px
  }
}

@media (max-width: 766px) {
  .logo {
    margin-right: 0;
    margin-top: -45px;
    position: absolute;
    left: 231px;
    top: 19px;
  }
   .video-section{
    margin-top: -28px;
   }
}

@media (max-width: 1023px) and (min-width: 992px) {
  .logo {
    margin-left: 42px;
  }
  .navbar-nav{
    gap: 0px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .logo {
    position: absolute;
    left: 243px;
    top: 19px;
  }
}


@media (max-width: 991px) {
  .navbar li{
    flex: 0 !important;
  }
}




@media (max-width: 766px) {
  /* Reset complet des conteneurs parents */
  .navbar > .container-fluid,
  .navbar > .container-fluid > .container {
    padding-left: 0 !important;
    margin-left: 0 !important;
    overflow: visible !important;
  }

  /* Réinitialisation du wrapper */
  .logo-wrapper {
    position: absolute;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    width: auto;
  }

  /* Style spécifique du logo */
  .logo {
    position: relative;
    left: 10px !important; /* Ajustez cette valeur */
    margin-left: 0 !important;
    top: -62px;
    margin-top: 0;
  }

  /* Ajustement du bouton hamburger */
}

/* Pour les très petits écrans */
@media (max-width: 479px) {
  .logo {
    height: 90px;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
   .logo {
    margin-right: 283PX;
    margin-top: -42px;
    margin-bottom: -80px;
  }
}

@media (max-width: 767px) and (min-width: 767px) {
   .logo {
    margin-right: 346PX;
    margin-top: -42px;
    margin-bottom: -80px;
  }
}

@media (min-width: 991px) {
  .sup{
  margin-left: 22px;
  }
}


@media (max-width: 1188px) and (min-width: 992px) {
.navbar a, .navbar a:visited {
  padding: 0;
  }
}


@media (max-width: 991px) {
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}


@media (min-width: 1870px) {
  .logo {
    margin-left: calc(-201px + (1870px - 100vw) * 0.5);
  }
}


/*Fin Navbar*/




  @media (max-width: 1790px) {
  .video-section,
  .engagements-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.align-items-start {
    flex-direction: column;
  }
  .engagement-wrapper{
    margin-top : 50px;
  }
}

@media (min-width: 1790px) {
  .engagement-wrapper{
    margin-left : -30px;
  }
}


@media (max-width: 938px) {
  .align-video-boxes {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 3px;
    width: 100%;
  }

  .engagement-block {
    width: 100%; /* ✅ Cela devient effectif ici */
    max-width: none; /* <- pour s’assurer qu’il s’étire bien */
    margin: 0;
    box-sizing: border-box;
  }

  .engagement-wrapper {
    width: 100%;
  }
}


 @media (min-width: 1790px) and (max-width: 1796px) {
  .engagements-col{
  margin-top: -20px;
  }
  .engagement-block {
  
  height: 86.5px;
  }
} 

