#a-propos-avantages ul{
    list-style: inside;
    margin-top: 20px;
}

#a-propos-avantages .dedication{
    flex-direction: column;
    row-gap: 70px;
}

#a-propos-avantages .dedication .flex:nth-child(1){
    width: 100%;
    margin-left: auto;
}

#a-propos-avantages .dedication .flex:nth-child(2){
    width: 100%;
    margin-left: 0;
}

.inspiration{
    margin-top: 30px;
    font-size: 1.6em;
}

.values{
    font-size: 1.8em;
    text-align: center;
    margin-top: 36px;
}

.turnkey{
    margin-top: 85px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #003a60;
    color: white;
}

.turnkey .flex{
    width: 100%;
    padding: 0 5%;
}

.turnkey h2{
    font-size: 1.8em;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}

.turnkey p:not(.values){
    width: 90%;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
}

.turnkey p{
    text-align: center;
}

#clients h2{
    text-align: center;
}

#clients .container{
    margin-top: 60px;
    margin-bottom: 60px;
}

.affiliation{
    margin-top: 70px;
}

.affiliation h3{
    text-align: center;
}

.affiliation .bold{
    text-align: center;
    margin-bottom: 50px;
}

.affiliation .container-90 .grid-container{
    row-gap: 60px;
}

.affiliation .container-90 .grid-container > div img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.affiliation .container-90 .grid-container > div p{
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #expertise-logistique .container{
        flex-direction: column;
    }
    .turnkey p:not(.values){
        width: 75%;
    }
    .affiliation{
        margin-top: 120px;
    }
}

@media only screen and (min-width: 1024px) {
    #a-propos-avantages .dedication{
        flex-direction: row;
        margin-top: 150px;
    }
    #a-propos-avantages .dedication .flex:nth-child(1){
        width: 50%;
    }
    #a-propos-avantages .dedication .flex:nth-child(2){
        width: 50%;
    }
    .secondaire-section1 img{
        max-width: unset;
        margin: 0 auto 0 auto;
    }
}