html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}



body{
    background-color: rgb(30, 30, 30);
    font-family: "Work Sans", serif, sans-serif;
}

h1{

    display: inline-block;
    margin: 0;

}


h1 a{

    color: white;
    font-size: 35px;
    letter-spacing: -1px;


}

.wrapper {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
}

header{
   
    display: flex;
    height: 90px;
    align-items: center;
 
 
  
}

a{
    text-decoration: none;
    color: white;
}

ul{
    margin: 0;
    list-style: none;
    gap: 45px;
    display: flex;
    margin-left: auto;
    
   
    
}

header .wrapper{
    display: flex;
    align-items: center;
}


li a{
    font-size: 14px;
    font-weight: 400;
    
}

a:hover{
    color: #D2D2D2;
}


.hero .wrapper {
  height: 600px;
  display: flex;
  align-items: center;
  background-image: url('../images/IMG_3359.jpeg');
  
  /* Unzoom the image */
  background-size: 100%; /* or use a percentage like 50% for even more control */

  /* Move the image */
  background-position: center; /* can be left, center, right / top, center, bottom */
  
  /* Optional: prevent tiling */
  background-repeat: no-repeat;
}



h2{
    color: white;
    font-size: 72px;
    line-height: 40px;
    margin: 0;
}


h3	{
    color: white;
    font-size: 44px;
   
    margin-top: 0;
}


.qui p
{
    width: 360px;
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    line-height: 25px;
}
.qui{
    position: relative;
    margin-top: 130px;
}	

.coller{
    display: flex;
}
.qui img
{
   height: 300px;
    width: 300px;
 

}


.valeur{
    display: flex;
    color: white;


}
.valeur img{
    width: 24px;
    height: 24px;
    margin-top: 4px;
   
}

.valeur p{
    margin: 0;
    margin-left: 20px;
    font-size: 18px;
    line-height: 30px;
   
}

.toutLesValeurs{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3 equal columns */
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
}
.groupe{
    display: flex;
    flex-direction: column;
    gap: 35px;
}



.valeurs{
    margin-top: 130px;
}




footer{
    margin-top: 45px;
    padding-bottom: 15px;
}
.footerTop{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 45px;
    color: white;
}

.footerTop p{
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
}

h5{
    margin-bottom: 8px;
}
.upBouton{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.year{
    text-align: center;
    color: white;
   
}

#goUP{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 25px;
    height: 25px;
  
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#goUP img{
    width: 25px;
    height: 25px;
    transform: rotate(-90deg);
  
}

.fleche:hover{
    transform: scale(1.1);
    transition: 0.3s ease;
   
}

.images .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    margin-top: 130px;
}

.images img{
    width: 100%;
    height: 100%;
   
}


@media (max-width: 700px) {

.qui img{
    display: none;
}

}


@media (max-width: 526px) {
    header h1 a{
        font-size: 18px;
    
    }
    
    @media (max-width: 580px) {
    .hero .wrapper{
        height: 300px;
    
    }
        @media (max-width: 390px) {
    .hero .wrapper{
        height: 200px;
    
    }
    h1{
        line-height: 20px;
    }
    header a{
        font-size: 11px;
    }


}
@media (max-width: 375px) {
    header h1 a{
        font-size: 16px;
    }
    header li a{
        font-size: 8px;
    }

}

@media (max-width: 320px) {
    header h1 a{
        font-size: 14px;
    }
    header li a{
        font-size: 6px;
    }
}


@media (max-width: 768px) {

    header ul{
        gap: 10px;
    }
}

@media (max-width: 628px) {

    header ul{
        padding-left: 10px;
    }

}

@media (max-width: 351px) {
    h2{
        font-size: 40px;
    }
}

@media (max-width: 768px) {

    .footerTop {
        grid-template-columns: 1fr;
        text-align: center;
    }

}


@media (max-width: 425px) {

    .coller p{
        font-size: 14px;
        width: 280px;
    }
    .valeur p{
        font-size: 14px;
    }
    .toutLesValeurs{
        gap: 5px;
    }
    .valeur p{
        margin-left: 5px;
    }

}

