/**************************************************************/
/***************************FONTFACE**************************/
/************************************************************/
@font-face {
    font-family: 'AbhayaLibre-Bold';
    src: url('../fonts/AbhayaLibre-Bold.eot');
    src: url('../fonts/AbhayaLibre-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-Bold.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-Bold.woff') format('woff'),
    url('../fonts/AbhayaLibre-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AbhayaLibre-Semibold';
    src: url('../fonts/AbhayaLibre-SemiBold.eot');
    src: url('../fonts/AbhayaLibre-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-SemiBold.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-SemiBold.woff') format('woff'),
    url('../fonts/AbhayaLibre-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AbhayaLibre-Extrabold';
    src: url('../fonts/AbhayaLibre-ExtraBold.eot');
    src: url('../fonts/AbhayaLibre-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-ExtraBold.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-ExtraBold.woff') format('woff'),
    url('../fonts/AbhayaLibre-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AbhayaLibre-Medium';
    src: url('../fonts/AbhayaLibre-Medium.eot');
    src: url('../fonts/AbhayaLibre-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-Medium.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-Medium.woff') format('woff'),
    url('../fonts/AbhayaLibre-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AbhayaLibre-Regular';
    src: url('../fonts/AbhayaLibre-Regular.eot');
    src: url('../fonts/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-Regular.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-Regular.woff') format('woff'),
    url('../fonts/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ADAMCG-PRO';
    src: url('../fonts/ADAMCGPRO.eot');
    src: url('../fonts/ADAMCGPRO.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ADAMCGPRO.woff2') format('woff2'),
    url('../fonts/ADAMCGPRO.woff') format('woff'),
    url('../fonts/ADAMCGPRO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal-Bold';
    src: url('../fonts/NeueMontreal-Bold.eot');
    src: url('../fonts/NeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMontreal-Bold.woff2') format('woff2'),
    url('../fonts/NeueMontreal-Bold.woff') format('woff'),
    url('../fonts/NeueMontreal-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal-Light';
    src: url('../fonts/NeueMontreal-Light.eot');
    src: url('../fonts/NeueMontreal-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMontreal-Light.woff2') format('woff2'),
    url('../fonts/NeueMontreal-Light.woff') format('woff'),
    url('../fonts/NeueMontreal-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal-Regular';
    src: url('../fonts/NeueMontreal-Regular.eot');
    src: url('../fonts/NeueMontreal-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMontreal-Regular.woff2') format('woff2'),
    url('../fonts/NeueMontreal-Regular.woff') format('woff'),
    url('../fonts/NeueMontreal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**************************************************************/
/***************************GENERAL***************************/
/************************************************************/
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:0;
    outline:none;
}
html, body{height:100%;}

html{
    font-size: 15px;
}
body{
    font-family: 'AbhayaLibre-Medium';
    font-size:16px;
    line-height: 23px;
    color:#000;
    background-color:#fff;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
    transition: left 0.5s;
}
p{
    display: block;
}
input[type=text],input[type=number],input[type=email],input[type=tel],input[type=file], input[type=password], button, select, textarea{
    color:#000;
    border:none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance : none;
}

textarea{
    resize:none;
    border: none;
}
::-webkit-input-placeholder{
    color:#000;
    opacity:1;
}
:-moz-placeholder{
    color:#000;
    opacity:1;
}

::-moz-placeholder{
    color:#000;
    opacity:1;
}


input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color:#000;
    opacity:1;
}

button, a{cursor:pointer;}

button{
    background:transparent;
    border:none;
    -webkit-tap-highlight-color: transparent !important;
    outline : none;
}

a, a:hover{
    text-decoration:none;
    color:#000;
    -webkit-tap-highlight-color: transparent !important;
    outline : none;
}

video{
    max-width:100%;
    height:auto;
}

table{border-collapse:collapse;}

img{
    border:none;
    max-width:100%;
    display: block;
}

ul{list-style-type:none;}

ul, ol{list-style-position:inside;}

label{display:block;}

canvas{-ms-touch-action:double-tap-zoom;}

h1, h2, h3, h4, h5{
    font-weight:normal;
    display:block;
}
address{
    text-decoration: none;
    font-style: normal;
}

header, nav, footer, section, article, aside, figure, figcaption, mark, time{display:block;}

sup, sub{text-transform:none;}

input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px white inset;}

.clrb{clear:both;}

.hidden{display: none !important;}

.visible{opacity: 1}

.no_scroll{overflow: hidden;}

/**************************************************************/
/**************************SPECIFIQUE*************************/
/************************************************************/
input{
    background: transparent;
    font-family: 'AbhayaLibre-Medium';
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-size: 16px;
}
::placeholder{
    font-family: 'AbhayaLibre-Medium';
    font-size: 16px;
}
.btn{
    font-family: 'ADAMCG-PRO';
    font-size: 18px;
    line-height: 16px;
    padding: 10px 10px 10px;
    background-image: url("../img/bg_btn.png");
    background-size: 100% 50%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
}
.btn:hover{
    background-size: 100% 100%;
}
.bg{
    background-color: #f5eadd;
}
.bg_white{
    background-color: #fff;
}
.legende{
    display: flex;
    justify-content: space-between;
    font-family: 'ADAMCG-PRO';
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.legende .credit{
    font-family: "AbhayaLibre-Medium";
    font-size: 16px;
    text-transform: none;
}
.titre{
    font-family: 'ADAMCG-PRO';
    font-size: 30px;
}
.ariane{
    font-family: 'ADAMCG-PRO';
    font-size: 14px;
    text-transform: uppercase;
}
.ariane a, .ariane span{
    margin-right: 5px;
}
.ariane .active{
    text-decoration: underline;
}
.next{
    text-align: right;
    font-family: 'ADAMCG-PRO';
    font-size: 60px;
    padding-right: 50px;
    position: relative;
}
.next .page{
    margin-right: 50px;
    display: inline-block;
}
.next .arrow{
    width: 50px;
   /* display: inline-block;
    vertical-align: text-top;*/
    transform: rotateZ(90deg);
    /* position: relative; */
    transition: all 0.5s;
    position: absolute;
    top: -100%;
    right: 0;
    display: block;
}
.next:hover .arrow{
    right: -25px;
    transition: all 0.5s;
}

.slick-dots{
    left: 20px;
    position: absolute;
    bottom: 35px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    background: #fff;
}
.slick-dots li button:before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    content: '';
    text-align: center;
    opacity: .75;
    color: #000;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.lg-sub-html{
    font-family: "AbhayaLibre-Medium";
}
.link{
    margin-top: 20px;
    text-decoration: underline;
    display: block;
}
.download_btn{
    display: inline-block;
}
.download_btn img{
    width:25px;
    height : 25px;
    margin-right: 13px;
}
.paragraphe{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.paragraphe .titre{
    line-height: 30px;
}
.paragraphe .text{
    max-width: 500px;
    margin-left: 20px;
}
/**************************************************************/
/****************************HEADER***************************/
/************************************************************/
.header{
    padding: 50px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}
.header .left{
    display: flex;
    flex-flow: column wrap;
    max-height: 120px;
    z-index: 700;
}
.menu_mobile{
    z-index: 800;
}
.header .left a, .menu_mobile a{
    margin-right: 40px;
    color: #000;
}
.header.page .left a{
    color: #fff;
}
.header.page .left .active{
    color: #000;
}
.header.page .left .white.active{
    color: #fff;
    text-decoration: underline;
}
.header.page .left a:hover{
    color: #000;
}

.header .left .white, .header .left.white a{
    color: #fff;
}
.header .left .active, .menu_mobile .active{
    color: #000;
}
.header nav a, .header .right button, .header_fixed nav a, .nav_mobile a{
    display: block;
    font-family: 'ADAMCG-PRO';
    font-size: 15px;
    text-transform: uppercase;
}
.header > a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top : 50px;
    width: 327px;
}
.header .right{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 700;
}
.header .right .white, .header .right.white a{
    color: #fff;
}
.search_btn{
    display: inline-block;
    margin: 0 5px;
    background: url("../img/search.svg");
    background-size: 100% 100%;
    background-position: center center;
    transform: rotateY(180deg);
    width : 14px;
    height: 14px;
}
.logo{
    transition: all 0.5s;
    z-index: 700;
}
.logo.mobile{
    left: initial;
    right: 0;
    transform: none;
}
.header .right a{
    margin-right: 20px;
}
.header .lang{
    color: #000;
    display: flex;
}
.header .lang .active{
    text-decoration: underline;
}

/*************MENU FIXE**************/
.header_fixed{
    position: fixed;
    background-color: transparent;
    padding: 25px;
    width: 100%;
    height: 120px;
    display: flex;
    flex-flow: row nowrap;
    top : 0;
    transition: all 0.5s;
    justify-content: space-between;
    -webkit-box-shadow: inset 0px 118px 120px -143px rgba(0,0,0,0.9);
    -moz-box-shadow: inset 0px 118px 120px -143px rgba(0,0,0,0.9);
    box-shadow: inset 0px 118px 120px -143px rgba(0,0,0,0.9);
    z-index: 200;
}
.header_fixed.out{
    top: -200px;
}
.header_fixed nav{
    display: flex;
    flex-flow: row nowrap;
}
.header_fixed nav .active{
    color: #000;
}
.header_fixed nav a{
    color: #fff;
    position: relative;
    max-height: 20px;
}
.header_fixed > a{
    width: 243px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top : 25px;
}
.header_fixed nav a:hover{
    color: #000;
}
.header_fixed nav a + a{
    margin-left: 10px;
}
.header_fixed nav a + a::after{
    content: '';
    margin: auto;
    display: block;
    width: 3px;
    height: 3px;
    background : #fff;
    border-radius: 100%;
    position: absolute;
    left: -7px;
    top: 11px;

}

/**************MENU RESPONSIVE****************/

.menu_mobile .menu_icon{
    background: url("../img/menu.svg");
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.5s;
    z-index: 1000;
    position: fixed;
    top: 25px;
    left: 25px;
    cursor: pointer;
    padding: 20px;
}
.menu_mobile.white .menu_icon{
    background: url("../img/menu-white.svg");
}
.menu_mobile{
    display: none;
    z-index: 500;
}
.menu_mobile a{
    margin: 0;
}

.menu_mobile.white .nav_mobile, .menu_mobile.white{
    z-index: 700;
}


.menu_mobile.open .menu_icon{
    background: url("../img/close.png");
    width: 20px;
    height: 20px;
/*    transform: rotateX(180deg);*/
    z-index: 1000;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
}
.nav_mobile{
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    left: -50%;
    transition: all 0.5s;
    z-index: 900;
}
.nav_mobile a{
    line-height: 35px;
    font-size: 13px;
}
.nav_mobile a:last-of-type{
    display: inline;
}
.nav_mobile .search{
    padding-left: 15px;
}
.nav_mobile.open{
    left: 0;
    -webkit-box-shadow: 29px 64px 48px -1px rgba(0,0,0,0.73);
    -moz-box-shadow: 29px 64px 48px -1px rgba(0,0,0,0.73);
    box-shadow: 29px 64px 48px -1px rgba(0,0,0,0.73);
}
.nav_mobile .lang{
    display: flex;
    margin-top: 20px;
}
.nav_mobile .lang a{
    color: #000;
    margin-right: 10px;
}
.nav_mobile .search{
    color: #000;
    margin-top: 20px;
}
.nav_mobile .lang .active{
    text-decoration: underline;
}
/***********************SEARCH OVERLAY*************************/
.overlay{
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    display: none;
    z-index: 600;
}
.overlay_search{
    width: 100%;
    padding: 350px 15px 30px;
    max-width: 1220px;
    margin: 0 auto ;
    position: relative;
}
.overlay_search input{
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    width: calc(100% - 80px);
}
.overlay_search input[type="text"]::placeholder{
    color: white;
    font-size: 20px;
    opacity: 0.5;
}
.overlay_search .close{
    position: absolute;
    background: url("../img/close-white.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    right: 5px;
    bottom: 30px;
    width: 40px;
    height: 40px;
}

.header.overlay_open{
    -webkit-box-shadow: inset 0px 154px 44px 8px rgba(0,0,0,0.62);
    -moz-box-shadow: inset 0px 154px 44px 8px rgba(0,0,0,0.62);
    box-shadow: inset 0px 154px 44px 8px rgba(0,0,0,0.62);
    z-index: 900;
    background: transparent;
    overflow-y: hidden;
}
.overlay .search_result{
    padding: 20px 15px 30px;
    max-width: 1220px;
    margin: 0 auto;
    display: none;
}
.overlay .search_result .title_result{
    color: #fff;
    margin-bottom: 35px;
}
.overlay .search_result .list_result{
    display: grid;
    grid-template: auto/1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
}
.overlay .search_result .products .bloc_result{
    max-width: 392px;
    overflow: hidden;
}
.overlay .search_result .designers .bloc_result{
    max-width: 264px;
    overflow: hidden;
}
.overlay .search_result .legende{
    margin-top: 10px;
    color: #fff;
}

/**************************************************************/
/****************************FOOTER***************************/
/************************************************************/
main{
    padding: 0 0 250px;
}
.before_footer{
    width: 100%;
    padding: 100px 50px 100px;
    position: relative;
}
.before_footer .img_absolute{
    position: absolute;
    left: 50px;
    top: -180px;
    max-width: 617px;
}
.before_footer .titre{
    font-size: 25px;
    margin-bottom: 35px;
}
.before_footer .contact{
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}
.before_footer .contact p{
    width: 50%;
}
footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    position: relative;
}
footer .logo{
    width: 305px;
    margin-bottom: 35px;
}
footer .left .nav_left{
    padding-left: 50px;
}
footer a{
    display: block;
    font-family: 'ADAMCG-PRO';
    font-size: 15px;
    text-transform: uppercase;
}
footer .right{
    display: flex;
}
footer .news{
    text-align: right;
    position: absolute;
    top: -35px;
    right: 127px;
}
footer .news nav{
    margin: 0 0 0 auto;
}
footer .logo_nash{
    width: 104px;
    margin: 0 0 0 auto;
}
footer .sociaux{
    padding: 0 50px;
}
footer .newsletter{
    text-align: left;
    background: #000;
    padding: 30px 85px;
    color: #fff;
    max-width: 615px;
    margin-bottom: 20px;
}
.newsletter .titre{
    margin-bottom: 30px;
}
.newsletter p{
    font-size: 16px;
    margin-bottom: 20px;
}
.newsletter label{
    position: relative;
}
.newsletter input{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
}
.newsletter input[type="text"]::placeholder{
    color: white;
}

.newsletter button[type="submit"]{
    color: #fff;
   /* width: 20px;*/
    position: absolute;
    right: 0;
}

.newsletter .legal{
    display: block;
    font-style: italic;
    font-size: 13px;
    line-height: 13px;
}
footer .sociaux a{
    width: 17px;
    display: block;
    margin : 30px auto;
}
footer .sociaux a:first-of-type{
    width: 10px;
}
footer .sociaux .back-to-top{
    width: 27px;
    margin-top: 50px;
}

/**************************************************************/
/****************************ACCUEIL**************************/
/************************************************************/
#accueil .prez{
    position: relative;
    padding: 100px 50px ;
}
#accueil .prez .crossfading{
    max-width: 590px;
    margin: 0 auto;
}
#accueil .prez .title_prez{
    z-index: 10;
}
#accueil .prez .crossfading .wrapper{
   position:absolute;
    top: 0;
    z-index: 5;
    max-width: 591px;
    left: 50%;
    transform: translateX(-50%);
}

#accueil .title_prez{
    font-family: 'ADAMCG-PRO';
    text-transform: uppercase;
    font-size: 100px;
    line-height: 100px;
    width: fit-content;
    width: -moz-fit-content;
}
#accueil .title_prez:first-of-type{
    padding-top: 120px;
    position: relative;
    left: -540px;
    text-align: right;
    margin: 0 0 0 auto;
    max-width: 250px;
}
#accueil .title_prez:last-of-type{
    position: relative;
    right: -540px;
    text-align: left;
    bottom: 0;
}
#accueil .prez .btn{
    margin: 50px 0 0 auto;
    display: block;
    max-width: 290px;
    text-align: center;
}
#accueil .realisations.selections{
    padding: 100px 50px 145px;
    max-width: none;
}
#accueil .realisations.selections .titre{
    text-align: left;
}
#accueil .realisations .titre{
    margin-bottom: 45px;
    text-align: center;
    padding: 0 25px;
}
#accueil .realisations.selections .slick-dots{
    left: 25px;
    bottom: 25px;
}
#accueil .showroom{
    padding: 50px;
    display: flex;
}
#accueil .showroom .le_showroom{
    display: flex;
    width: 60%;
    align-items: center;
    margin-right: 50px;
}
#accueil .showroom .img_container{
    max-width: 488px;
    margin-right: 50px;
    position: relative;
    top: 100px;
}
#accueil .showroom .text{
    width: calc(50% - 50px);
    padding-top: 50px;
}
#accueil .showroom .text .titre{
    margin-bottom: 30px;
}
.text .link{
    width: max-content;
    width: -moz-max-content;
}
#accueil .showroom .text .btn{
    margin: 35px 0 0 auto;
    display: block;
    max-width: 105px;
    text-align: center;
}
#accueil .showroom .adresses{
    width: 40%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
#accueil .showroom .adresses .container{
    max-width: 675px;
    position: relative;
    top: -100px;
}
#accueil .showroom .adresses address{
    margin-top: 30px ;
    padding-left: 70px;
}
#accueil .showroom .adresses span{
    position: relative;
    display: block;
}
#accueil .showroom .adresses span::before{
    position: absolute;
    content: '';
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #000;
}
#accueil .designers{
    padding: 150px 0;
    overflow: hidden;
    white-space: nowrap;
}
#accueil .carousel .name{
    position: relative;
    /*padding: 0 40px 15px 0;*/
    margin: 0 40px;
    font-family: 'ADAMCG-PRO';
    font-size: 100px;
    color: #fff;
    line-height: 100px;
    white-space: nowrap;
    width: auto !important;
}
#accueil .carousel .name:hover{
    color: #000;
}
#accueil .carousel .name::after{
    content: '';
    position: absolute;
    right: -45px;
    top: 50%;
    /*transform: translateY(-50%);*/
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
#accueil .designers .btn{
    margin: 100px auto 0;
    display: block;
    max-width: 231px;
    text-align: center;
}
#accueil .actu{
    margin: 50px 0 20px;
    padding: 70px 50px;
    display: flex;
    max-height: 600px;
}
#accueil .actu .media{
    width: calc(60% - 50px);
    margin-right: 50px;
    position: relative;
    top: -100px;
    max-width: 1250px;
}
#accueil .actu .media iframe{
    height : 660px
}
#accueil .actu .text{
    width: 40%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#accueil .actu .actu_img{
    max-width: 214px;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
}
#accueil .actu .titre{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
}
#accueil .actu .titre h2{
    display: block;
}
#accueil .actu .titre .date{
    font-size: 15px;
    margin-bottom: 15px;
}
#accueil .actu .titre .date time{
    display: inline-block;
}
#accueil .actu article{
    width: 60%;
}
#accueil .realisations{
    padding: 50px;
    max-width: 1380px;
    margin: 0 auto;
}
#accueil .realisations .real, #accueil .realisations .slider_selections{
    position: relative;
    margin: 0 -15px 30px;
}
#accueil .realisations .btn{
    text-align: center;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}
#accueil .slick-slide{
    margin: 0 15px;
 }
#accueil .realisations .slick-slide img{
    margin: 0 auto;
    width: 100%;
}


/**************************************************************/
/***************************À PROPOS*************************/
/************************************************************/
#aPropos{
    position: relative;
    padding: 75px 50px 250px ;
}
#aPropos .page_content{
    max-width: 1640px;
    margin-left: auto;
}
#aPropos .redac{
    max-width: 800px;
    padding-top: 250px ;
    margin-right: auto;
}
#aPropos .redac .paragraphe p{
    margin-bottom: 30px;
}
#aPropos .redac .paragraphe .titre{
    min-width: 188px;
}
#aPropos .redac .paragraphe .ss_titre{
    font-family: 'ADAMCG-PRO';
    font-size: 18px;
    margin-bottom: 25px;
}
#aPropos .crossfading_fixe{
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 75px;
    right: 50px;
    width: 100%;
    max-width: 595px ;
}

/**************************************************************/
/***************************SHOWROOM**************************/
/************************************************************/

#showroom .showroom{
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
#showroom .showroom .text{
    max-width: 820px;
    margin: 0 auto;
    padding: 70px 20px 70px 0;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    justify-content: space-between;
}
#showroom .crossfading{
    width: 100%;
    max-width: 600px;
    position: relative;
    top: -70px;
}

#showroom .redac .paragraphe .text{
    max-width: 500px;
    margin: 0 0 0 auto;
    padding: 0 0 0 20px;
}
#showroom .equipe{
    padding: 75px 50px;
    display: flex;
}

#showroom .equipe .slider{
    position: relative;
    max-width: 950px;
    margin-right: auto;
    top: -105px;
}
#showroom .equipe .slider .slick-list{
    padding:  0 !important;
}
#showroom .equipe .slider .slick-slide{
    margin-left: 30px;
}
#showroom .equipe .slick-dots{
    right: 70px;
    left: initial;
}

#showroom .equipe .redac{
    max-width: 416px;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
#showroom .equipe .titre{
    margin-bottom: 25px;
}
#showroom .equipe .ss_titre{
    font-family: 'ADAMCG-PRO';
    font-size: 18px;
}
#showroom .next{
    margin: 200px 50px 200px;
}
#showroom{
    padding-bottom: 0;
}

/**************************************************************/
/***************************DESIGNERS*************************/
/************************************************************/
#designers{
    padding: 20px 50px 150px;
}
#designers .prez_designers{
    max-width: 1230px;
    margin-right: auto;
    margin-bottom: 50px;
}
#designers .ariane{
    max-width: 800px;
    margin: 0 auto 20px;
}
#designers .paragraphe{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#designers .paragraphe .text{
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto ;
    justify-content: space-between;
}
#designers .paragraphe .text p{
    max-width: 425px;
}
#designers .paragraphe .titre{
    line-height: 30px;
}
#designers .all{
    max-width: 1635px;
    margin: 0 auto;
    display: grid;
    grid-auto-rows: max-content;
    grid-template: 1fr/ repeat(3, 1fr);
    grid-gap: 50px;
    min-height: 0;
    min-width: 0;
}
#designers .all .bloc_designer{
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    min-width: 0;
}
#designers .all .bloc_designer .legende{
    margin-top: 5px;
}
#designers .all .paragraphe{
    grid-column-start: 1;
    grid-column-end: 3;
}
#designers .all .names a{
    font-family: 'ADAMCG-PRO';
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    display: block;
}
#designers .all .names a:hover{
    color: #000;
}
#designers .all > .names:not(:nth-child(2)){
    grid-column-start: 3;
    grid-column-end: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    padding-top: 150px;
}
#designers .next{
    margin: 70px 50px 0;
}

/**************************************************************/
/*************************FICHE DEISGNER**********************/
/************************************************************/
#fiche{
    padding: 0 50px 150px;
}
#fiche .ariane{
    margin: 0 auto 100px;
    padding-left: 130px;
}
#fiche .page_content{
    padding-left: 130px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#fiche .page_content .prev{
    position: absolute;
    top: -24px;
    left: 0;
    width: 50px;
    transform: rotate(270deg);
}
/*#ficheDesigner .page_content.redac_fixe .prev{
    position: fixed;
    top: 120px;
    left: 70px;
}*/
#fiche .page_content.redac_fixe{
    justify-content: flex-end;
}
#fiche .redac{
    width: 50%;
    max-width: 800px;
    margin-right: 10px;
}
#fiche .redac .titre{
    margin-bottom: 50px;
    line-height: 35px;
}

#fiche.produit .redac .paragraphe{
    margin-bottom: 20px;
}
#fiche.produit .redac .text p{
    min-width : 500px;
}
#fiche .redac .text{
    max-width: 500px;
}
#fiche .redac .paragraphe .text{
    width:100%;
}
#fiche .redac .ss_titre{
    font-family: 'ADAMCG-PRO';
    font-size: 20px;
    margin-right: 10px;
}
#fiche .redac .btn{
    margin-top: 20px;
    display: block;
    max-width: 182px;
}
#fiche.produit .redac .btn{
    max-width: 275px;
}
#fiche .page_content .redac{
    transition: opacity 0.5s;
    opacity: 1;
}
#fiche .page_content .redac.invisible{
    opacity: 0;
}
#fiche .page_content.redac_fixe .redac{
    position: fixed;
    top: 120px;
    left: 170px;
    width: 50%;
}
#fiche .images{
    max-width:723px;
    overflow: hidden;
}
#fiche .images .titre{
    text-align: center;
    margin : 30px auto;
}
#fiche .images .bloc_media{
    margin-bottom: 35px;
    max-width: 595px;
}
#fiche .images iframe{
    height: 500px
}
#fiche .ttc{
    font-family: "ADAMCG-PRO";
    font-size: 15px;
    color: #a67c52;
}
#fiche .ttc span{
    margin-left: 15px;
}

/**************************************************************/
/*****************************PRODUIT*************************/
/************************************************************/
#produits{
    padding: 0 50px 150px;
}
#produits.realisations{
    padding: 0 50px 250px;
}
#produits .menu_filtres{
    max-width: 1585px;
    margin:  0 auto;
}
#produits .menu_filtres .ariane{
    margin-bottom: 200px;
}
#produits .menu_filtres .categories{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 50px;
}
#produits .menu_filtres nav a, #produits .menu_filtres nav .active{
    font-family: 'ADAMCG-PRO';
    color: #fff;
    position: relative;
    display: block;
}
#produits .menu_filtres .categories a, #produits .menu_filtres .categories .active{
    font-size: 60px;
    line-height: 80px;
}
#produits .menu_filtres .categories .active{
    display: block;
}
#produits .menu_filtres nav a:not(:first-child), #produits .menu_filtres nav .active:not(:first-child){
    margin-left: 50px;
}
#produits .menu_filtres nav a:not(:first-child)::after, #produits .menu_filtres nav .active:not(:first-child)::after{
    content: '';
    margin: auto;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: 50%;
}
#produits .category_mobile{
    cursor: pointer;
    display: none;
    position: relative;
    margin-bottom: 20px;
}


#produits .menu_filtres nav .active, #produits .menu_filtres a:hover{
    color : #000;
    position: relative;
}
#produits .menu_filtres nav{
    position: relative;
}
#produits .menu_filtres .slide_mobile{
    display: none;
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 50px;
    position : absolute;
    top: 0;
    cursor: pointer;
}
#produits .menu_filtres .open .slide_mobile{
    transform: rotate(255deg);
    -webkit-transform: rotate(225deg);
}
#produits .menu_filtres .ss_categories, #produits .menu_filtres .ss_type{
    display: flex;
    flex-flow: row wrap;
    font-size: 35px;
    margin-bottom: 50px;
    position: relative;
}

#produits .menu_filtres .ss_type .back{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}
#produits .menu_filtres .paragraphe{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin-bottom: 70px;
}
#produits .menu_filtres .paragraphe .text{
    max-width: 500px;
}
#produits .liste_produits{
    display: flex;
    justify-content: center;
    max-width: 1840px;
    margin: 0 auto;
}
#produits .liste_produits .bloc_produit {
    width: 32.5%;
    margin-bottom: 15px;
}
.bloc_produit.sm figure{
    max-height: 430px;
    max-width: 600px;
    overflow: hidden;
    width: 100%;
}
#produits .liste_produits .bloc_produit:hover{
    cursor : url("../img/cursor.png"), auto;
}
#produits .liste_produits .bloc_produit figure{
    max-width : 802px;
}
#produits .next{
    margin-top: 50px;
}
#produits.presse .liste_produits{
    display :  grid;
    grid-template: 1fr/repeat(5, 1fr);
    grid-gap: 20px;
}
#produits.presse .link{
    margin-top: 10px;
    max-width: 200px;
    margin-left: auto;
    text-align: right;
}
#produits.presse .link:last-of-type{
    padding-left: 38px;
}
#produits.presse .download_btn img{
    width: 20px;
    height: 20px;
}
#produits.stock .img_wrapper{
    position: relative;
}
#produits.stock .price{
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'ADAMCG-PRO';
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    flex-flow: row nowrap;
}

#produits.stock .price .discount{
    padding: 10px;
    color: #000;
    background: #fff;
}
#produits.stock .price .ttc{
    padding: 10px;
    color: #fff;
    background: #000;
}
#produits.stock .price .barre{
    text-decoration: line-through;
}
    /**************************************************************/
/*****************************CONTACT*************************/
/************************************************************/
#contact{
    padding: 0;
}
#contact .page_content{
    display: flex;
    flex-flow: row nowrap;
    padding: 0 50px 300px;
}
#contact .page_content .contact, #contact .container{
    width: 65%;
}
#contact .page_content .adresses{
    width: 35%;
    margin-top: -130px;
}
#contact .page_content .contact_content{
    max-width: 815px;
    margin: 0 auto;
}
#contact .ariane{
    max-width: 815px;
    margin: 0 auto 250px;
    padding: 0 25px;
}
#contact .contact_form{
    padding: 0 15px;
}
#contact .contact_form p{
    margin-bottom: 50px;
}
#contact .contact_form .input_contact{
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
}
#contact .contact_form textarea{
    font-family: 'AbhayaLibre-Medium';
    font-size: 16px;
    padding: 45px 0;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #000;
}
#contact .contact_form .success{
    color : #4BB543;
}
#contact .contact_form .error{
    color : #FF9494;
}
#contact .contact_form .input_error{
    border : 1px solid #FF9494;
    padding: 15px;
}

#contact .contact_form #rgpd{
    opacity: 0;
    width: 1px;
    height: 1px;
    cursor : none;
    margin: 0;
    padding: 0;
}
#contact .contact_form .btn{
    display: block;
    max-width: 110px;
    margin-left: auto;
}
#contact .contact_form input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#contact .contact_form input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
#contact .contact_form input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contact .adresses .adresses_content{
    padding: 0px 40px 230px;
    border-left: 1px solid #000;
}
#contact .adresses_content .paragraphe .titre{
    min-width: 115px;
}
#contact .adresses .adresses_content .text{
    max-width: 250px;
    width: 100%;
}
#contact .adresses .adresses_content .link{margin-top: 0}

#contact .adresses .adresses_content .paragraphe:last-of-type{
    margin-bottom: 0;
}
#contact .map{
    position: relative;
}
#contact .map .map_container{
    width: 65%;
    padding: 0 25px;
}
#contact .map .map_container .wrapper{
    max-width: 815px;
    margin: 0 auto;
    position: relative;
    top: -200px;
}
.slick-slider:hover{
    transform: none !important;
    transition: none !important;
}

/**************************************************************/
/*****************************LEGALES + CGV*************************/
/************************************************************/
#legales{
    padding: 0 50px 250px;
}
#legales h1{
    font-size: 50px;
    margin : 50px 0;
    text-align: center;
}
#legales section{
    margin-bottom: 50px;
}
#legales .redac .titre{
    margin-bottom: 30px;
}
/**************************************************************/
/*****************************sitemap*************************/
/************************************************************/
#sitemap{
    padding: 0 50px 250px;
}
#sitemap .page_content{
    max-width: 1200px;
    margin: 0 auto;
}
#sitemap h1{
    font-size: 50px;
    margin : 50px 0;
    text-align: center;
    line-height: 50px;
}
#sitemap h2{
    line-height: 30px;
}

#sitemap .nav_content{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
}
#sitemap .nav_content nav{
    width: 30%;
    display: flex;
    flex-flow: column nowrap;
}
#sitemap .nav_content nav + nav{
    margin-left: 20px;
}
#sitemap .nav_content .ss-cat{
    padding-left: 25px;
    margin-bottom: 15px;
}
#sitemap .nav_content nav a{
   display: block;
    font-size: 16px;
    font-family: "ADAMCG-PRO";
    text-transform: uppercase;
    margin-top: 20px;
    color: #000;
}

#sitemap .nav_content nav .ss-cat a{
    margin-top: 7px;
}

/**************************************************************/
/*****************************COOKIES*************************/
/************************************************************/
#rgpd {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
/*    background-color: transparent;*/
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    z-index: 1000;
    text-align: center;
    background-color: rgba(245, 234, 221, 0.6);
/*    -webkit-box-shadow: inset 0px -43px 42px -42px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -43px 42px -42px rgba(0,0,0,0.75);
    box-shadow: inset 0px -43px 42px -42px rgba(0,0,0,0.75);*/
}
#rgpd .btn{
    font-size: 15px;
    line-height: 15px;
    padding: 0px 5px 5px;
    margin-left: 15px;
    background-size: 100% 100%;
}
#rgpd p {
    line-height: initial;
}
#rgpd .link{
    margin-top: 0;
    margin-left: 15px;
}

/**************************************************************/
/****************************POPIn News***********************/
/************************************************************/
.news_pop {
    display: none;
    position: fixed;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    background: #000;
    width: 450px;
    z-index: 1995;
    transition: all .5s;
    overflow: hidden;
    color: #fff;
}
.news_pop .txt_newsletter {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    font-size: 11px;
    width: 100%;
    letter-spacing: 2px
}
.news_pop .btn {
    margin-top: 0
}

.close_pop_news {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.close_pop_news:after,
.close_pop_news:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg)
}

.close_pop_news:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}
