.ds_histoire_01_global {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ds_histoire_01_global .ds_histoire_01_fond img {
    width: 100%;
    height: 100%;
}

.ds_histoire_01_global .ds_histoire_01_contenu {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 25%;
    top: 50%;
    width: fit-content;
    max-width: 550px;
}

.ds_histoire_01_global .ds_histoire_01_contenu h1 {
    color: #fff;
    font-weight: 400;
}

.ds_histoire_01_global .ds_histoire_01_contenu h1 span {
    color: #FF8800;
}

.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(2),
.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(3),
.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(4) {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(2) span,
.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(3) span,
.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(4) span {
    font-weight: 600;
}

.ds_histoire_01_contenu p:nth-child(4) {
    text-decoration: underline;
}

.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(5) {
    font-family: 'roc-grotesk', sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}

.ds_histoire_01_global .ds_histoire_01_contenu p:nth-child(5) span {
    color: #FF8800;
}

@media (max-width: 580px) {
    .ds_histoire_01_global {
        min-height: 1000px;
        background-color: #000;
    }

    .ds_histoire_01_global h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .ds_histoire_01_global .ds_histoire_01_contenu {
        top: 65%;
        left: 50%;
        width: 85%;
    }
}