a
{
    color: #000;
}

b, strong {
    font-family: Gilroy-Bold, sans-serif;
    font-weight: 400;
}

.orange-zeb-text{
    color: #9D893B;
}

@media (min-width: 992px)
{

    .w-lg-100{
        width: 100%;
    }
}

.fa-facebook-f:before {
    content: "\f39e";
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 3em;
    height: 3em;
    width: 3em;
     border-radius: 50px;
}

.video-container-section .video-js .vjs-big-play-button{
    /*display: none;*/
    border: 1px solid #9D893B;
    opacity: 0.7;
    background: #FFF;
}

.video-container-section .video-js:hover .vjs-big-play-button{
    opacity: 1;
}

/* HEADER */

header#header{
    ///border-top: 1rem solid #000;
}

/* NAVBAR */

.navbar
{
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;

    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;

    transition: all .3s ease;
    /*border-top: 1rem solid #000;*/
}

.active-scroll .navbar
{
    background-color: #000;
    opacity: 1;    
}

@media screen and (max-width: 992px)
{
    .navbar
    {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .navbar.navbar-is-open{
        background-color: #000;
    }

    .active-scroll .navbar
    {        
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 992px)
{
    .active-scroll .navbar
    {        
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.navbar svg
{
    max-width: 100px;
    width: 100%;
}

.navbar svg .st1
{
    fill: #9D893B;
}

.active-scroll .navbar svg .st1
{
    fill: #9D893B;
}

@media screen and (max-width: 992px)
{   

    .navbar svg {
        max-width: 75px;
        width: 100%;
    }
}

.navbar-dark .navbar-toggler
{
    border: 0;
}

.navbar-dark .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.8)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e') !important;
}

.navbar-dark .navbar-toggler-icon:hover
{
    background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e') !important;
}


.active-scroll .navbar-dark .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 78, 0 , 0.8)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e') !important;
}

.active-scroll .navbar-dark .navbar-toggler-icon:hover
{
    background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 78, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e') !important;
}

#header .navbar-expand-lg .navbar-nav .lang-item .nav-link
{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}  


#header .navbar-expand-lg .navbar-nav .lang-item:not(.active) .nav-link
{       
    border-right: 1px solid rgba(255,255,255,0.3);
    border: 0;
}  

#header .navbar-expand-lg .navbar-nav .lang-item:not(.active):last-child .nav-link
{
    border-right: 0px solid #FFF;
}  

@media (min-width: 992px)
{
    #header .navbar-expand-lg .navbar-nav .nav-link
    {
        padding: 0 2rem;
    }

    #header .navbar-expand-lg .navbar-nav .lang-item .nav-link
    {
        padding: 0 0.5rem;
    }
}



.navbar-dark .navbar-nav .nav-link
{
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
       -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
         -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
            transition: all .4s cubic-bezier(.215,.61,.355,1);

    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}

.white-navbar .navbar-dark .navbar-nav .dropdown-item,
.white-navbar .navbar-dark .navbar-nav .nav-link{
    color: #000;
}

.navbar-dark .navbar-nav .nav-link.active,
.active-scroll .navbar-dark .navbar-nav .nav-link.active{
    color: #9D893B;
}

.active-scroll .navbar-dark .navbar-nav .nav-link
{
    //color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover
{
    color: #FFF;
}

.white-navbar .navbar-dark.navbar-is-open .navbar-nav .nav-link:focus,
.active-scroll.white-navbar .navbar-dark.navbar-is-open .navbar-nav .nav-link:focus,
.white-navbar .navbar-dark.navbar-is-open .navbar-nav .nav-link:hover,
.active-scroll.white-navbar .navbar-dark.navbar-is-open .navbar-nav .nav-link:hover,
.white-navbar .navbar-dark .navbar-nav .nav-link:focus,
.white-navbar .navbar-dark .navbar-nav .nav-link:hover{
    color: #9D893B;
}

.white-navbar .navbar-dark.navbar-is-open .navbar-nav .nav-link,
.active-scroll.white-navbar .navbar-dark .navbar-nav .nav-link{
    color: #FFF;
}

.white-navbar #header .navbar-expand-lg .navbar-nav .lang-item:not(.active) .nav-link {
    border-color: rgba(0,0,0,0.3);
}

.white-navbar #header .navbar-expand-lg.navbar-is-open .navbar-nav .lang-item:not(.active) .nav-link,
.active-scroll.white-navbar #header .navbar-expand-lg .navbar-nav .lang-item:not(.active) .nav-link {
    border-color: rgba(255,255,255,0.3);
}

.active-scroll .navbar-dark .navbar-nav .nav-link:focus,
.active-scroll .navbar-dark .navbar-nav .nav-link:hover
{
    color: #9D893B;
}

.navbar-nav .dropdown:hover .dropdown-menu
{
    display: block;
}


.navbar-nav .dropdown-menu
{
    min-width: 0;
    padding: 0;
    margin-top: 0;
    border: 2px solid #fff;
    background: transparent;
}

.navbar-nav .dropdown-item
{
    color: #fff;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active
{
    text-decoration: none;

    color: #fff;
    background-color: #9D893B;
}

.active-scroll .navbar-nav .dropdown-menu
{
    padding: 0;

    border: 2px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.active-scroll .navbar-nav .dropdown-item
{
    color: #000;
}

/* RESPONSIVE MENU */

/* CROSS TOGGLE */


button:focus
{
    outline: 0;;
    box-shadow: none;
}

.navbar-toggle
{
    position: relative;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}

.navbar-toggle .icon-bar
{
    display: block;

    width: 34px;
    height: 3px;
    margin: 3px 0;

    background-color: #FFF;
}


.navbar-toggle .icon-bar
{
    background-color: #FFF;
}


.navbar-toggle .icon-bar
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    margin: 0;

    -webkit-transition: transform .3s;
         -o-transition: transform .3s;
            transition: transform .3s;
    -webkit-transform-origin: 50%;
       -moz-transform-origin: 50%;
            transform-origin: 50%;
}

.navbar-toggle .icon-bar:nth-child(2)
{
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
         -o-transform: translate(0, 10px);
            transform: translate(0, 10px);
}

.navbar-toggle .icon-bar:nth-child(4)
{
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
         -o-transform: translate(0, -10px);
            transform: translate(0, -10px);
}


.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2)
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3)
{
    display: none;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4)
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}


.white-navbar .navbar-toggle .icon-bar{
    background-color: #000;
}

.white-navbar .navbar-is-open .navbar-toggle .icon-bar,
.white-navbar.active-scroll .navbar-is-open .navbar-toggle .icon-bar,
.white-navbar.active-scroll .navbar-toggle .icon-bar{
    background-color: #FFF;
}

/* Languages */

.lang-item.active{
    /*display: none;*/
}


@media (max-width: 991.98px){
    .navbar{
        padding-left:0;
        padding-right: 0;
       
    }

    .navbar-dark .navbar-brand {        
        padding-left: 1rem;
    }

    .navbar-dark .navbar-toggler {       
        margin-right: 1rem;
    }

    .navbar-collapse{
        padding-top: 1rem;
    }

    .navbar-dark .navbar-nav:not(.lang-navbar) .nav-item{
        border-top: 1px solid rgba(255,255,255,0.3);
    } 

    .navbar-dark .navbar-nav .nav-link{
        padding: 1rem;
        
    }

    .navbar-dark .navbar-nav.lang-navbar {
        border-top: 1px solid rgba(255,255,255,0.3);
        padding: 1.5rem 0 1rem 0;
    }

    .navbar-nav .lang-item .nav-link {
        /*border-right: 1px solid #FFF;*/
        padding: 0 0.5rem;
        line-height: 1;
    }
}

/* HEADER */

body.cms .header-container
{
    position: relative;

    height: 100vh;
}

body.jobs-listing .header-container
{
    position: relative;

    height: 60vh;
}

body.extra.about .header-container{
    position: relative;

    height: 35vh;
    background-color: #000;
}

body.extra.about .header-container .slogan-container{
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
}


body.jobs-details .header-container{
    background: #FFF !important;
}

.header-container{
    min-height: 80px;
    background: #FFF;
}

@media screen and (max-width: 960px)
{
    .header-container{
        min-height: 70px;
    }

    body.jobs-listing .header-container
    {
        position: relative;

        height: 200px;
    }

    body.jobs-details .jobs-details-apply-free-container .btn.apply-btn{
        display: none;
    }
}

.header-container .slogan-container
{
    position: absolute;
    top: 0;
    left: 0;
}

body.disclaimer .header-container .slogan-container{
    display: none !important;    
}

.header-container .slogan-banner h1
{
    font-size: 7rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    
}
}

body.cms .header-container .slogan-banner h1
{
    font-size: 10rem;

    color: rgba(0,0,0,0);

    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
}

body.extra .header-container .slogan-banner h1 {
    font-size: 7rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.button-container
{
    position: absolute;
    bottom: 5rem;
}


a.blured-button
{
    display: inline-block;

    padding: 1rem 3rem;

    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(20px) saturate(120%) contrast(150%);
    
}

a.blured-button:hover,
a.blured-button:focus,
a.blured-button:active
{
    color: #fff;
    background-color: rgba(255, 255, 255, 0);

    backdrop-filter: unset;
}


a.blured-circle-button
{
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(20px) saturate(120%) contrast(150%);
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
    text-align: center;
    line-height: 4.5rem;
}

a.blured-circle-button:hover,
a.blured-circle-button:focus,
a.blured-circle-button:active
{
    color: #fff;
    background-color: rgba(255, 255, 255, 0);

    backdrop-filter: unset;
}


/* VIDEO */

.video-banner-container {
    height: 100vh;
}

#zeb-home-video{
    /*position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;*/
    object-fit: cover;
    height: 100%;
    width: 100%;
    /*min-height: 50rem;*/
   
}

#zeb-home-video-mobile-nl,
#zeb-home-video-mobile-fr{
    /*position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;*/
    object-fit: cover;
    height: 100%;
    width: 100%;
    /*min-height: 50rem;*/
   
}

/* FOOTER */

footer section.orange-zeb
{
    background: #9D893B;
}

footer svg .st0
{
    fill: #000;
}

a.back-to-top
{
    font-weight: 400;
   
    text-transform: uppercase;

    border-bottom: 2px solid #000;
     -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}

a.back-to-top:hover
{
    border-bottom: 2px solid transparent;
}




/* ANIMATIONS */

.ml9 {
  position: relative;
  font-weight: 200;
  font-size: 4em;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}


/* HOME */

 .title-section{
    font-size: 6rem;
    line-height: 1.1;
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    font-weight: 400;  
     
}

.white-section{
    background-color: #FFF;
}

.gold-section{
    background-color: #9D893B;
    color: #FFF;
}

.light-gold-section{
    background-color: #f5f1e5;
}

.white-section .title-section{
    font-size: 6rem;
    line-height: 1.1;
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    font-weight: 400;  
     
}

.black-section{
    background-color: #000;
}

.black-section .title-section{
    font-size: 6rem;
    line-height: 1.1;
    color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    
}

.black-section .title-section-v2{
    font-size: 6rem;
    line-height: 1.1;
    color: #FFF;   
    text-transform: uppercase;
    font-weight: 400;
    
}

.section-button-container{
    text-align: center;
}

a.black-button {
     

    padding: 1rem 3rem;

    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    text-transform: uppercase;

    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    background-color: #FFF;
    
}

a.black-button:hover {
    color: #FFF;  
    background-color: #000;
}

a.underline-button {
    font-size: 2rem;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #9D893B;
    padding-bottom: 0.5rem;    
}

a.underline-button:hover {

}

a.white-button:hover {
    color: #FFF;  
    background-color: #000;
}

 
/* Text horizontal scroll section */

/*.text-horizontal-scroll-section h2{
    font-size: 8rem;
    color: rgba(255,255,255,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-transform: uppercase;
    font-weight: 400;
    
    margin: 0;
}

.black-section.text-horizontal-scroll-section h2{ 
    -webkit-text-stroke-color: #FFF;  
}

.marquee {    
    overflow: hidden;
    border: 0;
}*/

/* Splide */

.splide{
    padding-right: 7.5rem;
    padding-left: 7.5rem;
}

.splide__slide__container{
    padding: 40px;
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
       -moz-transition: all 1s cubic-bezier(.23, 1, .32, 1);
         -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
            transition: all 1s cubic-bezier(.23, 1, .32, 1);
            position: relative;
}

.img-container-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 0 1rem 2rem;
    /*padding: 10rem;*/
}


.img-container-info .title{
    color: #9D893B;
    
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
}

.img-container-info .info-name{
    color: #000;
    font-family: Gilroy-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
}

.is-active.splide__slide .splide__slide__container{
    padding: 10px;
   //transform: scale(1.3);
   height: 100%;
}


.splide__slide img{
   filter: blur(0px);
    -webkit-filter: blur(0px); 
    padding: 0 !important;
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all 1s cubic-bezier(.23, 1, .32, 1);
     -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
        transition: all 1s cubic-bezier(.23, 1, .32, 1);
}

.splide__slide:hover,
.is-active.splide__slide:hover{
    cursor: pointer;
}

.splide__slide:not(.is-active):hover img{
      
     filter: blur(10px);
    -webkit-filter: blur(10px);
}

.is-active.splide__slide img{
    filter: blur(0px);
    -webkit-filter: blur(0px);
    //border-radius: 0 !important;
}


.splide__slide.is-active:hover img{
    border-radius: 0 !important;
}

.is-active.splide__slide .img-container-info{
    //display: none;
}


/* POPUP SPLIDE */

.splide__slide.show-popup-zeb{
    width: 60vw !important;
    padding: 0;
    transform: scale(1.0);    
    /*transform: translateX(-33%);*/
    background-color: #000;
}

.splide__slide.show-popup-zeb img{
    border-radius: 0rem!important;
} 

.splide__slide__container .row{
   /* width: 100%;*/
}

.splide__slide.show-popup-zeb .splide__slide__container{
    padding: 3rem;
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
       -moz-transition: all 1s cubic-bezier(.23, 1, .32, 1);
         -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
            transition: all 1s cubic-bezier(.23, 1, .32, 1);
            position: relative;
            transform: scale(1.0); 
}

.splide__slide.show-popup-zeb .img-container-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
   height: auto;
   display: block !important;
   -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.splide__slide.show-popup-zeb .img-container-info .img-info {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
    padding: 0 0 1rem 1.5rem;
}

.splide__slide.show-popup-zeb .img-container-info .title{
    color: #9D893B;
}

.splide__slide.show-popup-zeb .img-container-info .info-name{
    color: #000;
   
}


.splide__slide.show-popup-zeb .popup-info-container{
    display: block !important;
    max-height: 700px;
    overflow: auto;
    margin-top: 2rem;
}

.splide__slide.show-popup-zeb .popup-info-container h2,
.splide__slide.show-popup-zeb .popup-info-container span.title{
    color: #9D893B;
    
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;  
}


.splide__slide.show-popup-zeb .popup-info-container h3 {
    font-size: 1rem;
    font-family: 'Gilroy-Heavy';
}

.splide__slide.show-popup-zeb .popup-close-toggle-container{
    display: block !important;
}

.popup-close-toggle{
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
}

.popup-close-toggle .icon-bar{
        background-color: #FFF;
        position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin: 0;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    width: 34px;
    height: 3px;
}


.popup-close-toggle .icon-bar:nth-child(2)
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.popup-close-toggle .icon-bar:nth-child(3)
{
    display: none;
}

.popup-close-toggle .icon-bar:nth-child(4)
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}


.testimonials-section .splide__arrow{
    width: 3em;
    height: 3em;
    border: 1px solid #FFF;
    background: none !important;
    color: #FFF;
}

.testimonials-section .splide__arrow svg{
    display: none;
}

.testimonials-section .splide__arrow::after{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 2em;
}

.testimonials-section .splide__arrow.splide__arrow--prev::after{
    content: "\f104";
}


/* Videos scroll - splide */

.splide__video__play:after {
    border-color: transparent transparent transparent #9D893B;
}

.splide__video__play {
    background: #FFF;
    border: 1px solid #9D893B;
    width: 5rem;
    height: 5rem;
}

.splide__slide__container.splide__slide__container--has-video{
    
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    
}

.splide__slide:hover .splide__slide__container.splide__slide__container--has-video{
    border-radius: 2rem;
}

.splide__slide.show-popup-zeb .popup-info-container::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF;
}

.splide__slide.show-popup-zeb .popup-info-container::-webkit-scrollbar-thumb {
    background-color: #FFF;
}

.splide__slide.show-popup-zeb .popup-info-container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #000;
}

/*body.cms.fr .splide__slide.video-zeb-slide.nl{
    display: none !important;
}

body.cms.nl .splide__slide.video-zeb-slide.fr{
    display: none !important;
}*/


/* Numbers section */

.numbers-section .number-head{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1.2;
    /*color: #9D893B;*/
    
}

.numbers-section .number-desc{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;    /*color: #9D893B;*/
}


/* Video section */

.video-container-section h3.video-intro-text{

}


body.cms.nl .vjs-poster:after{
    content: 'Stefano \00000a Assistant shop manager';
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    white-space: pre;
    text-align: left;
    color: #9D893B;
    
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
}

body.cms.fr .vjs-poster:after{
    content: 'Aurélie \00000a Visual Merchandiser';
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    white-space: pre;
    text-align: left;
    color: #9D893B;
    
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
}

/* Category section */

h6.filter-toggle{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1;
    
}

h6.filter-toggle a{
    color: #FFF;
     -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

h6.filter-toggle a:hover{
    color: #9D893B;
}

.count-badge{
    color: transparent;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    content: "";
    transform: rotate(45deg);
}

.count-badge:after{
    content: "\f062";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    color: #9D893B;
}


/* SUB NAVBAR */

.nav-item-tf{
    border: 1px solid #000;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    position: relative;
    text-align: center;
   
}

.nav-item-tf.active,
.nav-item-tf:hover{
    border: 1px solid #000;
    color: #FFF;
    background: #000;

}

.nav-item-tf.active:after{
    content: "\f057";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -4px;
    top: -2px;
    color: #000;
    /* z-index: 122222222222222; */
    background: #FFF;
    border-radius: 50%;
}

/* ABOUT */

/*.img-bloc-bg{
    background-image: url(/Ressources/Templates/Frontend/ZEB2024/Ressources/Images/cms/about-1.png);
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;

}*/


/*.extra.about .first-section-w-banner .title-section{
    font-size: 6rem;
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    font-weight: 400;   
    position: absolute;
    bottom: -200px;
   
    text-align: center;    
    filter: invert(1) grayscale(1) contrast(9);
    
}*/

.second-title-type{
   font-family: FlechaM-Medium;
   text-transform: uppercase;
}

.zeb-text-container,
.text-container,
.TextIntro{
    
    line-height: 1.4;
    font-size: 1.2rem;
}

@media (min-width: 768px)
{   
    .intro-text-banner
    {
        padding-bottom: 180px;
    }

    .first-section-w-banner{
        margin-top: -120px;
    }   
}

/* QUOTE */

@media (max-width: 992px)
{
    .quote-text-container{
        position: absolute;
        top: 25%;
        color: #FFF;
    }
}





/* Carousel */

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none !important;
   
    width: 4rem;
    height: 4rem;
    color: #FFF;    
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    box-sizing: border-box;
}

.carousel-control-next-icon .fa,
.carousel-control-prev-icon .fa{
    font-size: 3rem;
}

/*.carousel-control-next-icon:after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 3rem;
    border: 1px solid #FFF;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    display: block;
    width: 3rem;
    height: 3rem;   
}

.carousel-control-prev-icon:after{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 3rem;
    border: 1px solid #FFF;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    display: block;
    width: 3rem;
    height: 3rem;
   
}*/

.carousel-control-prev-icon {
   
}


/* FOOTER */


/* Footer banner */


.footer-colored-banner{
    background: #9D893B;
    color: #FFF;
}

.footer-colored-banner h1{
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
    color: #FFF;
    font-family: FlechaM-Medium;
}

footer h4{
    text-transform: uppercase;
    font-family: Gilroy-Medium, sans-serif;
}


/* JOBS */

/* Filters */

.filter-plugin-dd-container{
   
    text-transform: uppercase;
    font-weight: 700;
}

.filter-plugin-dd-container .dropdown-toggle::after{
   content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    border: 0;
    position: absolute;
    top: -4px;
    font-size: 30px;
    line-height: 1;
    color: #9D893B;
}

.filter-plugin-dd-container.show .dropdown-toggle::after{
     transform: rotate(180deg);
}

.filter-plugin-dd-container .dropdown-menu{
    border-radius: 0;
    background: #FFF;
    color: #9D893B;
    padding: 1.5rem 0.75rem 1.5rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #9D893B;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container{
    max-height: 320px;
    overflow: auto;
    padding-right: 1rem;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container::-webkit-scrollbar {
    width: 4px;
    background-color: ##f5f1e5;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container::-webkit-scrollbar-thumb {
    background-color: #f5f1e5;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #9D893B;
}

.filter-plugin-dd-container a.dropdown-item{
    color: #9D893B;
    font-weight: 700;
    border-radius: 0px;
    border: 1px solid #9D893B;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
            padding: 0.5rem 1rem;
            display: inline-block;
            width: auto;
}

.filter-plugin-dd-container a.dropdown-item.active,
.filter-plugin-dd-container a.dropdown-item:hover,
.filter-plugin-dd-container a.dropdown-item:active,
.filter-plugin-dd-container a.dropdown-item:focus{
    color: #FFF;
    background: #9D893B;
}


.filter-plugin-dd-container div.dp-item-container.mb-3:last-child{
    margin-bottom: 0 !important;
}

.filter-plugin-dd-container a.dropdown-item span{
    color: #000000;
}

@media (max-width: 768px)
{
    .filter-plugin-dd-container .dropdown-menu{
        width: 100%;
    }
}

/* JOBS */

@media (min-width: 768px){
    .pager-content{
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
}




/* JOB DETAILS */

@media (min-width: 992px){
    .col-lg-8.main {
        padding-right: 5rem;
    }

}

/* FORMS */


@media (min-width: 992px){
    body.fta .csa_form.col-lg-8 {
        padding-right: 5rem;
    }

    .my-jobsite-logon .content-container{
        max-width: 950px;
        margin: 0 auto;
    }

}


/* RESPONSIVE */

@media (max-width: 1440px){

    .splide__slide.show-popup-zeb {
        width: 80vw !important;
    }

    .is-active.splide__slide .splide__slide__container {
       /* padding: 40px;*/
    }

    .splide__slide__container{
        /*padding: 55px;*/
    }

    .img-container-info .title{
         font-size: 2rem;
        line-height: 2rem;
    }

    .splide__slide.show-popup-zeb .popup-info-container {        
        max-height: 500px;
        overflow-y: auto;
    }

    
}



@media (max-width: 992px){

    .video-banner-container{
        height: 85vh;
    }

    .button-container
    {
        bottom: 2rem;
    }


    body.extra.about .header-container{
        height: 30vh;
    }

    body.extra.about .slogan-container{
        -ms-flex-pack: flex-end !important;
        justify-content: flex-end !important;
    }

    .header-container .slogan-banner h1,
    body.extra .header-container .slogan-banner h1{
        font-size: 3rem;
        text-align: center;
    }

    .text-horizontal-scroll-section h2{
        /*font-size: 4rem;*/
    }

    .numbers-section .number-head{
        font-size: 4rem;
    }

    .title-section,
    .black-section .title-section-v2,
    .white-section .title-section,
    .black-section .title-section{
        font-size: 3rem;
    }

    .main-category .main-content-cat{
        width: 100%;
    }

    h6.filter-toggle{
        font-size: 2rem;
    }

    .count-badge {   
        font-size: 1.2rem;
    }

    .carousel-control-next, .carousel-control-prev{
        align-items: end;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 2rem;
        height: 2rem;
    }

    .carousel-control-next-icon .fa, .carousel-control-prev-icon .fa{
        font-size: 1rem;
    }

    .splide__slide__container{
        padding: 40px;
    }

    .is-active.splide__slide .splide__slide__container {
        padding: 0px;
    }

    .splide__slide.show-popup-zeb {
        width: 95vw !important;
    }

    .img-container-info .title{
        font-size: 2rem;
        line-height: 2rem;
    }

    .splide__slide.show-popup-zeb .popup-info-container {        
        max-height: 300px;
        overflow-y: auto;
    }

    .testimonials-section .splide__arrow{
        bottom: -3rem;
        top: unset;
    }

}

@media (max-width: 768px){
    .show-popup-zeb .popup-img-container{
        display: none;
    }

    body.cms.nl .vjs-poster:after{       
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    body.cms.fr .vjs-poster:after{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 640px){
    .is-active.splide__slide .splide__slide__container{
        padding: 0px;
    }

    .splide__slide__container {
        padding: 25px;
        transform: scale(1.0);
    }  

    .img-container-info .title {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .img-container-info .info-name {  
        font-size: 0.75rem;
        line-height: 0.75rem;
    }

}

@media (max-width: 480px){
    h6.filter-toggle {
        font-size: 1.5rem;
    }
}



@media (min-width: 992px) {
    .pb-lg-5, .py-lg-5 {
        /*padding-bottom: 5rem !important;*/
    }
}