.header-prod-phar {
    display: flex;
    align-items: center;

    position: relative;
    
}

.header-prod-phar .image-container {
    height: 600px;
}

.header-prod-phar .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-prod-phar .precedent,
.header-prod-phar .suivant {
    position: absolute;
    background: #101010;
    opacity: 0.5;
}

.header-prod-phar .precedent {
    top: 45%;
    left: 0;
    z-index: 5;
    
}

.header-prod-phar .suivant {
    bottom: 48.5%;
    right: 0;
    z-index: 5;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

/* pour le texte flottant */
.contenu-flottant {
    background: #B1810B;
    width: 1000px;
    height: 350px;
    margin: auto;
    margin-top: -50px;
    z-index: 40;
}

.e-container>.elementor-element-overlay, .elementor-section>.elementor-element-overlay{
    margin-top: 60px;
}