/**
 * JET TOURS
 */
.var-brand {
    font-family: 'LeagueSpartan';
    --titre-text-transform: uppercase;
    --ss-titre-text-transform: none;
    --bandeau-text-transform: uppercase;
    --cadre-line-height: 1.5;
    --footer-nav-font-size: 12px;
    /* PARAGRAPHES */
    --mes-documents-p-text-align: justify;
    --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: start;
    --mon-hotel-p-text-indent: 0;
    /* COULEURS */
    --color-bg-general: #F2F4F6;
    --color-bg-header: #FFFFFF;
    --color-bg-footer: #FFFFFF;
    --color-bg-nav: #F2F4F6;
    --color-bg-nav-active: #002749; /* #41B797; */
    --color-font-navbtn: #FFFFFF;
    --color-bg-titre: #3A4047;
    --color-border-cadres: #D4DBE1;
    --color-grey: #6a7481;
    --color-bg-soustitre: #002749; /* #41B797; */
    --color-font-soustitre: #3A4047;
    --color-bg-btn: #0CB1CC; /* #41B797; */
    --color-btn-more: #0CB1CC; /* #41B797; */
    /* IMAGES */
    --journee-intro-photo-position: center top;
    --journee-intro-photo-visibility: hidden;
    --journee-intro-photo-bgcolor: #517066;
    --journee-intro-photo-height: 5rem;
    --soiree-intro-photo-position: center center;
    --url-images-logo: url(../club/jettours/images/logo.svg);
    --url-images-ico-valider: url(../club/jettours/images/ico-valider.png);
    --url-images-ico-moncompte: url(../club/jettours/images/ico-moncompte.png);
    --url-images-ico-moncompte-actif: url(../club/jettours/images/ico-moncompte-actif.png);
}

/**
 * FONTS
 */
@font-face {
    font-family: 'LeagueSpartan';
    src: url('../fonts/LeagueSpartan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LeagueSpartan';
    src: url('../fonts/LeagueSpartan-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LeagueSpartan';
    src: url('../fonts/LeagueSpartan-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
