﻿.grb_comp_service-reparation-local__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.grb_comp_service-reparation-local__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    max-width: 1000px;
    width: 100%
}

.grb_comp_service-reparation-local__title {
    font-size: 24px;
    font-weight: var(--semibold);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3
}

.grb_comp_service-reparation-local__text {
    text-align: center;
    line-height: 1.5;
}

.grb_comp_service-reparation-local__icone-wrapper {
    display: flex;
    column-gap: 30px;
    width: 100%;
    justify-content: center;
}

.grb_comp_service-reparation-local__icone-container {
    height: 100px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}

.grb_comp_service-reparation-local__icone-item {
    width: 39px;
    height: 40px;
}

.grb_comp_service-reparation-local__icone {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.grb_comp_service-reparation-local__icone-text {
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: var(--semibold);
    text-transform: uppercase;
    color: #1B1B1B
}

.grb_comp_service-reparation-local__cta {
    background: #E53029;
    color: var(--blanc);
    padding: 20px 50px;
    border-radius: 18px 12px 12px 6px;
    font-weight: var(--semibold);
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition-delay: 0.15s;
    z-index: 1;
    overflow: hidden;
}

    .grb_comp_service-reparation-local__cta:before {
        content: "";
        height: 100%;
        width: 0;
        top: 0;
        left: 0;
        position: absolute;
        transition: width .5s ease-in-out;
        background: #C91D1D;
        border-radius: 17px 10px 11px 5px;
        z-index: -1;
    }

    .grb_comp_service-reparation-local__cta:hover:before {
        width: 100%;
    }

@media screen and (max-width: 940px) {
    .grb_comp_service-reparation-local__wrapper {
        row-gap: 15px
    }

    .grb_comp_service-reparation-local__text {
        text-align: center;
        line-height: 1.3;
    }

    .grb_comp_service-reparation-local__icone-wrapper {
        flex-wrap: wrap;
        column-gap: unset;
    }

    .grb_comp_service-reparation-local__cta {
        padding: 10px 15px
    }

    .grb_comp_service-reparation-local__icone-container {
        width: 120px
    }

    .grb_comp_service-reparation-local__title {
        font-size: 19px
    }
}
