/**
 * ELDORADOR
 */
.var-brand {
    font-family: 'Century Gothic';
    --cadre-line-height: 17px;
    --footer-nav-font-size: 11px;
    --color-bg-general: #F2F4F6;
    --color-bg-header: #FFFFFF;
    --color-bg-footer: #FFFFFF;
    --color-bg-nav: #F2F4F6;
    --color-bg-nav-active: #49526D;
    --color-font-navbtn: #FFFFFF;
    --color-bg-titre: #49526D;
    --color-border-cadres: #D4DBE1;
    --color-grey: #6a7481;
    --color-bg-soustitre: #DE5959;
    --color-font-soustitre: #49526D;
    --color-bg-btn: #DE5959;
    --color-btn-more: #DE5959;
    /* IMAGES */
    --url-images-logo: url(../club/eldorador/images/logo.png);
    --url-images-ico-valider: url(../club/eldorador/images/ico-valider.png);
    --url-images-ico-moncompte: url(../club/eldorador/images/ico-moncompte.png);
    --url-images-ico-moncompte-actif: url(../club/eldorador/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;
}
