.header .logo {
    font-size: 45px;
}
.hero .plaque .nom {
    font-size: 55px;
}
.hero .content .why-box h2 {
    font-size: 55px;
}
.hero .content .icon-box-icon img {
    height: 100px;
    margin-bottom: 10px;
}
.about .section-title h3, .alt-services .section-title h3, .faq .section-title h3, .contact .section-title h3 {
    font-size: 65px;
}
.indications .titre h2 {
    font-size: 55px;
}
.prestation .cab .content .section-title h3 {
    font-size: 55px;
}
.declencheur-titre h2 {
    font-size: 55px;
}
.situations-grid .info-item h3 {
    font-size: 20px;
    font-weight: 500;
}
.blog-details .content figcaption {
    font-size: 30px;
}
.footer h4 {
    font-size: 35px;
}
.page-title h1 {
    font-size: 35px;
}
/*  INVERSION DES COULEURS DE LA PLAQUE */
.hero .plaque {
    background: var(--primary-color);
}
.hero .plaque .nom, .hero .container .welcome .specialites ul {
    color: var(--text-white-color);
}