/** Variables CSS du site de LYON **/

:root {
    /*** Couleurs du concours ***/
    --event-main-color: #3e365a;
    --event-main-color-light: #463d6b;
    --event-secondary-color: #6c757d;
    --event-secondary-color-light: ;
    --event-third-color: #c3b04c;
    --event-third-color-light: ;
    --event-fourth-color: ;
    --event-fourth-color-light: ;
    --event-text-color: #666666;
    --event-text-color2: #434345;
    --event-text-color3: #999999;
    --event-text-color4: #333;
    --event-text-color5: #212121;
    --event-text-color6: #9B9B9B;
    --event-text-color7: #cbcbcb;
    --event-link-hover-color: ;
    --event-bg-color-primary: var(--event-main-color);
    --event-bg-color-lightest: #f7f7f7;
    --event-bg-color-transparent-dark: rgba(0, 0, 0, 0.4);
    --event-bg-color-transparent-dark2: rgba(0, 0, 0, 0.7);
    --event-admin-title-color: var(--event-main-color);
    --event-table-header-bg: var(--event-main-color);
    --event-table-header-color: white;
    --event-table-row-even-bg: #EFEDED;
    --event-table-text-color: #575757;
    --event-table-row-border-color: #C1C1C1;
    --error-color: #b94a48;
    --error-bg-color: #f2dede;
    --error-border-color: #eed3d7;
    --success-color: #468847;
    --success-bg-color: #dff0d8;
    --success-border-color: #d6e9c6;
    --warning-color: #c09853;
    --warning-bg-color: #fcf8e3;
    --warning-border-color: #fbeed5;
    --info-color: #3a87ad;
    --info-bg-color: #d9edf7;
    --info-border-color: #bce8f1;
    --draft-color: orange;
    --draft-bg-color: orange;
    --draft-border-color: orange;
    --silver-medal: #7D7D7D !important;
	--gold-medal: #BF9437 !important;

    /* Textes */
    --global-text-font-family: "Lato", Helvetica, Arial, sans-serif;
    --global-text-font-size: 16px;
    --global-text-color: var(--event-text-color2);
    --global-text-letter-spacing: normal;

    --event-link-font-weight: 400;

    --title-h1-font-family: "Lato", Helvetica, Arial, sans-serif;
    --title-h1-font-size: 35px;
    --title-h1-color: var(--event-text-color2);
    --title-h1-letter-spacing: normal;
    --title-h1-transform: uppercase;
    --title-h1-font-weight: 400;
    --title-h1-margin: 0px 0px 0px 0px;
    --title-h1-padding: 0px 0px 0px 0px;
    --title-h1-text-align: ;
    --title-h1-line-height: 46px;

    --title-h2-font-family: "Lato", Helvetica, Arial, sans-serif;
    --title-h2-font-size: 20px;
    --title-h2-color: var(--event-text-color2);
    --title-h2-letter-spacing: normal;
    --title-h2-transform: none;
    --title-h2-font-weight: 400;
    --title-h2-margin: 0px 0px 0px 0px;
    --title-h2-padding: 0px 0px 0px 0px;
    --title-h2-text-align: ;
    --title-h2-line-height: 1.25em;

    --title-h3-font-family: "Lato", Helvetica, Arial, sans-serif;
    --title-h3-font-size: 35px;
    --title-h3-color: var(--event-text-color2);
    --title-h3-letter-spacing: normal;
    --title-h3-transform: none;
    --title-h3-font-weight: 400;
    --title-h3-margin: 0px 0px 8px 0px;
    --title-h3-padding: 0px 0px 0px 0px;
    --title-h3-text-align: ;
    --title-h3-line-height: 46px;

    --title-h4-font-family: "Lato", Helvetica, Arial, sans-serif;
    --title-h4-font-size: 24px;
    --title-h4-color: var(--event-text-color2);
    --title-h4-letter-spacing: 0.05em;
    --title-h4-transform: ;
    --title-h4-font-weight: 400;
    --title-h4-margin: 24px 0px 16px 0px;
    --title-h4-padding: 0px 0px 0px 0px;
    --title-h4-text-align: ;
    --title-h4-line-height: 1.25em;
    
    --title-h5-font-family: "Lato", Helvetica, Arial, sans-serif;
    --title-h5-font-size: 24px;
    --title-h5-color: var(--event-text-color2);
    --title-h5-letter-spacing: normal;
    --title-h5-transform: none;
    --title-h5-font-weight: 400;
    --title-h5-margin: 0px 0px 19px 0px;
    --title-h5-padding: 0px 0px 0px 0px;
    --title-h5-text-align: ;
    --title-h5-line-height: 46px;

    --title-h6-font-family: "Lato", Helvetica, Arial, sans-serif;
    --title-h6-font-size: 14px;
    --title-h6-color: var(--event-text-color2);
    --title-h6-letter-spacing: normal;
    --title-h6-transform: uppercase;
    --title-h6-font-weight: 700;
    --title-h6-margin: 0px 0px 0px 0px;
    --title-h6-padding: 0px 0px 0px 0px;
    --title-h6-text-align: ;
    --title-h6-line-height: 26px;

    --text-font-family: "Lato", Helvetica, Arial, sans-serif;
    --text-font-size: 16px;
    --text-color: var(--event-text-color2);
    --text-letter-spacing: 0.05em;
    --text-transform: ;
    --text-font-weight: 400;
    --text-margin: 0px 0px 18px 0px;
    --text-padding: 0px 0px 0px 0px;
    --text-text-align: ;
    --text-line-height: 1.5;

    --link-font-family: "Lato", Helvetica, Arial, sans-serif;
    --link-font-size: 16px;
    --link-color: var(--event-third-color);
    --link-letter-spacing: 0.05em;
    --link-transform: none;
    --link-font-weight: 700;
    --link-margin: 0px 0px 0px 0px;
    --link-padding: 0px 0px 0px 0px;
    --link-text-align: ;
    --link-line-height: 1.5;
    --link-hover-color: var(--event-third-color);
    --link-hover-text-decoration: none;

    /* Séparateurs */
    --hr-color: var(--event-main-color);
    --hr-height: 1px;
    --hr-width: 10%;

    /* Boutons */
    --button-font-weight: 400;
    --button-transform: none;

    /*** Navbar ***/
    /* Navbar Desktop View */
    --navbar-header-height: ;
    --navbar-header-bg-color: ;
    --navbar-header-transition: ;
    --navbar-header-content-filigrane-height: ;
    --navbar-header-content-filigrane-bg: ;
    --navbar-header-content-filigrane-transition: ;
    --navbar-header-content-main-pt: ;
    --navbar-header-content-main-height: 260px;
    --navbar-header-content-main-bg: ;
    --navbar-header-content-main-transition: ;
    --navbar-header-content-main-title-font-family: ;
    --navbar-header-content-main-title-font-size: ;
    --navbar-header-content-main-title-line-height: ;
    --navbar-header-content-main-title-color: ;
    --navbar-header-content-main-title-transform: ;
    --navbar-header-content-main-title-transition: ;
    --navbar-headband-height: ;
    --navbar-headband-padding: ;
    --navbar-headband-bg-color: ;
    --navbar-headband-text-color: ;
    --navbar-headband-text-font-size: ;
    --navbar-headband-text-font-weight: ;
    --navbar-headband-text-letter-spacing: ;
    --navbar-headband-justify-content: ;
    --navbar-headband-align-items: ;
    --navbar-height: 125px;
    --navbar-justify-content: space-between;
    --navbar-border-top-height: ;
    --navbar-border-top: ;
    --navbar-border-bottom-height: 0px;
    --navbar-border-bottom: ;
    --navbar-box-shadow: ;
    --navbar-logo-position: relative;
    --navbar-logo-width: 240px;
    --navbar-logo-height: ;
    --navbar-logo-margin: 25px 0px 0px 60px;
    --navbar-logo-text-font-size: ;
    --navbar-logo-text-line-height: ;
    --navbar-logo-text-font-weight: ;
    --navbar-logo-text-letter-spacing: ;
    --navbar-logo-text-transform: ;
    --navbar-logo-text-margin: ;
    --navbar-logo-text-padding: ;
    --navbar-logo-text-color: ;
    --navbar-logo-text-span-color: ;
    --navbar-bg-color: var(--event-main-color);
    --navbar-panel-bg-color: transparent;
    --navbar-item-font-family: 'Lato';
    --navbar-item-font-size: 13px;
    --navbar-item-color: #FFFFFF;
    --navbar-item-bg-color: transparent;
    --navbar-item-font-weight: 900;
    --navbar-item-transform: uppercase;
    --navbar-item-text-decoration: none;
    --navbar-item-hover-color: #FFFFFF;
    --navbar-item-hover-text-decoration: none;
    --navbar-item-hover-bg-color: transparent;
    --navbar-item-hover-uderline-animation-top: 95%;
    --navbar-item-hover-uderline-animation-height: 2px;
    --navbar-item-hover-uderline-animation-bg-color: var(--event-third-color);
    --navbar-item-active-color: var(--event-third-color);
    --navbar-item-active-bg-color: transparent;
    --navbar-item-connected-color: #FFFFFF;
    --navbar-item-connected-bg-color: green;
    --navbar-submenu-bg-color: var(--event-main-color);
    --navbar-submenu-border-top: 2px solid var(--event-third-color);
    --navbar-submenu-item-font-family: 'Lato';
    --navbar-submenu-item-font-size: 13px;
    --navbar-submenu-item-color: #FFFFFF;
    --navbar-submenu-item-font-weight: 900;
    --navbar-submenu-item-transform: uppercase;
    --navbar-submenu-item-text-decoration: none;
    --navbar-submenu-item-hover-color: #FFFFFF;
    --navbar-submenu-item-hover-bg-color: var(--event-main-color-light);
    --navbar-submenu-item-hover-text-decoration: none;
    --navbar-social-icon-display: block;
    --navbar-social-icon-color: #FFFFFF;
    --navbar-social-icon-font-size: 16px;

    /* Navbar Desktop Small View */
    --navbar-small-header-height: 0px;
    --navbar-small-header-bg-color: ;
    --navbar-small-header-transition: ;
    --navbar-small-header-content-filigrane-height: 0px;
    --navbar-small-header-content-filigrane-bg: ;
    --navbar-small-header-content-filigrane-transition: ;
    --navbar-small-header-content-main-height: 0px;
    --navbar-small-header-content-main-bg: ;
    --navbar-small-header-content-main-transition: ;
    --navbar-small-header-content-main-title-transform: ;
    --navbar-small-header-content-main-title-transition: ;
    --navbar-small-headband-height: 0px;
    --navbar-small-headband-padding: ;
    --navbar-small-headband-bg-color: ;
    --navbar-small-headband-text-color: ;
    --navbar-small-headband-text-font-size: ;
    --navbar-small-headband-text-font-weight: ;
    --navbar-small-headband-text-letter-spacing: ;
    --navbar-small-headband-justify-content: ;
    --navbar-small-headband-align-items: ;
    --navbar-small-height: 72px;
    --navbar-small-justify-content: space-between;
    --navbar-small-border-top: ;
    --navbar-small-border-bottom: ;
    --navbar-small-box-shadow: ;
    --navbar-logo-small-position: relative;
    --navbar-logo-small-width: 140px;
    --navbar-logo-small-height: ;
    --navbar-logo-small-margin: 80px 0px 0px 60px;
    --navbar-small-bg-color: var(--event-main-color);
    --navbar-small-panel-bg-color: transparent;
    --navbar-small-item-font-size: 13px;
    --navbar-small-item-color: #FFFFFF;
    --navbar-small-item-bg-color: transparent;
    --navbar-small-item-font-weight: 900;
    --navbar-small-item-transform: uppercase;
    --navbar-small-item-hover-color: #FFFFFF;
    --navbar-small-item-hover-bg-color: transparent;
    --navbar-small-item-active-color: var(--event-third-color);
    --navbar-small-item-active-bg-color: var(--event-main-color);
    --navbar-small-item-connected-color: #FFFFFF;
    --navbar-small-item-connected-bg-color: green;
    --navbar-small-submenu-bg-color: var(--event-main-color);
    --navbar-small-submenu-item-font-size: 13px;
    --navbar-small-submenu-item-color: #FFFFFF;
    --navbar-small-submenu-item-font-weight: 900;
    --navbar-small-submenu-item-transform: uppercase;
    --navbar-small-submenu-item-hover-color: #FFFFFF;
    --navbar-small-submenu-item-hover-bg-color: var(--event-main-color-light);
    --navbar-small-social-icon-display: block;
    --navbar-small-social-icon-color: #FFFFFF;
    --navbar-small-social-icon-font-size: 16px;

    /* Navbar Mobile View */
    --navbar-mobile-header-height: ;
    --navbar-mobile-header-bg-color: ;
    --navbar-mobile-header-transition: ;
    --navbar-mobile-header-content-filigrane-height: ;
    --navbar-mobile-header-content-filigrane-bg: ;
    --navbar-mobile-header-content-filigrane-transition: ;
    --navbar-mobile-header-content-main-pt: ;
    --navbar-mobile-header-content-main-height: ;
    --navbar-mobile-header-content-main-bg: ;
    --navbar-mobile-header-content-main-transition: ;
    --navbar-mobile-header-content-main-title-font-family: ;
    --navbar-mobile-header-content-main-title-font-size: ;
    --navbar-mobile-header-content-main-title-line-height: ;
    --navbar-mobile-header-content-main-title-color: ;
    --navbar-mobile-header-content-main-title-transform: ;
    --navbar-mobile-header-content-main-title-transition: ;
    --navbar-mobile-headband-height: ;
    --navbar-mobile-headband-padding: ;
    --navbar-mobile-headband-bg-color: ;
    --navbar-mobile-headband-text-color: ;
    --navbar-mobile-headband-text-font-size: ;
    --navbar-mobile-headband-text-font-weight: ;
    --navbar-mobile-headband-text-letter-spacing: ;
    --navbar-mobile-headband-justify-content: ;
    --navbar-mobile-headband-align-items: ;
    --navbar-mobile-height: 56px;
    --navbar-mobile-border-top: ;
    --navbar-mobile-border-bottom: ;
    --navbar-mobile-box-shadow: ;
    --navbar-logo-mobile-width: ;
    --navbar-logo-mobile-height: 50px;
    --navbar-mobile-logo-container-justify-content: center;
    --navbar-mobile-logo-text-font-size: ;
    --navbar-mobile-logo-text-line-height: ;
    --navbar-mobile-logo-text-font-weight: ;
    --navbar-mobile-logo-text-letter-spacing: ;
    --navbar-mobile-logo-text-transform: ;
    --navbar-mobile-logo-text-margin: ;
    --navbar-mobile-logo-text-padding: ;
    --navbar-mobile-logo-text-color: ;
    --navbar-mobile-logo-text-span-color: ;
    --navbar-mobile-bg-color: var(--event-main-color);
    --navbar-hamburger-color: #FFFFFF;
    --navbar-hamburger-hover-color: #FFFFFF;
    --navbar-mobile-panel-bg-color: var(--event-main-color);
    --navbar-mobile-item-font-family: 'Lato';
    --navbar-mobile-item-font-size: 13px;
    --navbar-mobile-item-color: #FFFFFF;
    --navbar-mobile-item-bg-color: transparent;
    --navbar-mobile-item-font-weight: 900;
    --navbar-mobile-item-transform: uppercase;
    --navbar-mobile-item-text-decoration: none;
    --navbar-mobile-item-hover-color: #FFFFFF;
    --navbar-mobile-item-hover-bg-color: var(--event-main-color-light);
    --navbar-mobile-item-hover-text-decoration: none;
    --navbar-mobile-item-active-color: #FFFFFF;
    --navbar-mobile-item-active-bg-color: var(--event-main-color-light);
    --navbar-mobile-item-active-font-weight: 900;
    --navbar-mobile-item-connected-color: #FFFFFF;
    --navbar-mobile-item-connected-bg-color: green;
    --navbar-mobile-item-button-color: #FFFFFF; 
    --navbar-mobile-item-button-hover-color: #FFFFFF;
    --navbar-mobile-submenu-item-font-family: 'Lato';
    --navbar-mobile-submenu-item-font-size: 13px;
    --navbar-mobile-submenu-item-color: #FFFFFF;
    --navbar-mobile-submenu-item-font-weight: 900;
    --navbar-mobile-submenu-item-transform: uppercase;
    --navbar-mobile-submenu-item-text-decoration: none;
    --navbar-mobile-submenu-item-hover-color: #FFFFFF;
    --navbar-mobile-submenu-item-hover-bg-color: var(--event-main-color-light);
    --navbar-mobile-submenu-item-hover-text-decoration: none;
    --navbar-mobile-social-icon-display: none;
    --navbar-mobile-social-icon-color: ;
    --navbar-mobile-social-icon-font-size: ;

    /* Navbar Mobile Small View */
    --navbar-mobile-small-header-height: 0px;
    --navbar-mobile-small-header-bg-color: ;
    --navbar-mobile-small-header-transition: ;
    --navbar-mobile-small-header-content-filigrane-height: 0px;
    --navbar-mobile-small-header-content-filigrane-bg: ;
    --navbar-mobile-small-header-content-filigrane-transition: ;
    --navbar-mobile-small-header-content-main-height: 0px;
    --navbar-mobile-small-header-content-main-bg: ;
    --navbar-mobile-small-header-content-main-transition: ;
    --navbar-mobile-small-header-content-main-title-transform: ;
    --navbar-mobile-small-header-content-main-title-transition: ;
    --navbar-mobile-small-headband-height: 0px;
    --navbar-mobile-small-headband-padding: 0px 0px 0px 0px;
    --navbar-mobile-small-headband-bg-color: ;
    --navbar-mobile-small-headband-text-color: ;
    --navbar-mobile-small-headband-text-font-size: ;
    --navbar-mobile-small-headband-text-font-weight: ;
    --navbar-mobile-small-headband-text-letter-spacing: ;
    --navbar-mobile-small-headband-justify-content: ;
    --navbar-mobile-small-headband-align-items: ;

    /* Sub-Header */
    --subheader-title-color: var(--event-main-color);
    --subheader-title-size: 28px;
    --subheader-title-align: left;
    --subheader-border-bottom: 2px solid;
    --subheader-transform: none;

    /* Sections */
    --section-bg-color-1: var(--event-bg-color-primary);
    --section-bg-color-2: #FFFFFF;
    --section-bg-color-3: var(--event-bg-color-lightest);
    --section-bg-color-4: var(--event-text-color2);
    --section-bg-color-5: linear-gradient(90deg, #3E365A 0%, #7e74a4 100%);

    /* Carousel */
    --carousel-title-color: #FFFFFF;
    --carousel-title-size: 50px;
    --carousel-title-size-mobile: 35px;
    --carousel-text-color: #FFFFFF;
    --carousel-text-size: 22px;
    --carousel-text-size-mobile: 20px;
    
    /* Owl Carousel */
    --owl-carousel-dot-color: var(--event-secondary-color);
    --owl-carousel-dot-active-color: var(--event-third-color);

    /* Testimonials Carousel */
    --testimonials-carousel-name-color: var(--event-secondary-color);
    --testimonials-carousel-name-size: 20px;
    --testimonials-carousel-name-weight: 600;
    --testimonials-carousel-name-style: italic;
    --testimonials-carousel-text-color: var(--event-text-color2);
    --testimonials-carousel-text-size: 16px;
    --testimonials-carousel-text-weight: 400;
    --testimonials-carousel-text-style: normal;

    /* Testimonials Page */
    --testimonials-page-bubble-background-color: #cacaca4f;
    --testimonials-page-quote-color: var(--event-text-color7);
    --testimonials-contact-color: var(--event-third-color);

    /* Newsletter */
    --newsletter-bg-img: url('/images/templates/sections/bg-newsletter.jpg');
    --newsletter-title-color: #FFFFFF;
    --newsletter-title-hr-height: 1px;
    --newsletter-text-color: #FFFFFF;
    --newsletter-button-color: var(--event-main-color);
    --newsletter-button-hover-bg-color: var(--event-main-color-light);
    --newsletter-button-transform: uppercase;

    /* Forms */
    --input-border-color: #d9d9d9;

    /* Footer */
    --footer-title-color: var(--event-third-color);
    --footer-text-color: #FFFFFF;
    --footer-bg-color: var(--event-main-color);

    /* Up to Top Button */
    --up-to-top-button-color: #FFFFFF;
    --up-to-top-button-bg-color: var(--event-main-color);
    --up-to-top-button-hover-bg-color: #6c757d;

    /* Social */
    --facebook-color: #FFFFFF;
    --facebook-hover-color: #3b5998;
    --twitter-color: #FFFFFF;
    --twitter-hover-color: #000;
    --instagram-color: #FFFFFF;
    --instagram-hover-color: #e1306c;
    --youtube-color: #FFFFFF;
    --youtube-hover-color: #ff0000;
    --linkedin-color: #FFFFFF;
    --linkedin-hover-color: #0077b5;
}

/* Fonts */
@font-face {
    font-family: "Material Design Icons";
    src: url("/fonts/materialdesignicons-webfont.eot?v=1.4.57");
    src: url("/fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("/fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("/fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("/fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("/fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Flaticon";
    src: url("/fonts/Flaticon.eot");
    src: url("/fonts/Flaticon.eot#iefix") format("embedded-opentype"), url("/fonts/Flaticon.woff") format("woff"), url("/fonts/Flaticon.ttf") format("truetype"), url("/fonts/Flaticon.svg") format("svg");
}

@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Black.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

/** Styles spécifiques à l'événement */

/** Carousel */
main #carousel-background-video {padding-top: var(--navbar-height);}
@media(max-width: 1023px) {
    main #carousel-background-video {
        padding-top: var(--navbar-mobile-height);
    }
}
main.headband #carousel-background-video {padding-top: calc(var(--navbar-height) + var(--navbar-headband-height));}
@media(max-width: 1023px) {
    main.headband #carousel-background-video {
        padding-top: calc(var(--navbar-mobile-height) + var(--navbar-mobile-headband-height));
    }
}
main.header #carousel-background-video {padding-top: calc(var(--navbar-height) + var(--navbar-header-height));}
@media(max-width: 1023px) {
    main.header #carousel-background-video {
        padding-top: calc(var(--navbar-mobile-height) + var(--navbar-header-height));
    }
}
@media(max-width: 444px) {
    main.header #carousel-background-video {
        padding-top: calc(var(--navbar-mobile-height) + var(--navbar-mobile-header-height));
    }
}
main.headband.header #carousel-background-video {padding-top: calc(var(--navbar-height) + var(--navbar-headband-height) + var(--navbar-header-height));}
@media(max-width: 1023px) {
    main.headband.header #carousel-background-video {
        padding-top: calc(var(--navbar-mobile-height) + var(--navbar-mobile-headband-height) + var(--navbar-header-height));
    }
}
@media(max-width: 444px) {
    main.headband.header #carousel-background-video {
        padding-top: calc(var(--navbar-mobile-height) + var(--navbar-mobile-headband-height) + var(--navbar-mobile-header-height));
    }
}

/** Carousel des témoignages */
#testimonialsCarousel .carousel-slide-button, 
#testimonialsCarousel .carousel-slide-button:hover, 
#testimonialsCarousel .carousel-slide-button:focus, 
#testimonialsCarousel .carousel-slide-button:active {
    color: var(--event-text-color2);
}

#testimonialsCarousel .carousel-button-bottom {
    background-color: var(--event-text-color2);
}

.text-mantis {
    color: #c3b04c;
    background-image: -webkit-linear-gradient(0deg, #c1a61b 0%, #f2d74f 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-mantis-filled {
	background: -moz-linear-gradient(45deg, #3E365A 0%, #7e74a4 100%);
	background: -webkit-linear-gradient(45deg, #3E365A 0%, #7e74a4 100%);
	background: -o-linear-gradient(45deg, #3E365A 0%, #7e74a4 100%);
	background: -ms-linear-gradient(45deg, #3E365A 0%, #7e74a4 100%);
	background: linear-gradient(45deg, #3E365A 0%, #7e74a4 100%);
}

.text-ubold {
	font-weight: 900;
}

.magnification {
    transition: all 0.3s ease-in-out;
}

.magnification:hover {
	box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
	transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.icon-wine-filled {
	background: -moz-linear-gradient(45deg, #71021D 0%, #b7032d 100%);
	background: -webkit-linear-gradient(45deg, #71021D 0%, #b7032d 100%);
	background: -o-linear-gradient(45deg, #71021D 0%, #b7032d 100%);
	background: -ms-linear-gradient(45deg, #71021D 0%, #b7032d 100%);
	background: linear-gradient(45deg, #71021D 0%, #b7032d 100%);
	color: white;
}

.icon-charcuterie-filled {
	background: -moz-linear-gradient(45deg, #d1a49d 0%, #d1968d 100%);
	background: -webkit-linear-gradient(45deg, #d1a49d 0%, #d1968d 100%);
	background: -o-linear-gradient(45deg, #d1a49d 0%, #d1968d 100%);
	background: -ms-linear-gradient(45deg, #d1a49d 0%, #d1968d 100%);
	background: linear-gradient(45deg, #d1a49d 0%, #d1968d 100%);
	color: white;
}

.icon-beer-filled {
	background: -moz-linear-gradient(45deg, #ce6f16 0%, #f7973d 100%);
	background: -webkit-linear-gradient(45deg, #ce6f16 0%, #f7973d 100%);
	background: -o-linear-gradient(45deg, #ce6f16 0%, #f7973d 100%);
	background: -ms-linear-gradient(45deg, #ce6f16 0%, #f7973d 100%);
	background: linear-gradient(45deg, #ce6f16 0%, #f7973d 100%);
	color: white;
}

.icon-spirits-filled {
	background: -moz-linear-gradient(45deg, #BE7F22 0%, #d39845 100%);
	background: -webkit-linear-gradient(45deg, #BE7F22 0%, #d39845 100%);
	background: -o-linear-gradient(45deg, #BE7F22 0%, #d39845 100%);
	background: -ms-linear-gradient(45deg, #BE7F22 0%, #d39845 100%);
	background: linear-gradient(45deg, #BE7F22 0%, #d39845 100%);
	color: white;
}

.icon-cheese-filled {
	background: -moz-linear-gradient(45deg, #699ABB 0%, #4d82a5 100%);
	background: -webkit-linear-gradient(45deg, #699ABB 0%, #4d82a5 100%);
	background: -o-linear-gradient(45deg, #699ABB 0%, #4d82a5 100%);
	background: -ms-linear-gradient(45deg, #699ABB 0%, #4d82a5 100%);
	background: linear-gradient(45deg, #699ABB 0%, #4d82a5 100%);
	color: white;
}

@keyframes fadeBoth {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.breadcrumb-classic::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    animation: fadeBoth 6s infinite;
    fill: #5f5680;
    background: linear-gradient(90deg, #5f5680 0%, #5f5680 100%);
}

.breadcrumb-classic {
    position: relative;
    box-sizing: initial;
    z-index: -1;
    fill: #5f5680;
    background: linear-gradient(90deg, #5f5680 0%, #5f5680 100%);
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.breadcrumb-classic-wine {
	fill: #71021D;
	background: #71021D;
	background: -moz-linear-gradient(90deg, #71021D 0%, #b7032d  100%);
	background: -webkit-linear-gradient(90deg, #71021D 0%, #b7032d 100%);
	background: -o-linear-gradient(90deg, #71021D 0%, #b7032d 100%);
	background: -ms-linear-gradient(90deg, #71021D 0%, #b7032d 100%);
	background: linear-gradient(90deg, #71021D 0%, #b7032d 100%);
}

.breadcrumb-classic-wine:before {
	fill: #b7032d;
	background: #b7032d;
	background: -moz-linear-gradient(90deg, #b7032d 0%, #71021D  100%);
	background: -webkit-linear-gradient(90deg, #b7032d 0%, #71021D  100%);
	background: -o-linear-gradient(90deg, #b7032d 0%, #71021D  100%);
	background: -ms-linear-gradient(90deg, #b7032d 0%, #71021D  100%);
	background: linear-gradient(90deg, #b7032d 0%, #71021D  100%);
}

.breadcrumb-classic-spirits {
	fill: #BE7F22;
	background: #BE7F22;
	background: -moz-linear-gradient(90deg, #BE7F22 0%, #d39845  100%);
	background: -webkit-linear-gradient(90deg, #BE7F22 0%, #d39845  100%);
	background: -o-linear-gradient(90deg, #BE7F22 0%, #d39845  100%);
	background: -ms-linear-gradient(90deg, #BE7F22 0%, #d39845  100%);
	background: linear-gradient(90deg, #BE7F22 0%, #d39845  100%);
}

.breadcrumb-classic-spirits:before {
	fill: #d39845;
	background: #d39845;
	background: -moz-linear-gradient(90deg, #d39845 0%, #BE7F22  100%);
	background: -webkit-linear-gradient(90deg, #d39845 0%, #BE7F22  100%);
	background: -o-linear-gradient(90deg, #d39845 0%, #BE7F22  100%);
	background: -ms-linear-gradient(90deg, #d39845 0%, #BE7F22  100%);
	background: linear-gradient(90deg, #d39845 0%, #BE7F22  100%);
}

.breadcrumb-classic-gold {
	fill: #f2d854;
	background: #f2d854;
	background: -moz-linear-gradient(90deg, #f2d854 0%, #d6b200  100%);
	background: -webkit-linear-gradient(90deg, #f2d854 0%, #b59300  100%);
	background: -o-linear-gradient(90deg, #f2d854 0%, #b59300  100%);
	background: -ms-linear-gradient(90deg, #f2d854 0%, #b59300  100%);
	background: linear-gradient(90deg, #f2d854 0%, #b59300  100%);
}
 
.breadcrumb-classic-gold:before {
	fill: #b59300;
	background: #b59300;
	background: -moz-linear-gradient(90deg, #b59300 0%, #f2d854  100%);
	background: -webkit-linear-gradient(90deg, #b59300 0%, #f2d854  100%);
	background: -o-linear-gradient(90deg, #b59300 0%, #f2d854  100%);
	background: -ms-linear-gradient(90deg, #b59300 0%, #f2d854  100%);
	background: linear-gradient(90deg, #b59300 0%, #f2d854  100%);
}


.breadcrumb-classic-biere {
	fill: #ce6f16;
	background: #ce6f16;
	background: -moz-linear-gradient(90deg, #ce6f16 0%, #f7973d  100%);
	background: -webkit-linear-gradient(90deg, #ce6f16 0%, #f7973d  100%);
	background: -o-linear-gradient(90deg, #ce6f16 0%, #f7973d  100%);
	background: -ms-linear-gradient(90deg, #ce6f16 0%, #f7973d  100%);
	background: linear-gradient(90deg, #ce6f16 0%, #f7973d  100%);
}
 
.breadcrumb-classic-biere:before {
	fill: #f7973d;
	background: #f7973d;
	background: -moz-linear-gradient(90deg, #f7973d 0%, #ce6f16  100%);
	background: -webkit-linear-gradient(90deg, #f7973d 0%, #ce6f16  100%);
	background: -o-linear-gradient(90deg, #f7973d 0%, #ce6f16  100%);
	background: -ms-linear-gradient(90deg, #f7973d 0%, #ce6f16  100%);
	background: linear-gradient(90deg, #f7973d 0%, #ce6f16  100%);
}



.breadcrumb-classic-charcuterie {
	fill: #d1a49d;
	background: #d1968d;
	background: -moz-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: -webkit-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: -o-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: -ms-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
}
 
.breadcrumb-classic-charcuterie:before {
	fill: #d1a49d;
	background: #d1968d;
	background: -moz-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: -webkit-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: -o-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: -ms-linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
	background: linear-gradient(90deg, #d1a49d 0%, #d1968d  100%);
}



.breadcrumb-classic-fromage-vert {
	fill: #94c11f;
	background: #94c11f;
	background: -moz-linear-gradient(90deg, #94c11f 0%, #8abc01  100%);
	background: -webkit-linear-gradient(90deg, #94c11f 0%, #8abc01  100%);
	background: -o-linear-gradient(90deg, #94c11f 0%, #8abc01  100%);
	background: -ms-linear-gradient(90deg, #94c11f 0%, #8abc01  100%);
	background: linear-gradient(90deg, #94c11f 0%, #8abc01  100%);
}



.breadcrumb-classic-fromage {
	fill: #699ABB ;
	background: #699ABB ;
	background: -moz-linear-gradient(90deg, #699ABB  0%, #4d82a5  100%);
	background: -webkit-linear-gradient(90deg, #699ABB  0%, #4d82a5  100%);
	background: -o-linear-gradient(90deg, #699ABB  0%, #4d82a5  100%);
	background: -ms-linear-gradient(90deg, #699ABB  0%, #4d82a5  100%);
	background: linear-gradient(90deg, #699ABB  0%, #4d82a5  100%);
}
 
.breadcrumb-classic-fromage:before {
	fill: #4d82a5;
	background: #4d82a5;
	background: -moz-linear-gradient(90deg, #4d82a5 0%, #699ABB   100%);
	background: -webkit-linear-gradient(90deg, #4d82a5 0%, #699ABB   100%);
	background: -o-linear-gradient(90deg, #4d82a5 0%, #699ABB   100%);
	background: -ms-linear-gradient(90deg, #4d82a5 0%, #699ABB   100%);
	background: linear-gradient(90deg, #4d82a5 0%, #699ABB   100%);
}

.svg-triangle-bottom {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-top: -1px;
    margin-left: -30px;
    z-index: 2;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-picton-gold {
    color: #c3b04c;
}

.link-picton-gold {
    color: #c3b04c !important;
}

.link-picton-gold:hover {
    color: #c3b04c !important;
    text-decoration: underline;
}