.container_services {
    display: flex;
    background-image: url('/assets/img/slider_lucauto_cpa_venelles-2.webp');
    padding: 50px;
}

/* MENU SERVICES */
.menu_liste_services {
    width: 40%;
    background-color: rgb(0, 0, 0, 0.4);
}

.menu_service {
    padding: 20px;
    display: flex;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}

.menu_service img {
    width: 33px;
    height: 33px;
}

.menu_service h3 {
    margin-left: 20px;
    margin-bottom: 0px;
}

.menu_service_active {
    background-color: #ffcc33;
}

.titre_menu_liste_services {
    background-color: #ffcc33;
    text-transform: uppercase;
    color: white;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid black;
}

.liste_services {
    display: flex;
    width: 60%;
}


.bloc_service {
    display: flex;
    margin-top: 20px;
}

.service {
    color: white;
}

.service h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
}

.service_contenu {
    padding: 0px 20px;
}

.service_contenu h3 {
    font-size: 20px;
}

.service_contenu p {
    margin-top: 20px;
}

.service_contenu a {
    color: var(--couleur-principale);
}

.service_contenu a:hover {
    color: var(--couleur-principale-clair);
}

.titre-h1 {
    font-size: 50px !important;
    text-transform: uppercase;
}

.container_services_interactifs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

#img-estimation-gratuite {
    max-height: 500px;
}

.custom-list, .custom-list li {
    list-style: decimal !important;
}

/* CENTRE CARTE GRISE */
.bg-carte-grise {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('/assets/img/garage_lucauto/centre_carte_grise_1.webp');
    background-attachment: fixed;
}

#img-agence-cg {
    max-width: 300px;
    width: 100%;
}

.cg-elements-titre h3 {
    font-size: 22px;
    cursor: pointer;
}
.cg-elements-titre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
}

.cg-elements-titre p {
    text-wrap: pretty;
}

.check-icon-forfaits {
    color: #35b244;
    margin-right: 10px;
}

.cg-elements-titre h3 i {
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.cg-elements-titre.collapsed h3 i {
    transform: rotate(180deg);
}

.cg-titre-visite {
    color: var(--couleur-principale);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.vg-titre-texte-vo {
    font-size: 20px;
}

.cg-element-contenu a {
    color: black;
    font-weight: 600;
}

@media screen and (max-width: 1265px) {
    .container_services {
        flex-direction: column;
        padding: 20px;
    }

    .menu_liste_services {
        width: 100%;
    }

    .liste_services {
        width: 100%;
    }

    .bloc_service {
        flex-direction: column;
    }

    .service_contenu {
        margin: 20px 0px;
    }

    .service h2 {
        font-size: 30px;
    }

    .service_contenu h3 {
        font-size: 15px;
    }

    .container_services_interactifs {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1015px) {
    .cg-elements-titre {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .img-reparation-vehicules {
        order: 2;
    }
}

@media screen and (max-width: 595px) {
    .titre-h1 {
        font-size: 8vw !important;
    }
}