/**
 * CORALIA
 */
.var-brand {
    font-family: 'Century Gothic';
    --titre-text-transform: uppercase;
    --ss-titre-text-transform: uppercase;
    --bandeau-text-transform: uppercase;
    --cadre-line-height: 17px;
    --footer-nav-font-size: 11px;
    /* PARAGRAPHES */
    --mes-documents-p-text-align: center;
    --mes-documents-p-text-align-last: center;
    --mes-documents-p-text-indent: 0;
    --mon-hotel-p-text-align: justify;
    --mon-hotel-p-text-align-last: unset;
    --mon-hotel-p-text-indent: 1em;
    /* COULEURS */
    --color-bg-general: #F2F4F6;
    --color-bg-header: #FFFFFF;
    --color-bg-footer: #FFFFFF;
    --color-bg-nav: #F2F4F6;
    --color-bg-nav-active: #3368AD;
    --color-font-navbtn: #FFFFFF;
    --color-bg-titre: #2B69A9;
    --color-border-cadres: #D4DBE1;
    --color-grey: #6a7481;
    --color-bg-soustitre: #EC7423;
    --color-font-soustitre: #2B69A9;
    --color-bg-btn: #EC7423;
    --color-btn-more: #EC7423;
    /* IMAGES */
    --journee-intro-photo-position: center center;
    --journee-intro-photo-visibility: visible;
    --journee-intro-photo-bgcolor: unset;
    --journee-intro-photo-height: unset;
    --soiree-intro-photo-position: center center;
    --url-images-logo: url(../club/coralia/images/logo.png);
    --url-images-ico-valider: url(../club/coralia/images/ico-valider.png);
    --url-images-ico-moncompte: url(../club/coralia/images/ico-moncompte.png);
    --url-images-ico-moncompte-actif: url(../club/coralia/images/ico-moncompte-actif.png);
}

/**
 * FONTS
 */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'), url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'), url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype'), url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
    font-style: italic;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Italic.woff2') format('woff2'), url('../fonts/CenturyGothic-Italic.woff') format('woff'), url('../fonts/CenturyGothic-Italic.ttf') format('truetype'), url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
    font-style: italic;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
