.ds_histoire_03_global {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 50px 100px;
}

.ds_histoire_03_images,
.ds_histoire_03_contenu {
    width: 50%;
    display: block;
    justify-content: center;
}

.ds_histoire_03_images img {
    /* width: 100%;
    height: fit-content;*/
    width: 100%;
    max-width: 720px;
    max-height: 698px;
    border-radius: 10px;
}

.ds_histoire_03_contenu {
    padding: 0 50px;
}

.ds_histoire_03_contenu h2 {
    color: #000;
    margin: 0;
}

.ds_histoire_03_contenu h2 span {
    color: #FF8800;
}

.ds_histoire_03_contenu_texte {
    padding: 20px 0 40px 0;
}

.ds_histoire_03_contenu_texte p {
    margin: 20px 0;
}

.ds_histoire_03_contenu_texte p span {
    font-weight: 600;
}

.ds_histoire_03_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_03_bouton:hover {
    transform: translatex(5px);
    opacity: 0.95;
}

.ds_bouton_qui_sommes_nous {
    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_bouton_qui_sommes_nous:hover {
    transform: translatex(5px);
    opacity: 0.95;
}

@media (max-width: 580px) {
    .ds_histoire_03_global {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    .ds_histoire_03_images,
    .ds_histoire_03_contenu {
        width: 100%;
    }

    .ds_histoire_03_contenu {
        padding: 0;
    }
}