/*===========================================================
    common settings
============================================================*/

body {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font: 16px/2 Roboto,Helvetica,Arial,sans-serif;
    overflow-x: hidden;
}
#main {
    position: relative;
}
#main:before {
    background: -webkit-linear-gradient(top,#fff 0,#f4f4f4 99%);
    background: linear-gradient(180deg,#fff 0,#f4f4f4 99%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 416px;
    z-index: -1;
}

/*
* list
*/
ul { 
    padding: 0; 
    margin-bottom: 1rem;
}
ul li { 
    list-style: none;
}

/*
* cubic transition
*/
.explore, .explore:hover, .explore:before, .explore:hover:before,
.menu li a, .menu li a:hover  {
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
    -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
    -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    text-decoration: none;
}


/*===========================================================
    utility
============================================================*/
/*
* heading
*/
.heading {
    color: #E30040;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media(min-width:992px) {
    .show-only-mobile {
        display: none;
    }
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:991px) {
    .image {
        height: 500px;
    }
}

.font-weight-medium {
    font-weight: 500 !important;
}


/*===========================================================
    common layout
============================================================*/
/*
* container
*/
@media(max-width:1200px) {
    .container {
        max-width: 1170px;
    }    
}

/*
* container
*/
#container  {
    min-width: 320px;
    overflow: hidden;
}


/*
* header
*/
#header {
    background: #fff;   
    padding: 20px 0;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}
#header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .logos {
    display: flex; 
    align-items: center;
    width: 470px;
}
h2, .h2 {
    font-size: 40px;
    color: #2e0720;
    font-weight: 400;
}
h2 strong {
    font-weight: 500;
}
#intro h2 {
    font-size: 46px;
    margin-bottom: 38px;
}
#intro .btn-flottant {
    position: absolute;
    right: 15px;
    top: 51px;
}
p.soustitre, p.sstitre {
    color: #E30040;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Rubik';
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 45px;
    position: relative;
    margin-bottom: 5px;
}
p.sstitre {
    padding-left: 0;
}
p.soustitre:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    border: 1px solid #E30040; 
    height: 0px;
    width: 30px;
}

#hero {
    position: relative; 
    z-index: 1;
    background-size: cover;
    background-position: center center;
}
#hero.bg-top {
    background-position: top center;
}
#hero.bg-bottom {
    background-position: bottom center;
}

#hero, #hero .container {
    height: 700px;
    margin-top: -700px;
}
#hero.in, #hero.in .container {
    height: 600px;
    margin-top: auto;
}
#hero.contact, #hero.contact .container {
    height: 450px;
}

#hero .container {
    background: rgb(43,10,29);
    background: linear-gradient(90deg, rgba(43,10,29,0.8) 0%, rgba(43,10,29,0.8) 30%, rgba(43,10,29,0) 70%);
}
#hero .container .row {
    position: relative;
    padding-top: 170px;
}
#hero .container .row:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    /* border: 1px solid #E30040; */
    width: 1000px;
    height: 700px;
   /* background-repeat: repeat-x;
    background-position-x: -15px;
    background-image: url("../images/hover-2.png"); */
    background:rgba(43,10,29,0.8) 0%;
}
#hero h1 {
    font-size: 70px;
    font-weight: 400;
    color: white;
    letter-spacing: -2.8px;
    line-height: 75px;
    margin-bottom: 55px;
}
#hero h1 strong {
    font-weight: 500;
    font-size: 80px;
}
#hero p.soustitre {
    font-size: 16px;
    letter-spacing: 2.5px;
}
#hero p.soustitre:before {
    top: 15px;
}
#hero .btn {

    text-align: left;
    padding: 15px 50px 15px 75px;
    margin-right: 10px;
    font-weight: 400;
}
#hero .btn strong {
    display: block;
    font-size: 23px;
    line-height: 23px;
}
#hero .btn.maison {
    background-image: url(../images/ico-maison-32.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}
#hero .btn.appart {
    background-image: url(../images/ico-appart-32.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}
#hero .btn-secondary {
    color: #2e0720;
    background-color: #fff;
    border-color: #fff;
}
.menu .btn-primary a {
    color: #FFFFFF !important;
    text-transform: uppercase;
}
.menu .btn-primary a img {
    margin-right: 6px;
}
#event-banner {
    background: #674F61;
    clear: both;
    color: white;
    text-align: center;
    font-family: Rubik,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    z-index: 25000;
    position: relative;
}
#event-banner a {
    color: #fff;
    display: block;
    /* padding: 7px 19px; */
    height: 38px;
    line-height: 38px;
}
#event-banner strong {
    font-weight: 600;
    margin-left: 10px;
}

section#intro {
    padding: 90px 0 40px;
}

.emphase {
    font-size: 19px;
}

/*
#header .main-logo:after {
    content: "";
    position: absolute;
    top: -19px;
    right: -36px;
    border: 1px solid #E30040;
    width: 1px;
    height: 100px;
    transform: skew(42deg);
    z-index: 1;
}*/

section#resume div.row {
    background: #2e0720;
    border-top: 4px solid red;
    color: white;
    height: 100px;
}
#resume .chiffre,#resume .titre,#resume .texte {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: block;
    font-size: 1.15rem;
    font-family: "IBM Plex Sans",Arial,Helvetica,sans-serif;
    font-weight: 500;
    margin-bottom: .5em;
}

section#intro {
    position: relative;
    z-index: 20000;
}
section#intro.page .col-md-12 {
    margin-top: -190px;
    background: white;
    padding: 80px 90px 60px;
    border-top: 10px solid #f4f2f4;
}
#intro.page .btn {
    right: 90px;
    top: 125px;
}

.column {
    column-count: 2;
    column-gap: 40px;
    margin-bottom: 50px;
  }

.carte {
    width: 115%;
    margin-left: -20%;
    position: relative;
}
.carte img.size-large {
    width: 100%;
    height: auto;
}

.carte .point {
position: absolute;
width: 40px;
height: 40px;
line-height: 40px;
font-weight: 500;
background-color: #e30040;
border-radius: 50%;
color: white;
text-align: center;
font-size: 18px;

}


#gauche.situation .background .row {
    padding: 0 0 60px 0;
}
#gauche.situation h2 {
    margin-left: 75px;
    padding: 55px 0 10px;
}

.situation li {
    border-bottom: 1px solid #e4d9e4;
    padding: 15px 0;
    font-weight: 500;
}
.situation li span {
    padding: 5px;
    font-weight: 500;
    margin-right: 10px;
    background-color: #a087a0;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 13px;
}
#gauche.situation .infos {
    padding: 5px 70px 0 0;
}

@media(max-width:1299px) {
    #header .logos {
        width: 330px;
    }
}
@media(max-width:991px) {
    #header {
        padding-top: 10px;
    }    
    #header .container-fluid {
        display: block;
        position: relative;
    }
    #header .logos  {
        width: 100%;
    }
    #header .main-logo:after {
        height: 90px;
    }
    #header .show-only-mobile {
        display: block;
    }
}
@media(max-width:991px) {
    #header .main-logo, 
    #header .main-logo::before, 
    #header .main-logo:after {
        display: none;
    }
    #header {
       /* border-bottom: 6px solid #E30040;*/
        padding: 15px 0;
    }
    .show-only-mobile {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
}
@media(max-width:575px) {
    #header {
        padding: 14px 0;
        border-bottom: 2px solid #e30040;
    }
}

#droite,#gauche {
    padding-bottom: 90px;
}
#droite .btn,#gauche .btn {
    margin-top: 20px;
}

#droite .background .row ,#gauche .background .row {
    padding: 60px 0;
}
#droite .background, #gauche .background {
    background:rgba(46,7,32,.08) !important;
}
#droite .infos {
    padding: 35px 0 0 70px;
}
#gauche .infos {
    padding: 35px 70px 0 0;
}

/*
* main-logo
*/
.hidden {
    display: none;
}
.main-logo {
    position: relative;
    z-index: 3;
    width: 145px;
}
.main-logo:before {
    content: "";
    background-color: #2e0720;
    width: 2500px;
    position: absolute;
    top: -23px;
    right: -5px;
    transform: skew(44deg);
    height: 106px;
    z-index: -1;
}
.main-logo a {
    display: inline-block;
}
.main-logo img {
    margin: -25px 0 0 -25px;
}

@media(max-width:1299px) {
    .main-logo {
        width: 125px;
    }
}
@media(max-width:991px) {
    .main-logo:before {
        height: 90px;
    }
}

p.accroche {
    color: #E30040;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Rubik';
    font-size: 14px;
    letter-spacing: 2px;
    /* padding-left: 45px; */
    position: relative;
    text-align: center;
}

/*
* secondary-logo
*/
.secondary-logo {
    margin-left: 60px;
    width: 210px;
}
.secondary-logo a {
    display: inline-block;
}

@media(max-width:1299px) {
    .secondary-logo {
        width: 150px;
        margin-left: 70px;
    }
    .secondary-logo img {
        width: 100%;
    }
}

@media(max-width:991px) {
    .secondary-logo {
        text-align: center;
        width: calc(100% - 220px);
        margin: 0;
    }
}
@media(max-width:991px) {
    .secondary-logo {
        width: 100%;
        padding: 0px;
    }
}
@media(max-width:575px) {
    .secondary-logo {
        width: 120px;
        margin: 0 auto;
    }
}

/*
* hamburger
*/
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, box-shadow, -webkit-filter;
    transition-property: opacity, filter, box-shadow;
    transition-property: opacity, filter, box-shadow, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
}
.hamburger-box {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    background: transparent;
    border-radius: 50%;
    padding: 00px;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
} 
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -5px; 
} 
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 17px;
    height: 1px;
    background-color: #E30040;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
} 
.hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; 
} 
.hamburger-inner:before {
    top: -5px; 
}  
.hamburger-inner:after {
    bottom: -5px; 
}  
.hamburger .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}  
.hamburger .hamburger-inner:before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; 
}  
.hamburger .hamburger-inner:after {
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}    
.hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
} 
.hamburger.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; 
}
.hamburger.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

@media(min-width:992px) {
    .hamburger {display: none;}
}
@media(max-width:991px) {
    .hamburger {
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }
}
.carousel-item {
    max-height: 700px;
    height: 700px;
    background: no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    vertical-align: bottom;
  }
 .in .carousel-item {
    max-height: 600px;
    height: 600px;
  }
  .contact .carousel-item {
    max-height: 400px;
    height: 400px;
  }
 
  #logoprojet {
    position: absolute;
    z-index: 1500;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
    -webkit-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .3));
    filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .3));
}
  
/*
* menu
*/
.menu { 
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.menu .menu-item {
    display: inline-block;
    margin-left: 24px;
    position: relative; 
}
.menu .menu-item:first-child {
    margin-left: 0; 
}
.menu .menu-item.current_page_item a {
    color: #E30040;
}
.menu li a {    
    display: block;            
    color: #2e0720;  
    font: 15px/2 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 500; 
}
.menu li a:hover {
    color : #E30040;    
    text-decoration: none;
}

.menu .btn-primary {
    min-width: 164px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
}
.menu .btn-primary:hover {
    color: #fff;
}

@media(max-width:1299px) {
    .menu .menu-item {
        margin-left: 15px;
    }
    .menu li a {
        font-size: 11px;
    }
    .menu .btn-primary {
        min-width: 105px;
        font-size: 11px;
    }
}

@media(max-width:991px) {
    .menu {
        display: block;
    }
    .menu:before {
        display: none;
    }    
    .menu li a {
        font-size: 14px;
    }
    .menu .btn-primary {
        font-size: 14px;
        width: 164px;
    }
}


/*
* navigation
*/
#navigation {
    text-align: right;
    position: relative;
    margin-top: 4px;
}

@media(max-width: 991px) {
    #navigation {
        text-align: center;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 90%;
    }
}

/*
* navigation active
*/
#navigation.active .menu {
    display: block;
    position: absolute;
    top: 28px;
    left: -15px;
    text-align: left;
    width: 90%;
    padding: 13px 37px 40px 37px;
    background: #ffffff;
    z-index: 5;
}
#navigation.active .menu .menu-item {
    display: block;
    margin-left: 0;
    border-top: 1px solid #e6dfe6;
    padding: 0px;
}
#navigation.active .menu .menu-item:last-child, 
#navigation.active .menu .menu-item:first-child {
    border-top: none;
}
#navigation.active .menu .menu-item a {
    padding: 10px 0;    
    color: #2e0720;
    font-size: 16px;
    font-weight: 400;
}

@media(max-width:991px)  {
    #navigation .menu {
        display: none;
    }
    #navigation .btn-primary {
        padding: 7px 15px;
        margin-left: 0px;
    }
    #navigation.active .menu .btn-primary {
        margin-top: 40px;
    }
}

/*
* main-logo. show-only-mobile
*/
#content .main-logo.show-only-mobile {
    right: 0;
    transform: none;
    margin-top: -40px;
    top: 0;
    width: 100px;
}
#content .main-logo.show-only-mobile img {
    margin: -25px 0 0 0;
    width: 90px;
}
#content .main-logo:before {
    height: 60px;
}


/*
* section columns
*/
.section .column-right {
    padding-left: 50px;
}
.section  .column-left {
    padding-right: 50px;
}

@media(max-width:1399px) {
    .section .column-right {
        padding-left: 0px;
    }
    .section  .column-left {
        padding-right: 0px;
    }   
}


@media(max-width:991px) {
    .section .col {
        height: auto !important;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .section .col {
        height: 600px !important;
    }
}

/*
* description 
*/
.description {
    padding: 100px 80px 100px 80px;
    max-width: 630px;
    margin: 0 auto;
}
.description h2 {
    line-height: 45px;
    margin-bottom: 24px;
}
.description p {
    margin-bottom: 8px;
}
.description .explore {
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E30040;
}
.description .explore + .explore {
    margin-top: 7px;
    display: block;
    max-width: 200px;
}


@media(max-width:1299px)  {
    .description {
        padding: 100px 50px 100px 50px;
        max-width: 100%;
    }
}

@media(max-width:1199px) {
    .description {
        padding: 50px 30px;
        width: 100%;
    }
}
@media(max-width:991px) {
    .description h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .description h2 br {
        display: none;
    }
}
@media(max-width:767px) {
    .description {
        max-width: 100%;
    }
}
@media(max-width:575px) {
    .description {
        padding: 54px 18px;
    }
    .description .explore {
        margin-top: 28px;
    }
}

/*
* description-column
*/
.description.column .heading {
    color: #e30040;
}
.description.column .explore:hover {
    color: #e30040;
}
.description.column .explore:before {
    background-image: url("../images/link-arrow-image-red.svg"); 
}


/*
* bg-secondary
*/
.bg-secondary .description h2 {
    color: #ffffff;  
}
.bg-secondary .description p {
    color: rgba(255, 255, 255, 0.9);
}
.bg-secondary .explore {
    color: #fff;
}
.bg-secondary .explore:hover {
    color:#E30040;
    text-decoration: none;
    border-bottom-color: white;
}

/*
* explore
*/
.explore {
    position: relative;
    color: #20131d;
    font-family: "Rubik";
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    padding-left: 30px;
    display: inline-block;
}
.explore:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/link-arrow-image.svg") no-repeat;
    width: 18px;
    height: 16px;
}
.explore:hover:before {
    left: 7px;
}

/*
* owl-nav
*/
.owl-dots {
    display: none;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
    display: none;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
    width: 20px;
    height: 34px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav .owl-prev:before {
    background: url("../images/prev-btn.svg") no-repeat; 
    left: 30px;    
}
.owl-nav .owl-next:before {
    background: url("../images/next-btn.svg") no-repeat; 
    right: 30px;    
}
.owl-carousel,.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, 
.owl-carousel .owl-item,.owl-carousel .owl-item div, .owl-carousel .owl-item img {
    height: 100%;
}

@media(max-width:991px) {
    .owl-carousel .owl-item img  {
        object-fit: cover;   
        width: 991px !important;     
    } 
    .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, 
    .owl-carousel .owl-item, .owl-carousel .owl-item div, 
    .owl-carousel .owl-item img {
        height: 500px;  
    }
    
}

@media(max-width:767px) {        
    .owl-carousel .owl-item img  {        
        width: 767px !important;     
    } 
}
@media(max-width:575px) {    
    .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, 
    .owl-carousel .owl-item, .owl-carousel .owl-item div, 
    .owl-carousel .owl-item img {
        height: 280px;        
    }    
    .owl-carousel .owl-item img  {
        object-fit: cover;   
        width: 575px !important;     
    } 
    .owl-nav .owl-prev:before, 
    .owl-nav .owl-next:before {
        width: 9px;
        height: 15px;
    }
    .owl-nav .owl-next:before {
        background-image: url("../images/next-btn-mobile.svg");
        right: 15px;
    }
    .owl-nav .owl-prev:before {
        background-image: url("../images/prev-btn-mobile.svg");
        left: 15px;
    }
}
@media(max-width:425px) {        
    .owl-carousel .owl-item img  {        
        width: 425px !important;     
    } 
}
@media(max-width:375px) {        
    .owl-carousel .owl-item img  {
        width: 375px !important;     
    } 
}
@media(max-width:320px) {        
    .owl-carousel .owl-item img  {        
        width: 320px !important;     
    } 
}

/*
* slideshow
*/
#slideshow {
    position: relative;
}
#slideshow, #slideshow .slide {
    height: calc(100vh - 150px);
}
#slideshow .slide {
    object-fit: cover;
    object-position: center center;
}
#slideshow .owl-item{
    position: relative;
}
#slideshow .play-btn {
    background: #E30040;
    /* width: 80px; */
    /* height: 80px; */
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 25px;
    line-height: 56px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.82px;
}

#slideshow .play-btn i {
    margin-right: 11px;
}

#slideshow .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    width: 540px;
}

#slideshow .play-btn:hover {
    background: #2e0720;
    text-decoration: none;
}
#slideshow .play-btn img {
    width: 14px !important;
    height: 15px;
}
#slideshow .scroll-down-arrow {
    position: absolute;
    bottom: 25px;
    left: 49.3%;
    transform: translateY(-50%);
    z-index: 5;    
}
@media(max-width:1600px) {
    #slideshow, #slideshow .slide {
        height: 742px;
    }
}


@media(max-width:991px) {
    #slideshow .owl-carousel, #slideshow .owl-carousel .owl-stage-outer, #slideshow .owl-carousel .owl-stage, 
    #slideshow .owl-carousel .owl-item, #slideshow .owl-carousel .owl-item div, 
    #slideshow .owl-carousel .owl-item img {
        height: 100%;  
    }      
    
     
    #slideshow .title {
        display:none;
    }  
}

span.mc4wp-checkbox-contact-form-7 span {
    padding-left: 30px;
}

@media(max-width:767px) {
    #slideshow, #slideshow .owl-stage-outer, #slideshow .owl-stage, 
    #slideshow .owl-item, #slideshow .owl-item div, #slideshow .owl-item .slide {
        height: 742px;
    }    
    #slideshow .owl-nav .owl-prev:before, #slideshow .owl-nav .owl-next:before {
        display: none;
    }
    #slideshow .scroll-down-arrow  {
        display: none;
    }
}
@media(max-width:767px) {
    #slideshow, #slideshow .owl-stage-outer, #slideshow .owl-stage, 
    #slideshow .owl-item, #slideshow .owl-item div, #slideshow .owl-item .slide {
        height: 324px !important;
    }
    #slideshow .play-btn {
        
    padding: 0 15px;
    line-height: 40px;
    }
    #slideshow .play-btn img {
        width: 10px !important;
        height: 10px;
    }   
}

/*
* banner
*/
#banner {
    height: calc(100vh - 150px);
    position: relative;
}
#banner h1 , #slideshow h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    padding: 0;
    font-size: 80px;
    font-weight: 400;
    color: white;
    /* color: #d9d9d9; */
    /* background: #e8e8e8; */
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

#banner .banner-image {
    width: 100%;
    height: calc(100vh - 150px);
    object-fit: cover;
    object-position: bottom;
}

#banner.h-1 {
    height: 480px;
}
#banner.h-1 .banner-image {
    height: 480px;
}

@media(min-width:1450px) {
    #banner, #banner .banner-image {
        height: calc(100vh - 150px);
    }
}

@media(max-width:1024px) {
    #banner, #banner .banner-image {
        height: 500px;
    }
    #banner h1, #slideshow h1 {
        display: none;
    }
}
@media(max-width:575px) {
    #banner, #banner .banner-image {
        height: 300px;
    }
    #banner h1, #slideshow h1 {
        display: none;
    }
}


/*
* address
*/
.description address {
    max-width: 338px;
    margin-left: 10px;
    padding-top: 30px;
}
.description address p, .description address a {
    font-family: "Rubik";    
    font-weight: 500;
    line-height: 30px;    
    color: #E30040 !important;
    font-size: 19px;
}
.description address span {
    color: #ffffff;
    font-size: 17px;
}

.description .contact-member {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
}

.description .contact-member img {
    max-width: 197px;
}

.description.more-padding {
    padding-bottom: 275px;
}

@media(max-width:1199px) {
    .description .contact-member img {
        max-width: 130px;
    }   
    .description address p, .description address a {        
        font-size: 16px;
    }
    .description address span {     
        font-size: 14px;
    } 
    .description.more-padding {
        padding-bottom: 200px;
    }    
    .description address {
        margin-left: 0;
    }
}


@media(max-width:991px) {    
    .description.more-padding {
        padding-bottom: 0px;
    }  
    .description .contact-member {
        position: relative;        
        display: block;        
    }  
}


@media(max-width:575px) {
    .description .contact-member {
        display: block;
    }    
}

/*
* contact-us
*/
.contact-us {
    padding: 0 0 85px 0; 
    position: relative;   
}

.contact-us .container {
    max-width: 780px;
    margin: 0 auto;
}
.contact-us h3 {
    margin-bottom: 35px;
    color: #2a1324;    
}
@media(max-width:767px) {
    .contact-us .container {
        max-width: 540px;        
    }   
}
@media(max-width:574px) {
    .contact-us .container {
        max-width: 100%;        
    }   
}

/*
* form
*/
.form-group {
    margin-bottom: 8px;
}
.form label {
    color: rgba(46, 7, 32, 0.8);
    font-family: "Rubik";
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;        
    margin-bottom: 0;
    letter-spacing: 1.1px;
}
.form label .star {
    color: #e30040;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form textarea {
    border: 1px solid rgba(46, 7, 32, 0.2);
    border-radius: 0;
    padding: 9px 12px;
}
.form .form-control:focus {
    box-shadow: none;
    border-color: #E30040;
}
.form textarea {
    resize: none;
    margin-bottom: 18px;
    height: auto;
}
.form .check-label {
    color: rgba(46, 7, 32, 0.8);
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 35px;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
}
.form .check-label a {
    color: inherit;
    text-decoration: underline;
}
.form .form-check {
    margin-bottom: 40px;
}
.form .form-check-input {
    position: absolute;
    margin: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.form .check-label {
    position: relative;
    cursor: pointer;
}
.form .check-label:before {
    background: url(../images/sprite-image.png) no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.form input[type="checkbox"]:checked + label:before{
    background-position: left bottom;
}
.form .btn-primary {
    cursor: pointer;
    min-width: 272px;
}
@media(max-width:574px) {
    .form .btn-primary {    
        min-width: 100%;
    }   
}

/*
* footer
*/
#footer {
    padding: 20px 15px 20px 26px;
}
#footer p {
    margin-bottom: 0;
}
#footer .batico-logo, #footer span {
    margin-right: 10px;
}
#footer span {
    position: relative;
    display: inline-block;
    font-family: "Rubik";
    font-size: 10px;
    line-height: 14px;    
    letter-spacing: 1px;    
}
#footer span a {
    text-decoration: underline;
    color: inherit;
}
#footer span:last-child {
    margin-right: 0;
}
#footer span:last-child:before {
    display: none;
}
#footer span:before {
    content: "/";
    position: absolute;
    top: 0;
    right: -12px;
    color: #e30040;
    font-size: 12px;    
}
@media(max-width:1199px) {
    #footer .batico-logo, #footer span {
        margin-right: 12px;
    }
    #footer span:before {
        right: -11px;
    }
}
@media(min-width:768px) and (max-width:991px) {
    #footer span {
        font-size: 9px;
    }

}
@media(max-width:767px) {    
    #footer .batico-logo, #footer span {
        display: block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    #footer .batico-logo {
        margin: 0 auto 24px;
    }
    #footer span:before {
        display: none;
    }
}
 /*
 * distance
 */
 .distance-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
 }
 .distance-list li {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Roboto";
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    line-height: 30px; 
    margin-bottom: 15px;   
    width: 50%;    
}
.distance-list .place-name {
    color: #fefefe;
    /* font-family: "Benton Sans"; */
    font-size: 17px;
    font-weight: 700;
    background: #3877bc;
    display: inline-block;
    border: 2px solid #fefefe;
    border-radius: 4px;
    padding: 0 10px;
    position: relative;
    min-width: 75px;
    margin-right: 25px;
    text-align: center;
    z-index: 1;
}

.distance-list .place-name:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 3px;
    right: -12px;
    background: #3877bc;
    transform: rotate(45deg);
    border-top: 2px solid #fefefe;
    border-right: 2px solid #fefefe;
    z-index: -1;
}

.distance-list .place-name.featured-place {
    background: #40ac49;    
}
.distance-list .place-name.featured-place:before {
    display: none;
}

@media(max-width:575px) {
    .distance-list {
        display: block;
    }
    .distance-list li {
        width: 100%;
    }
}

/*
* list1
*/
.list1 li {
    color: rgba(46, 7, 32, 0.8);
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}
.list1 li:before {
    content: ".";
    font-size: 30px;
    line-height: 0px;
    position: absolute;
    top: 7px;
    left: -10px;
    color: #E30040;
}

/*
* total-apartments
*/
.total-apartments {
    padding: 0 0 100px 0; 
    position: relative;    
}

.total-apartments h2 {
    color: #2a1324;
    font-family: "Rubik";
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
}

/*
* residence
*/
.residence {
    margin-bottom: 40px;
}
.residence h5 {
    border-bottom: 1px solid #f4f2f4;
    color: #2a1324;
    font-family: "Rubik";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
}

/*
* nav-tabs
*/
.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
    border-radius: 0;
}
.nav-tabs .nav-item:first-child .nav-link  {
    border-radius: 4px 0 0 4px;
}
.nav-tabs .nav-item:last-child .nav-link {
    margin-left: -3px;
    border-radius: 0 4px 4px 0;
}
.nav-tabs .nav-link {
    background: #5b2346;
    color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #5b2346;
    background-color: #fff;
    border-color: #5b2346;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #5b2346;
}

@media(max-width:767px) {
    .nav-tabs {
        justify-content: flex-start;
    }
}


/*
* apartment-image
*/
.apartment-image {
    max-width: 100%;
}

.apartment-image img {
    width: 100%;
    height: auto;
}


/*
* two-column-layout
*/
.two-column-layout {
    display: flex;
}
.two-column-layout .one-third {
    width: 24%;
} 

.two-column-layout .two-third {
    width: 75%;
    margin-left: 4%;
}

@media(max-width:1199px) {
    .two-column-layout .two-third {
        margin-left: 2%;
    }    
}

@media(max-width:991px)  {
    .two-column-layout  {
        display: block;
    }
    .two-column-layout .one-third {
        width: 256px;
    }
    .two-column-layout .two-third {
        margin-left: 0;
        width: 100%;
    }
}

/*
* table 
*/
table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 0 6px;   
}
table tr {
    background:  rgba(46, 7, 32, 0.05);    
}
table tr:nth-child(2n) {
    background: rgba(46, 7, 32, 0.02);
}
table td {
    padding: 4px 5px;
}
table td.first-child {
    width: 50%;
}
table td.second-child {
    width: 25%;
    text-align: center;
}
table td.last-child {
    width: 25%;
}
table .btn-dark {
    padding: 2px 10px;
    min-width: 105px;
    color: #ffffff;
    font-family: "Rubik";
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    border: 0;
    background: #2e0720;
}
table .btn-dark, table .btn-dark:hover {
    pointer-events: none; 
}
table .btn-yellow {
    background: #F6C634;
}
table .btn-orange {
    background: #FF8A17;
}
table .btn-green {
    background: #7FCD29;
}
table .btn-darkgreen {
    background: #438001;
}
table .btn-purple {
    background: #96294d;
}
table .btn-black {
    background: rgba(46, 7, 32, .5);
}
table .btn-red {
    background: #E30040;
}




tr:first-child td:first-child { 
    border-top-left-radius: 4px;
}
tr:first-child td:last-child {
     border-top-right-radius: 4px; 
}
tr:last-child td:first-child { 
    border-bottom-left-radius: 4px; 
}
tr:last-child td:last-child {
     border-bottom-right-radius: 4px;
}

@media(max-width:767px) {    
    table {
        border-spacing: 0 20px;
    }
    table td {
        float: left;
    }
    table td.first-child {
        width: 75%;
        padding: 5px 20px;
    }
    table td.second-child {
        width: 25%;
        text-align: right;
        padding: 5px 20px;
    }
    table td.last-child {
        width: 100%;
        padding: 0px 0px;
        background: #fff;
        border: 1px solid rgba(46,7,32,.05);
        border-top: none;
    }
}

@media(max-width:575px) {
    table td.first-child {
        width: 60%;        
    }
    table td.second-child {
        width: 40%;
    }
    table .btn-dark {
        min-width: 85px;
    }
}

/*
*  statistics
*/
.statistics {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

.statistics li {
    color: rgba(46, 7, 32, 0.8);
    font-family: "Roboto";
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
}

.statistics li span {
    font-weight: 600;
    text-transform: uppercase;
}
.statistics li:last-child {
    font-size: 12px;
    line-height: 16px;
}
.statistics li:last-child span  {
    font-size: 17px;
    line-height: 21px;
}

@media(max-width: 767px) {
    .statistics {
        display: block;
    }
    .statistics li {
        width: auto;
        display: inline-block;
    }
    .statistics li:first-child, .statistics li:last-child {
        width: 100%;
    }
}

@media(max-width:575px) {
    .statistics li, .statistics li:last-child span {
        font-size: 14px;
        line-height: 18px;
    }
}


/*
* download
*/
.download .fa-file-pdf {
    color: #d30e39;
    margin-right: 10px;
    font-size: 18px;
    line-height: 22px;
}
.download .plan, .download .file {
    width: 49%;
    display: inline-block;
    color: #20131d;
    font-family: "Rubik";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

@media(max-width:767px) {
    .download {
        text-align: right;
    }
    .download .plan, .download .file {
        width: 30%;
        border-left: 1px solid rgba(46,7,32,.05);
        padding: 10px 5px;
        text-align: center;
    }
}

span.wpcf7-list-item {
    margin: 0;
}
label {
    position: relative;
}
label input[type="checkbox"] {
    position: absolute;
    top: 8px;
}
label span.wpcf7-list-item-label{
    padding-left: 30px;
    display: block;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-top: 20px;
    margin-bottom: 30px !important;
}

.photo-principale {
    position: relative;
}
.nombre-photos {
    position: absolute;
    z-index: 15;
    left: 15px;
    bottom: 8px;
    color: #fff;
    font-size: 14px;
}
.nombre-photos img {
    vertical-align: text-bottom;
}
.temoin {
    margin: 0 0 45px;
}
.temoin .description {
    text-align: left;
    padding: 20px;
    background: rgba(46,7,32,.04);
    position: relative;
}
@media (min-width: 1024px) {
    .temoin .description {
        padding: 20px 15px;
    }

    .temoin .description .caracteristiques {
        font-size: 13px;
    }
}
.temoin .description a {
    display: inline-block;
    vertical-align: top;
}
ul#actions {
    float: right;
}
.caracteristiques {
    text-align: center;
    line-height: 21px;
    margin-top: 12px;
}
.temoin .tooltip {
    cursor: pointer;
}
.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    opacity: 1;
}
.ico-asset {
    width: 30px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.terrain .ico-asset {
    background-image: url(../images/ico-terrain-surface.svg);
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #2e0720;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 2500;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    transition: opacity .3s;
    font: 14px/1.2 Helvetica,Arial,Helvetica,sans-serif;
    cursor: help;
}
.temoin .tooltip .tooltiptext {
    width: 100px;
    margin-left: -50px;
    cursor: pointer;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2e0720 transparent transparent transparent;
}
.caracteristiques {
    text-align: center;
    line-height: 21px;
    margin-top: 12px;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.ico-asset {
    width: 30px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.chambres .ico-asset {
    background-image: url(../images/ico-bed.svg);
}
.habitable .ico-asset {
    background-image: url(../images/ico-home-surface.svg);
}
.terrain .ico-asset {
    background-image: url(../images/ico-terrain-surface.svg);
}
.garage .ico-asset {
    background-image: url(../images/ico-garage.svg);
}
.carport .ico-asset {
    background-image: url(../images/ico-carport.svg);
}
.facades3 .ico-asset {
    background-image: url(../images/ico-3facades.svg);
}
.facades2 .ico-asset {
    background-image: url(../images/ico-2facades.svg);
}
.facades4 .ico-asset {
    background-image: url(../images/ico-4facades.svg);
}
.actions-cta {
    border: 1px solid #f7f5f6;
}
.actions-cta a{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #20131d;
    font-size: 14px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    line-height: 38px;
}
.actions-cta .more-infos {
    background: #E30040;
}
.actions-cta .more-infos a {
    color: white;
}
.actions-cta div {
    width: 50%;
    text-align: center;
}
.temoin .description .title {
    font: 500 12px/16px "Rubik", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    color: #E30040;
    margin: 0;
}
.temoin a img {
    display: block;
    width: 100%;
    height: auto;
}

.tags {
    position: absolute;
    z-index: 16;
    left: 15px;
    top: 15px;
}
.tags li {
    line-height: normal;
    margin-bottom: 5px;
}
.tag-statut {
    color: #fff;
    text-align: center;
    display: inline;
    border-radius: 3px;
    background: #FF8A17;
    font-size: 10px;
    line-height: 11px;
    padding: 4px 6px;
    text-transform: uppercase;
    font-weight: 700;
}
.tag-statut.green {
    background: #7FCD29;
}

/* ---- button ---- */

.button, .bouton {
    display: inline-block;
    background: #eee;
    border: none;
    border-radius: 7px;
    color: #5c2246;
    font: 500 14px/42px Rubik,Arial,Helvetica,sans-serif;
    cursor: pointer;
  }
  
  
  .button.is-checked,  
  .button:hover,
  .bouton.active,
  .bouton:hover {
    padding: 0 15px;
    display: block;
    color: #5c2246;
    border-radius: 8px;
    box-shadow: 1px 1px 4px -1px #5c224661;
    background-color: white;
  }
  
  .button:active,  
  .button:focus,
  .bouton:active,  
  .bouton:focus {
    border: none;
    outline: none;
  }
  
  /* ---- button-group ---- */
  
  .button-group:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .button-group .button, .button-group .bouton {
    float: left;
    padding: 0 10px;
    display: block;
    color: #5c2246;
    margin: 5px 5px 5px 0;
    border-radius: 8px;
  }

  .button-group .button:first-child ,
  .button-group .bouton:first-child { 
      margin-left: 5px;
    }
  
  
  /* ---- isotope ---- */
  
  .grid {
    background: #EEE;
    max-width: 1200px;
  }
  
  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }
  
  /* ui group */
  
#filtre-biens {
    margin-bottom: 40px;
    border-bottom: 1px solid #eeecef;
    padding-bottom: 10px;
}


  .ui-group.chambres {
    display: inline-block;
    background: url(../images/ico-bed.svg) no-repeat left 16px;
    padding-left: 38px;
  }
  .ui-group.facades {
    display: inline-block;
    background: url(../images/ico-3facades.svg) no-repeat left 16px;
    padding-left: 38px;
  }
  .ui-group.euro {
    display: inline-block;
    background: url(../images/ico-euro.svg) no-repeat left 16px;
    padding-left: 30px;
  }
  .ui-group.sort {
    display: inline-block;
    background: url(../images/ico-sort.svg) no-repeat left 16px;
    padding-left: 40px;
  }
  
  .ui-group h3 {
    display: inline-block;
    margin-right: .2em;
    font-size: 16px;
    vertical-align: text-bottom;
  }
  
  .ui-group .button-group {
    display: inline-block;
    /*margin-right: 20px;*/
    background: #eeecef;
    border-radius: 8px;
  }
  
@media all and (max-width:1024px) {
    .ui-group,
    .ui-group .button-group {
        width: 100%;
        margin-bottom: 2px;
    }
    .ui-group.euro,
    .ui-group.sort {
        padding-left: 38px;
    }
    #filtre-biens {
        margin-bottom: 30px;
        border-bottom: 1px solid #eeecef;
        border-top: 1px solid #eeecef;
        padding: 25px 0 15px;
    }
    div.tableau-appartements>div {

        border-radius: 0 0 14px 14px;
        margin: 0 0 12px;
    }
    .details {
        display: flex;
        justify-content: space-around;
        margin-bottom: 15px;
    }
    .fichiers {
        padding: 0;
        padding-bottom: 0;
        border: 1px solid rgb(251, 250, 251);
        background: #fff;
        border-radius: 0 0 8px 8px;
        display: flex;
        flex-flow: row wrap;
    }
    .fichiers a {
        line-height: 38px;
        flex: 50%;
        margin: 0 !important;
        text-align: center;
        font-weight: 500;
        font-family: Roboto,Helvetica,Arial,sans-serif;
    }
    .numero {
        padding: 15px 15px 0px 15px;
    }

  }

  @media all and (min-width:1024px) {

    #filtre-biens {
        display: flex;
        justify-content: space-between;
    }
    .tableau-appartements .item {
        display: flex;
        justify-content: space-around;
        padding: 9px;
    }
    .details .chambres {
        display: inline-block;
    }
    .details .terrain, .details .prix {
        display: inline-block;
        margin-left: 60px;
    }

  }

.label_statut {
    min-width: 108px;
    /* height: 22px; */
    /* font: 500 13px/21px Rubik,Arial,Helvetica,sans-serif; */
    color: #fff;
    text-align: center;
    display: block;
    background: #96294d;
    font-family: Rubik;
    font-weight: 500;
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
}

.photo-principale .link {
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 16;
    left: 15px;
    top: 15px;
    border-radius: 3px;
    background: #E30040;
    font-size: 10px;
    line-height: 11px;
    padding: 4px 6px;
    text-transform: uppercase;
    font-weight: 700;
}
.photo-principale .link.purple {
    background: #96294d;
}


.nom-residence h3 {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #2e0720;
    border-bottom: 1px solid #f4f3f4;
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .tableau-appartements .item {
        display: flex;
        justify-content: space-around;
        padding: 9px;
        margin-bottom: 6px;
    }
}
div.tableau-appartements>div {
    background: rgba(46,7,32,.02);
}
div.tableau-appartements>div:nth-of-type(odd) {
    background: rgba(46,7,32,.05);
}
.vignetteprojet img {
    width: 100%;
    height: auto;
}
.info-table .pdf {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: rgba(46,7,32,.8);
    font-weight: 500;
    margin-right: 15px;
}

.plans-pdf {
    padding: 0 20px;
    background: #eae5ea;
    border-radius: 3px;
    font-size: 14px;
}
#dossier-pdf {
    background: #E30040;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.grecaptcha-badge { visibility: hidden; }

#chiffres {
    text-align: center;
    padding-bottom: 90px;
}
#chiffres p.titre {
    /* text-transform: uppercase; */
    font-family: 'Rubik';
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
}
.cadre {
    border: 1px solid #e6dfe6;
    /* width: 80%; */
    margin: 0 auto;
    border-radius: 9px;
    padding: 20px 0 9px;
}
#chiffres img {
    height: 40px;
}
#chiffres span {
    font-weight: 500;
    color: #2e0720;
}
.parallax {
    /* The image used */
    background-image: url("img_parallax.jpg");
  
    /* Set a specific height */
    height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }


  .hs-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
fieldset {
    max-width: 100% !important;
}
fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
    padding: 7px 10px;
}
fieldset.form-columns-1 .hs-form-field {
    padding: 7px 10px;
}
textarea {
    width: 100% !important;
    height: 150px !important;
}
.primary {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 9px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #E30040;
    border-color: #E30040;
}
ul.inputs-list {
    margin: 20px 0 30px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 20px;
}
ul.inputs-list > li:first-child span {

    padding-left: 25px;
    display: inline-block;
    padding-top: 11px;
}
ul.inputs-list > li:first-child span strong {
    color: #E30040;
    
}
.encadre {
    border: 1px solid #e2dce0;
    padding: 40px;
    font-size: 14px;
}
.encadre ul {
    margin: 0;
}
.map-list {
    font: 500 15px/18px Rubik,Arial,Helvetica,sans-serif;
    position: relative;
    padding: 20px 0 0;
    margin: 40px 0 0;
}
.map-list:before {
    width: 44px;
    height: 2px;
    background: #e30040;
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
}
ul.map-list li {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}
.map-list a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    position: relative;
    color: #2e0720;
}
.map-list a:hover {
    text-decoration: none;
}
.map-list li img {
    margin-right: 5px;
}
.map-list li img {
    vertical-align: middle;
}


#temoin {
    background: #2e0720;
    color: white;
    padding: 30px 0;
}
#temoin h2 {
    color: white;
}

@media (min-width: 1024px) {
    #temoin {
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(46,7,32,1) 40%, rgba(46,7,32,1) 100%);
        padding: 70px 0;
    }
}


#temoin img {
    margin-top: -60px;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    #navigation {
        float: right;
    }
    #temoin img {
        width: 125%;
        margin-left: -30%;
        margin-top: 0;
        margin-bottom: 0;
    }
    #gauche .cycle-slideshow {
        width: 125%;
        margin-left: -30%;
    }
    #droite .cycle-slideshow {
        width: 125%;
        margin-left: 5%;
        position: relative;
    }
}
.cycle-slideshow img {
    max-width: 100%;
    height: auto;
}

#gauche .cycle-nav {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 150;
}
#droite .cycle-nav {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 150;
}
.cycle-nav #prev img, .cycle-nav #prev2 img {
    margin-right: 15px;
}
.cycle-nav span {
    cursor: pointer;
}



@media (max-width: 767px) {

    #logo {
        float: right;
        width: 100%;
        text-align: center;
        pointer-events: none;
    }
    #logo img {
        height: 36px;
    }
    #hero h1 {
        font-size: 34px;
        font-weight: 400;
        color: white;
        letter-spacing: -2px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    #hero h1 strong {
        font-weight: 500;
        font-size: 45px;
    }
    #hero p.soustitre {
        font-size: 12px;
        letter-spacing: 2.5px;
    }
    #hero p.soustitre:before {
        top: 11px;
    }
    #hero, #hero .container {
        height: auto;
        margin-top: -135px;
    }
    .carousel-item {
        max-height: 360px;
        height: 360px;
    }

    #hero .container{
        background: rgb(43,10,29);
        background: linear-gradient(0deg, rgba(43,10,29,1) 0%, rgba(43,10,29,1) 75%, rgba(43,10,29,0) 100%);
        padding-bottom: 40px;
    }
    #hero .btn {
        text-align: left;
        padding: 10px 46px 10px 75px;
        margin-right: 10px;
        font-weight: 400;
        font-size: 13px;
        width: 100%;
        margin-bottom: 11px;
    }
    #hero .btn strong {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #hero .container .row {
        padding-top: 0;
    }
    .emphase {
        font-size: inherit;
    }
    #droite .infos, #gauche .infos {
        padding: 40px 50px 55px;
    }
    #droite .background .row, #gauche .background .row {
        padding: 0;
    }
    h2, .h2, #intro h2 {
        font-size: 32px;
        color: #2e0720;
        font-weight: 400;
    }
    .in .carousel-item {
        max-height: 300px;
        height: 300px;
    }
    section#intro.page .col-md-12 {
        margin-top: 0; 
        background: white;
        padding: 0 15px;
        border-top: 0;
    }
    .column {
        column-count: auto;
        column-gap: 40px;
        margin-bottom: 50px;
    }
    .cadre {
        margin-bottom: 25px;
    }
    section#intro {
        padding: 70px 0 40px;
    }
    #intro.page .btn {
        right: 90px;
        top: 125px;
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }
    #chiffres {
        text-align: center;
        padding-bottom: 50px;
    }
    .carte {
        width: 100%;
        margin-left: 0;
        position: relative;
    }
    .carte .point {
        position: absolute;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-weight: 500;
        background-color: #e30040;
        border-radius: 50%;
        color: white;
        text-align: center;
        font-size: 12px;
    }
    section#intro {
        position: relative;
        z-index: 1;
    }
    .contact .carousel-item {
        max-height: 200px;
        height: 200px;
    }
    .hbspt-form {
        margin-bottom: 60px;
    }
    .hbspt-form input {
        width: 100%;
    }
    fieldset.form-columns-2 .hs-form-field{
        padding: 7px 0px;
    }
}
ul#actions {
    position: absolute;
    top: 20px;
    right: 20px;
}
ul#actions>li {
    display: inline-block;
    zoom: 1;
}
.about-col.temoin .tooltip {
    cursor: pointer;
}
.btn-action img {
    width: auto!important;
    display: inline!important;
    vertical-align: middle!important;
}
.about-col.temoin .tooltip .tooltiptext {
    width: 120px;
    margin-left: -60px;
    cursor: pointer;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #2e0720;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 2500;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    transition: opacity .3s;
    font: 14px/1.2 Helvetica,Arial,Helvetica,sans-serif;
    cursor: help;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2e0720 transparent transparent transparent;
}
.about-col .description a {
    display: inline-block;
    vertical-align: top;
}
.btn-action {
    margin: 0 0 0 7px;
}