section.section-2-histoire {
    position: relative;
}

.content_histoire {
    display: flex;
    align-items: center;
    padding: 157px 0;
    flex-wrap: wrap;
    max-width: 1800px;
}

.content_histoire .let_block {
    display: flex;
    max-width: 100%;
}

.content_histoire .right_block {
    width: 445px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 470px;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .content_histoire .right_block {
        margin-left: 90px;
    }

    .content_histoire .let_block {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .content_histoire .right_block {
        width: 100%;
        padding: 30px;
    }
}

.content_histoire .let_block .image-1 {
    width: 350px;
    margin-right: 30px;
}

.content_histoire .let_block .image-2 {
    width: 350px;
}

.content_histoire .right_block .title {
    width: 200px;
}

.bandeau_bottom marquee {
    color: #fff;
    font-family: 'ff-good-web-pro-condensed';
    font-weight: 400;
    text-transform: uppercase;
}


@media (max-width: 990px) {
    .content_histoire .right_block .title span { 
        font-size: 28px;
        line-height: 30px;
    }
    .bandeau_bottom marquee {
        font-size: 28px;
        line-height: 30px;
    }

}

@media (min-width: 991px) {
    .bandeau_bottom marquee {
        font-size: 72px;
        line-height: 65px;
    }
    .content_histoire .right_block .title span {
        font-size: 70px;
        line-height: 60px;
    }

}

.content_histoire .right_block .title span {
    color: #0A4A98;
    font-family: 'ff-good-web-pro-condensed';
    font-weight: 700;
}

.content_histoire .right_block .texte p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.5px;
}

.content_histoire .right_block .link_histoire a {
    color: #ED1B2E;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Inter';
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}

.bandeau_bottom {
    min-height: 102px;
    background: #ED1B2E;
    width: 100%;
    display: flex;
    align-items: center;
}


.video_bottom {
    height: 655px;
    width: 100%;
}

.featured-posts .featured-content h1.title-h1 span {
    display: unset;
    color: #ED1B2E;
}

.featured-posts .featured-content h1.title-h1 {
    font: 700 65px/60px 'ff-good-web-pro-condensed';
}

.featured-posts .featured-content p {
    font-size: 28px;
    font-family: 'Inter';
    line-height: 25px;
    letter-spacing: -0.56px;
    color: #0A4A98;
}


.container-btn-retour {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.btn-retour {
    position: absolute;
    right: 108px;
    top: 8em;
}

.btn-retour a {
    display: block;
    position: fixed;
    z-index: 999999;
}

.container-btn-retour {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}


.btn-retour a {
    display: block;
    position: fixed;
    z-index: 999999;
}


.featured-posts .featured-content {
    flex-direction: column;
}

.featured-posts .featured-content {
    height: auto;
    margin-bottom: 0;
}

.featured-posts .featured-content {
    flex-direction: column;
}

.featured-posts .featured-content {
    height: auto;
    margin-bottom: 0;
}

.featured-posts img {
    margin-top: 3em;
}

.featured-posts .featured-content {
    height: auto;
    margin-bottom: 0;
}

.slick-slide {
    height: auto;
}
@media screen and (max-width: 991px) {
    .menu-fuchs-container {
        display: none;
    }
}
section.section-2-histoire .img_bottom {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.section-2-histoire .img_bottom img{
width:100%;
height:100%;
    object-fit: contain;
}