
header{
    /* height: 500px; */
}
.header-img {
    width: 100vw;
    height: 500px;
    position: relative;
    overflow: hidden;
  }

  .parallax-header {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-info {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 8;
  }
  .hero-info h2 {
    font-size: clamp(1.2rem, 6vw, 3rem);
    line-height: clamp(1.2rem, 6vw, 3rem);
    text-transform: uppercase;
  }
  .hero-info h1 {
    color: var(--white);
    font-size: clamp(2.2rem, 5vw, 3rem);
    line-height: clamp(2.2rem, 5vw, 3rem);
    text-transform: uppercase;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  }
  .hero-info h3 {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 2em;
  }
  @supports (-webkit-text-stroke: 3px var(--pill)) {
    .hero-info h2 {
      color: transparent;
      -webkit-text-stroke: 3px var(--pill);
      text-shadow: none;
    }
  }

  .hero-image-header {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-image: url('/assets/img/1.jpg');
    background-position: top;
  }




.mention-item{
    margin: 30px 0 ;
}

.num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.title-mention{
    text-transform: uppercase;
}
.logo-o2swwitch{
 width: 150px;
 height: auto;
 margin: 30px 0;
}



.social-links-presta{
    display: flex;
    gap:5px;
    margin:20px 0
  }
   .social-links-presta a{
    width: 60px;
    height: 60px;
    background-color: #f5f4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s;
    color: inherit;
}

.social-links-presta a:hover{
    background-color: var(--primary);
    color: #ffffff;
}
/* Politique */


.enum-poli {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
  }
  .enum-poli li {
    display: block;
    margin-bottom: .5em;
    margin-left: 2em;
    padding: 0 20px;
    font-weight: 600;
    /* line-height: 2.5rem; */
  }
  .enum-poli li::before {
    display: inline-block;
    content: counter(item) ") ";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
  }
