a/*
Theme Name: Consigny & Bellour
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{
    --black: #000;
    --white: #fff;
    --grey: #717171;
    --area: "area-normal", sans-serif;
    --freig: "freight-big-pro", serif;
    --beige: #F2EADF;
    --grey-clair: #d3cec8;
}

/* HEADER */

.offcanvas-body{
    padding-left: 10%;
    padding-right: 10%;
}

.offcanvas-footer{
    padding-top: 58px;
    padding-bottom: 58px;
    border-top: 1px solid #3E3E3E;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-link{
    font-family: var(--area);
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: var(--white);
}

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

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

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

.offcanvas-header{
    height: 75px;
    padding: 0;
    border-bottom: 1px solid #3E3E3E;
}

#btnMenu{
    background-color: var(--black);
    border-radius: 0;
    height: 75px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

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

header{
    transition: all 0.3s ease-in-out;
    padding: 0 !important;
    background-color: var(--white);
}

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

.navbar{
    padding: 0 !important;
}

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

.offcanvas.show:not(.hiding), .offcanvas.showing, .offcanvas.hiding, .offcanvas.show, .offcanvas.showing{
    width: 100%;
    height: 100%;
    background-color: var(--black);
}

.offcanvas{
    z-index: 9998;
}

.navbar-brand, .logo-footer{
    max-width: 150px;
}

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

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

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

.ligne{
    content: '';
    width: 32px;
    height: 1px;
    position: absolute;
    transition: all 250ms ease-out;
    will-change: transform;
    background-color: var(--black);
}

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

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

.ligne-center{
    transform: translateY(0px);
}

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

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

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

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

#menu-menu-header{
    display: flex;
    align-items: start;
    justify-content: start;
}

.imgHeaderOff{
    max-width: 375px;
    margin-bottom: 90px;
}

.flexOff{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-white{
    display: none;
}

#home .btnContactHeader a, #home .langue .wpml-ls-link, .wpml-ls-link{
    font-family: var(--area);
    font-weight: 600;
    color: var(--white) !important;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.wpml-ls-link{
    color: var(--black) !important;
}

.langue.active .wpml-ls-link{
    color: var(--white) !important;
}

.btnContactHeader a, .langue{
    font-family: var(--area);
    font-weight: 600;
    color: var(--black);
    font-size: 12px;
    letter-spacing: 0.3px;
    text-decoration: none;
    z-index: 9999;
}

.langue .wpml-ls-link.active, .btnContactHeader a.active{
    color: var(--white) !important;
    z-index: 9999;
}

.menu-menu-contact-container, .menu-contact-btn-container, #home .langue .wpml-ls-link{
    z-index: 9999;
}

.menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementsNavbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
}

#home .logo-white{
    opacity: 0;
    display: block;
}

#home .logo-black{
    display: none;
}

/* FIN HEADER */

/* FRONT PAGE */

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

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

.h1-home{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--white);
    text-align: center;
    line-height: 26px;
}

footer{
    padding-top: 31px;
    padding-bottom: 31px;
}

.p-lien-footer, .p-lien-footer a{
    font-family: var(--area);
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: var(--white);
    text-align: center;
    text-decoration: none;
}

.space{
    padding-top: 51px;
    padding-bottom: 51px;
}

.h2-titre{
    font-family: var(--freig);
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 1.5px;
    line-height: 50px;
    color: var(--black);
}

.h3-titre{
    font-family: var(--freig);
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
}

.color-beige{
    color: var(--beige) !important;
}

.p-site{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    line-height: 30px;
    color: var(--black);
}

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

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

.imgHomeCarre{
    aspect-ratio: 5/4;
    object-fit: cover;
}

.absoluteTitre{
    position: absolute;
    bottom: 23px;
    left: 23px;
}

.titreDroit{
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-top: 126px;
}

.filterBlack{
    filter: brightness(0.60);
}

.filterBlack2{
    filter: brightness(0.35);
    object-fit: cover;
    min-height: 750px;
    max-height: 850px;
}

/* FIN FRONT PAGE */

/* PAGE DOMAINE */

.firstSection{
    margin-top: 150px;
}

.color-black{
    color: var(--black) !important;
}

.imgFluidFilter{
    filter: brightness(0.37);
}

.lienContactDomaine{
    font-family: var(--area);
    font-weight: 800;
    font-size: 13px;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 0.97px;
    text-decoration: none;
}

/* FIN PAGE DOMAINE */

.lienPriseContact a{
    text-decoration: none;
    display: block;
}

.boldLien{
    font-weight: 800;
}

.back-dark{
    background-color: var(--black);
    min-height: 750px;
    max-height: 850px;
}

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

.inputText, #message{
    background-color: var(--transparent);
    color: var(--black);
    border: 0;
    border-bottom: 1px solid var(--black);
    width: 100%;
    padding-bottom: 35px;
    padding-left: 15px;
}

.inputText{
    padding-bottom: 15px;
}

.inputText::placeholder, #message::placeholder{
    color: var(--black);
    text-transform: uppercase;
    font-family: var(--area);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.63px;
    line-height: 17px;
}

.inputText:focus-visible, #message:focus-visible{
    outline: none;
}

#submitButton{
    font-family: var(--area);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.97px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--black);
    background-color: var(--transparent);
    border: 0;
    border-bottom: 1px solid var(--transparent);
}

.divBtnContact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.divInput{
    margin-bottom: 10px;
}

.divInput p{
    color: var(--black);
}

.villeContact{
    margin-bottom: 30px;
}

.lienVilleContact{
    display: block;
    text-decoration: none;
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    line-height: 30px;
    color: var(--white);
    text-transform: uppercase;
}

.flexFormulaire{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slick-slide{
    margin: 0 20px;
    object-fit: cover;
    width: 100% !important;
    object-position: bottom;
}

.h3-absolute{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--freig);
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.75px;
    color: var(--white);
}

.p-absolute{
    position: absolute;
    left: 10%;
    top: 90%;
    transform: translateY(-90%);
    font-family: var(--area);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    color: var(--white);
}

.slick-next{
    background-color: var(--transparent);
    font-size: 50px;
    border: none;
}

.imgTeam{
    max-height: 690px;
    object-fit: cover;
}

.bgDarkTeam{
    background-color: var(--black);
}

/* TEAM */

.infoTeam{
    padding-left: 40px;
}

.infoTeam h4, .infoTeam h5, .infoTeam a, .infoTeam h6{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
}

.infoTeam h5, .infoTeam a, .infoTeam h6{
    font-weight: 500;
    display: block;
}

.infoTeam a, .infoTeam h6{
    text-transform: initial;
}

.h3-team{
    font-family: var(--freig);
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    color: var(--black);
}

.p-team{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    line-height: 30px;
    color: var(--white);
    padding: 100px;
    min-height: 400px;
}

.absoluteContainerTeam{
    /* position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%); */
}

.imgTeamEnd{
    margin-top: -150px;
}

.team {
    display: none;
}

/* FIN TEAM */


.h1-page{
    font-family: var(--area);
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 1.13px;
    color: var(--grey-clair);
}

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

.imgCabinet{
    width: 100%;
    height: calc(100vh - 75px);
    filter: brightness(0.45);
    object-fit: cover;
}

.p-cabinet{
    font-family: var(--area);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.13px;
    line-height: 21px;
    color: var(--white);
}

.p-cabinet-black{
    font-family: var(--area);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 26px;
    color: var(--black);
}

.bg-grey{
    background-color: #F7F6F9;
    padding: 0;
}

.height100{
    height: 100px;
}

.h2-page{
    font-family: var(--area);
    font-weight: 400;
    letter-spacing: 0.63px;
    font-size: 25px;
    color: var(--black);
}

.arrowNextPage{
    width: 82px;
    height: 40px;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    opacity: 1;
}

.arrowNextPage i{
    color: var(--white);
    font-size: 29px;
}

.btnNextPage, .btnNextEmploye{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.flexDomaineCarou{
    display: flex;
    align-items: center;
}

.flex100Domaine{
    display: flex;
    align-items: center;
    height: 100%;
}

.flexCard{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.carousel-control-next, .carousel-control-prev{
    position: unset;
}

.card-img-top{
    aspect-ratio: 1;
    object-fit: cover;
}

.card-title{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 0;
}

.card-text{
    font-family: var(--area);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 26px;
    color: var(--black);
}

.card-body{
    padding-left: 0;
    padding-right: 0;
    background-color: #F7F6F9;
}

.card:nth-of-type(1),
.card:nth-of-type(2) {
  width: 40% !important;
}

.card{
    border: 0;
    margin-bottom: 25px;
    text-decoration: none;
    margin-right: 2rem;
    margin-left: 2rem;
}

main{
    margin-top: 75px;
}

.home main{
    margin-top: 0;
}

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

.lienDomaine{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: var(--black);
    text-decoration: none;
}

.flexDomaine{
    display: flex;
    justify-content: end;
    align-items: center;
}

.paddingEmploye{
    height: calc(100vh - 75px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgEmploye{
    object-fit: cover;
    height: 100%;
}

.h1-employe{
    font-family: var(--area);
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.63px;
    color: var(--black);
}

.h2-employe{
    font-family: var(--area);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: var(--black);
}

.h3-employe{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--black);
}

.h4-employe{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--black);
}

.lien-employe{
    font-family: var(--area);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--black);
    display: block;
    text-decoration: none;
}

.p-employe{
    font-family: var(--area);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: var(--black);
    line-height: 26px;
}

.lienContact, .lienContactBlack{
    font-family: var(--area);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.13px;
    text-decoration: none;
    display: block;
    color: var(--white);
}
.lienContactBlack{
    color: var(--black);
    font-size: 13px;
    /* text-align: center; */
}

.lienContactBlack:hover{
    text-decoration: dashed;
}

.lienContact:hover{
    color: var(--beige);
}

.titreVille, .titreVilleWhite{
    font-family: var(--area);
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--black);
}

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

.flexContactBat{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.h2-contact{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    text-decoration: none;
    display: block;
    color: var(--white);
}

.margin-bureau{
    margin-bottom: 3rem;
}

.svgAbsolute{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 50%;
    object-fit: contain;
}

.carousel-inner{
    display: flex;
    align-items: center;
    justify-content: start;
}

.titreMentions{
    font-family: var(--area);
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 1.13px;
    color: var(--black);
}

.titre404{
    font-family: var(--area);
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1px;
    color: var(--black);
}

.imgBat{
    max-width: 150px;
    object-fit: contain;
}

.lienLirePlus{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.13px;
    color: var(--black);
    display: block;
}

.marginTopSpecial{
    margin-top: 3rem;
}

.italique{
    font-style: italic;
}

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

.imgContact{
    height: 30vh;
    object-fit: cover;
}

@media only screen and (max-width: 1440px){ 
    .imgBat{
        max-width: 100px;
        object-fit: contain;
    }
}
@media only screen and (max-width: 1400px){ 
    .elementsNavbar{
        width: 25%;
    }
}
@media only screen and (max-width: 1200px){ 
    .elementsNavbar{
        width: 30%;
    }
}
@media only screen and (max-width: 1040px){ 

}
@media only screen and (max-width: 995px){
    .marginTopSpecial2{
        margin-top: 30px;
    }
    .marginTopSpecial{
        margin-top: 0px;
    }
    .marginMobileSpecial2{
        margin-bottom: 30px !important;
    }
    .marginMobileSpecial{
        margin-bottom: 10px !important;
    }
    .carousel-inner{
        height: auto;
    }
    .espacementTopBottom{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .offcanvas-body{
        padding-left: 0;
        padding-right: 0;
    }
    .flexFormulaire{
        height: auto;
    }
    .svgAbsolute{
        display: none;
    }
    .paddingEmploye{
        height: 100%;
        flex-direction: column;
        align-items: end;
    }
    #menu-menu-contact, #menu-contact-btn{
        display: none;
    }
    .btnNextPage, .btnNextEmploye{
        position: relative;
    }
    .p-employe{
        overflow: visible;
        height: auto;
    }
    .navbar .container{
        
    }
    .navbar .elementsNavbar{
        width: auto;
        display: flex;
        flex-direction: row-reverse;
    }
    .langue{
        /* display: none; */
    }
    .flexReverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .margin-bo-mobile{
        margin-bottom: 25px;
    }
    #menu-menu-header{
        align-items: start;
    }
    .imgFluidFilter{
        height: 500px;
    }
    .p-lien-footer{
        text-align: start;
    }
    .back-dark, .filterBlack2{
        min-height: auto;
        max-height: none;
    }
    .positionAbsoluteContact{
        position: unset;
        transform: none;
    }
    .imgContact{
        display: none;
    }
    .villeContact{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .firstSection{
        margin-top: 95px;
    }
    .p-team{
        padding: 40px;
        margin-top: 20px;
    }
    .imgTeamEnd{
        margin-top: 50px;
    }
    .space{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .titreDroit{
        margin-top: 50px;
        margin-left: 0;
    }
    .titreVilleWhite{
        color: var(--black);
    }
    .absoluteContainer, .absoluteLienDomaine{
        position: unset;
        transform: none;
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding: 0;
    }
    .imgCabinet{
        height: 30vh;
    }
    .p-cabinet{
        color: var(--black);
    }
    .height100{
        height: unset;
    }
    .nav-link{
        font-size: 30px;
        line-height: 30px;
    }
    .h1-page{
        font-size: 30px;
        color: var(--black);
    }
    .p-cabinet-black{
        font-size: 15px;
        font-weight: 400;
    }
    .lienContact{
        color: var(--black);
    }
    .h2-contact{
        color: var(--black);
    }
    .titreMobile{
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
    .card:nth-of-type(1), .card:nth-of-type(2){
        width: 100% !important;
    }
    .card{
        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
    }
    .margin-bureau{
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }
    .flex100Domaine{
        display: block;
    }
    .containerAbsoluteContact{
        position: unset;
        transform: unset;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 992px){ 

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

}