@font-face {
  font-family: 'CNM';
  src: url('/fonts/CNM-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CNM';
  src: url('/fonts/CNM-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CNM';
  src: url('/fonts/CNM-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CNM';
  src: url('/fonts/CNM-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CNM';
  src: url('/fonts/CNM-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CNM';
  src: url('/fonts/CNM-Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: 'CNM', sans-serif;
  color: #3a2a36;
  background-color: #ffffff;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #555555 #f0f0f0;
}
*::-webkit-scrollbar-track {
  background: #f0f0f0;
}
*::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 20px;
  border: 3px solid #f0f0f0;
}
.villes {
  line-height: 18px;
  padding-top: 10px;
}
.villeMulti {
  display: block;
  margin: 0;
  color: #3a2a36;
}
.villePrincipale {
  color: #000;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
