#page_service .image-principale-service{
    max-height: 200px;
    border-radius: 8px;
    box-shadow: var(--ombre-elements-principaux);
}

#page_service .contenu-service{
    margin-top: 20px;
}


#page_service .contenu-service p{
    max-width: 1500px;
}

.top-image {
    height: 350px;
    max-width: 900px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 20px auto;
}

@media (max-width: 768px) {
    #listes_services .ligne-complete-service {
        flex-direction: column;
    }

    #listes_services .ligne-complete-service .image-service {
        width: 100%;
        height: 250px !important;
        object-fit: cover;
    }

    .texte-service {
        width: 100%;
        margin-top: 20px;
    }
}