/*
Theme Name: fae365
Author: IPL
Version: 0.0.1
*/

html {
  scroll-behavior: smooth;
}

body{
    background-color: #EFEAE9;
    font-family: 'Roboto', 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited, a:focus{
    color: inherit;
}

.scrollup {
	display: none;
    font-size: 1.5em;
    color: #FFF !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-color: rgba(106, 161, 82, 0.5);
    outline-style: none;
    z-index: 9999;
}

.post-content a, 
.post-content a:visited, 
.post-content a:focus{
	color: #1A673F
}

.post-content a:hover{
	color: #6B9A3F
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
    color: #1A673F;
}

.bg-leaf {
    background-image: url(images/background-leaf.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.bb-green{
    border-bottom: 4px solid #D7E4CB;
}

.back-flag{
    position: absolute;
    top: 10px;
    left: -12px;
    background-color: #6C9D40;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 10px;
}

.back-flag-corner{
    position: absolute;
    z-index: 3;
    top: 35px;
    left: -12px;
    width: 12px;
    height: 12px;
    background-image: url(images/bandeau-coin.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

a.btn-primary,
a.btn-primary:hover{
    background-color: #6C9D40;
    border: none;
    color: #FFF;
}

.text-shadow{
    text-shadow: 1px 1px #000;
}

/* Responsive menu */

.responsive-menu {
    background-color: #FFF;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40px;
    display: none;
}

.responsive-menu ul{
    list-style-type: none;
    padding-left: 20px;
}

.responsive-menu li{
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.responsive-menu a{
    color: #212529;
}

#show-menu,
#close-menu{
    display: none;
    font-size: 2em;
    color: #333;
    z-index: 100000;
}

#close-menu{
    position: fixed;
    top: 20px;
    right: 40px;
}

@media all and (max-width: 991px){

    #show-menu {
        display: inline;
        background-color: rgba(255,255,255,0.5);
        padding: 0px 10px;
        float: right;
    }

    .desktop-menu{
        display: none;
    }

}



/* FRONT PAGE */

h2{
    font-weight: lighter;
    color: #1A673F;
}

#header-hero{
    padding-bottom: 220px;
    border-bottom: 30px solid #6C9D40;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

#header-hero-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(201,201,201,0) 20%, rgba(255,255,255,0) 100%);
}

.front-page #searchform{
    width: 75%;
    position: relative;
    margin: auto;
}

.front-page #searchform input#keyword{
    height: 50px;
    padding: 5px 20px 5px 50px;
    width: 100%;
    border: 2px solid #29683F;
    border-radius: 30px;
}

.front-page #searchform input#searchsubmit{
    position: absolute;
    left: 20px;
    top: 14px;
    border: none;
    background-color: transparent;
    background: no-repeat center url('images/search-24px.png');
    width: 24px;
    height: 24px;
}

#category-listing{
    z-index: 999;
}

#exhibitors-categories{
    padding: 40px;
    background-color: #FFF;
    margin-top: -200px;
}

ul#exhibitors-categories-list{
    columns: 3;
    list-style-image: url(images/arrow.png);
}

/* Section events */

#events-tab{
    border-bottom: none;
    display: inline-flex;
}

a.event-time-nav {
    border-bottom: 2px solid #BED2AA;
    padding-bottom: 10px;
    padding: 0 10px 10px 10px;
    color: #6D9843;
}

a.event-time-nav:hover,
a.event-time-nav.active {
    border-bottom: 2px solid #1A673F;
    padding-bottom: 10px;
    padding: 0 10px 10px 10px;
    color: #1A673F;
    text-decoration: none;
}

.event-list{
    columns: 2;
    column-gap: 40px;
}

.event-item{
    width: 100%;
    padding: 50px 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.event-time{
    position: absolute;
    z-index: 99999999999999999999;
    top: 10px;
    left: -12px;
    background-color: #6C9D40;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px;
}

.event-time-corner{
    position: absolute;
    z-index: 3;
    top: 40px;
    left: -12px;
    width: 12px;
    height: 12px;
    background-image: url(images/bandeau-coin.png);
    background-repeat: no-repeat;
    background-color: transparent;
}


.event-picto{
    position: absolute;
    text-align: right;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 20px;
}

#advertisement{
    color: #9a9a9a;
    font-size: 0.8em;
}

.exhibitor-item-image{
    height: 160px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.2);
}

.product-item{
    background-color: #FBFBFB;
}

.product-item-image{
	height: 150px;
}

.product-item-image img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

span.woocommerce-Price-amount.amount, 
span.price, 
.product-price{
    color: #8C2155 !important;
}

.product-store-name{
    font-size: 0.8em;
    color: #777;
}

section#news{
    min-height: 300px;
}

.new-item{
    background-color: #FFF;
    min-height: 350px;
    border: 1px solid #f0f0f0;
}

.new-item-image{
    height: 200px;
    background-size: cover;
    background-position: center;
}

.more-infos{
    margin: 10px 0;
    color: #1A673F;
    text-transform: uppercase;
    bottom: 0;
}

.more-infos img {
    margin-top: -3px;
}

/* Sponsors */

.spons-img{
    width: 180px;
    margin: 10px;
}

/* Footer */

#footer-top{
    color: #FFF;
    background-color: #393939;
}

#footer-top .footer-widget .widget-title{
    text-transform: uppercase;
}

#footer-bottom{
    background-color: #000;
    color: #B2B2B2;
}

footer ul{
    padding-left: 0;
}

footer li{
    list-style-type: none;
    text-transform: uppercase;
}

footer li{
    list-style-type: none;
    text-transform: uppercase;
}

footer a, footer a:hover, footer a:focus, footer a:visited{
    color: #FFF;
}

footer i{
    margin-right: 10px;
}

/* Exhibitor single */

#exhibitor-hero{
    height: 500px;
    background-color: lightgray;
    position: relative;
    margin-top: -77px;
}

#hero-slider {
    width: 100%;
    height: 100%;
    position: absolute;
}

#exhibitor-carousel{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#exhibitor-carousel .carousel-item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero-overlay {
    background-color: rgba(0,0,0,0.4);
}

.exhibitor-logo{
    max-height: 160px;
}

.post-term{
    color: #FFF;
}

#exhibitor-submenu{
    background-color: #AE997E;
    font-size: 1.2em;
}

#exhibitor-submenu a{
    color:  #FFF;
    font-weight: bold;
}

#exhibitor-carousel-small{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#exhibitor-carousel-small .carousel-item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#exhibitor-contact i{
    color: #1A673F;
    width: 20px;
    margin-right: 27px;
    margin-top: 7px;
}

.ms-align-center{
    justify-content: center;
    align-items: center;
}

/* Exhibitors search */

#exhibitors-form label{
    margin-right: 30px;
}

#exhibitors-form input[type=text],
#exhibitors-form select{
    border: 3px solid #1A673F;
    padding: 5px;
    border-radius: 10px;
}

#exhibitors-form .button{
    background-color: #12683F;
    border-radius: 20px;
    border: none;
    color: #FFF;
    padding: 5px 15px;
}

/*#exhibitor-results{
    padding-top: 240px;
}*/

.results-arrow{
    width: 7px;
    margin: -3px 5px 0 0;
}

/* Header */

header{
    position: relative;
    z-index: 10;
}

header nav a,
header nav a:focus,
header nav a:visited,
header nav a:hover{
    font-weight: bold;
    color: #FFF;
}

header dl, 
header ol, 
header ul {
    margin-top: 0;
    margin-bottom: 0;
}

.header-normal{
    background-color: #393939;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 30px solid #6C9D40;
    padding-bottom: 60px;
}

.overlay-linear {
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 50%, rgba(201,201,201,0) 100%, rgba(255,255,255,0) 100%)
}

/* Menu */

.desktop-menu ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.desktop-menu li {
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
} 
.desktop-menu a { 
    color:#FFFFFF;
    padding: 14px 0px;
    text-shadow: 0px 0px 12px #000;
}

/*.desktop-menu ul li:nth-child(5){
    margin-left: 240px;
}

.header-normal .desktop-menu ul li:nth-child(5){
    margin-left: 160px;
}*/

.desktop-menu ul.sub-menu{
    display: none;
    z-index: 199;
}

.desktop-menu .menu-item-has-children{
    position: relative;
}

.desktop-menu .menu-item-has-children > a::after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 5px;
    position: relative;
}

.desktop-menu li.menu-item-has-children:hover ul.sub-menu{
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    text-align: left;
}

.desktop-menu li.menu-item-has-children:hover ul.sub-menu li{
    padding: 10px 100px 10px 10px;
    background-color: #FFF; 
    border-bottom: 1px solid #236B46;
    display: block;
}

.desktop-menu li.menu-item-has-children:hover ul.sub-menu li a{
    color: #444444;
    text-decoration: none;
    text-shadow: none;
    display: flex;
    padding: 0;
}

.desktop-menu li.menu-item-has-children:hover ul.sub-menu li a::before{
    content: url(images/arrow.png);
    margin-right: 5px;
}

.responsive-menu li{
	border-bottom: 1px solid #f5f5f5;
}

.responsive-menu ul.sub-menu li{
	list-style-image: url(images/arrow.png);
	border-bottom: none;
}

.responsive-menu .wpml-ls-item {
    display: inline-block;
    margin-right: 20px;
    border-bottom: none;
}

/* WPML */

.wpml-ls-legacy-dropdown {
    width: 15.5em;
    max-width: 100%;
    padding-top: 16px;
}

.front-page .wpml-ls-legacy-dropdown {
    padding-top: 0;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background-color: transparent;
    border: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    color: #FFF;
}

/* Exhibitor video */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

/* Pagination */
.page-link,
.page-link:hover {
    color: #000;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6C9D40;
    border-color: #6C9D40;
}

.white-overlay{
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 80%, rgba(255,255,255,1));
}

/* Custom search */
#custom-search{
/*    margin-top: -120px;*/
    z-index: 10;
    border: 1px solid #efefef;
}

/* Mediatheque */

.aspect-ratio-box::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}

.aspect-ratio-box img {
    /* Image should match parent box size */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

img.fit{
    object-fit: cover;
}     

.video-title{
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
}

.iframe-chat{
    min-height: 440px;
}

.iframe-chat iframe {
    min-height: 100%;
}

.slick-track{
    margin: 0;
}

.media-type {
    right: 20px;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    width: 25px;
    text-align: center;
}

#sticky_player_mobile {
    position: fixed;
    left:0;
    bottom:0;
    z-index: 10001;
    width:100%;
    height:45px;
}
#sticky_player_mobile a {
    display: block;
    width:100%;
    height:100%;
}
#sticky_player_mobile span {
    line-height: 43px;
}
.sticky_tv_img {
    margin:0 12px 4px 8px;
}
#sticky_player_mobile .sticky_chat_link {
    float:right;
}
#sticky_player_mobile .sticky_chat_link:after {
    display: inline-block;
    vertical-align: middle;
    content:"";
    width:40px;
    height:36px;
    background-image: url("images/live-chat-mobile.png");
    background-repeat: no-repeat;
    background-position:0 0;
    background-size:70%;
    margin: 5px 0 0 10px;
}
#sticky_player_mobile .sticky_banner {
    background:#6b9a3f;
    height:100%;
}
#sticky_player {
    position: fixed;
    z-index: 10001;
    right: 40px;
    width: 366px;
    height: 268px;
}
#sticky_player.minimized {
    bottom: -190px;
}
.sticky_banner {
    height:35px;
    width:100%;
    background-color:#6C9D40;
    position: relative;
    z-index: 2;
    color:white;
    line-height: 35px;
}
.sticky_banner a {
    color:white;
    text-decoration:none;
    font-weight: bold;
    font-size: 21px;
    padding: 0 5px;
}
.sticky_banner a.sticky_tv_link:before {
    display: inline-block;
    vertical-align: middle;
    content:"";
    width:26px;
    height:26px;
    background-image: url("images/close-sticky.gif");
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 61%;
    margin-right: 4px;
}
.sticky_banner a.sticky_chat_link {
    float:right;
    margin-right:5px;
}
.sticky_banner a.sticky_chat_link:after {
    display: inline-block;
    vertical-align: middle;
    content:"";
    width:28px;
    height:26px;
    background-image: url("images/live-chat-desktop.png");
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 61%;
}
.sticky_player_container {
    position:relative;
    width:100%;
    height:100%;
}
#sticky_banner_corner {
    position: absolute;
    z-index:3;
    top:34px;
    left:0;
    width:12px;
    height:12px;
    background-image:url("images/bandeau-coin.png");
    background-repeat:no-repeat;
    background-color:transparent;
}
#sticky_iframe_container {
    position: absolute;
    z-index: 1;
    left: 0;
    top:69px;
    width:100%;
}
#sticky_tabs_container {
    padding-left: 12px;
    z-index: 2;
    width: 100%;
    height:34px;
}
#sticky_tabs {
    background: #6C9D40;
    width:100%;
    height:100%;
    padding:0 0 0 10px;
}
#sticky_tabs a {
    display: inline-block;
    margin-right:5px;
    padding:3px 10px;
    border-radius:3px;
    color:white;
    text-decoration:none;
}
#sticky_tabs a.active, #sticky_tabs a:hover {
    background:#417334;
}
#sticky_container_freecaster {
    height:0;
    padding-bottom:56.250%;
    position:relative;
    margin-left: 12px;
}
#media-tabs {
    justify-content: center;
    margin-bottom:20px;
    border: none;
}
#media-tabs a {
    display: inline-block;
    text-decoration: none;
    color:#ccc;
    border-bottom: 2px solid transparent;
    padding:0 10px 10px 10px;
}
#media-tabs a:hover, #media-tabs a.active {
    border-bottom: 2px solid white;
    color:white;
}
#mediatheque_container_freecaster {
    height:0;
    padding-bottom:56.250%;
    position:relative;
}

.bg-grey{
	background-color: #4D4D4D;
}

/* Tribe events */
h1.tribe-events-page-title,
h1.tribe-events-single-event-title{
    font-weight: lighter;
    color: #1A673F;
}

#tribe-events .tribe-events-button, 
#tribe-events .tribe-events-button:hover, 
#tribe_events_filters_wrapper input[type=submit], 
.tribe-events-button, 
.tribe-events-button.tribe-active:hover, 
.tribe-events-button.tribe-inactive, 
.tribe-events-button:hover, 
.tribe-events-calendar 
td.tribe-events-present div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{
        background-color: #6B9A3F;
}

.tribe-events-notices {
    background: #BED2AA;
    border: none;
    color: #555;
    text-shadow: none;
}

/* Slider banners */

.slider-banners img{
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    max-height: 150px;
}

/* Shop */

.wcviews_onsale_wrap,
.onsale {
	display: none;
}

.woocommerce-product-search{
    margin-bottom: 20px; 
}

.woocommerce-product-search input[type=search]{
    max-width: 100%;
    border: 3px solid #1A673F;
    padding: 5px;
    border-radius: 10px;
}

.woocommerce-product-search button[type=submit]{
    margin-top: 10px;
    background-color: #12683F;
    border-radius: 20px;
    border: none;
    color: #FFF;
    padding: 5px 15px;
}

.widget_product_categories ul{
    list-style-image: url(images/arrow.png);
    padding-left: 20px;
}

section.related.products {
    display: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li{
    width: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #6C9D40;
    border-color: #6C9D40;
    color: #FFF;
}

h2.woocommerce-loop-product__title{
    color: #212529 !important;
}

.ttc{
    color: #8C2155;
}

/* Temp */
#tarteaucitronPrivacyUrl{
	display: none;
}

.grecaptcha-badge{
	display: none;
}
body.post-type-archive-product main .col-lg-3 .widget {
    margin-bottom:40px;
}

.vc_btn3.vc_btn3-color-juicy-pink, 
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat,
.vc_btn3.vc_btn3-color-juicy-pink:hover, 
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
input[type="submit"].dokan-btn-theme, 
a.dokan-btn-theme, 
.dokan-btn-theme{
	background-color: #1A673F !important;
	border-color: #1A673F !important;
}

nav.woocommerce-breadcrumb {
    margin-bottom: 15px;
}

span#home-intro {
    background-color: #6AA152;
    padding: 14px;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
}

/* Media Queries */

/*@media all and (max-width: 1200px){

    .desktop-menu ul li:nth-child(5){
        margin-left: 200px;
    }

    .header-normal .desktop-menu ul li:nth-child(5){
        margin-left: 80px;
    }

}*/

@media all and (max-width: 991px){

	ul#exhibitors-categories-list {
	    columns: 2;
	}

	.live-streaming{
		width: 97.5% !important;
	}

	.event-list {
	    columns: 1;
	}

}
@media all and (min-width: 768px){
    #sticky_player_mobile {
        display: none;
    }
}
@media all and (max-width: 767px){

    #exhibitor-hero h1{
        font-size: 1.4em;
    }


    #sticky_player {
        display: none;
    }
    .sticky_banner a {
        font-size:30px;
        line-height: 30px;
    }

    .event-item{
        height: auto;
    }

}

@media all and (max-width: 575px){

	ul#exhibitors-categories-list {
	    columns: 1;
	}

}

@media all and (max-width: 488px){

/*    #exhibitor-results{
        padding-top: 300px;
    }*/
}

@media all and (max-width: 440px){

    #exhibitors-categories{
        padding: 10px 0;
    }

/*	#exhibitor-results{
		padding-top: 350px;
	}*/
}