body {
    filter: grayscale();

}
*{
    font-size: 8pt;
    line-height: initial;
}
.row{
    --bs-gutter-x: 0.25cm;
    --bs-gutter-y: 0.1cm;
}
.button, .buttons {
    display: none;
}

.s-hero__visual {
    height: auto;
}

.s-hero__visual__img{
    max-width: 5cm;
}

.s-hero__visual,
.s-hero__logos,
#s-images,
.s-project__visual,
.s-project__visual__img,
.hiddenToDesktop,
.hiddenToMobile {
    display: none;
}

#s-contact,
.s-project {
    background: none;
    border-top: 0.25pt solid grey;
}

.header__nav,.header__nav ul{
    text-align: left;
    justify-content: flex-start;
}

.header__nav .social::before {
    content: attr(href);
    display: block;
    text-align: left;
}

.header__nav .social svg, .header__nav .social span{
        display: none;
}

section,
#s-hero{
    padding: 0;
}

.header__logo img{
    max-height: 1cm;
    width: auto;
}
.s-hero__logos img{
    max-width: 2cm;
}

.title{
    font-size: 14pt;
}


#s-contact .row .col-xl-4{
    width: 50%;
}
.carte{
    border: none;
}
.carte img{
    width: auto;
    max-height: 5cm;
}
#footer{
    background-color: white;
    color: black;
    padding: 0.5cm 0;
}

#footer .row .col-md-4:nth-child(2n){
    display: none;
}