/* CB06 V60 — suppression globale du gras sur le site public */
html,
body,
body *,
body *::before,
body *::after{
  font-weight:400!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
label,
button,
input,
textarea,
select,
a,
p,
li,
span,
small,
div,
article,
section,
nav,
header,
footer{
  font-weight:400!important;
}

/* Garde les titres lisibles sans effet trop gras */
h1,
[class*="title"],
[class*="heading"],
[class*="hero"] h1{
  letter-spacing:-0.025em;
}

/* Boutons lisibles mais pas gras */
button,
.btn,
.button,
a[class*="btn"],
a[class*="button"],
[class*="cta"],
[class*="call"],
[class*="help"]{
  font-weight:400!important;
}

/* Menus et navigation sans gras */
nav *,
header *,
footer *,
.menu *,
[class*="nav"] *,
[class*="header"] *,
[class*="footer"] *{
  font-weight:400!important;
}

/* Pages communes */
.cb06-cities-v59 *,
.cb06-cities-v56 *,
.cb06-communes-v53 *,
.cb06-communes-v50 *,
.cb06-communes-v49 *{
  font-weight:400!important;
}

/* Anciennes classes CB06 */
.cb06-local-title,
.cb06-city-name,
.cb06-cities-title,
.cb06-cities-count,
.cb06-cities-panel h2,
.cb06-cities-panel h3,
.cb06-service-card h3,
.cb06-trust-item strong{
  font-weight:400!important;
}
