/**
 * Styles pour le composant hero-banner-media-texte
 */

.atom-hero-banner-media-texte .wp-block-image,
.atom-hero-banner-media-texte .content-hero-banner-media-texte {
    width: 100% !important;
}

.atom-hero-banner-media-texte .taxo a {
    text-decoration: none;
}

.atom-hero-banner-media-texte .taxo {
    display: inline-block;
}

.atom-hero-banner-media-texte .yoast-breadcrumbs a {
    text-decoration: none;
    color: black;
}



.yoast-breadcrumbs span.breadcrumb_last {
    opacity: 1;
}

@media (max-width: 1023px) {
    .atom-hero-banner-media-texte {
        padding: 40px 0px !important;
    }

    .atom-hero-banner-media-texte .wrapper-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px !important;
    }

    .atom-hero-banner-media-texte .wrapper-content .wp-block-image img {
        aspect-ratio: 16/9;
    }
}