@font-face {
    font-family: 'ZeitungMonoPro-Extrabold';
    src: url('../fonts/ZeitungMonoPro-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ZeitungMonoPro-Extrabold.woff2') format('woff2'),
    url('../fonts/ZeitungMonoPro-Extrabold.woff') format('woff'),
    url('../fonts/ZeitungMonoPro-Extrabold.ttf') format('truetype'),
    url('../fonts/ZeitungMonoPro-Extrabold.svg#ZeitungMonoPro-Extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ZeitungMonoPro-Semibold';
    src: url('../fonts/ZeitungMonoPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ZeitungMonoPro-Semibold.woff2') format('woff2'),
    url('../fonts/ZeitungMonoPro-Semibold.woff') format('woff'),
    url('../fonts/ZeitungMonoPro-Semibold.ttf') format('truetype'),
    url('../fonts/ZeitungMonoPro-Semibold.svg#ZeitungMonoPro-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Acumin Regular';
    src:url('../fonts/Acumin-RPro.woff');
    font-weight: normal;
    font-style:normal;
    font-stretch:normal;
}
@font-face {
    font-family:'Acumin Bold';
    src:url('../fonts/Acumin-BdPro.woff');
    font-weight: normal;
    font-style:normal;
    font-stretch: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: 'Acumin Regular', sans-serif;
    font-size:15px;
    color:#000;
    background-color:#fff;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
}
p{
    display: block;
}
input[type=text],input[type=number],input[type=email],input[type=file], input[type=password], button, select, textarea{
    font-family: 'Acumin Regular', sans-serif;
    font-size:16px;
    color:#000;
    border:none;
}

textarea{
    resize: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, 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;
}

header, nav, footer, section, article, aside, figure, figcaption, mark, time{display:block;}

sup, sub{text-transform:none;}

.clrb{clear:both;}

input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px white inset;}

.hidden{display: none !important;}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: "Acumin Regular", sans-serif;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #000;
}


.container input:checked ~ .checkmark:after {
    display: block;
    opacity: 1;
}
.container .checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    opacity: 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fleche_drop{
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    border-radius: 1px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    cursor: pointer;
}
.fleche_drop.clicked{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
main{
    position: relative;
}
.opacity{
    background-color: rgba(247, 247, 240, 0.8);
}
.paragraphe_default{
    max-width: 375px;
}
/****************************************************/
/***********************HEADERS**********************/
/****************************************************/
#header{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    padding: 50px 150px;
    min-height: 135px ;
}
#header nav{
    display: flex;
    flex-flow: column nowrap;
}
#header nav a{
    font-family: 'ZeitungMonoPro-Semibold', sans-serif;
    font-size: 15px;
    line-height: 32px;
    position: relative;
}
/*#header nav .active::after{
    width: 100%;
}
#header nav a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    background-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
#header nav a:hover::after{
    width: 100%;
}*/
#header nav a:hover{
    text-decoration: underline;
}
#header nav .active{
    text-decoration: underline;
}
#header nav:last-of-type a{
    text-align: right;
}
#header .logo_tsd{
    display: block;
    margin: auto;
}
.burger_btn{
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url(../img/burger_icon.svg) no-repeat center;
}

/*********************RESPONSIVE***********************/
.header_resp{
    display: flex;
    position : fixed;
    top: 0;
    left: 0;
    background: rgba(0, 43, 73, 0.85);
    width: 100%;
    height: 100%;
    flex-flow: column nowrap;
    align-items: center;
    z-index: 1000;
}
.header_resp .close_btn{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../img/btn_close.png) no-repeat center;
}
.header_resp nav{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.header_resp nav a{
    color: #ffffff;
    font-family: 'ZeitungMonoPro-Semibold', sans-serif;
    font-size: 15px;
    line-height: 32px;
}
.header_resp .logo_tsd{
    margin: 50px 0;
}
/*.slide_left{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slide_right{
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

/****************************************************/
/***********************FOOTER**********************/
/****************************************************/
#footer{
    width: 100%;
    background-color: #ebe6d6;
    padding: 75px 144px 40px;
}
#footer #contactUs{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
#footer #contactUs h2{
    font-family: 'ZeitungMonoPro-Extrabold', sans-serif;
    font-size: 50px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 34px;
}
#footer #contactUs::after{
    content: ' ';
    width: calc(100% - 87px);
    height: 2px;
    display: block;
    background: black;
    margin-top: 70px;
}
#footer #footerNav{
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 25px 45px 0 ;
}
#footer #footerNav .main_nav{
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}

#footer #footerNav .second_nav{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 50%;
}
#footer #footerNav nav{
    display: flex;
    flex-flow: column nowrap;
}
#footer #footerNav nav a{
    font-family: 'ZeitungMonoPro-Semibold', sans-serif;
    font-size: 12px;
    line-height: 20px;
}
#footer #footerNav nav, #footer #footerNav address{
    padding: 0 10px;
    margin-bottom: 20px;
}
#footer #footerNav .sociaux li{
    display: inline-block;
}
#footer #footerNav address{
    font-style: normal;
    color: #bcb8ab;
    font-family: 'ZeitungMonoPro-Semibold', sans-serif;
    font-size: 12px;
    line-height: 20px;
}
#footer #footerNav .nash{
    margin-top: 15px;
}
#footer #footerNav .nav_logo{
    text-align: left;
    display: flex;
    align-items: flex-start;
    width: calc(100% - 240px);
    max-width: 431px;
}
#footer #footerNav .nav_logo .logos > a{
    display: inline-block;
    width: 25%;
    min-width: 118px;
    vertical-align: middle;
}
#footer #footerNav .nav_logo .nord{
    max-width: 118px;
}
#footer #footerNav .nav_logo .nash a{
    margin-top: 22px;
}
#footer .img_macaron{
    display : block;
    width: 54px;
    height : 54px;
    position: absolute;
    left: -54px;
    top: -27px;
}
/****************************************************/
/***********************HOMEPAGE**********************/
/****************************************************/
#homepage .banniere{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}
#homepage .banniere article{
    width: 50%;
}
#homepage .banniere article img{
    width: 100%;
}
#homepage .banniere .txt_banniere{
    background-color: #ebe6d6;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-left: 140px;
}
#homepage .banniere .txt_banniere p{
    text-align: center;
    max-width : 540px;
    font-family: 'ZeitungMonoPro-Semibold', sans-serif;
    font-size: 23px;
    line-height: 32px;
}
#homepage .banniere .txt_banniere a{
    font-family: 'ZeitungMonoPro-Extrabold', sans-serif;
    text-align: center;
    max-width : 540px;
    font-size: 23px;
    line-height: 32px;
    padding-top: 35px;
}
#homepage .home_section{
    width: 100%;
    padding: 0 144px;
}
#homepage .home_section::after{
    content: ' ';
    width: 100%;
    height: 2px;
    display: block;
    background: black;
    margin-bottom: 37px;
}
#homepage section:last-of-type::after{
    display: none;
}
#homepage section:nth-child(2)::before{
    content: ' ';
    width: 100%;
    height: 2px;
    display: block;
    background: black;
    margin-bottom: 37px;
}

#homepage .home_section .separation{
    display: flex;
    flex-flow: row;
}
#homepage .home_section article{
    width : 50%;
}
#homepage .home_section .txt_article{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#homepage .home_section .txt_article h2{
    font-family: 'ZeitungMonoPro-Extrabold', sans-serif;
    font-size: 63px;
    line-height: 72px;
    text-transform: uppercase;
    padding-bottom: 68px;
    max-width: 700px;
}
#homepage .home_section .txt_article p{
    font-family: 'Acumin Regular', sans-serif;
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 30px;
    max-width: 388px;
}
#homepage .home_section .txt_article .decouvrir{
    max-width: 148px;
}
.decouvrir{
    background-color: #000000;
    position: relative;

}
.decouvrir a,
.decouvrir div{
    width: 100%;
    padding: 8px 22px 6px 42px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Acumin Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}
.decouvrir div::before,
.decouvrir a::before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left:-1px;
}
input[type="submit"],
#contactContent .contact_form input[type="submit"]{
    color:  #fff;
    text-transform: uppercase;
    font-family: 'Acumin Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    max-width: 133px;
    padding: 8px 22px 6px 22px;
    border:0;
    position: relative;
}
#homepage .home_section .img_article{
    max-width: 815px;
    max-height: 816px;
    overflow: hidden;
}
#homepage section:last-of-type{
    margin-bottom: 120px;
}
.decouvrir::placeholder{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Acumin Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}
/************************SIDE NAV**********************/
#sideNav {
    position: fixed;
    top: 50%;
    right : 50px;
    z-index: 100;
    padding: 35px 0;
}

#sideNav ul li {
    display: block;
    position: relative;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #000000;
    margin: 10px auto;
}
#sideNav ul li a{
    display: block;
    padding: 5px;
}
#sideNav .active{
    width: 20px;
    height: 2px;
}
#sideNav  ul li+li {
    margin-top: 15px;
}
/****************************************************/
/*******************GENERAL CONTENT******************/
/****************************************************/
#content .banniere{
    width: 100%;
    max-height: 437px;
}
.content::before{
    content: ' ';
    display: block;
    width: 72%;
    height: 2px;
    margin: 0 auto;
    background-color: #000000;
}
#publicationContent::before{
    width: 100%;
}
#officeContent .two_col .left h1{
    max-width: 300px;
}
.content{
    padding: 0 0 36px;
}
.content .two_col{
    display: flex;
    flex-flow: row nowrap;
    padding-top: 108px;
}
.content .two_col .left{
    width: 50%;
}
.content .two_col .left h1{
    font-family: 'ZeitungMonoPro-Extrabold', sans-serif ;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    margin: 0 auto;
    padding-bottom: 45px;
}
.content .two_col .left p{
    font-family: 'Acumin Regular', sans-serif;
    font-size: 17px;
    margin: 0 auto;
}
.content .two_col .right{
    width: 50%;
    padding-left: 35px ;
    /*border-left: 2px solid #000000;*/
    z-index: 100;
    position: relative;
    padding-bottom: 120px;
}
.content .two_col .right::before{
    content: ' ';
    display: inline-block;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: black;
    position: absolute;
    z-index: 100;
}
.content .two_col .right p{
    font-family: 'Acumin Regular', sans-serif;
    font-size: 17px;
    line-height: 22px;
    /*max-width: 375px;*/
    padding-bottom: 35px;
}
.content .two_col .right h2{
    font-family: 'Acumin Bold', sans-serif;
    font-size: 17px;
    padding-bottom:35px ;
}
.content .two_col .right ul{
    position: relative;
    background-color: #ebe6d6;
    z-index: 1;
    margin-bottom: 35px;
    padding: 17px 0;
}
.content .two_col .right ul::before{
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 200px;
    height : 100%;
    top: 0;
    left: -200px;
    background:  #ebe6d6;
}
.content .two_col .right li{
    font-family: 'Acumin Regular', sans-serif;
    font-size: 17px;
    line-height: 22px;
    z-index: 1;
    max-width: 375px;
    margin-right: 25px;
}
footer{
    margin-top: 45px;
}
#expertiseImmoContent .left h1,
#expertiseImmoContent .left p{
    max-width: 500px;
}

/************OFFICE*************/
#office .content .two_col .left{
    width: 40%;
}
#office .content .two_col .right{
    width: 60%;
    padding-bottom: 0;
    margin-bottom: 100px;
}
#office .content .two_col .right p:last-of-type{
    padding-bottom: 0;
}
#office .content .two_col .right h3{
    width: 80%;
    font-family: 'Acumin Regular',sans-serif;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 80px 200px 80px 0;
    background: #ebe6d6;
    margin : 50px 0 85px 0;
}
#office .content .two_col .right h3::before{
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 200px;
    height : 100%;
    top: 0;
    left: -200px;
    background:  #ebe6d6;
    z-index: 200;
}
#office .content .two_col .right h3::after{
    content: ' ' ;
    display: block;
    position: absolute;
    top: 25%;
    right : -54px;
    width: 109px;
    height: 109px;
    background: url("../img/macaron.png") no-repeat center center;
}
#office .content .two_col .right h3 img{
    display: block;
    max-width: 58px;
    max-height : 46px;
    position: absolute;
    left: calc(50% - 165px);
}
#office .content .two_col .right h3 img:first-of-type{
    top: -23px;
}
#office .content .two_col .right h3 img:last-of-type{
    bottom: -23px;
}
#office .content::after{
    content: ' ';
    display: block;
    width: 72%;
    height : 2px;
    background: #000000;
    margin: 0 auto;
}
#office .office_equipe{
    padding: 75px 0;
    text-align: center;
}
#office .office_equipe h2{
    font-family: 'ZeitungMonoPro-Extrabold', sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 72px;
    text-align: center;
    margin-bottom: 75px;
}
#office .office_equipe .equipe{
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}
#office .office_equipe .bloc_equipe{
    position: relative;
    display: inline-block;
    width: 277px;
    margin-right: 120px;
    margin-bottom: 150px;
}
#office .office_equipe .bloc_equipe .plus{
    width: 27px;
    height: 27px;
    background: #000;
    position: absolute;
    right: 10px;
    bottom: 100px;
    cursor: pointer;
    padding: 4px 0;
    z-index: 200;
}
#office .office_equipe .bloc_equipe .plus > img{
    width: 19px;
    height: 19px;
    margin: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#office .office_equipe .bloc_equipe .plus.clicked > img{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#office .office_equipe .bloc_equipe .hover{
    width: 100%;
    height: 100%;
    background-color:rgba(235, 230, 214, 0.7);
    padding: 30px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: default;
}
#office .office_equipe .bloc_equipe .hover.clicked{
    opacity: 1;
}
#office .office_equipe .bloc_equipe .encart{
    background-color: #ebe6d6;
    position: absolute;
    padding: 20px;
    left: 61px;
    width: 315px;
    bottom: -70px;
    z-index: 200;
    height: 150px;
}
#office .office_equipe .bloc_equipe .encart .nom_fonction{
    margin-bottom: 45px;
    text-align: left;
}
#office .office_equipe .bloc_equipe .encart .nom_fonction .nom{
    font-size: 17px;
}
#office .office_equipe .bloc_equipe .encart .nom_fonction .fonction{
    font-size: 15px;
}
#office .office_equipe .bloc_equipe .encart .decouvrir{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#office .office_equipe .bloc_equipe .encart .contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#office .office_equipe .bloc_equipe .encart .contact .linkedin{
    width: 27px;
    height: 27px;
    background: url("../img/linkedin_icon_equipe.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    right: 20px;
    bottom: 20px;

}
/************PUBLICATIONS*************/
#publications h1{
    font-family: 'ZeitungMonoPro-Extrabold', sans-serif ;
    text-align: center;
    font-size: 45px;
    line-height: 53px;
    padding: 108px 0 45px;
    text-transform: uppercase;
}

#publicationContent{
    max-width: 1375px;
    margin: 0  auto 75px;
    padding: 0;
    text-align: center;
    position: relative;
}
#publicationContent .bloc_article{
    display: inline-block;
    vertical-align: top;
    background-color: #ebe6d6;
    padding:35px 5px 35px 35px;
    height: 420px;
    width:420px;
    max-width: 420px;
    margin-right: auto;
    margin-bottom: 4px;
    position: relative;
}
#publicationContent .bloc_article .excerpt{
    max-width: 296px;
   padding-left: 20px;
    border-left:1px solid black;
    text-align: left;
    height:100%;
}

#publicationContent .bloc_article .excerpt h2{
    font-family: "Acumin Bold", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
}
#publicationContent .bloc_article .excerpt .paragraphe{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
}
#publicationContent .bloc_article .decouvrir{
    position: absolute;
    bottom: 35px;
    z-index: 200;
}
#publicationContent .bloc_article .date{
    display: block;
    position: absolute;
    top: 50%;
    left: -45%;
    width:100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#publicationContent .bloc_article .ss_title{
    text-transform: uppercase;
    margin-bottom: 20px;
}
#publications .lire_plus{
    display: block;
    margin: 0 auto;
    text-align: center;
}
/************RECRUTEMENT*************/
#publicationContent .bloc_article.canditature{
    text-align: center;
    padding: 40px  85px 0;
}
#publicationContent .bloc_article.canditature > img{
    max-width: 68px;
    margin: auto auto 30px;
}
#publicationContent .bloc_article.canditature h2,
.pop_up .recrutement_annonce h2{
    font-family: "Acumin Bold", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
}
#pop_up .recrutement_annonce h2{
    text-align: left;
}
#publicationContent .bloc_article.canditature h2{
    text-align: center;
}
#publicationContent .bloc_article.canditature .decouvrir{
    left: 50%;
    transform: translateX(-50%);
}
#publicationContent .bloc_article.recrutement .excerpt{
    border: none;
}
.pop_up .recrutement_annonce{
    padding: 100px;
}
.pop_up .recrutement_annonce h3{
    font-family: "Acumin Bold", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    margin: 20px 0 30px;
    text-align: left;
}
.pop_up .recrutement_annonce p{
    font-size : 17px;
    margin-bottom: 30px;
    text-align: left;
}
.pop_up .recrutement_annonce .decouvrir{
    margin: 50px auto 0;
    display: block;
}
#publicationContent .bloc_article.recrutement .pop_up{
    min-width: 1250px;
}
/************TARIFS*************/
#tarifsContent .left{
    width: 40%;
    padding-right: 35px;
}
#tarifsContent .left h1{
    text-align: center;
    max-width: unset;
}
#tarifsContent .right{
    width: 60%;
    max-width: 630px;
    padding-bottom: 0;
}
#tarifs .negociation{
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
}
#tarifs .negociation h2{
    font-family: "ZeitungMonoPro-Extrabold", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin: 10px auto 35px;
    padding: 0;
}

#tarifs .negociation h3{
    font-family: "ZeitungMonoPro-Extrabold", sans-serif ;
    font-size: 25px;
    text-transform: uppercase;
    margin: 10px auto 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
#tarifs .remise{
    width: 100%;
    margin-top: 120px;
    padding: 15px 0 200px;
}
#tarifs .remise h2{
    font-family: "ZeitungMonoPro-Extrabold", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
#tarifs .remise .tableau{
    max-width:1650px;
    margin: 0 auto 80px;
}
#tarifs .remise .tableau .category{
    padding-left: 20px;
    border-left: 2px solid #000;
    margin-bottom: 50px;
}
#tarifs .remise .tableau .category .title_category{
    font-size: 17px;
    margin-bottom: 20px;
}
#tarifs .remise .tableau .category .tab_row{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}

#tarifs .remise .tableau .category .tab_row h3{
    font-family: "Acumin Bold", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding-bottom: 10px;
}
#tarifs .remise .legifrance{
    margin-top: 50px;
    text-align: center;
    line-height: 45px;
}
#tarifs .remise .legifrance a{
    color: #fff;
    background: #000;
    padding: 10px;
}
    /************ANNONCES IMMO*************/
#AnnoncesImmo .content,
#contactContent{
    padding:0;
}
#AnnoncesImmo .content .two_col .left,
#contactContent .two_col .left{
    width:40%;
    border-right:1px solid black;
    padding-right: 30px;
    position: relative;
}
#contactContent .two_col .left h1{
    max-width: 50%;
}
#AnnoncesImmo .content .two_col .left h1{

    max-width: 370px;
}
#annoncesContent .recherche{
    display: block;
    margin: 0 auto;
    max-width: 365px;
}
#annoncesContent .recherche h3{
    text-transform: uppercase;
    margin-bottom: 20px;
}
#annoncesContent .recherche > div{
    position: relative;
}
#annoncesContent .recherche .slidetoggle{
    width:100%;
    font-size: 15px;
    color : rgba(0, 0, 0, 0.5);
    font-style: italic;
    position: relative;
    padding: 0 12px 5px;
    border-bottom: 1px solid #000;
    margin: 0 0 15px 0;
}
#annoncesContent .recherche input::placeholder{
    font-size: 15px;
    color : rgba(0, 0, 0, 0.5);
    font-style: italic;
}
#annoncesContent .recherche .fleche_drop{
    right:0;
}
#annoncesContent .recherche .slidecontent{
    padding: 10px 10px 0;
    width:100%;
    background-color: #fff;
    position: absolute;
    top:27px;
    left:0;
    display: none;
    z-index: 100;
}
#annoncesContent .recherche .ville{
    display: flex;
    flex-flow: row nowrap;
}
#annoncesContent .recherche .ville label{
    width:75%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding-bottom: 4px;
    margin: 0 0 15px 0;
    padding-left: 12px;
}
#annoncesContent .recherche .ville label input{
    width:100%;
}
#annoncesContent .recherche .ville .km{
    width:25%;
    border-right: 0;
}
#annoncesContent .recherche select{
    font-size: 15px;
    color : rgba(0, 0, 0, 0.5);
    font-family: "Acumin Regular", sans-serif;
    font-style: italic;
    width:100%;
}
#annoncesContent .recherche .max label{
    padding-left: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
#annoncesContent .recherche .max input{
    width:50%;
    text-align: center;
}
#annoncesContent .recherche .max input::placeholder{
    text-align: center;
}
#annoncesContent .recherche .max select{
    width:58%;
    text-align: center;
    padding-left: 30px  ;

}
#annoncesContent .list_content{
    max-width: 850px;
}
#annoncesContent .list_content .pagination{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #000;
}
#annoncesContent .list_content .pagination h2{
    font-family:"Acumin Bold", sans-serif;
    padding: 0;
}
#annoncesContent .list_content .pagination ul{
    padding: 0;
    margin: 0;
    background: transparent;
}
#annoncesContent .list_content .pagination ul::before{
    display: none;
}
#annoncesContent .list_content .pagination ul li{
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
#annoncesContent .list_content .pagination ul a{
    color : rgba(0, 0, 0, 0.5);
}
#annoncesContent .list_content .pagination ul .active a{
    font-family: "Acumin Bold", sans-serif;
    color:#000;
}
#annoncesContent .list_content .annonce{
    padding: 45px 0 35px;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    border-bottom: 1px solid #000;
}
#annoncesContent .list_content .annonce .img_container{
    margin-right: 30px;
    min-width: 160px;
    max-width:220px;
}
#annoncesContent .list_content .annonce .img_container img{
    width:100%;
}
#annoncesContent .list_content .description h3{
    font-family: "Acumin Bold", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#annoncesContent .list_content .description p{
    padding: 0;
    margin: 0;
}
#annoncesContent .list_content .description .txt_annonce{
    margin: 30px 0;
}
#annoncesContent .list_content .detail{
    max-width: unset;
    width:100%;
    padding: 40px 0 30px;
}
#annoncesContent .list_content .detail .txt_annonce{
    max-width: unset;
    width:100%;
}
#annoncesContent .list_content .detail .ref{
    padding: 5px 10px;
    background: #ebe6d6;
    width:200px;
    margin: 20px 0;
}
#annoncesContent .list_content .detail .img_detail{
    margin-bottom: 30px;
    position: relative;
}
#annoncesContent .two_col .right{
    padding-bottom: 0;
}
#annoncesContent .title a{
    text-decoration: underline;
}
#annoncesContent ul{
    background: none;
    padding: 0;
}
#annoncesContent ul::before{
    display: none;
}
#annoncesContent ul li{
    max-width: inherit;
    padding: 0;
    margin: 0;
}
.nav_arrow{
    position: absolute;
    cursor: pointer;
    z-index: 2;
    border: solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
}
.up_arrow{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    color: #fff;
    right:5px;
    top:calc(50% - 20px);
}
.down_arrow{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: #fff;
    right:5px;
    top:calc(50% + 20px);
}
#annoncesContent .slick-dots{
    margin-bottom: 0;
    position: absolute;
    transform: rotate(90deg);
    right: -140px;
    top: 50%;
    z-index: 100;
    background-color: #fff;
    text-align: center;
}
#annoncesContent .slick-dots li{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    text-align: center;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: ' ' !important;
    text-align: center;
    opacity: .25;
    color: black;
    background: #000;
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-vertical .slick-slide{
    max-height:643px !important;
}
    /************CONTACT*************/
#contactContent .two_col .right{
    padding-left: 30px;
}
#contactContent .two_col .right h3{
    text-transform: uppercase;
    font-family: "Acumin Bold", sans-serif;
    font-size: 17px;
    padding-bottom: 0;
}
#contactContent .two_col .right address{
    font-size: 17px;
    line-height: 22px;
    font-style: normal;
}
#contactContent .two_col .right > div{
    margin-bottom: 40px;
    max-width: 303px;
}
#contactContent .two_col .right .row{
    display: flex;
    flex-flow: row wrap;
    width:100%;
}
#contactContent .two_col .right .row p{
    width:50%;
}
#contactContent .two_col .right  p{
    padding: 0;
}
#contactContent .two_col .right .telephone{
    margin-top: 30px;
}
#contactContent .contact_form h3{
    margin: 30px 0;
}
#contactContent .contact_form label{
    position: relative;
    padding-left: 6px;
    font-family: "Acumin Regular", sans-serif;
    font-size:17px;
}
#contactContent .contact_form label::before{
    content: ' ';
    position: absolute;
    width:4px;
    height:4px;
    border-radius: 4px;
    left:0;
    top:35%;
    background: #000;
}
#contactContent .contact_form input,
#contactContent .contact_form textarea,
#contactContent .two_col .right .replace_input{
    padding: 10px 0 20px;
    width: 60%;
    border-bottom: 1px solid #000;
    font-family: "Acumin Regular", sans-serif;
    margin-bottom: 30px;
}
#contactContent .contact_form input::placeholder,
#contactContent .contact_form textarea::placeholder,
#contactContent .two_col .right .replace_input{
    color : rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-size: 15px;
}
#contactContent .contact_form .decouvrir{
    display: block;
}
#contactContent .contact_form .obligatoire{
    font-style: italic;
    font-size: 15px;
    margin-bottom: 20px;
}
#contactContent .contact_form p{
    margin: 0;
}
#contactContent .contact_form .mention{
    margin-top: 20px;
    font-size: 13px;
    color : rgba(0, 0, 0, 0.5);
    font-family: "Acumin Regular", sans-serif;
}
#contactContent .contact_form .mention a{
    text-decoration: underline;
    color : rgba(0, 0, 0, 0.5);
}
.pop_up::before{
    display: none;
}
.pop_up{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(247, 247, 240, 0.8);
}
.pop_up .pop_container{
    max-width: 1060px;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}
.pop_up .right{
    width: 100%;
}
#contactContent .pop_container .contact_form input, #contactContent .pop_container .contact_form textarea{
    width:100%;
}
.pop_up .close_pop{
    position: absolute;
    top:10px;
    right:10px;
    background: url('../img/close.svg') no-repeat 100% 100% ;
    background-position: center center;
    width:20px;
    height: 20px;
    display: block;
    cursor: pointer ;
}
#contactContent .two_col .right .back_list{
    font-family: "Acumin Bold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    width: 50%;
    display: block;
    margin-bottom: 30px;
}
#contactContent .two_col .right .condition{
    max-width: unset;
    margin-bottom: 30px;
}
#contactContent .two_col .right .replace_input{
    position: relative;
    cursor: default;
}

#contactContent .two_col .right .replace_input .browse{
    width: 20px;
    height: 11px;
    background: url("../img/browse.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 200;
}
#contactContent .two_col .right input[type="file"]{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#contactContent .erreur{
    color: #b22222;
    padding: 10px;
}
#contactContent input.erreur,
#contactContent textarea.erreur{
    border: 1px solid #b22222;
    color: #000;
}
#contactContent .success{
    color: #32CD32;
    padding: 10px;
}
    /************MENTIONS*************/
#mentionContent .two_col .right p{
    padding-bottom: 15px;
}
#mentionContent .two_col .right a{
    text-decoration: underline;
}
#mentionContent .two_col .right h2{
    margin: 30px 0 15px;
    text-transform: uppercase;
    font-family: "Acumin Bold", sans-serif;
    font-size: 17px;
    padding-bottom: 0;
}
#mentionContent .two_col .right .decouvrir a{
    text-decoration: none;
}
/**********************KEYFRAMES**********************/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.cc-revoke.cc-bottom {
    display: none;
}