.ds_histoire_02_global {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: -10px;
    margin-block-start: 0 !important;
}

.ds_histoire_02_global .ds_histoire_02_fond img {
    width: 100%;
    height: 100%;
}

.ds_histoire_02_global .ds_histoire_02_contenu {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
}

.ds_histoire_02_global .ds_histoire_02_contenu h2 {
    color: #fff;
    text-align: center;
}

.ds_histoire_02_global .ds_histoire_02_contenu h2 span {
    color: #000;
}

@media (max-width: 580px) {
    .ds_histoire_02_global .ds_histoire_02_contenu {
        width: 95%;
    }

    .ds_histoire_02_global h2 {
        font-size: 25px;
        line-height: 30px;
    }
}