body {
    background-color: black;
    background-image: url(/Users/macbook_air/Desktop/Polaris_asso/charette_cosmetics/assets/charette-cosmetics13.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 5%;
    margin-right: 5%;
}

#div1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo{
    width: 30%;
}

#navi{
    width: 70%;
}

#menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Lucida Sans';
    font-size: 80%;
    letter-spacing: 0.5mm;
    list-style: none;
}

#but {
    background-color: black;
    border: solid rgb(172, 140, 101);
    border-width: 1px;
    color: white;
    width: 10%;
    font-size: 100%;
    padding: 2mm;
}

#st{
    color: white;
    letter-spacing: 0.8mm;
}

#titre{
    color: white;
    line-height: 15mm;
    font-weight: 600;
    letter-spacing: 2Px;
    font-family: 'Times New Roman', Times, serif;
}

#but1{
    background-color: rgb(172, 140, 101);
    color: white;
    padding: 20px;
    font-size: smaller;
    letter-spacing: 0.3mm;
}

#but2{
    margin-left: 0.5cm;
    padding: 20px;
    font-size: smaller;
    letter-spacing: 0.3mm;
}

#div3{
    margin-left:-5% ;
    margin-right: -5%;
    background-color: rgb(242, 242, 242);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#imglogo{
    width: 10%;
    color: black;
}

#div4{
    margin-left:-5% ;
    margin-right: -5%;
    background-color: white;
    padding-bottom: 5%;
}
#reduction{
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 10mm;
    font-size: 110%;
    letter-spacing: 0.5mm;
}
a{
    color: white;
    text-decoration: none;
}
#num{
    color: rgb(172, 140, 101);
}
.icones{
    margin-right: 0.5cm;
}