.social-icons-footer {
    max-height: 38px;
    max-width: 38px;
    padding: 0;
    border-radius: 50%;
}
.widgetlinks ul li a {
    color: hsl(var(--neutral-30));
    font-family: var(--ff-1);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s ease;
}
.img-fluid-footer{
    width: 80%;
}
/*-- Stylé les image du client dans le contenu --*/
.bg-neutral-0-service p img {
    max-width: 100%; 
    height: auto; 
    border-radius: 4px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
.bg-secondary-6p {
    background-color: hsl(116.83deg 69.4% 71.69% / 14%);
}