.ds_histoire_05_global {
    position: relative;
    overflow: hidden;
    /*min-height: 800px;*/
    color: #fff;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    width: 100%;
    background-position-y: top;
    background-size: cover;
    padding: 0;
    bottom: -10px;
}

.ds_histoire_05_bloc {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*padding: 50px 100px;*/
    justify-content: space-between;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.ds_histoire_01_fond {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ds_histoire_01_fond img {
    width: 100%;
    height: 100%;
}

.ds_histoire_05_images {
    width: 50%;
}

.ds_histoire_05_images img {
    width: 100%;
    max-width: 720px;
    max-height: 698px;
}

.ds_histoire_05_flex {
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
}

.ds_histoire_05_picto {
    display: grid;
    align-items: center;
}

.ds_histoire_05_picto img {
    text-align: center;
    margin: 15px auto;
}

.ds_histoire_05_picto img:nth-child(1) {
    max-width: 134px;
    width: 100%;
}

.ds_histoire_05_picto img:nth-child(2) {
    max-width: 122px;
    width: 100%;
}

.ds_histoire_05_picto img:nth-child(3) {
    max-width: 75px;
    width: 100%;
}

.ds_histoire_05_picto img:nth-child(4) {
    max-width: 100px;
    width: 100%;
}

.ds_histoire_05_contenu {
    padding: 0 0 0 50px;
}

.ds_histoire_05_contenu h2 {
    color: #fff;
    margin: 0;
}

.ds_histoire_05_contenu h2 span {
    color: #000;
}

.ds_histoire_05_contenu_texte {
    padding: 20px 0 40px 0;
}

.ds_histoire_05_contenu_texte p {
    color: #fff;
    margin: 20px 0;
}

.ds_histoire_05_contenu_texte p span {
    font-weight: 600;
}

.ds_histoire_05_bouton {
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ds_histoire_05_bouton:hover {
    transform: translatex(5px);
    opacity: 0.95;
}

@media (max-width: 580px) {
    .ds_histoire_05_global {
        display: flex;
        flex-wrap: wrap;
    }

    .ds_histoire_05_bloc {
        width: 100%;
        padding: 20px;
        display: block;
        height: 100%;
        margin: 20px 0;
    }

    .ds_histoire_05_images,
    .ds_histoire_05_contenu {
        width: 100%;
        text-align: center;
    }

    .ds_histoire_05_images img {
        max-width: 297px;
    }

    .ds_histoire_05_contenu {
        padding: 0;
    }

    .ds_histoire_05_flex {
        display: block;
    }

    .ds_histoire_05_picto {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .ds_histoire_05_contenu_texte {
        padding: 0;
    }

    .ds_histoire_05_picto img:nth-child(1) {
        max-width: 85px;
    }

    .ds_histoire_05_picto img:nth-child(2) {
        max-width: 74px;
    }

    .ds_histoire_05_picto img:nth-child(3) {
        max-width: 38px;
    }

    .ds_histoire_05_picto img:nth-child(4) {
        max-width: 54px;
    }

    .ds_histoire_05_global .ds_histoire_05_contenu_texte h2,
    .ds_histoire_05_global .ds_histoire_05_contenu_texte p,
    .ds_histoire_05_global .ds_histoire_05_contenu {
        text-align: left;
    }
}