/* C11B17 — Ville de Sens (démo, compte 26). #006597, Bitter, bandeau vue-sens + logo centré.
   Chrome commun : ../cpv-chrome.css. */
@font-face { font-family: 'Bitter'; src: url('fonts/Bitter-Regular.woff2') format('woff2'), url('fonts/Bitter-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Bitter'; src: url('fonts/Bitter-Bold.woff2') format('woff2'), url('fonts/Bitter-Bold.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Bitter'; src: url('fonts/Bitter-Italic.woff2') format('woff2'), url('fonts/Bitter-Italic.woff') format('woff'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Bitter'; src: url('fonts/Bitter-BoldItalic.woff2') format('woff2'), url('fonts/Bitter-BoldItalic.woff') format('woff'); font-weight: 700; font-style: italic; font-display: swap; }
.cpv-body {
  --cpv-brand: #006597; --cpv-brand-dark: #00324b; --cpv-brand-nav-hover: #00567f;
  --cpv-brand-rgb: 0, 101, 151; --cpv-text: #1d2b33;
  --cpv-font: 'Bitter', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cpv-banner { background: var(--cpv-brand) url('img/vue-sens.jpg') center center / cover no-repeat; height: 295px; }
.cpv-banner__logo { width: 220px; height: 112px; background-image: url('img/ville-sens-logo.svg'); }
@media (max-width: 767px) { .cpv-banner { display: none; } }
