@import url("https://use.typekit.net/sis5zfk.css");

.ds_home_bloc_07 {
    height: fit-content;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.ds_home_bloc_07_flex {
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 100px;
    margin: 0 auto;
}

.ds_home_bloc_07 .contenu {
    display: block;
    text-align: left;
    width: 50%;
    padding: 20px;
    background-image: none !important;
}

.ds_home_bloc_07 .contenu h2 span {
    color: #fff;
}

.ds_home_bloc_07 .contenu p {
    font-family: 'roc-grotesk', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.ds_home_bloc_07 .contenu p span {
    font-weight: 600;
}

.ds_home_bloc_07 .contenu img {
    width: 100%;
    max-width: 720px;
    max-height: 698px;
    border-radius: 10px;
}

/*CTA*/
.ds_bloc_07_actions {
    text-align: left;
    margin: 20px auto;
}

.ds_bloc_07_btn {
    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_bloc_07_btn:hover {
    transform: translatex(5px);
    opacity: 0.95;
}

@media (max-width: 580px) {
    .ds_home_bloc_07 {
        background-image: none !important;
    }

    .ds_home_bloc_07_flex,
    .ds_home_bloc_07 {
        padding: 0px;
    }

    .ds_home_bloc_07_flex {
        display: flex;
        flex-direction: column-reverse;
        background-position: center;
        background-color: #ff9501;
    }

    .ds_home_bloc_07 .contenu {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .ds_home_bloc_07 .contenu_image {
        padding: 0;
    }

    .ds_home_bloc_07 .contenu_texte {
        padding: 20px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ds_home_bloc_07 .contenu img {
        border-radius: 0;
    }
}