/* ================================
   PAGE ACCUEIL V2 - Section Services
   ================================ */
.page-accueil-v2 .container.services2 {
    max-width: 1440px !important;
    margin: 0 auto !important;
    
}

.pb-2
{
   
    font-size: 19px;
}

/* ================================
   PAGE ACCUEIL - Encart Actualités
   ================================ */

/* Desktop */
.actualites-section {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .app-content .container.actualites-section {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
}
}

/* Carrousel mobile */
#actualites-carousel {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px 0;
}

/* Bouton "Toutes l'actualités" - soulignement au survol */
.text-underline {
    text-decoration: none !important;
    border-bottom: 1px solid #eb5c1c;
    padding-bottom: 2px;
    text-decoration: none !important;
}

.text-underline:hover {
    color: #ef8353 !important;
    border-bottom: 1px solid #eb5c1c;
    padding-bottom: 2px;
    text-decoration: none !important;
}

/* Ombre au survol des encarts actualités */
.actualites-section .property-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease;
}

/* ================================
   PAGE ACCUEIL PRINCIPALE - Taille texte compteurs services
   ================================ */
.page-home .service-number + br + *,
.page-home .col-6 {
    font-size: 1.2em !important;
    line-height: 1.3em !important;

}

.page-home .service-number {
    padding: 30px 30px 15px !important;
}

/* ================================
   PAGE ACCUEIL - Taille icônes compteurs services
   ================================ */
.page-home .col-6 img {
    width: 80px !important;
    height: 80px !important;
}

/* ================================
   PAGE ACCUEIL V2 - Icônes et texte compteurs
   ================================ */
.page-accueil-v2 .col-6 {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
}

.page-accueil-v2 .service-number {
    padding: 30px 30px 15px !important;
}

.page-accueil-v2 .col-6 img {
    width: 80px !important;
    height: 80px !important;
}