body {
    background-color: rgb(240, 240, 240);
    font-family: 'Rajdhani', sans-serif;
    border: 100px;
    margin: 40px 100px;

}
.WDSport_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-weight: 500;

}
.valeurs{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.valeurs > div:nth-child(-n+2) {
    margin-right: 80px;
}

.valeurs-list{
    display: flex;
    justify-content: center;
    width: 60px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;

}
.main1 {
    text-align: justify;
    margin-top: 50px;
    margin-right: 200px;
    margin-left: 200px;
    font-size: 21px;
}
.main2{
    text-align: justify;
    margin-right: 200px;
    margin-left: 200px;
    font-size: 21px;
    margin-bottom: 100px;
}
.landing-h4{
    font-size: 21px;
}
.adresse {
    text-align: center;
}

.icon-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background: #FFFFFF;
    border-radius: 100%;
}
.valeurs-text {
    text-align: center;
    margin-top: 50px;
}

.informations  {
    display: flex; 
width: 100%;
justify-content: center;
margin-top: 50px;
}
.information1 .information2 {
    width: fit-content;
}
.information1 {
    margin-right: 80px;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ffbdbd, #9a0000, #ffbdbd);
}
a {
    color: black;
    font-weight: 500;
}
@media screen and (min-width: 400px)
and (max-width: 900px) {
    body {
        width: 100%;
        margin: 0px;
        border: 0px;
        justify-content: center;
    }
    .main1 {
        margin-right: 50px; 
        margin-left: 50px;
        font-size: 18px;

  
      }
      .main2 {
        margin-right: 50px; 
        margin-left: 50px;
        font-size: 18px;
      }
.WDSport_logo {
    height: 150px;
}
.valeurs > div:nth-child(-n+2) {
    margin-right: 25px;
}
.information1 {
    margin-right: 20px;
}
}
@media screen and (max-width:399px) {
    body {
        width: 100%;
        margin: 0px;
        border: 0px;
        justify-content: center;
    }
    .main1 {
        margin-right: 15px; 
        margin-left: 15px;
        font-size: 16px;

  
      }
      .main2 {
        margin-right: 15px; 
        margin-left: 15px;
        font-size: 16px;
      }
.WDSport_logo {
    height: 110px;
}
.valeurs > div:nth-child(-n+2) {
    margin-right: 15px;
}
.information1 {
    margin-right: 20px;
}
}