/** Variables CSS du site de FRANKFURT **/

:root {
    /*** Couleurs du concours ***/
    --event-main-color: #282e3e;
    --event-main-color-light: #3a3f52;
    --event-secondary-color: #82c434;
    --event-secondary-color-light: #a0d75a;
    --event-third-color: #639329;
    --event-third-color-light: #7baa3f;
    --event-fourth-color: rgba(40, 46, 62, 0.5);
    --event-fourth-color-light: rgba(58, 63, 82, 0.5);
    --event-text-color: #666666;
    --event-text-color2: #58585a;
    --event-text-color3: #999999;
    --event-text-color4: #434345;
    --event-text-color5: #212121;
    --event-text-color6: #9B9B9B;
    --event-text-color7: #cbcbcb;
    --event-white: #FFFFFF;
    --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;
    --md-bc1-color: var(--event-third-color);
    --sm-bc1-color: var(--event-third-color);

    /* Textes */
    --global-text-font-family: "Roboto", 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: "Roboto", sans-serif;
    --title-h1-font-size: 35px;
    --title-h1-color: var(--event-main-color);
    --title-h1-letter-spacing: 3.6px;
    --title-h1-transform: uppercase;
    --title-h1-font-weight: 500;
    --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: "Roboto", sans-serif;
    --title-h2-font-size: 20px;
    --title-h2-color: var(--event-text-color4);
    --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: "Roboto", sans-serif;
    --title-h3-font-size: 30px;
    --title-h3-color: var(--event-text-color4);
    --title-h3-letter-spacing: 3.6px;
    --title-h3-transform: none;
    --title-h3-font-weight: 500;
    --title-h3-margin: 0px 0px 8px 0px;
    --title-h3-padding: 0px 0px 0px 0px;
    --title-h3-text-align: ;
    --title-h3-line-height: 40px;

    --title-h4-font-family: "Roboto", sans-serif;
    --title-h4-font-size: 24px;
    --title-h4-color: var(--event-secondary-color);
    --title-h4-letter-spacing: 0.05em;
    --title-h4-transform: ;
    --title-h4-font-weight: 700;
    --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: "Roboto", sans-serif;
    --title-h5-font-size: 24px;
    --title-h5-color: var(--event-text-color4);
    --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: "Roboto", sans-serif;
    --title-h6-font-size: 14px;
    --title-h6-color: var(--event-text-color4);
    --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: "Roboto", sans-serif;
    --text-font-size: 16px;
    --text-color: var(--event-text-color4);
    --text-letter-spacing: 0.05em;
    --text-transform: ;
    --text-font-weight: 300;
    --text-margin: 0px 0px 18px 0px;
    --text-padding: 0px 0px 0px 0px;
    --text-text-align: ;
    --text-line-height: 1.5;

    --link-font-family: "Roboto", 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: #b7b7b7;
    --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: center;
    --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: 170px;
    --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-fourth-color);
    --navbar-panel-bg-color: transparent;
    --navbar-item-font-family: "Roboto", sans-serif;
    --navbar-item-font-size: 14px;
    --navbar-item-color: #FFFFFF;
    --navbar-item-bg-color: transparent;
    --navbar-item-font-weight: 700;
    --navbar-item-transform: normal;
    --navbar-item-text-decoration: none;
    --navbar-item-hover-color: #FFFFFF;
    --navbar-item-hover-text-decoration: none;
    --navbar-item-hover-border-radius: 4px;
    --navbar-item-hover-bg-color: var(--event-secondary-color);
    --navbar-item-hover-uderline-animation-top: ;
    --navbar-item-hover-uderline-animation-height: ;
    --navbar-item-hover-uderline-animation-bg-color: ;
    --navbar-item-active-color: #FFFFFF;
    --navbar-item-active-bg-color: var(--event-secondary-color);
    --navbar-item-active-border-radius: 4px;
    --navbar-item-connected-color: #FFFFFF;
    --navbar-item-connected-bg-color: green;
    --navbar-submenu-bg-color: var(--event-main-color);
    --navbar-submenu-border-radius: 6px;
    --navbar-submenu-border-top: ;
    --navbar-submenu-padding: 17px 20px;
    --navbar-submenu-item-font-family: "Roboto", sans-serif;
    --navbar-submenu-item-font-size: 16px;
    --navbar-submenu-item-color: var(--event-third-color);
    --navbar-submenu-item-font-weight: 300;
    --navbar-submenu-item-transform: normal;
    --navbar-submenu-item-text-decoration: none;
    --navbar-submenu-item-hover-color: #FFFFFF;
    --navbar-submenu-item-hover-bg-color: ;
    --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: 53px;
    --navbar-small-justify-content: center;
    --navbar-small-border-top: ;
    --navbar-small-border-bottom: ;
    --navbar-small-box-shadow: ;
    --navbar-logo-small-position: relative;
    --navbar-logo-small-width: 100px;
    --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: 14px;
    --navbar-small-item-color: #FFFFFF;
    --navbar-small-item-bg-color: transparent;
    --navbar-small-item-font-weight: 700;
    --navbar-small-item-transform: normal;
    --navbar-small-item-hover-color: #FFFFFF;
    --navbar-small-item-hover-bg-color: var(--event-secondary-color);
    --navbar-small-item-active-color: #FFFFFF;
    --navbar-small-item-active-bg-color: var(--event-secondary-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: 16px;
    --navbar-small-submenu-item-color: var(--event-third-color);
    --navbar-small-submenu-item-font-weight: 300;
    --navbar-small-submenu-item-transform: normal;
    --navbar-small-submenu-item-hover-color: #FFFFFF;
    --navbar-small-submenu-item-hover-bg-color: ;
    --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: var(--event-secondary-color);
    --navbar-mobile-panel-bg-color: var(--event-main-color);
    --navbar-mobile-item-font-family: "Roboto", sans-serif;
    --navbar-mobile-item-font-size: 16px;
    --navbar-mobile-item-color: #FFFFFF;
    --navbar-mobile-item-bg-color: transparent;
    --navbar-mobile-item-font-weight: 300;
    --navbar-mobile-item-transform: normal;
    --navbar-mobile-item-text-decoration: none;
    --navbar-mobile-item-hover-color: #FFFFFF;
    --navbar-mobile-item-hover-bg-color: var(--event-secondary-color);
    --navbar-mobile-item-hover-text-decoration: none;
    --navbar-mobile-item-active-color: #FFFFFF;
    --navbar-mobile-item-active-bg-color: var(--event-secondary-color);
    --navbar-mobile-item-active-font-weight: 300;
    --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: var(--event-secondary-color);
    --navbar-mobile-submenu-item-font-family: "Roboto", sans-serif;
    --navbar-mobile-submenu-item-font-size: 16px;
    --navbar-mobile-submenu-item-color: #FFFFFF;
    --navbar-mobile-submenu-item-font-weight: 300;
    --navbar-mobile-submenu-item-transform: normal;
    --navbar-mobile-submenu-item-text-decoration: none;
    --navbar-mobile-submenu-item-hover-color: #FFFFFF;
    --navbar-mobile-submenu-item-hover-bg-color: var(--event-secondary-color);
    --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-text-color4);
    --subheader-title-size: 30px;
    --subheader-title-align: center;
    --subheader-border-bottom: none;
    --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: 30px;
    --carousel-title-size-mobile: 25px;
    --carousel-subtitle-size: 40px;
    --carousel-subtitle-color: #FFFFFF;
    --carousel-subtitle-size-mobile: 35px;
    --carousel-text-color: #FFFFFF;
    --carousel-text-size: 35px;
    --carousel-text-size-mobile: 25px;

    /* Owl Carousel */
    --owl-carousel-dot-color: var(--event-main-color-light);
    --owl-carousel-dot-active-color: var(--event-secondary-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: #c3b04c;

    /* Newsletter */
    --newsletter-bg-img: url('/images/index-11.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-secondary-color);
    --newsletter-button-transform: uppercase;

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

    /* Footer */
    --footer-title-color: #FFFFFF;
    --footer-subtitle-color: var(--event-secondary-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: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/fonts/fontawesome-webfont.woff2");
}

@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: "Roboto";
    src: url("/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("/fonts/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("/fonts/RobotoSlab-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("/fonts/RobotoSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("/fonts/RobotoSlab-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("/fonts/RobotoSlab-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("/fonts/RobotoSlab-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

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

/** Navbar **/
.navbar.navbar-bg-image {
	background-image: url(../images/templates/css/frankfurt.jpg);
    background-size: cover;
    background-position: center center;
}

@media (min-width: 1024px) {
    .navbar-item.arrow::after {
        position: relative;
        left: 0%;
        content: "\f078";
        margin-left: 5px;
        font-size: 8px;
        font-weight: 400;
        font-family: "FontAwesome";
        width: auto;
    }
}

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

.carousel-caption-title {font-family: "Roboto Slab";}
.carousel-caption-subtitle {font-family: "Roboto Slab";}
.carousel-caption-text {font-family: "Roboto Slab";}

/** 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-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;
}

/** Boutons */
.btn {
    font-size: 18px;
    border-radius: 6px;
    padding: 9px 16px;
    line-height: 1.5;
}

.btn-primary:hover {
    background-color: var(--event-secondary-color);
    border-color: var(--event-secondary-color);
    opacity: 1;
}

.btn-secondary:hover {
    background-color: var(--event-main-color);
    border-color: var(--event-main-color);
    opacity: 1;
}


.btn-third {
    color: var(--event-secondary-color);
    background-color: transparent;
    border-color: var(--event-secondary-color);
    border-width: 2px;
    font-weight: 700;
    text-align: center;
}

.btn-third:hover {
    color: #fff;
    background-color: var(--event-secondary-color);
    border-color: var(--event-secondary-color);
    opacity: 1;
}

.uppercase {
    text-transform: uppercase;
}

.fa-cart-circle-arrow-down::before {
    content: "\e3ef";
}

.fa-magnifying-glass-chart::before {
    content: "\e522";
}

.fa-euro::before, .fa-eur::before {
	content: "\f153";
}

.icon-lg {
	width: 120px;
	height: 120px;
	font-size: 60px;
	line-height: 120px;
    font-weight: 400;
}

.icon-secondary {
    color: var(--event-secondary-color);
}

.item-label {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.icon-mod-1::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	border: 1px solid #d7d7d7;
	transition: .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-mod-1:hover::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.bc1 {
    background-color: var(--event-third-color);
}

.quote-outboxed .quote-body::before {
	font-family: "Font Awesome 5 Pro" !important;
	font-size: 30px !important;
	line-height: 30px !important;
	color: #d9d9d9 !important;
    content: "\f10e" !important;
}