h1{
    font-size: 28px !important;
    line-height: 35px !important;
}

h2{
    text-align: center;
    color: black !important;
}

.bg-bleu h2{
    text-align: center;
    color: white !important;
}

h2::after{
    content: "";
    display: inline-block;
    width: 61.9444444444444vw;
    height: 5px;
    background-color: black;
    position: absolute;
    bottom: -15px;
    left: 2.35111111111vw;
}

.valeur{
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.bg-bleu{
    background: rgba(139, 151, 175, 1) !important;
}

#notre-histoire .chef-curry{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

#notre-histoire .chef-curry ul{
    margin-left: 1.5em;
}

#notre-histoire .chef-curry li::marker{
    color: black;
}

#notre-histoire img{
    border-bottom: 3px solid black;
}

.bande-noire {
    height: 10px;
    background-color: black;
    width: 21.6666666668vw;
    position: absolute;
    right: 0;
    top: -10px;
}

.bande-bleue{
    height: 10px;
    background: rgba(139, 151, 175, 1);
    width: 33.888888888888886vw;
    position: absolute;
    left: -10.3333333%;
    top: 30px;
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 60px !important;
        line-height: 75px !important;
        position: absolute;
        bottom: 7.518796992481203vh;
    }

    h2::after{
        width: 15.972222222222221vw;
        left: 5.208333333333333vw;
    }

    #notre-histoire h2::after{
        width: 15.972222222222221vw;
        left: 0;
    }

    #notre-histoire h2{
        text-align: left !important;
    }

    .bande-noire {
        height: 20px;
        background-color: black;
        width: 11.666666666666666vw;
        position: absolute;
        right: -20px;
        top: -20px;
    }

    #nos-valeurs{
        position: relative;
    }

    #nos-valeurs::before{
        content: "";
        display: inline-block;
        height: 20px;
        width: 11.666666666666666vw;
        background: rgba(139, 151, 175, 1);
        position: absolute;
        left: 0;
        top: 53.453vh;
    }
}