.landing-onf{
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
/* section-intro */
.section-intro{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 430px;
    box-sizing: border-box;
    object-fit: cover;
}
.section-intro .visuel{
    height: 100%;
    object-fit: cover;
}
.section-intro .title{
    color: #ffffff;
    text-align: center;
    font-family: 'DM Serif Display', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 43px;
    position: absolute;
}
@media screen and ( min-width: 768.98px ) and ( max-width: 1056px) {
    .section-intro .visuel.desktop{
        display: block;
    }
}
@media screen and ( max-width: 768px) {
    .section-intro{
        height: auto;
        padding: 20px;
    }
    .section-intro .title{
        color: #2D2D2D;
        font-size: 30px;
        line-height: 29px;
        letter-spacing: 0.9px;
        position: relative;
    }
}

/* section-don */
.section-don{
    margin-top: 40px;
    width: 100%;
    background-color: #ECF1F0;
    padding: 35px 0;
}
.section-don .section-title{
    color: #2D2D2D;
    text-align: center;
    font-family: 'DM Serif Display', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}
.section-don .bloc-don{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 736px;
    height: 214px;
    margin: 35px auto 30px;
}
.section-don .bloc-don .visuel-container{
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-don .bloc-don .visuel-container .logo-onf{
    position: absolute;
    width: 290px;
    height: 140px;
}
.section-don .bloc-don .textblock{
    background-color: #2C4542;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.section-don .bloc-don .textblock .title{
    color: #FFFFFF;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-don .bloc-don .textblock .offer-description{
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.section-don .bloc-don .textblock .description{
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}
.section-don .bloc-don .textblock .description b,
.section-don .bloc-don .textblock .offer-description b{
    font-weight: 600;
}
.section-don .mention{
    color: #2D2D2D;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    padding: 0 20px;
}
.section-don .mention a{
    color: #2D2D2D;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}
@media screen and ( min-width: 768.98px ) and ( max-width: 1056px) {
    .section-don .bloc-don .visuel-container .visuel.desktop{
        display: block;
    }
    .section-don .bloc-don .visuel-container .visuel.mobile{
        display: none;
    }
}
@media screen and ( max-width: 768px) {
    .section-don{
        padding: 30px 0;
        margin-top: unset;
    }
    .section-don .section-title{
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 0.75px;
        padding: 0 30px;
    }
    .section-don .bloc-don{
        flex-direction: column-reverse;
        width: 90%;
        height: auto;
        margin-top: 20px;
    }
    .section-don .bloc-don .visuel-container{
        width: 100%;
    }
    .section-don .bloc-don .textblock{
        width: 100%;
        padding: 40px 27px;
    }
    .section-don .bloc-don .textblock .offer-description{
        line-height: 20px;
    }
    .section-don .mention{
        text-align: left;
        padding: 0 30px;
        margin-top: 20px;
    }

}

/* section-mobilisation */
.section-mobilisation{
    margin: 40px auto 0;
    width: 100%;
    max-width: 1700px;
}
.section-mobilisation .section-title{
    color: #2D2D2D;
    text-align: center;
    font-family: DM Serif Display, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}
.section-mobilisation .bloc-img-text{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #F6F4EF;
}
.section-mobilisation .bloc-img-text.reverse{
    flex-direction: row-reverse;
}
.section-mobilisation .bloc-img-text .visuel-container{
    width: 50%;
    line-height: 0;
}
.section-mobilisation .bloc-img-text .visuel{
    min-height: 413px;
    object-fit: cover;
}
.section-mobilisation .bloc-img-text .textblock{
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}
.section-mobilisation .bloc-img-text .textblock .title{
    color: #2D2D2D;
    font-family: DM Serif Display, sans-serif;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-left: 7%;
}
.section-mobilisation .bloc-img-text .textblock .description{
    color: #2D2D2D;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    width: 85%;
    margin-top: 30px;
    margin-left: 7%;
}
.section-mobilisation .bloc-img-text .textblock .description b{
    font-weight: 600;
}
@media screen and ( min-width: 1056.98px ){
    .section-mobilisation .bloc-img-text.reverse .textblock .title {
        margin-left: 14%;
    }
    .section-mobilisation .bloc-img-text .textblock .description{
        width: 75%;
    }
    .section-mobilisation .bloc-img-text.reverse .textblock .description{
        margin-left: 14%;
    }
}
@media screen and ( max-width: 768px) {
    .section-mobilisation{
        margin-top: 30px;
    }
    .section-mobilisation .section-title{
        font-size: 30px;
        line-height: 29px;
        letter-spacing: 0.9px;
        margin-bottom: 20px;
    }
    .section-mobilisation .bloc-img-text{
        flex-direction: column;
    }
    .section-mobilisation .bloc-img-text.reverse{
        flex-direction: column;
    }
    .section-mobilisation .bloc-img-text .visuel-container{
        width: 100%;
    }
    .section-mobilisation .bloc-img-text .visuel-container .visuel{
        min-height: unset;
        object-fit: unset;
    }
    .section-mobilisation .bloc-img-text .textblock{
        width: 100%;
        padding: 30px;
    }
    .section-mobilisation .bloc-img-text .textblock .title{
        margin-left: unset;
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 0.75px;
    }
    .section-mobilisation .bloc-img-text .textblock .description{
        width: 100%;
        margin-left: unset;
    }
}

/* section-chiffres */
.section-chiffres{
    margin: 40px auto 0;
    background-color: #ECF1F0;
    padding: 23px 0 37px;
}
.section-chiffres .title{
    color: #2D2D2D;
    text-align: center;
    font-family: DM Serif Display, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}
.section-chiffres .chiffres-containers{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 952px;
    margin: 55px auto 0;
}
.section-chiffres .chiffres-containers .value{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 33%;
}
.section-chiffres .chiffres-containers .value-title{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #2D2D2D;
    text-align: center;
    position: absolute;
    bottom: 24px;
}
body.de_DE .section-chiffres .chiffres-containers .value-title{
    bottom: 20px;
}
.section-chiffres .chiffres-containers .value-title b{
    font-size: 40px;
    line-height: 50px;
}
.section-chiffres .chiffres-containers .visuel{
    max-width: 145px;
}
.section-chiffres .btn{
    width: 200px;
    height: 38px;
    padding: 0;
    margin: 40px auto 0;
    display: flex;
}
body.de_DE .section-chiffres .btn{
    width: 310px;
}
@media screen and ( max-width: 768px) {
    .section-chiffres{
        margin-top: 30px;
        padding: 30px;
    }
    .section-chiffres .title{
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 0.75px;
    }
    .section-chiffres .chiffres-containers{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .section-chiffres .chiffres-containers .value{
        width: 49.5%;
    }
    .section-chiffres .chiffres-containers .value-title{
        font-size: 13px;
        line-height: 15px;
        bottom: 13px;
    }
    .section-chiffres .chiffres-containers .value.plants .value-title{
        bottom: 25px;
    }
    .section-chiffres .chiffres-containers .visuel{
        max-width: 125px;
    }
}
@media screen and ( max-width: 400px) {
    .section-chiffres .chiffres-containers .value-title br{
        display: none;
    }
}