/**
 * Styles pour le bloc Famille de Produit
 * 
 * @package MediaPilote
 */

/* ===== BLOC FAMILLE PRODUIT ===== */
.bloc-famille-produit {
    margin: 30px 0;
    position: relative;
}


.bloc-famille-produit:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw!important;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    background-image: url('../../images/background/dotted.svg');
}

.bloc-famille-produit__header {
    padding-left: 220px;
}

.bloc-famille-produit__main-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.bloc-famille-produit__content {
    position: relative;
    z-index: 2;
}

.bloc-famille-produit__image {
    position: relative;
    height: 200px;
    border-radius: 0 20px 0 0;
    aspect-ratio: 1;
    @media (max-width: 1400px){
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

}

.bloc-famille-produit__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bloc-famille-produit__text {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.bloc-famille-produit__subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bloc-famille-produit__icon {
    flex-shrink: 0;
    width: 14px;
    height: 27px;
}

.bloc-famille-produit__subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    margin: 0;
    white-space: nowrap;
}

.bloc-famille-produit__description {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.69;
    color: #000;
    max-width: 706px;
}

.bloc-famille-produit__description p {
    margin: 0 0 1em 0;
    font-size: 14px;
}

.bloc-famille-produit__description p:last-child {
    margin-bottom: 0;
}

.bloc-famille-produit__button {
    margin-top: 10px;
}

/* Bouton secondaire */
.btn--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #be0000;
    color: #fff;
    text-decoration: none;
    border-radius: 20px 0 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn--secondary:hover {
    background-color: #a00000;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn--secondary:focus {
    outline: 2px solid #be0000;
    outline-offset: 2px;
}

/* ===== ÉLÉMENTS DÉCORATIFS ===== */
.bloc-famille-produit__decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.bloc-famille-produit__decoration--dashed {
    position: absolute;
    left: 146px;
    width: 1283px;
    height: 100%;
    border: 3px dashed #be0000;
    border-radius: 0 230px 0 0;
    background: transparent;
    @media (max-width: 1500px){
        width: 1200px;
    }
    @media (max-width: 1283px){
        display: none;
    }
}

.bloc-famille-produit__decoration--pattern {
    position: absolute;
    top: -15px;
    left: -246px;
    width: 1920px;
    height: 702px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIzLjUiIGN5PSIzLjUiIHI9IjEuNSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjAzIi8+Cjwvc3ZnPgo=');
    background-repeat: repeat;
    background-size: 7.16px 7.16px;
    background-position: top left;
    opacity: 0.03;
}

.bloc-famille-produit__decoration--vector {
    position: absolute;
    top: 222px;
    left: -529px;
    width: 0;
    height: 0;
}

.bloc-famille-produit__decoration--vector::before {
    content: '';
    position: absolute;
    width: 152px;
    height: 52px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjUyIiB2aWV3Qm94PSIwIDAgMTUyIDUyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTUyIDI2TDAgNTJWMjZMMTUyIDBWMjZaIiBmaWxsPSIjYmVhMDAwMCIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(270deg) scaleY(-1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199.98px) {
    .bloc-famille-produit__header {
        padding-left: 50px;
    }
    
    .bloc-famille-produit__text {
        padding-left: 30px;
    }
    
    .bloc-famille-produit__decoration--dashed {
        left: 50px;
        width: calc(100% - 100px);
    }
}

@media (max-width: 991.98px) {
    .bloc-famille-produit {
        padding: 70px 0 50px;
    }

    .bloc-famille-produit__main-title {
        text-align: left!important; 
        font-size: 20px!important;
    }
    
    .bloc-famille-produit__header {
        padding-left: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    

    .bloc-famille-produit__text {
        padding-left: 0;
        padding-top: 30px;
        height: auto;
    }
    
    .bloc-famille-produit__image {
        height: 300px;
        margin-bottom: 30px;
    }
    

    
    .bloc-famille-produit__description {
        font-size: 14px;
        max-width: 100%;
    }
    
    .bloc-famille-produit__decoration--dashed {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .bloc-famille-produit {
        padding: 50px 0 30px;
    }
    

    
    .bloc-famille-produit__image {
        height: 250px;
    }
    

    

}

@media (max-width: 575.98px) {

    
    .bloc-famille-produit__image {
        height: 200px;
    }
}