/*@todo accueil*/
.backgroundRondBeige {
    background-image: url("https://dev.mailex.fr/sitevitrine/steven/citelogic/public/image/icones/accueil/cercleRose.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.hero-section {
    overflow-x: hidden;
}
.hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
}
@media (min-width : 1200px) {
    .hero-banner img {
        max-height: 350px;
        object-fit: cover;
    }
}


.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto 50px;
    padding: 0 20px;
}

.service-grid-page .service-item{
    height:170px;
    width:170px;
}


@media (max-width: 1000px) {

    .service-grid-page{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 500px) {
    .service-grid-page{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        margin-bottom:2rem;
    }
}

@media (min-width: 1001px) {
    .service-grid-page{
        display: grid;
        grid-template-columns: 1fr;
        transform: translateX(15rem) translateY(-3rem);
    }
}

@media (min-width: 1000px) {
    .services-grid {
        margin: -50px auto 50px;
    }
}


.lireLaSuite div span
{
	text-align: center;
    display: inline-block !important;
}

.lireLaSuite .accordion-button:not(.collapsed) .fw-bold{
	color : white !important;
}
