@charset "UTF-8";
/* déclaration des polices titre domaine et civc. texte gotham*/
@font-face {
font-family: 'Domaine';
src: url('../assets/fonts/domaine-sans-display-light.woff2') format('woff2');
font-weight: 300;/* police titre accroche grise*/
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F; /* Latin + Étendu A & B */

}
@font-face {
font-family: 'Domaine';
src: url('../assets/fonts/domaine-sans-display-light-italic.woff2') format('woff2');
font-weight: 300;/* police titre accroche grise*/
font-style: italic;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F; /* Latin + Étendu A & B */
}
/*@font-face {
font-family: 'Domaine';
src: url('../assets/fonts/test-domaine-sans-display-regular.woff2') format('woff2');
font-weight: 400;/* police btn
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F;
}
@font-face {
font-family: 'Gotham';
src: url('../assets/fonts/Gotham-Book.woff2') format('woff2');
font-weight: 400;/* police texte
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F;*/
}

/* alternative à gotham*/
@font-face {
font-family: 'Montserrat';
src: url('../assets/fonts/Montserrat-Regular.ttf') format('truetype');
font-weight: 400;/* police texte*/
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F;
}
@font-face {
font-family: 'Montserrat';
src: url('../assets/fonts/Montserrat-Light.ttf') format('truetype');
font-weight: 300;/* police texte*/
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F;
}
@font-face {
font-family: 'Montserrat';
src: url('../assets/fonts/Montserrat-Italic.ttf') format('truetype');
font-weight: 400;/* police texte*/
font-style: italic;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F;
}
/* fin alternative à gotham*/
@font-face {
font-family: 'CIVC';
src: url('../assets/fonts/CIVC-Sans.otf') format('opentype');
font-weight: 400;/* police civc*/
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F;
}
@font-face {
font-family: 'CIVC';
src: url('../assets/fonts/CIVC-Title-Light.otf') format('opentype');
font-weight: 400;/* police civc*/
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F;
}

/* fin déclaration des polices*/s