/**
 * Styles du bloc USP
 * Basé sur la maquette Figma avec Owl Carousel
 */

.block-usp {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.block-usp__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.block-usp .owl-item {
    flex: 1;
    min-width: 0;
}

.block-usp__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-usp__icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    max-height: 100px;
}

.block-usp__icon {
    width: 70px;
    height: 70px;
    display: block;
    max-width: 100%;
    height: auto;
}

.block-usp__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    /* justify-content: center; */
    max-width: 150px;
    min-height: 200px;
}

.block-usp__highlight {
    margin-bottom: 0;
}

.block-usp__highlight-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    color: #1d1d1b;
    display: block;
}

.block-usp__subtext {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    h3 {
        font-family: 'Figtree', sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        color: #1d1d1b;
        margin: 0;
    }
}


.block-usp__description {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #1d1d1b;
    max-width: 100%;
}

.block-usp__description p {
    margin: 0;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1200px) {
    /* .block-usp {
        margin-top: 50px;
    } */
    .block-usp .owl-carousel,
    .block-usp .owl-stage {
        gap: 100px;
    }
}

@media (max-width: 992px) {
    .block-usp {
        padding: 80px 0;
    }
    
    .block-usp .owl-carousel,
    .block-usp .owl-stage {
        gap: 60px;
        flex-direction: column;
    }
    
    .block-usp .owl-item {
        width: 100%;
    }
    
    .block-usp__highlight-text {
        font-size: 28px;
    }
    
    .block-usp__subtext {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .block-usp {
        padding: 100px 0;
    }
    
    .block-usp .owl-carousel,
    .block-usp .owl-stage {
        gap: 40px;
    }
    
    .block-usp__highlight-text {
        font-size: 24px;
    }
    
    .block-usp__subtext {
        font-size: 18px;
    }
    
    .block-usp__description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .block-usp {
        padding: 40px 0;
    }
    
    .block-usp__icon-wrapper {
        max-width: 100px;
        max-height: 100px;
    }

    
    .block-usp__highlight-text {
        font-size: 20px;
    }
    
    .block-usp__subtext {
        font-size: 16px;
    }
    
    .block-usp__description {
        font-size: 13px;
    }
}

/* @media (max-width: 1500px){
    .blockImageTexte + .block-usp{
        padding-top: 0;
    }
} */