:root {
    --small-margin: 40px;
    --medium-margin: 100px;
    --big-margin: 150px;

    --ltspace: 6vw;
    --bigspace: 19vw;
    --noir: #212121;
    --grisfonce: #212121;
    --rouge: #E70000;
    --vert: #0C5A40;
    --blanc: #FFFFFF;
}


::selection {
    background-color: var(--rouge);
    color: var(--blanc);
}

/* Firefox */
::-moz-selection {
    background-color: var(--rouge);
    color: var(--blanc);
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--noir);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--noir);
    width: 2px;
}
body{
    background: var(--blanc);
}
#container{
    background: var(--blanc);
}
* {
    font-family: realistwide, sans-serif;
    font-weight: 400;
}
p, li, a{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-feature-settings: 'ss02' on, 'liga' off;
    color: var(--grisfonce);
    margin: 0;
}
p{
    margin: 0 0 20px 0;
}
.txt ul{
    /*margin: -10px 0 20px 0;*/
    margin: 0px 0 20px 0;
}
.txt p ~ ul{
    margin-top: -10px;
}
.txt h3 ~ ul{
    margin-top: 0;
}
p:last-child{
    margin-bottom: 0;
}
.txt{
    max-width: 900px;
}
h1, .h1{
    font-feature-settings: 'ss02' on;
    font-size: 70px;
    font-weight: 700;
    line-height: 71px;
    color: var(--grisfonce);
    margin-bottom: 50px;
}
.white,
.white p,
.white h3,
.white li,
.white a{
    color: var(--blanc);
}
.txt a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.5s ease-in-out all;
}
.txt a:hover{
    opacity: 0.6;
}
.txt li{
    position: relative;
    padding-left: 15px;
}
.txt li::before{
    content: "";
    height: 5px;
    width: 5px;
    background: var(--grisfonce);
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}

.h1 svg,
h1 svg{
    transform: translate(-4px, 22px);
}
h2, .h2{
    color: var(--grisfonce);

    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 20px 0;
}
h3, .h3{
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    color: var(--grisfonce);
    margin-bottom: 10px;
    margin-top: 0;
}
.pd-tp{
    padding-top: var(--medium-margin);
}
.pd-bt{
    padding-bottom: var(--medium-margin);
}
.green{
    color: var(--vert);
}
/*********
MENU
 */
#menu{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: var(--blanc);
    padding: 12px var(--ltspace) 12px calc(var(--ltspace) + 100px) ;
    height: 45px;
    filter: drop-shadow(0px 2px 4px rgba(33, 33, 33, 0.20));
}
#main-menu-container{
    display: flex;
    align-items: center;
}
#main-menu-container svg{
    position: absolute;
    top: 0;
    left: var(--ltspace);
}
.menu {
    display: flex;
}
.menu li{
    margin-right: 50px;
}
.menu li a{
    font-feature-settings: 'ss02' on;
    font-size: 16px;
    font-weight: 400;
    color: var(--noir);
    line-height: normal;
}
.single-immobilier #menu .menu>#menu-item-66>a,
#menu .menu>.current_page_item>a{
    color: var(--rouge);
    font-weight: 700;
}
.logo-maillard{
    position: fixed;
    top: calc(100% - 146px - 50px);
    z-index: 1000;
    pointer-events: none;
    left: var(--ltspace);
}
.logo-maillard path:not(.red-maillard){
    filter: brightness(0.75);
}
.menu li{
    display: flex;
}
.menu .sub-menu{
    display: flex;
    padding-left: 0px;
    max-width: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out all;
}
.menu .sub-menu li{
    margin-right: 20px;
}
.menu .sub-menu li:last-of-type{
    margin-right: 0;
}
.menu .sub-menu li a{
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}
.page-template-template-immobilier .menu li.menu-item-66 .sub-menu,
.page-template-template-about .menu li.menu-item-67 .sub-menu,
.menu li:hover .sub-menu{
    padding-left: 20px;
    max-width: 600px;
}
.sub-menu-page a{
    text-decoration: underline;
    margin-right: 10px;
    display: inline-block;
    transition: 0.5s ease-in-out all;
}
.sub-menu-page a:hover{
    opacity: 0.6;
}
/*****
HOME
 */
.first-section-home{
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 11;
    padding: 50px var(--ltspace);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.first-section-home::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: 3;
    background: linear-gradient(180deg, rgba(77, 77, 77, 0.00) 0%, rgba(77, 77, 77, 0.88) 100%);
    mix-blend-mode: multiply;
}
.img-full{
    height: 100vh;
    width: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
}
.content-first{
    position: relative;
    z-index: 10;
}
.content-first h1{
    margin-bottom: -6px;
}
/*sec 2*/
.second-section-home{
    position: relative;
    z-index: 10;
    padding: var(--medium-margin) 0;
}
.big-left{
    padding-left: var(--bigspace);
}
.pd-right{
    padding-right: var(--ltspace);

}
.grid-titre-txt{
    display: grid;
    grid-template-columns: 23.3vw 1fr;
    grid-gap: 8vw;
}
.img-foret-first{
    position: absolute;
    bottom: 100px;
    left: 0;
    /*height: 850px;*/
    width: 100%;
    object-fit: cover;
    z-index: -1;
    /*height: 68vw;*/
    height: 60vw;

}
.second-section-home .img-bois{
    top: calc(100% - 200px);
    max-height: 800px;
}
.big-sep{
    padding-top: var(--big-margin);
}
.swiper-agencement,
.swiper-rea{
    overflow: hidden;
}
.swiper-agencement img,
.swiper-rea img{
    width: 100%;
    height: 28.6vw;
    object-fit: cover;
}
.swiper-slide img,
.swiper-slide p{
    transition: 0.3s ease-in-out all;
}

.swiper-rea .swiper-slide:not(.swiper-slide-next) img{
    margin-top: 100px;
}
.swiper-rea .swiper-slide:not(.swiper-slide-next) p{
    opacity: 0;
}

/*.realisation p{*/
/*    text-align: right;*/
/*    font-size: 16px;*/
/*    color: #9EA1A1;*/
/*}*/
.swiper-wrapper .realisation p,
.swiper-wrapper .presta p{
    /*color: var(--vert);*/
    /*text-align: right;*/
    /*font-size: 16px;*/

    text-align: right;
    font-size: 18px;
    transform: translate(0, 24px);
    color: var(--noir);
    font-weight: 600;
    padding-left: 83px;
    min-height: 10px;
}
.realisation p{
    color: var(--grisfonce);
}
.group-swip {
    padding-left: 32vw;
    /*margin-top: -126px;*/
    margin-top: -100px;
    position: relative;
    z-index: 100;
    display: flex;
    width: fit-content;
}
.group-swip svg{
    cursor: pointer;
    margin-right: 10px;
}

.third-section-home{
    position: relative;
    /*z-index: 9;*/
    z-index: 11;
    padding-bottom: var(--medium-margin);
}
.img-bois{
    position: absolute;
    top: -20vw;
    left: 0;
    height: calc(100% + 20vw);
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.grid-immobilier{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.immobilier-item{
    padding: 25px 20px;
    margin-left: -20px;
    display: block;
    border-bottom: 1px solid rgba(33, 33, 33, 0.4);
    position: relative;
    z-index: 100;
    transition: 0.4s ease-in-out all;
    width: calc(100% + 80px);
    clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%, 0% 50%);

}
.immobilier-item img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s ease-in-out opacity;
}
.immobilier-item.active{
    width: calc(100% + 160px);
    clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%, 0% 50%);
}
.immobilier-item.active img{
    opacity: 1;
}
.immobilier-item:last-of-type{
    border-bottom: 0;
}
.immobilier-item p{
    margin-bottom: 0;
}
.immobilier-item h3,
.immobilier-item p{
    color: var(--grisfonce);

}
.immobilier-item.active h3,
.immobilier-item.active p{
    color: var(--blanc);
}
.relative-for-image{
    position: relative;
    height: calc(100% + 80px);
    top: -50px;
}
.relative-for-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banniere{
    height: 550px;
    position: relative;
    z-index: 12;
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding-bottom: var(--medium-margin);
}
.banniere img{
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.banniere h2 svg{
    /*margin-bottom: -23px;*/
}
.banniere p{
    color: var(--vert);
}

.banniere .h1{
    margin-bottom: 0;
    transition: 0.4s ease-in-out all;
}
.banniere .h1:hover{
    opacity: 0.6;
}



/*********
FOOTER
 */
#footer{
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: var(--noir);
    padding-bottom: 50px;
    position: relative;
    z-index: 15;
}
#footer p,
#footer a{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.ft-content{
    width: 450px;
}
.grid-adresse{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
}
#copyright p,
#copyright a{
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    color: var(--blanc);
    line-height: 15px;
    margin-bottom: 0;
}
.pix-rea{
display: flex;
}
.pom-ft,
.pix-ft{
    display: inline-block;
    transform: translate(5px, 1px);
}
.pom-ft svg{
    height: 12px;
    width: 53px;
}
.pix-ft svg{
    width: 44px;
    height: 13px;
    transform: translate(3px, -1px);
}
.mentions{
    margin-bottom: 10px;
}

/*************
PAGE
 */
.header-page{
    min-height: 100vh;
}
.header-page h1{
    /*margin-top: 140px;*/
    margin-top: 120px;
}
.grid-head{
    display: grid;
    /*grid-template-columns: 1.4fr 1fr;*/
    grid-template-columns: 1fr 1fr;
    /*grid-gap: 115px;*/
    grid-gap: 80px;
}
.grid-head video,
.grid-head img{
    width: 100%;
    height: calc(100vh - 50px);
    object-fit: cover;
}
.flex-prestation{
    display: flex;
}
.flex-accord{
    width: 38%;
    padding-right: 50px;
}
.flex-presta{
    width: 62%;
    overflow: hidden;
}
.swiper-presta {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: none;
}

.swiper-presta.visible {
    display: block!important;
    transform: translateX(0);
    opacity: 1;
}

.presta img{
    width: 100%;
    height: 20vw;
}
#formations .presta img{
    height: 34vw;
}
.container-prestations{
    padding-top: 50px;
}
.swiper-agencement .swiper-slide:not(.swiper-slide-active) img,
.swiper-presta .swiper-slide:not(.swiper-slide-active) img{
    margin-top: 100px;
}
.swiper-agencement .swiper-slide:not(.swiper-slide-active) p,
.swiper-presta .swiper-slide:not(.swiper-slide-active) p{
    opacity: 0;
}
.accord-pretations p:last-child,
.accord-pretations ul:last-child{
    margin-bottom: 40px;
}
.accord-pretations h3{
    color: var(--vert);
    cursor: pointer;
    border-bottom: 1px solid rgba(33, 33, 33, 0.4);
    position: relative;
    padding-right: 15px;
    padding-bottom: 10px;
}
.accord-pretations h3 svg{
    position: absolute;
    right: 0;
    top: 7px;
}
.accord-pretations h3 svg line{
    transition: 0.4s ease-in-out all;
}
.accord-pretations.active h3 svg line:nth-of-type(2){
    opacity: 0;
}
.swiper-presta .group-swip{
    padding-left: 0;
    margin-top: -100px;
    position: relative;
    z-index: 100;
}
.group-swip svg{
    transition: 0.5s ease-in-out all;
}
.group-swip svg:hover{
    opacity: 0.6;
}
/**********
A vendre
 */

.grid-vendre{
    display: flex;
    flex-wrap: wrap;

}
.item-vendre{
    position: relative;
    width: calc(33% - 40px);
    z-index: 10;
    margin-right: 40px;
    margin-bottom: 40px;
    height: 22vw;
    display: flex;
    align-items: flex-end;
    padding: 25px;
}
.item-vendre::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 170px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(77, 77, 77, 0.00) 0%, rgba(77, 77, 77, 0.88) 100%);
    mix-blend-mode: multiply;
}
/*.item-vendre:nth-of-type(3n){*/
/*    margin-right: 0;*/
/*}*/
.item-vendre h3,
.item-vendre p{
    margin-bottom: 0;
}
.swiper-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

sup{
    position: absolute;
    margin-top: -4px;
}
.section-base{
    padding-top: var(--medium-margin);
    padding-bottom: var(--medium-margin);
}
.container-villas,
.container-formation,
.container-caracteristique,
.container-projet{
    position: relative;
    z-index: 100;
    overflow: hidden;
}
.container-formation .img-bois,
.container-caracteristique .img-bois,
.container-projet .img-bois{
    top: 0;
    height: 100%;
}
.container-villas .grid-vendre{
    margin-top: 20px;
}
.item-vendre>a{
    position: relative;
    z-index: 10;
}
.immo-vente>div:nth-of-type(odd) .img-bois{
    display: none;
}

/**********
SINGLE
 */
.lt-h1{
    margin-bottom: 0;

    font-size: 60px;
    font-weight: 400;
    line-height: 71px;
}
.first-single-img{
    width: 81%;
    height: calc(60vh);
    margin-left: auto;
    display: flex;
}
.grid-sing-img{
    display: grid;
    grid-template-columns: 0.48fr 1fr;
    grid-gap: 40px;

}
.grid-sing-img img{
    width: 100%;
    height: 25vw;
}
.grid-sing-head{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 150px;
    margin-top: 50px;
    align-items: flex-end;
}
.quick-cara{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.quick-cara p{
    color: var(--vert);
    margin: 0;
}
.txt h3{
    color: var(--vert);
}
.txt h3:not(:first-child){
    margin-top: 20px;
    margin-bottom: 5px;
}
.cara{
    font-size: 15px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}
.localite{
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
.container-agencement{
    padding-top: var(--medium-margin);
    padding-bottom: var(--medium-margin);
}
.flex-agencement{
    display: flex;
}
.flex-agencement>div:first-of-type{
    width: 38%;
    padding-right: 50px;
}
.flex-agencement>div:nth-of-type(2){
    width: 62%;
}
.flex-agencement .group-swip{
    padding-left: 0;
    margin-top: -100px;
}
.container-caracteristique{
    padding-top: var(--medium-margin);
    padding-bottom: var(--medium-margin);
}
.grid-caracteristique{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.listing-caract>div{
    display: flex;
    margin-bottom: 20px;
}
.listing-caract>div p:first-of-type{
    width: 270px;
}
.listing-caract>div:last-of-type p{
    margin-bottom: 0;
}
.listing-caract p{
    color: var(--vert);
    margin-bottom: 0;
}
.listing-caract .cara{
    line-height: 28px;
}
.relative-cara{
    position: relative;
    height: 100%;
}
.relative-cara img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/*********
ABOUT
 */
.about-maill{
    width: 100%;
    height: 23.4vw;

}
.apprenti{
    margin-bottom: 40px;
}
.apprenti:last-of-type{
    margin-bottom: 0;
}
.apprenti img{
    width: 100%;
    height: 23.3vw;
}
.grid-galerie{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.grid-galerie a{
    display: block;
    line-height: 1;
}
.grid-galerie img{
    width: 100%;
    height: 24.5vw;
}

/*******
EMPLOI
 */
.grid-emploi{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    max-width: 900px;
    margin-top: 35px;
}
.emploi-item{
    display: block;
    width: 100%;
    transition: 0.5s ease-in-out all;
}
.emploi-item:hover{
    opacity: 0.6;
}
.emploi-item h3{
    border-bottom: 1px solid rgba(33, 33, 33, 0.4);
    position: relative;
    padding-right: 40px;
    padding-bottom: 10px;
}
.emploi-item h3 svg{
    position: absolute;
    bottom: 22px;
    right: 0;
}
.single-emploi h3{
    color: var(--grisfonce);
}
.single-emploi .header-page{
    min-height: auto;
}
.grid-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.postulation{
    padding-right: var(--bigspace);
    position: relative;
    z-index: 100;
    padding-bottom: var(--big-margin);
}
.grid-form input,
.wpcf7 textarea{
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(33, 33, 33, 0.4);
    background: transparent;
    padding: 12px 0;
}
.codedropz-upload-inner span,
.grid-form input,
.wpcf7 textarea::placeholder,
.grid-form input::placeholder{

    font-family: realistwide, sans-serif;
    color: var(--grisfonce);
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
}
.wpcf7 br{
    display: none;

}
.codedropz-upload-inner{
    text-align: left;
    position: relative;
}
.codedropz-upload-inner span:not(:first-of-type),
.dnd-upload-counter{
    display: none;
}
.codedropz-upload-handler{
    border: 0;
    cursor: pointer;
}
.codedropz-upload-container{
    border-bottom: 1px solid rgba(33, 33, 33, 0.4);
    background: transparent;
    padding: 12px 0;
}
.codedropz-btn-wrap{
    position: absolute;
    top: 0;
    right: 0;
    background: #9EA1A1;
    padding: 0px 10px;
}
.codedropz-btn-wrap a{
    color: white;
    font-size: 14px;
    line-height: 16px;
}
.wpcf7 textarea{
    resize: none;
    height: 140px;
    margin-top: 20px;
}
.spe-title{
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    color: #9EA1A1;
}
.wpcf7-submit{
    font-size: 75px;
    font-family: realistwide, sans-serif;

    font-feature-settings: 'ss02' on;
    font-weight: 400;
    line-height: 71px;
    color: var(--vert);
    margin-top: 0;
    background: transparent;
    padding-left: 0;
    margin-left: -5px;
    transition: 0.4s ease-in-out all;
}
.wpcf7-submit:hover{
    opacity: 0.6;
}
.wpcf7-spinner{
    display: none;
}
.send-msg{
    transform: translate(10px, 3px);
}
.dnd-upload-status .dnd-upload-image{
    display: none!important;
}
.dnd-upload-status .dnd-upload-details .name span{
    color: var(--grisfonce);
}
.dnd-upload-status .dnd-upload-details{
    color: var(--grisfonce);
    font-size: 14px;
    padding-left: 0;
    width: calc(100% - 0px);

}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span{
    background: var(--vert);
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar{
    height: 2px;
}
.wpcf7 form .wpcf7-response-output{
    border: 0!important;
    padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
}
.img-bois-emploi{
    position: absolute;
    bottom: 0vw;
    left: 0;
    height: auto;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.grid-head .adresse a:first-of-type{
    margin-top: 15px;
    display: block;
}
.grid-head .adresse a ~ br{
    display: none;
}
.grid-head #maps{
    height: calc(100vh - 240px);
    width: 100%;
}
.page-template-template-contact .grid-head{
    grid-template-columns: 1fr 2fr;
}


/********
SINGLE realisation
 */
.head-single{
    overflow: hidden;
}
.grid-real-head{
    display: grid;
    grid-template-columns: 28.4vw 1fr;
    grid-gap: 150px;
    margin-top: 50px;
}
.realisation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    width: 108%;

}
.galerie-col-1 img,
.realisation-grid img{
    width: 100%;
    height: 28.4vw;
}
.galerie-col-1 img{
    /*height: 35vw;*/

}
.realisation-text p{
    text-align: left;
}

.iv-fullscreen{
    z-index: 10000;
}
.iv-description{
    display: none;
}
.scrollto{
    position: absolute;
    bottom: 45px;
    right: calc(var(--ltspace) + 500px);
    z-index: 100;
    cursor: pointer;
}


.img-foret-first{
    bottom: 200px;
}
.banniere-home{
    margin-top: -200px;
    z-index: 9;
}
.filtre-select{
    background: transparent;
    border: 0;
    outline: 0;
    font-family: RealistWide;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 240% */
    text-transform: uppercase;
    width: auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L8.96537 13L1 1' stroke='%23212121'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}
.flex-filter{
    display: flex;
    flex-wrap: wrap;
}
.filtre-type-bien{
    margin-top: 10px;
    margin-left: 50px;
}
.go-back{
    text-transform: uppercase;
    color: var(--vert);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;

}
.go-back svg{
    height: 13px;
    width: 13px;
    margin-right: 10px;
}
#footer a{
    transition: 0.5s ease-in-out all;
}
#footer a:hover{
    opacity: 0.6;
}
.lignum-logo svg{
    width: 63px;
    height: auto;
}
.ajecem-logo svg{
    width: 160px;
    height: auto;
}
.logos-about{
    display: flex;
    margin-top: 40px;
}
.logos-about>a{
    margin-right: 20px;
}




#cookieNotice{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 600px;
    z-index: 10001;
    padding: 30px 30px 30px var(--ltspace);
    box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 26px -9px rgba(0,0,0,0.25);
}
#cookieNotice::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: white;
}
.accept-cookie.btn_base{
    padding: 10px 25px 9px 25px;
    font-size: 14px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: fit-content;
}
.accept-cookie.btn_base svg{
    margin-left: 10px;
}
.accept-cookie.btn_base::after{
    display: none;
}
#cookieNotice h3{
    margin-bottom: 5px;
    font-size: 20px;

}
#cookieNotice p>a{
    text-decoration: underline;
}
#cookieNotice a,
#cookieNotice p{
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 24px;

}


.page-mentions{
    padding: 100px var(--ltspace) 150px var(--ltspace);
}
.page-mentions .head-page,
.page-mentions .base{
    max-width: 900px;
    display: flex;
    flex-direction: column;
    margin: auto;
}


.grecaptcha-badge{
    display: none;
}