*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}

.wha{
    position: fixed;
    bottom: 20px;
    right: 20px;
}



.logo{
    width:70px;
    height:8vh;
}

header{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 9%;
    background: transparent;
}





.navlist{
    display: flex; 

}

.navlist a{
    color: rgb(255, 145, 0);
    margin-left: 60px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .55s ease;
}

.navlist a:hover{
    border-bottom: 2px solid white;
}

#menu-icon{
    color: white;
    font-size: 35px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}

.hero{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background-image:url(./img/bac7.jpg);
    background-size:cover;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 2rem;
}

section{
    padding: 0 19%;
}

.hero-text h5{
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}

.hero-text h1{
    font-family: 'permanent marker', cursive;
    font-size: 90px;
    line-height: 1;
    color: white;
    margin: 0 0 45px;
}

.hero-text h4{
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 132, 0);
    margin-bottom: 10px;
   
    
}

.hero-text p{
    color: black;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.hero-img img{
    width: 100%;
    height: auto;
   
    
}

.hero-text a{
    display: inline-block;
    color: white;
   background: rgba(255, 119, 0, 0.659);
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
    align-items: center;
    margin: 10px;
}

.hero-text a:hover{
    background: transparent;
    border: 1px solid white;
    transform: translateX(8px);
}

.hero-text a .ctaa{
    background: transparent;
    border: 1px solid white;
    margin-left: 20px;
}

.hero-text a .ctaa i{
    vertical-align: middle;
    margin-right: 5px;
}

.icons{
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}

.icons i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
}

.icons i:hover{
    color:  rgba(0, 0, 255, 0.44);
    transform: translateY(-5px);
}

.scroll-down{
    position: absolute;
    bottom: 6%;
    right: 9%;
}

.scroll-down i{
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background-color: rgba(0, 0, 255, 0.44);
    border-radius: 30px;
    transition: all .50s ease;
}
 
.scroll-down i:hover{
    transform: translate(-5px);
}

.influenceur .contenu .box {
    width: 300px;
    margin: 20px;
    border: 20px solid #fff;
    box-shadow: 20px 15px 35px rgb(0 0 0 / 80%);
}

.influenceur .contenu .box .imbox img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;

}



.influenceur{
    margin-top:30px;
}

.influenceur , h2 , h3{
    color:rgb(255, 145, 0);
}

.influenceur , p{
    color:black;
}

.copyright{
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: rgba(228,222,222,);
    text-align: center;
    margin-top: 15px;
  }
  
  .copyright p:nth-child(1){
      color: #333;
  }
  
  .copyright a{
      color: blue;
      text-decoration: none;
      font-weight: 600;
  }  
@media (max-width: 1535px){
   header{
    padding: 15px;
    transition: .2s;
   }
   .icons{
    padding: 0 3%;
    transition: .2s;
   }
   .scroll-down{
    right: 3%;
    transition: .2s;
   }

}
.btn1 {
    font-size: 1em;
    color: #fff;
    background:rgb(255, 106, 0);
    padding: 5px 5px;
    font-display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}
@media (max-width: 1460px){
    section{
        padding: 0 12%;
        transition: .2s;
    }
}

@media (max-width: 1340px){
    .hero-img img{
        width: 100%;
        height: auto;
    }
    .hero-text h1{
        font-size: 75px;
        margin: 0 0 30px;
    }

    .hero-text h5{
        margin-bottom: 25px;
    }
}

@media (max-width: 1195px){
    section{
        padding: 0 3%;
        transition: .2s;
    }
    .hero-text{
        padding-top: 115px;
    }
    .hero-img{
        text-align: center;
    }
    .hero-img img{
        width: 560px;
        height: auto;
    }
    .hero{
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }
    .icons{
        display: none;
    }
    .scroll-down{
        display: none;
    }
}

@media (max-width: 990px){
    #menu-icon{
        display: block;
        
    }

    
    .navlist {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 300px;
    height: 40vh;
    background-color:rgb(255, 136, 0);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px;
    transition: all .55s ease;
}
    .navlist a{
        display: block;
        margin: 7px 0;
        margin-left: 0;
        color: white;
    }
    .navlist.open{
        right: 0;

    }
}

@media (max-width: 990px){
    .hero-img img{
        width: 100%;
        height: auto;
    }
}


@media (max-width: 440px){
    .hero-img img{
        width: 100%;
        height: auto;
    }
    .hero-text h1{
        font-size: 20px;
        margin: 0 0 10px;
    }

    .hero-text h5{
        margin-bottom: 25px;
    }

    .hero-text h4{
        text-align: center;
    }

    .hero-text a{
        font-size: 9px;
        margin: 0;
    }

    .hero {
    background-size: 340px 700px;
    background-repeat: no-repeat;
}

.titre-texte {
    font-size: 1.5em;
}

}
.copyright{
   font-size: 10px;
   margin-top: 15px;
  }

  @media (max-width: 440px){

    .hero{
        background-size: 420px 700px;
    background-repeat: no-repeat;
    }

  }

  @media (max-width: 430px){
    .hero{
        background-size: 420px 700px;

    }

  }

@media (max-width: 330px ){
    .influenceur {
        text-align:center;
        align-items:center;
       
    }

    .hero-text a{
        margin: 0px;
    }
}
@media (max-width: 335px ){
    .hero-text a{
        margin: 0px;
    }
}

.fil{
    display: flex;
    height: 55vh;
    animation-duration: 20s;
    animation-name: test1;
    animation-iteration-count: infinite;
}

#defiler{
    width: 400px;
    overflow: hidden;
    border: 2px solid orange;
}
@keyframes  test1 {
     
        0%{
            transform: translateX(0);
        }
        15%{
            transform: translateX(-150px);
    
        }
        30%{
            transform: translateX(-450px);
        }
        45%{
            transform: translateX(-1000px);
        }
    
        60%{
            transform: translateX(-1400px);
        }
    
        75%{
            transform: translateX(-2000px);
    
        }
        90%{
            transform: translateX(-2400px);

        }
        100%{
            transform: translateX(0);

        }
    
    }

.ani{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    
    
}