/* Bloc Groupe - Styles basés sur Figma */
.bloc-groupe {
    padding: 80px 0;
    position: relative;
    background-color: #ffffff;
    background-repeat: repeat;
    background-size: 7.1638px 7.1638px;
    background-position: top left;
    background-opacity: 0.03;
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../../images/background/dotted.svg');
        background-size: 1600px;
        background-position: center;
        /* background-repeat: no-repeat; */
        width: 100vw!important;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
    }
}

.bloc-groupe__inner {
    max-width: 1482px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Titre principal */
.bloc-groupe__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
    white-space: nowrap;
}

/* Responsive pour le titre */
@media (max-width: 768px) {
    .bloc-groupe__title {
        font-size: 8vw;
        margin-bottom: 30px;
        white-space: normal;
    }
}

/* Section des expertises */
.bloc-groupe__expertises {
    position: relative;
}

/* Éléments graphiques centraux */
.bloc-groupe__graphics {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

.bloc-groupe__graphics img {
    max-width: 100%;
    height: auto;
}

/* Expertises */
.bloc-groupe__expertise {
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bloc-groupe__expertise--left {
    text-align: left;
}

.bloc-groupe__expertise--right {
    text-align: right;
}

/* Titre de l'expertise */
.bloc-groupe__expertise-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    width: fit-content;
    a{
        text-decoration: none;
        color: #000000;
    }
    &::before,
    &::after{
        content: '';
        position: absolute;
        display: block;
        width: 20px;
        height: 100%;
        background-image: url(../../images/crochet-left.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
    }
    &::before{
        left: -20px;
    }
    &::after{
        transform: scaleX(-1);
        right: -20px;
    }
}

/* Responsive pour le titre d'expertise */
@media (max-width: 992px) {
    .bloc-groupe__title{
        font-size: 28px;
        text-align: center;
    }
    .bloc-groupe__expertise-title{
        font-size: 24px;
    }
}

/* Items de l'expertise */
.bloc-groupe__expertise-items {
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 150px;
}

.bloc-groupe__expertise-item {
    margin-bottom: 10px;
    padding: 0;
}

.bloc-groupe__expertise-item--brands {
    margin-bottom: 15px;
}

.bloc-groupe__expertise-item--services {
    margin-bottom: 15px;
}
.bloc-groupe__expertise-link{
    color: var(--primary)!important;
    border-bottom: 1px dashed;
    width: fit-content;
    margin: 0 auto!important;
}
.bloc-groupe__expertise-link,
.bloc-groupe__expertise-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    margin: 0;
}

.bloc-groupe__expertise-link:hover {
    color: #be0000;
    text-decoration: none;
}

/* Marques en rouge */
.bloc-groupe__expertise-brands {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #be0000;
    margin: 0;
    p, a{
        text-align: center;
        font-weight: 700;
        &:not(:last-child){
            padding-bottom: 5px;
        }
    }
}

/* Services en noir */
.bloc-groupe__expertise-services {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}

/* Cycle de vie */
.bloc-groupe__expertise-cycle {
    padding: 0;
    border: none;
}

.bloc-groupe__expertise-cycle-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.25;
    display: flex;
    align-items: center;
    white-space: nowrap;
    @media (max-width: 500px){
        span{
            font-size: 14px;
        }
    }
    img{
        margin-right: 20px;
        width: 30px;
    }
}

.bloc-groupe__expertise-cycle-value {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.25;
}

/* Description */
.bloc-groupe__description {
    margin-bottom: 49px;
    text-align: center;
    width: 1426px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bloc-groupe__description p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}

/* Boutons */
.bloc-groupe__buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.bloc-groupe__button {
    background-color: #be0000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px 0 20px 0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.bloc-groupe__button:hover {
    background-color: #a00000;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(190, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .bloc-groupe {
        padding: 40px 0;
    }
    
    .bloc-groupe__inner {
        padding: 0 15px;
    }
    
    .bloc-groupe__expertise--left,
    .bloc-groupe__expertise--right {
        text-align: center;
    }
    
    .bloc-groupe__expertise-item--brands,
    .bloc-groupe__expertise-item--services {
        margin-bottom: 10px;
    }
    
    .bloc-groupe__expertise-cycle {
        width: 100%;
        margin-top: 20px;
    }
    
    .bloc-groupe__description {
        width: 100%;
    }
    
    .bloc-groupe__buttons {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    
    .bloc-groupe__button {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .bloc-groupe__graphics {
        min-height: 200px;
        margin: 20px 0;
    }
}

@media (max-width: 575.98px) {
    .bloc-groupe__title{
        font-size: 24px;
        text-align: center;
    }
    .bloc-groupe__expertise-title{
        font-size: 20px;
    }
}



