/* CORE MINIMAL – NE PAS SURCHARGER */

*{ box-sizing:border-box; }

body{
  margin:0;
  font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;
  color:#0f172a;
  background:#ffffff;
  line-height:1.7;
}

.container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* ð´ SUPPRESSION FORCÉE BOUTON CONSEILLER */
[class*="expert"],
[class*="conseiller"],
[class*="advisor"],
[class*="chat"],
[class*="talk"]{
  display:none !important;
}