/* Bloc image / texte encadré */
.block-image-texte-encadre {
    padding: 150px 0;
    position: relative;
    &::before{
        content:'';
        width: 100vw!important;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        height: 100px;
        position: absolute;
        top: -50px;
        z-index: 1;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../../images/arrow-curved-down-xl.svg);
        @media (max-width: 1280px){
            display: none;
        }
    }
}

.block-image-texte-encadre__wrapper {
    display: flex;
    gap: 165px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block-image-texte-encadre__content {
    flex: 1;
    max-width: 851px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    position: relative;
}

/* .block-image-texte-encadre__content::before {
    content: '';
    position: absolute;
    top: -125px;
    left: -288px;
    width: 1571px;
    height: 580px;
    border: 3px dashed #be0000;
    pointer-events: none;
    z-index: 1;
    box-sizing: border-box;
} */

.block-image-texte-encadre__title-wrapper {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.block-image-texte-encadre__description {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

.block-image-texte-encadre__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #000;
    margin: 0;
    white-space: nowrap;
}


.block-image-texte-encadre__description p {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
}

.block-image-texte-encadre__description p:last-child {
    margin-bottom: 0;
}

.block-image-texte-encadre__description h1,
.block-image-texte-encadre__description h2,
.block-image-texte-encadre__description h3,
.block-image-texte-encadre__description h4,
.block-image-texte-encadre__description h5,
.block-image-texte-encadre__description h6 {
    margin: 20px 0 10px 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.block-image-texte-encadre__description a {
    color: #be0000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.block-image-texte-encadre__description a:hover {
    border-bottom-color: #be0000;
}

.block-image-texte-encadre__image {
    flex-shrink: 0;
    width: 415px;
    height: 403px;
    background: #d9d9d9;
    background-size: cover;
    border-radius: 0 20px 0 0;
    background-position: center;
    z-index: 2;
    position: relative;
    &::after{
        content: '';
        position: absolute;
        top: -35px;
        right: 65px;
        width: 9999px;
        height: 580px;
        border: 3px dashed #be0000;
        pointer-events: none;
        z-index: 0;
        box-sizing: border-box;
        @media (max-width: 992px){
            display: none;
        }
    }
}

.block-image-texte-encadre__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    border-radius: 0 20px 0 0;
    position: relative;
}

/* Responsive */
@media (max-width: 1200px) {
    .block-image-texte-encadre {
        padding: 100px 0;
    }
    
    .block-image-texte-encadre__wrapper {
        gap: 80px;
    }
    
    .block-image-texte-encadre__title {
        font-size: 35px;
    }
    
    .block-image-texte-encadre__image {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .block-image-texte-encadre {
        padding: 60px 0;
    }
    
    .block-image-texte-encadre__wrapper {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    
    .block-image-texte-encadre__content {
        text-align: center;
        align-items: center;
    }
    
    .block-image-texte-encadre__content::before {
        top: -50px;
        left: -50px;
        width: calc(100% + 100px);
        height: calc(100% + 100px);
    }
    
    .block-image-texte-encadre__title {
        font-size: 30px;
        white-space: normal;
    }
    
    .block-image-texte-encadre__image {
        width: 100%;
        max-width: 400px;
        height: 300px;
        order: -1;
    }
    
    .block-image-texte-encadre__description {
        font-size: 14px;
        line-height: 24px;
    }
    
    /* .block-image-texte-encadre__description p {
        font-size: 14px;
        line-height: 24px;
    } */
}

@media (max-width: 480px) {
    .block-image-texte-encadre {
        padding: 40px 0;
    }
    
    .block-image-texte-encadre__wrapper {
        gap: 30px;
    }
    
    .block-image-texte-encadre__content::before {
        top: -30px;
        left: -30px;
        width: calc(100% + 60px);
        height: calc(100% + 60px);
    }
    
    .block-image-texte-encadre__title {
        font-size: 25px;
    }
    
    .block-image-texte-encadre__image {
        height: 250px;
    }
    
    .block-image-texte-encadre__description {
        font-size: 13px;
        line-height: 22px;
    }
    
    /* .block-image-texte-encadre__description p {
        font-size: 13px;
        line-height: 22px;
    } */
}
