/*
Theme Name: Bataille de Waterloo
Description: Inside Web - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
body{
    font-family: 'Montserrat', sans-serif;	
    font-weight:400;
    margin: 0;
    overflow-y: scroll;
    font-size: 16px;
    color:#777;
}
a {
    color: #294c73;
}
a:hover, .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #294c73;
}
img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
p:last-child {
    margin-bottom: 0;
}
nav.navbar-main {
      z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

.header-topbar{
    background: #f3f3f3;
}
.hide{
    display: none;
}

:root{
    --tarjan: "trajan-pro-3", serif;
    --white: #fff;
    --yellow: #FCC936;
    --black: #000;
    --viet: "Be Vietnam Pro", serif;
    --beige: #FAF8F5;
    --transparent: #00000000;
}

/* HEADER */

header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background-color: var(--white);
}

#home{
    background-color: var(--transparent);
}

header.active{
    background-color: var(--white);
}

#home.active{
    background-color: var(--white);
}

#menu-header-menu, #menu-header-en, #menu-header-nl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

#menu-header-menu li, #menu-header-en li, #menu-header-nl li{
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link{
    font-family: var(--tarjan);
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--black);
    transition: all 0.3s ease-in-out;
}

.nav-link.active2{
    color: var(--black);
}

#home .logo_header_black{
    display: none;
}

#home .logo_header_black.active{
    display: block;
}

#home .logo_header_white.active{
    display: none;
}

#home .nav-link{
    color: var(--white);
}

/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, #home .navbar-nav .nav-link.show{
    color: var(--white);
} */

.nav-link:hover{
    color: var(--yellow) !important;
}

.nav-link.active{
    color: var(--white);
}

#home .nav-link.active2{
    color: var(--black);
}

.navbar-brand{
    width: 97px;
}

.burger{
    display: flex;
    align-items: center;
    outline: none;
    height: 30px;
    width: 43px;
    border: 0;
    padding: 0px;
    background: var(--transparent);
    transition: all 250ms ease-out;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

.burger:focus, .burger:hover{
    box-shadow: none;
    border: none;
}

.fixed-top{
    padding-top: 5px;
    padding-bottom: 5px;
}

.ligne{
    content: '';
    width: 43px;
    height: 1px;
    position: absolute;
    transition: all 250ms ease-out;
    will-change: transform;
}

.ligne-gauche{
    transform: translateY(6px);
}

.ligne-droite{
    transform: translateY(-6px);
}

#home .ligne-gauche, #home .ligne-center, #home .ligne-droite{
    background-color: var(--white);
}

.ligne-gauche, .ligne-center, .ligne-droite{
    background-color: var(--black);
}
.ligne-gauche.active2, .ligne-center.active2, .ligne-droite.active2{
    background-color: var(--black) !important;
}

.ligne-gauche.active{
    transform: translateY(0) rotate(45deg) !important;
    background-color: var(--black) !important;
}

.ligne-center.active{
    opacity: 0;
    background-color: var(--black) !important;
}

.ligne-droite.active{
    transform: translateY(0) rotate(-45deg) !important;
    background-color: var(--black) !important;
}


/* FIN HEADER */

/* HOME PAGE */

.homeTitre{
    width: 80%;
}

.divHomeAbsolute{
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -100%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.headerImage{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.lienSite{
    font-family: var(--tarjan);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 30px;
    background-color: var(--yellow);
    padding: 17px 58px;
    text-decoration: none;
    display: flex;
    max-width: max-content;
    transition: all 0.3s ease-in-out;
}

.lienSite:hover{
    background-color: var(--black);
    color: var(--white);
}

.bg-black{
    background-color: var(--black);
    padding: 75px 0;
}

.p-presentation{
    font-family: var(--viet);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    text-align: justify;
}

.bg-beige{
    background-color: var(--beige);
    padding-top: 90px;
    padding-bottom: 90px;
}

.titreAbsolute, .h2-titre, .h2-titre-jaune{
    font-family: var(--tarjan);
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--black);
}

.h2-titre-jaune{
    color: var(--yellow);
}

.titreAbsolute{
    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.p-site, .textAbout p{
    font-family: var(--viet);
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
    color: var(--black);
}

.divBloc{
    padding-top: 28px;
    padding-bottom: 40px;
    border-top: 1px solid var(--yellow);
}

.divBloc h3{
    font-family: var(--viet);
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: var(--black);
}

.space{
    margin-bottom: 80px;
    margin-top: 80px;
}

.space-2{
    padding-top: 80px;
    padding-bottom: 80px;
}

.color-white{
    color: var(--white);
}

/* FIN HOME PAGE */

/* FOOTER */

.divFooter{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.divFooter img{
    width: 148px;
}

.divFooter a{
    display: block;
    font-family: var(--viet);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--black);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.divFooter a:hover{
    color: var(--yellow);
}

footer{
    padding-bottom: 10px;
}

.footer{
    border-top: 1px solid var(--yellow);
    padding-top: 40px;
}
/* FIN FOOTER */

/* ABOUT */

.containerAbsolute{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgAbout{
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.firstSection{
    margin-top: 109px;
}

.imgSeparateur{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.imgPlonger, .imgInfo{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.imgInfo{
    height: 380px;
}

.flexBlocBorder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-bottom: 1px solid var(--yellow);
}

.sousTitreTexte{
    font-family: var(--viet);
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: var(--black);
}

.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.slick-dots li{
    list-style: none;
    margin-left: 2px;
    margin-right: 2px;
}

.carousel{
    width:100%;
    margin:0px auto;
  }

.carousel2 .slick-slide{
    margin: 0;
}

.carousel2 .slick-dots{
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate( -50%, 0%);
}

.slick-slide{
    margin:10px;
  }
  .slick-slide img{
    width:100%;
    height: 350px;
    object-fit: cover;
    border: 2px solid #fff;
  }
  .slick-dots li button.active{
    background-color: var(--yellow);
  }
  
.slick-dots li button{
    width: 15px;
    height: 15px;
    border: 1px solid var(--yellow);
    border-radius: 50%;
    background-color: var(--transparent);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.slick-dots li button:hover{
    background-color: var(--yellow);
    cursor: pointer;
}
.slick-dots .slick-active button{
    background-color: var(--yellow);
}

.slick-dots li button{
    font-size:0px;
    color:white;
}

.imgCanon{
    max-height: 275px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 50px;
}

.img3{
    height: 315px;
    object-fit: cover;
    width: 100%;
}

.imgProgramme{
    height: 60vh;
    width: 100%;
    object-fit: cover;
}

.carousel2{
    position: relative;
}

.bg-beige2{
    background-color: var(--beige);
}

.titreH1{
    font-family: var(--tarjan);
    font-weight: 600;
    font-size: 55px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--yellow);
}

.titreJour{
    color: var(--black);
    font-family: var(--tarjan);
    font-weight: 600;
    font-size: 55px;
    text-transform: uppercase;
}

.firstSection2{
    margin-top: 210px;
}

.divLien{
    position: relative;
    margin-bottom: 3rem;
}

.firstSection2 .divLien{
    margin-bottom: 0;
}

.divLien img{
    height: 197px;
    object-fit: cover;
    width: 100%;
}

.divLien h3{
    font-family: var(--viet);
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    color: var(--white);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divLien a{
    position: absolute;
    bottom: -28.25px;
    left: 50%;
    transform: translate(-50% , 0);
}

.tableau{
    width: 100%;
}

.lienBold{
    font-weight: 700 !important;
}

.copyright p, .copyright p a{
    font-family: var(--viet);
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: var(--black);
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
}

/* FIN ABOUT */

@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logo_items {
    display: flex;
    animation: 35s slides infinite linear;
  }
  
  .logos:hover .logo_items {
    animation-play-state: paused;
  }
  
  .logo_items img{
    height: 100px;
    object-fit: contain;
    margin-left: 20px;
    margin-right: 20px;
  }

.divBloc > :last-child{
    margin-bottom: 0 !important;
}

.absoluteRow{
    background-color: var(--beige);
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.divBloc ul{
    margin-bottom: 0;
}


/* WPML */

.wpml-ls-display{
    display: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
    max-width: max-content;
    background-color: var(--transparent);
    border: 0;
}

#home .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a, #home .wpml-ls-legacy-dropdown-click a:hover{
    background-color: var(--transparent) !important;
}

#home .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a.active3{
    background-color: var(--white) !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a, .wpml-ls-legacy-dropdown-click a:hover{
    background-color: var(--white) !important;
    border: none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item{
    display: flex;
    align-items: center;
    justify-content: start;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item:hover, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover{
    background-color: var(--transparent);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
    border: 0;
}

#home .wpml-ls-legacy-dropdown-click a span{
    color: var(--white);
}

#home .wpml-ls-legacy-dropdown-click a span.active{
    color: var(--black);
}

.wpml-ls-legacy-dropdown-click a span{
    font-family: var(--viet);
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
}

.wpml-ls-legacy-dropdown-click{
    width: 80px;
}

.imgPlan{
    width: 70%;
}
.imgBern{
    width: 30%;
}

.lienLogoPartenaire{
    width: 50%;
}

.video-container{
    max-width: 100%;
    overflow: hidden;
}

.video-container video{
    width: 100%;
    object-fit: cover;
}

/* FIN WPML */
@media only screen and (max-width: 1440px){ 

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 1150px){ 

}
@media only screen and (max-width: 1040px){ 

}
@media only screen and (max-width: 995px){ 
    .imgPlan{
        width: 100%;
    }
    .wpml-ls-legacy-dropdown-click a span, #home .wpml-ls-legacy-dropdown-click a span{
        color: var(--black);
    }
    .wpml-ls-legacy-dropdown-click .wpml-ls-item{
        justify-content: start;
    }
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
        padding-left: 0;
    }
    .divFooter img{
        width: 70px;
    }
    #menu-header-menu-1, #menu-header-nl-1, #menu-header-en-1{
        margin-top: 25%;
    }
    .homeTitre{
        width: 100%;
    }
    .headerImage{
        height: 65vh;
    }
    .p-presentation{
        font-size: 15px;
        line-height: 20px;
    }
    .titreAbsolute, .h2-titre, .h2-titre-jaune{
        font-size: 25px;
    }
    .space{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .space-2{
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .bg-beige, .bg-black{
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .mb-5, .mb-4{
        margin-bottom: 1rem !important;
    }
    .padding0{
        padding-left: 0 !important;
    }
    .img3, .img2{
        margin-bottom: 20px;
    }
    .titreH1, .titreJour{
        font-size: 30px;
    }
    .firstSection2 .divLien{
        margin-bottom: 3rem;
    }
    .firstSection2{
        margin-top: 150px;
    }
    .navbar-brand{
        width: 70px;
    }
    .firstSection{
        margin-top: 86px;
    }
    .imgHome{
        height: 200px;
        object-fit: contain;
        margin-bottom: 30px;
    }
    .lienSite{
        padding: 10px 40px;
    }
    .absoluteRow{
        width: 100%;
    }
    .divFooter{
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mobileEspace{
        margin-top: 20px;
    }
    #faq .divBloc{
        padding-bottom: 10px;
    }
    .mobileMargin_bot{
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 991px){ 
    .nav-link{
        color: var(--black) !important;
        font-size: 22px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) { 
    .lienSite{
        font-size: 12px;
        padding: 17px 25px;
    }
}