
body, html{
    font-size: 12px;
}

button{
    font-size: 1.4rem;
}

.logo-header img{
    height: 74px;
    width: auto;
}
header button{
    margin-right: 4px;
    padding: 8px 8px;
    font-size: 1.2rem;
}

.section1{
    height: 80lvh;
}
.section1-container{
    flex-direction: column-reverse;
    justify-content: space-around;
}
.section1-img{
    width: 90%;
    height: 50%;
}
.section1-img picture{
    width: 100%;
    position: relative;
}

.section1-text{
    width: 96%;
}
h1{
    width: 80%;
}


.presta-container{
    width: 90%;
}
.presta-container-descri-text{
    margin-left: 0px;
}
.text-left{
    margin-left: 0;
    margin-right: 0px;
}
p{
    padding: 0 12px;
}
.presta-container-descri-img{
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    z-index: 1004;
    display: none;
}

.presta-container-descri-partenaires-logo{
    flex-wrap: wrap;
}



.labels-partners{
    justify-content: center;
}

main button{
    font-size: 1.2rem;
}