@font-face {
    font-family: Overpass-Black;
    src: url(../fonts/Overpass-Black.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Black-Italic;
    src: url(../fonts/Overpass-BlackItalic.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Bold;
    src: url(../fonts/Overpass-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Bold-Italic;
    src: url(../fonts/Overpass-BoldItalic.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Extra-Bold;
    src: url(../fonts/Overpass-ExtraBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Extra-Light;
    src: url(../fonts/Overpass-ExtraLight.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Extra-Light-Italic;
    src: url(../fonts/Overpass-ExtraLightItalic.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Light;
    src: url(../fonts/Overpass-Light.ttf);
    font-display: swap;
}
@font-face {
    font-family: Overpass-Regular;
    src: url(../fonts/Overpass-Regular.ttf);
    font-display: swap;
}
.white {
    color: #fff;
}
.bg-white {
    background: #fff;
}
.black {
    color: #000;
}
.bg-black {
    background: #000;
}
.red-dark {
    color: #8e242b;
}
.bg-red-dark {
    background: #8e242b;
}
.red {
    color: #e30613;
}
.bg-red {
    background: #e30613;
}
.bg-red-contact {
    background: #bf0510;
}
.grey {
    color: #484848;
}
.bg-grey {
    background: #484848 !important;
}
.brown {
    color: #8e242b;
}
.bg-brown {
    background: #8e242b;
}
.grey-light {
    color: #a8a8a8;
}
.bg-grey-light {
    background: #a8a8a8;
}
.grey-very-light {
    color: #ededed;
}
.bg-grey-very-light {
    background: #ededed;
}
h1,
h2,
h3,
h4,
p,
span {
    color: #484848;
}
h1.whois-title {
    color: #000 !important;
}
.single-infos .bar .letter-a,
h1,
h2,
h3,
h4 {
    font-family: Overpass-Black, sans-serif;
}
.description-immo p,
.header-nav a,
.infos-estate,
.single-infos li,
.slider-home:not(h1):not(.button),
code,
kbd,
p,
pre,
samp,
span {
    font-family: Overpass-Extra-Light, sans-serif;
}
code,
kbd,
pre,
samp {
    font-family: Overpass-Extra-Light, sans-serif !important;
}
.contact-form form input::placeholder,
.contact-form form select::placeholder,
.contact-form textarea::placeholder {
    font-family: Overpass-Extra-Light-Italic, sans-serif;
}
.contact-single span,
.info-single-header .price-info div:first-child,
.infos-estate span,
.single-advert .details span:last-child,
.single-infos .bar,
.single-infos .bar .info-a,
p strong,
span strong {
    font-family: Overpass-Bold, sans-serif;
}
.aside-filter label,
.contact-form form label,
.info-single-header .price-info div:last-child,
.single-infos li strong {
    font-family: Overpass-Extra-Bold, sans-serif;
}
.info-single-header div:nth-child(3) {
    font-family: Overpass-Regular, sans-serif;
}
a {
    text-decoration: none !important;
}
.responsive {
    display: none !important;
}
.advert-type.responsive {
    display: none !important;
}
button:focus {
    outline: 0 !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    outline: 0 !important;
    box-shadow: none !important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0 !important;
    background: #adb5bd;
}
.custom-control-input ~ .custom-control-label::before {
    border: 3px solid #adb5bd !important;
    border-radius: 0;
}
.btn-contain {
    padding-top: 18px;
    padding-bottom: 35px;
    width: fit-content;
}
ul {
    list-style-type: none;
}
.bar-subtitle-red {
    height: 5px;
    background: #e30613;
    width: 20%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.to-right {
    margin-left: 200px;
}
.to-left {
    margin-right: 140px;
}
#loader.active {
    position: absolute;
    border: 7px solid #f3f3f3;
    border-top: 7px solid #e30613;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    z-index: 9;
    transform: translateX(-50%);
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*
.bottom-right-border:before {
    width: 0;
    height: 0;
    border-top: 85px solid transparent;
    border-right: 100vw solid #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
 */

#advertFilterForm .col-md-12:first-child {
    display: flex;
}
#advertFilterForm .custom-control {
    margin-right:40px;
}
.img-desc-construction .bottom-right-border:before {
    right: 0;
    left: auto;
}
#advertFilterForm select {
    border: 5px solid #ededed;
    border-radius: initial;
    height: 55px;
    background-image: linear-gradient(45deg, transparent 50%, #a8a8a8 60%), linear-gradient(135deg, #a8a8a8 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 18px, calc(100% - 20px) 18px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ededed;
}
.prebar {
    height:8px;
    width:50px;
}
.bottom-left-border {
    width: 0;
    height: 0;
    border-top: 85px solid transparent;
    border-left: 100vw solid #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.top-left-border {
    width: 0;
    height: 0;
    border-bottom: 85px solid transparent;
    border-left: 100vw solid #fff;
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
}
.top-right-border {
    width: 0;
    height: 0;
    border-bottom: 85px solid transparent;
    border-right: 100vw solid #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.arrows-slide {
    position: absolute;
    right: 150px;
    bottom: 0;
    z-index: 9;
}
.arrows-slide .arrow-left,
.arrows-slide .arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background:#fff;
}

.adverts .slide-single.fade {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.adverts .slide-single.nofade {
    opacity: 100%;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.adverts .slide-single.next {
    animation-duration: 1s;
    animation-name: slide;
}

.adverts .slide-single.prev {
    animation-duration: 1s;
    animation-name: slidePrev;
}

.single .box-info-single {
    padding:150px 60px 60px 120px;
    min-height:880px;
}

.single .box-info-single p, .single .box-info-single span, .price-single {
    font-family: Overpass-Regular, sans-serif;
}

.price-single {
    font-size: 3em;
    font-weight: bolder;
}

#photoGallery {
    bottom:0;
    left:0;
}

.single #photoGallery {
    width:70px;
    height:70px;
}

@keyframes slide {
    from {
        margin-left: 69%;
    }
    to {
        margin-left: 0%;
    }
}

@keyframes slidePrev {
    from {
        margin-left: 0%;
    }
    to {
        margin-left: 85%;
    }
}

.adverts .dots-slider {
    display: flex;
    position: absolute;
    bottom:-30px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.adverts .dot-slide {
    height:5px;
    background:darkgray;
    margin-right:10px;
}
.adverts .dot-slide.current {
    background: #e30613;
}

.button {
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    font-family: Overpass-Extra-Bold, sans-serif;
}
.btn-red {
    border: 5px solid #e30613;
    background: 0 0;
    color: #e30613;
    position: relative;
}
.btn-red-dark {
    border: 5px solid #8e242b;
    background: 0 0;
    color: #8e242b;
    position: relative;
}
.btn-grey {
    border: 5px solid #ededed;
    background: 0 0;
    color: #a8a8a8;
    position: relative;
}
.btn-white {
    border: 5px solid #fff;
    background: 0 0;
    color: #fff;
    position: relative;
}
.btn-red:hover {
    background: #e30613;
    color: #fff;
}
.btn-red-dark:hover {
    background: #8e242b;
    color: #fff;
}
.btn-grey:hover {
    background: #ededed;
    color: #fff;
}
.btn-white:hover {
    background: #fff;
    color: #e30613;
}
.btn-red:after {
    width: 100%;
    height: 0;
    border-top: 15px solid #e30613;
    border-right: 280px solid transparent;
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    opacity: 0;
}
.btn-red-dark:after {
    width: 100%;
    height: 0;
    border-top: 15px solid #8e242b;
    border-right: 280px solid transparent;
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    opacity: 0;
}
.btn-grey:after {
    width: 100%;
    height: 0;
    border-top: 15px solid #ededed;
    border-right: 214px solid transparent;
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    opacity: 0;
}
.btn-white:after {
    width: 100%;
    height: 0;
    border-top: 15px solid #fff;
    border-right: 280px solid transparent;
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    opacity: 0;
}
.btn-grey:hover:after,
.btn-red-dark:hover:after,
.btn-red:hover:after,
.btn-white:hover:after {
    bottom: -20px;
    opacity: 1;
    transition: bottom 0.1s ease;
}
.btn-red.btn-padding-64 {
    padding: 14px 64px;
}
.btn-red-dark.btn-padding-64 {
    padding: 14px 64px;
}
.img-top-50 {
    margin-top: -50px;
}
.img-bottom-50 {
    margin-bottom: -50px;
}
section {
    margin-bottom: 120px;
}
.slider-not-home {
    margin-bottom: 70px !important;
}
.w-22px {
    width: 25px;
}
.w-20px {
    width: 20px;
}
.h-22px {
    height: 22px;
}
header {
    height: 200px;
    background: #fff;
    top: 0;
    display: flex !important;
    justify-content: left;
    z-index:999;
}
header.header-iris {
    background: 0 0;
}
header.minify {
    transition: height 500ms;
    height:100px;
}
header.minify #logoContainer {
    transition: height 500ms;
    height:100px;
}
header.minify #logoRis {
    transition: height 500ms;
    max-height:90%;
}
.header-iris.active {
    background: #e30613;
}
header.header-iris .grey {
    color: #fff;
}
header.header-iris .header-nav a.active {
    border-bottom: 5px solid #fff;
    color: #fff;
}
header.header-iris .header-nav a:hover {
    border-bottom: 5px solid #c90612;
    color: #fff;
    padding-bottom: 9px;
}
.two-buttons-home a {
    padding: 6px 28px !important;
}
.container-logo {
    width: 200px;
    height: 200px;
}
.container-logo img {
    width: 90%;
}
.container-1400 {
    max-width: 1400px !important;
}
.header-nav a:hover {
    border-bottom: 5px solid #484848;
    color: #484848;
    padding-bottom: 9px;
}
.header-nav a.active {
    border-bottom: 5px solid #e30613;
    color: #e30613;
    padding-bottom: 9px;
    font-family: Overpass-Bold;
}
.border-title {
    width: 50px;
    height: 7px;
    background: #e30613;
    margin: 20px 0;
}
.submenu-fixed {
    width: 90px;
    right: 0;
    top: 317px;
    transform: translate(0, 10%);
}
.more-adverts .pagination {
    display: flex !important;
    justify-content: center !important;
}
.pagination li {
    border: 1px solid #e30613;
}
.pagination .page-link {
    border: 0;
}
.submenu-fixed li {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(72, 72, 72, 0.9);
}
.submenu-fixed li img {
    width: 37px;
}
.mb-550 {
    margin-bottom: 550px;
}
.submenu-link span {
    display: none;
    color: #fff;
    font-family: Overpass-Extra-Bold;
}
.submenu-link.active {
    background: #e30613;
    margin-left: -165px;
    padding-left: 25px;
    padding-right: 25px;
    animation-name: active-submenu;
    animation-duration: 0.6s;
}
.submenu-link.active img {
    z-index: 999;
    background: #e30613;
}
.submenu-link.deactive {
    animation-name: deactive-submenu;
    animation-duration: 0.6s;
}
.submenu-link.active span {
    position: absolute;
    left: 0;
    display: block;
}
.submenu-link.active a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.container-video iframe {
    border: 8px solid #e30613;
    border-radius:10px!important;
}
@keyframes active-submenu {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -165px;
    }
}
@keyframes deactive-submenu {
    0% {
        margin-left: -165px;
    }
    100% {
        margin-left: 0;
    }
}
.slider-home .arrows-slide div {
    cursor: pointer;
}
.slider-home {
    background-size: cover;
    min-height: 500px;
    margin-top: 200px;
}
.slider-home h1:not(.slider-iris h1) {
    margin-top:250px;
}
#bigSlide.single h1 {
    margin-top:50px;
}
.slider-home.big {
    min-height: 700px;
}
#advertFilterForm.fixed {
    position:fixed;
    top:100px;
    width:100%;
    background-color:#fff;
    z-index:99;
    padding-bottom:35px;
}
.slider-home.slider-iris {
    background: url(../img/background-iris.png), linear-gradient(#e30613, #e30613);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-bottom: 300px;
}
.slider-home.slider-iris .slide-desc {
    margin-top: 240px !important;
}
.slider-home.slider-iris .img-header-iris {
    margin-bottom: -200px !important;
}
.slider-home.slider-iris h1,
.slider-home.slider-iris p {
    color: #fff;
}
.slider-no-filter {
    background-size: cover;
    min-height: 500px;
    margin-top: 140px;
}
.list-immo-left,
.list-immo-right {
    min-height: 500px;
}
.list-immo-left .col-lg-9:first-child {
    max-height:680px;
}
.min-h-500 {
    min-height: 500px;
}
.list-immo-right {
    display: flex;
    justify-content: flex-end;
}
.container-1300 {
    max-width: 1300px !important;
}
.description-immo {
    height: 400px;
}
.list-immo-right .arrows-slide {
    right: 4px;
}
.block-number span {
    font-size: 2em;
    font-weight: 700;
}
.disponibility {
    font-family:Overpass-Bold;
}
.real-estate-home .img-real-estate {
    background: url(../img/real-estate-slide2.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    cursor:pointer;
}
.real-estate-home {
    display: flex;
}
.real-estate-home li {
    margin-right: 40px;
}
.real-estate-home .img-real-estate:first-child {
    margin-left: 0;
}
.adverts .infos-estate {
    bottom: 4px;
    z-index: 9;
}
.real-estate-home .bottom-right-border:before {
    border-top: 35px solid transparent;
    border-right: 30vw solid #fff;
    left: -40px;
}
.list-immo-right .adverts .infos-estate {
    -webkit-clip-path:polygon(0 0%, 213% 40%, 100% 119%, 0 100%);
    clip-path:polygon(0 0%, 213% 40%, 100% 119%, 0 100%);
    left: 0;
    padding-left:10px!important;
    margin-left:50px;
    z-index:99;
    max-width: 62%;
}
.list-immo-right .adverts .btn-gallery-construction {
    cursor: pointer;
}
.list-immo-left .adverts .infos-estate {
    -webkit-clip-path: polygon(0 0%, 213% 47%, 125% 100%, 0 100%);
    clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 100%);
    right: 4px;
}
.btn-gallery-construction {
    height:87%;
    width:58px;
    right:-58px;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-gallery-construction img{
    height:30px;
    width:30px;
}
.list-immo-left .arrows-slide {
    right: 4px;
}
.adverts .infos-estate span {
    color: #fff;
    font-weight: 700;
}
.list-immo-left .to-revert {
    transform: scale(-1, 1);
}
.list-immo-left .col-lg-9 {
    overflow: hidden;
    transform: scale(-1, 1);
}
.adverts .real-estate-home li:first-child {
    padding-left: 0 !important;
}
.adverts .bottom-left-border {
    border-top: 80px solid transparent;
    border-left: 70vw solid #fff;
    z-index: 9;
}
.list-news .img-news {
    background: url(../img/real-estate-slide2.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}
.list-news .img-toleft {
    margin-left: -145px;
}
.border-right-toleft {
    right: 0;
    width: 800px !important;
    height: 137px !important;
}
.list-news .border-left-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom left, #fff, #fff 50%, transparent 50%, transparent);
}
.list-news .border-right-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom right, #fff, #fff 50%, transparent 50%, transparent);
}
.list-news .border-left-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom right, transparent, transparent 50%, #fff, #fff 50%);
}
.list-news .border-right-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom left, transparent, transparent 50%, #fff, #fff 50%);
}
.list-news .img-bottom-50 {
    z-index: 9;
}
.list-news .text-news {
    background: #fff;
}
.aside-filter label {
    font-family: Overpass-Light !important;
}
label.label-filter {
    opacity: 0.5;
}
.input-filter:checked + label.label-filter {
    opacity: 1;
    font-family: Overpass-Bold !important;
}
.list-news .single-news:nth-child(3) {
    background: #fff;
}
.list-news .single-news.big-image .img-top-50 {
    margin-bottom: -400px;
}
.contact-form form input,
.contact-form form select,
.contact-form textarea {
    background: #f7f7f7;
    color: #707070;
    border: 0;
}
.contact-form form input.error,
.contact-form form select.error,
.contact-form textarea.error {
    border: 3px solid red;
}
.contact-form textarea {
    height: 9em !important;
}
.contact-form form .btn-red:after {
    border-right: 110px solid transparent;
}
.contact-form form .btn-red {
    right: -94px;
}
#map {
    width: 100%;
    height: 100%;
}
.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.leaflet-popup-content-wrapper {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-top: 35px !important;
    position: relative;
    overflow: hidden;
    background: 0 0 !important;
    top: -20px;
    right: 40px;
}
.leaflet-popup-content-wrapper img {
    margin-right: 20px;
}
#infobulle-map p.big-desc {
    font-size: 1.4em;
    font-family: Overpass-Black, sans-serif;
}
#infobulle-map {
    background: rgba(250, 250, 250, 0.7) !important;
    padding: 25px;
}
.leaflet-popup-close-button,
.leaflet-popup-tip-container {
    display: none;
}
.leaflet-popup {
    top: 18px;
    left: -170px;
}
.leaflet-popup .border-right-top {
    position: absolute;
    left: 14px;
    top: 1px;
    width: 85% !important;
    height: 47px !important;
    background-image: linear-gradient(to bottom right, transparent, transparent 50%, rgba(250, 250, 250, 0.7) 50%, rgba(250, 250, 250, 0.7));
}
.gerance .leaflet-popup .border-right-top {
    left:18px!important;
    width:89% !important;
}
.leaflet-marker-pane {
    z-index: 999 !important;
}
.footer-link {
    padding: 15px 0;
    background: #484848;
    margin-top: 150px;
}
.footer-link a,
.footer-link span {
    color: #fff;
    font-size: 0.9em;
}
.footer-link a:hover {
    color: #fff;
}
.ris-img {
    background: url(../img/real-estate-slide2.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}
.aside-filter {
    height: max-content;
}
.aside-filter h5 {
    color: #cecece;
    font-size: 1em;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: transparent;
    content: "";
    background-color: red !important;
}
.custom-control-label::after {
    content: unset !important;
}
.separate-filter {
    height: 8px;
    width: 100%;
    background: #cecece;
}
.single-advert {
    min-height: 480px;
}
.single-advert.not-active {
    opacity: 0.5;
}
#containerAdvertList .tools {
    right:0;
    top:0;
    height:100%;
    width:90px;
}
#containerAdvertList .tools {
    right:0;
    top:0;
    height:100%;
}
#containerAdvertList .tools span {
    color:#fff!important;
    font-size:0.8em;
    margin-top:5px;
}
#containerAdvertList .icon-type {
    height:40px;
    max-width:30px;
}
.advert-list .price-single .type-advert-list {
    padding:3px 15px;
    text-transform: uppercase;
    color:#fff;
}
.advert-list .price-single, .advert-list .price-single .type-advert-list {
    font-size:0.9em;
    width:fit-content;
    border-radius:10px;
    font-family: Overpass-Black, sans-serif;
}
.h400 {
    height:400px;
}
.advert-type img {
    width: 2.3em;
}
.single-advert .sub-tools {
    width: 65px;
    top: 80px;
    right: 0;
}
.sub-tools .advert-type-info {
    height: 65px;
}
.tools .sub-tools {
    height:100%;
    width:100%;
    justify-content: space-around;
}
.single-advert .sub-tools span {
    color: #fff;
    font-size: 0.7em;
    margin-top: 3px;
    font-family: Overpass-Bold;
}
.single-advert .sub-tools small {
    font-size: 0.5em;
}
#contactForm button {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-advert .sub-tools .border-tools {
    height: 1px;
    background: #fff;
    opacity: 0.5;
    width: 60%;
    margin: auto;
}
#containerAdvertList .tools .sub-tools .border-tools {
    height: 1px;
    background: #fff;
    opacity: 0.5;
    width: 60%;
    margin: auto;
    margin-top:5px;
    margin-bottom:5px;
}
.single-advert .bottom-right-border:before {
    border-top: 85px solid transparent;
}
.single-advert .details {
    left: 0;
    bottom: 0;
    color: #fff;
}
.single-advert .details h4 {
    font-weight: 700;
    color: #fff;
}
.single-advert .details sup {
    font-size: 0.6em;
}
.single-advert .details span {
    color: #fff;
    margin-bottom: 5px;
}
.single-advert .details img {
    float: right;
    width: 40px;
}
.single-advert .details .price {
    height: 50px;
    background: rgba(250, 250, 250, 0.9);
    padding-right: 35px;
    font-size: 1.5em;
    top: -50px;
}
.advert-list .btn-grey:after {
    border-right: 190px solid transparent;
}
.single-advert.active .details {
    animation-name: hover-advert;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}
@keyframes hover-advert {
    from {
        right: 50px;
    }
    to {
        right: 0;
    }
}
.info-single-header {
    left: 0;
    top: 70%;
    transform: translateY(-50%);
}
.info-single-header .price-info {
    font-size: 1.4em;
}
.box-info-single .ref-single {
    font-size: 0.8em;
    padding:2px 15px;
    width:fit-content;
    top:60px;
    left:15px;
}
.slider-home .sub-tools {
    bottom: 0;
    left: 0;
}
.slider-home .sub-tools .advert-type-info {
    width: 70px;
}
.slider-home .sub-tools .bg-red img,
.slider-home .sub-tools .bg-white img {
    width: 25px;
}
.slider-home .sub-tools span {
    color: #fff;
}
.sub-tools .advert-type-info {
    padding: 10px;
}
.d-flex-desktop {
    display: flex;
}
#dotsSlide {
    bottom: 50px;
    left: 10%;
    width: 75px;
}
#dotsSlide div {
    height: 5px;
    background: #fff !important;
}
#dotsSlide div.active {
    background: #e30613 !important;
}
#dotsSlide .dot1 {
    width: 20px;
}
#dotsSlide .dot2 {
    width: 16px;
}
#dotsSlide .dot3 {
    width: 12px;
}
#dotsSlide .dot4 {
    width: 8px;
}
.slider-home .sub-tools span {
    color: #fff;
    font-size: 0.7em;
}
.slider-home .sub-tools img {
    width: 20px;
}
.slider-home .sub-tools small {
    font-size: 0.5em;
}
.slider-home .sub-tools .border-tools {
    width: 1px;
    height: 40px;
    background: #fff;
    opacity: 0.5;
    margin: auto;
}
.slider-home .slide-photos {
    right: 0;
    bottom: 0;
}
.slider-home .slide-photos .thumb {
    width: 230px;
    height: 230px;
}
.slider-home.single .arrows-slide {
    right: 230px;
}
.slider-home.single .arrows-slide .more-photo {
    padding: 20px;
}
.single-infos h4 {
    font-size: 1.2em;
}
.construction-block .col-lg-12 .text-desc-transform:last-child {
    margin-bottom: 0 !important;
}
.single-infos .bar {
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size:0.6em;
}
.single-infos .bar .letter-a {
    font-size: 2em;
}
.more-infos-box .infos-icons {
    font-size:1.2em;
}
.more-infos-box .infos-icons img {
    height:25px;
}
.desc-advert-single .info-indice {
    font-size:0.6em;
}
.desc-advert-single .energy-single h4 {
    font-size:1.1em;
}
.single-infos .text-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-infos .bar .info-a {
    text-transform: initial;
    font-weight: 700;
}
.single-infos .energy-a {
    background: #00862f;
}
.single-infos .energy-b {
    background: #449b23;
}
.single-infos .energy-c {
    background: #adbf00;
}
.single-infos .energy-d {
    background: #ffa900;
}
.single-infos .energy-e {
    background: #ffc900;
}
.single-infos .energy-f {
    background: #f68700;
}
.single-infos .energy-g {
    background: #df2808;
}
.single-infos .energy-h {
    background: #df2808;
}
.single-infos .energy-i {
    background: #da0044;
}
.contact-single a:hover {
    color: #fff;
}
.single-infos .contact-single .img-contact {
    height: 200px;
}
.contact-single div:nth-child(2),
.contact-single div:nth-child(3),
.contact-single div:nth-child(4) {
    padding: 15px 10px;
}
.construction-block .text-desc-transform {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.single-infos .contact-single span {
    font-size: 0.8em;
}
.list-blocks-iris {
    padding-bottom: 8px;
}
.single-infos .contact-single .bg-red-contact img {
    margin-left: 5px;
}
.text-desc-construction {
    padding-top: 80px;
    margin-bottom: 80px;
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.whois .img-desc-construction {
    margin-bottom: 0;
}
.text-desc-transform {
    padding-top: 120px;
    margin-bottom: 80px;
    padding-left: 120px !important;
    padding-right: 120px !important;
}
.text-desc-transform .btn-red:after .btn-contain .btn-red:after {
    border-right: 330px solid transparent;
}
.list-immo-right.realisations .btn-red:after {
    border-right: 260px solid transparent;
}
.whois .top-left-border {
    top: 0;
}
.leaflet-popup-content p:nth-child(4) {
    margin-top: 0 !important;
}
.leaflet-popup-content p:nth-child(3) {
    margin-bottom: 5px !important;
}
#thumbSlide {
    background-size: cover !important;
}
.iris-page {
    padding-top: 200px;
    padding-bottom: 200px !important;
}
.iris-page .list-blocks-iris:last-child .text-desc-construction:first-child {
    padding-top: 140px;
    margin-bottom: 0;
}
.iris-page .img-header-iris {
    margin-top: -520px;
}
.burger-menu {
    display: none;
}
.menu-responsive {
    visibility: hidden;
    opacity: 0;
}

section.cta-event {
    width:100%;
    background:#C00000;
}

section.cta-event h2, section.cta-event p {
    color:#fff;
}

section.cta-event h2 {
    text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
    .slider-home h1:not(.slider-iris h1) {
        margin-top:150px;
    }
    .slider-home .container-1300 > div {
        margin-top:150px;
        margin-left:50px;
    }
    #container_slider .slide-single {
        max-height:700px;
    }
    .slider-home h1:not(.slider-iris h1) {
        margin-top:auto;
    }
}
@media only screen and (max-width: 1500px) {
    .submenu-fixed {
        top: 170px;
    }
    .submenu-fixed.with-filter {
        top: 270px;
    }
}
@media only screen and (max-width: 1350px) {
    .to-right {
        margin-left:0;
    }
    .to-left {
        margin-right:0;
    }
    .list-immo-right .adverts, .list-immo-left .adverts {
        max-height:500px;
    }
}

@media only screen and (max-width: 1125px) {
    .to-left,
    .to-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #references .real-estate-home {
        max-height:300px;
    }
}
@media only screen and (max-width: 1024px) {
    header {
        height:142px;
    }
    #advertFilterForm.fixed {
        top:100px;
    }
    .slider-home {
        margin-top:144px;
    }
    .submenu-fixed {
        display: none;
    }
    .btn-red-dark.btn-padding-64,
    .btn-red.btn-padding-64 {
        padding: 14px 24px;
    }
    .text-desc-transform {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .slider-iris .slide-desc {
        display: flex;
        justify-content: space-around;
    }
    .adverts-list .m-auto {
        margin-left:0!important;
    }
    #advertFilterForm .custom-control {
        margin-right:30px;
    }
    .custom-checkbox .custom-control-label::before {
        margin-top:3px;
    }
    .input-filter:checked + label.label-filter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    label.label-filter {
        text-align:center;
    }
    .mb-10 {
        margin-bottom:-10px;
    }
    #references .adverts .col-md-4:first-child {
        padding:0!important;
    }
    .adverts .infos-estate {
        bottom:0;
    }
    .list-immo-right .arrows-slide {
        right:0;
        z-index:9
    }
    .arrows-slide .arrow-left, .arrows-slide .arrow-right {
        padding:10px;
    }
    .slider-home.slider-iris .slide-desc .col-md-4:first-child, .slider-home.slider-iris .slide-desc .col-md-4:first-child h1, .slider-home.slider-iris .slide-desc .col-md-6 {
       margin-top:0;
    }
    .who-is h1.whois-title {
        margin-top:200px!important;
    }
    .slider-home h1:not(.slider-iris h1) {
        margin-top:0!important;
    }
    .slider-home .container-1300 > div {
        margin-top:100px;
    }
    .other-page {
        width:90%;
    }
}
@media only screen and (min-width: 1600px) {
    .slider-home.big,
    .slider-not-home {
        min-height: 70vh;
    }
    .slider-home:not(.slider-not-home) {
        min-height: 70vh;
    }
}
@media only screen and (max-width: 990px) {
    .construction-block .text-desc-transform,
    .text-desc-construction,
    .text-desc-transform {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .list-immo-right .description-immo, .list-immo-left .min-h-500 {
        height:auto!important;
        min-height: auto;
    }
    .list-immo-left .min-h-500 {
        margin-left:15px;
        margin-top:15px;
    }
}
@media only screen and (max-width: 1024px) {
    #burgerMenu,
    .header-iris #burgerMenu {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.7);
        top: 26px;
        right: 0;
        padding: 10px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-end;
        z-index: 9;
    }
    .submenu-fixed {
        display: none;
    }
    .burger-menu .bar1,
    .burger-menu .bar2,
    .burger-menu .bar3 {
        background: #e30613;
        height: 4px;
        width: 100%;
        display: block;
    }
    .burger-menu .bar2 {
        background: #e30613;
        height: 4px;
        width: 50%;
    }
    .menu-responsive {
        height: 100vh;
        width: 100%;
        top: 0;
        opacity: 0;
    }
    .menu-responsive.active {
        opacity: 1;
        display: block;
        visibility: visible;
        transition: opacity 0.6s;
    }
    .menu-responsive ul {
        margin-top: 20px;
        padding: 0;
        width: 100%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-top: 155px;
        align-items: center;
    }
    .menu-responsive ul a {
        font-size: 1.2em;
        color: #fff;
    }
    .menu-responsive ul li:last-child a img {
        width: 50px;
    }
    .container-logo {
        z-index: 9;
    }
    #burgerMenu i {
        display: none;
    }
    .header-nav {
        display: none;
    }
    .container-logo {
        position: absolute;
        width: 150px;
        height: 142px;
        left: 0;
        top: 0;
    }
    .container-logo.tablet {
        position: fixed;
        left: 40%;
        top: 77px;
        transform: translateY(-50%);
        border: 10px solid #fff;
    }
    .adverts-list .col-md-11:last-child {
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin-right: 0;
    }
    .contact-form form .btn-red {
        right: 15px;
    }
    .slide-photos {
        display: none;
    }
    .slider-not-home.single .arrows-slide {
        right: 0 !important;
    }
    #logoContainer.tablet img {
        margin-left: 0 !important;
    }
    .list-immo-right .adverts .infos-estate {
        padding-left:45px!important;
    }
    .single .box-info-single {
        min-height: auto;
        padding:60px;
    }
    .single-infos .contact-single, .single-infos .energy-single {
        margin:0!important;
        padding:0;
    }
    .box-info-single .ref-single {
        top:0;
    }
}
.container-video iframe {
    width:45%;
    min-height:375px;
}
@media only screen and (max-width: 993px) {
    #bigSlide .col-md-12:last-child{
        min-height:500px;
    }
    #bigSlide .row {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 768px) {
    .list-immo-right.realisations .button {
        padding: 14px 4px;
    }
    .list-immo-right .description-immo {
        height:auto!important;
    }
    .list-immo-left .container-1300 {
        flex-direction: column-reverse;
    }
    .list-immo-left .description-immo {
        padding-left:35px;
    }
    .list-immo-left .min-h-500 {
        min-height:auto;
    }
    .adverts-list .col-md-11:last-child {
        margin:0!important;
        padding-right:15px;
    }
    #containerAdvertList {
        padding:0;
    }
    .list-immo-right .adverts .infos-estate {
        padding-bottom:47px!important;
        padding-left:15px!important;
        padding-top:27px!important;
    }
    .adverts .infos-estate span {
        font-size:0.9em;
    }

    .single .box-info-single {
        min-height: auto;
        padding:50px 50px 30px 120px;
    }
    #photoGallery {
        left:15px;
    }
    .other-page h1 {
        font-size:2em;
    }
}
@media only screen and (max-width: 576px) {

    .cta-event {
        margin-top:250px;
        margin-bottom: 0;
        min-height: 350px;
    }
    .cta-event .col-md-5.pl-0 {
        padding-left: 1.5rem!important;
        text-align: center;
    }
    .cta-event .col-md-7 {
        padding:0!important;
        min-height: 200px;
    }
    .list-immo-right {
        margin-top:0!important;
    }


    header {
        background: 0 0;
        display: block !important;
    }
    header.position-fixed {
        position: absolute !important;
    }
    .container-video {
        flex-direction: column;
    }
    .container-video iframe {
        width:100%!important;
        min-width:100%!important;
        margin-bottom:30px;
    }
    #containerAdvertList .h400 {
        margin:auto;
    }
    #containerAdvertList .h400 {
        height:auto;
    }
    #containerAdvertList .h400 .col-md-6:first-child {
        padding:0;
        height:250px;
    }
    .slider-home .container-1300 > div {
        margin-left:auto;
    }
    .adverts .slide-single {
        height:auto;
    }
    .adverts .slide-single {
        height:auto;
    }
    .adverts .slide-single a:first-child {
        flex-direction: column;
    }
    .adverts .slide-single a .col-md-6:first-child {
        height:240px;
    }
    .adverts .slide-single a .col-md-6:nth-child(2) {
        padding:25px 35px!important;
    }
    .adverts .slide-single a .description {
        text-align: justify;
    }
    .adverts .dots-slider.no-responsive {
        display: none;
    }
    #loader.active {
        left: 33%;
        width: 150px;
        height: 150px;
    }
    .construction-block .row {
        padding: 0 !important;
    }
    .responsive {
        display: block !important;
    }
    .no-responsive {
        display: none;
    }
    .arrows-slide, .arrows-slide.no-responsive {
        display: none!important;
    }
    .slider-home .arrows-slide,
    .submenu-fixed {
        display: none;
    }
    .slider-home {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .slider-home h1 {
        font-size: 1.8em;
    }
    .slider-home.overflow-hidden {
        overflow: inherit !important;
    }
    .slider-home .col-md-6 {
        position: absolute;
        bottom: -220px;
        text-align: center;
    }
    .slider-not-home .col-md-6 {
        top: 100px;
    }
    .bottom-left-border:not(.responsive) {
        display: none;
    }
    .real-estate-home .bottom-right-border:before {
        left: -40px;
        border-right: 137vw solid #fff;
        border-top: 35px solid transparent;
    }
    .contact-form form .btn-red {
        right: initial;
    }
    .to-left,
    .to-right {
        margin: auto;
    }
    .list-immo-right {
        text-align: center;
        margin-top: 230px;
    }
    .list-immo-right .col-md-12,
    .list-immo-right .col-md-9 {
        margin: 0;
        padding: 0;
    }
    .description-immo {
        height: auto;
        padding-bottom: 40px;
    }
    .slick-track {
        height: 300px;
    }
    .slick-track li {
        margin: 0;
        padding: 0 !important;
    }
    .slick-track li .infos-estate {
        display: none;
    }
    .slick-arrow {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slick-arrow.arrow-right {
        right: 0;
        color: #da0044;
    }
    .slick-arrow.arrow-left {
        z-index: 9;
        color: #da0044;
    }
    .ris-home {
        text-align: center;
    }
    .border-title {
        margin: auto;
    }
    .column-reverse-mobile {
        flex-direction: column-reverse;
    }
    .column-reverse-mobile .description-immo {
        margin-top: 30px;
    }
    .ris-home {
        background: linear-gradient(rgba(227, 6, 19, 0.7), rgba(227, 6, 19, 0.7)), url(../img/real-estate-slide2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .ris-home h3,
    .ris-home p {
        color: #fff;
    }
    .ris-home .top-right-border {
        top: -50px;
    }
    .ris-home .border-title {
        background: #fff;
    }
    .ris-home .btn-white {
        margin: auto;
        width: fit-content;
    }
    .ris-home .btn-white:after {
        border-right: 138px solid transparent;
    }
    .ris-home .bottom-right-border:before {
        position: absolute;
        bottom: -80px;
        border-top: 50px solid transparent;
        left: 0;
    }
    footer h2,
    footer p {
        text-align: center;
    }
    .border-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    footer .contact-form .btn-red {
        width: fit-content;
        margin: auto;
    }
    footer .contact-form .btn-red:after {
        border-right: 100vw solid transparent;
    }
    footer .contact-form .col-md-10 {
        width: 90% !important;
        margin: auto;
        margin-bottom: 40px;
        padding-left: 0 !important;
    }
    .footer-form {
        padding: 0 !important;
    }
    footer #map {
        height: 430px !important;
        position: unset;
    }
    footer .col-md-6 {
        padding: 0;
    }
    .footer-link {
        margin-top: 0;
    }
    .footer-link .col-md-6:last-child {
        display: none !important;
    }
    .align-responsive {
        text-align: center;
    }
    .text-desc-construction {
        padding: 0 !important;
        margin-top: 180px;
        margin-bottom: 0;
    }
    .img-desc-construction {
        height: 300px;
        margin: 0 !important;
        width: 100% !important;
    }
    .img-desc-construction .top-left-border {
        top: 0;
        border-bottom: 35px solid transparent;
    }
    .construction-block {
        margin-top: 240px;
        margin-bottom: 0;
    }
    .construction-block .row.col-md-10 {
        padding: 0;
    }
    .construction-block .col-md-8 {
        width: 90%;
        margin: auto;
    }
    .text-desc-transform {
        text-align: center;
    }
    .text-desc-transform.two {
        padding-top: 50px;
    }
    .text-desc-transform p {
        width: 90%;
        margin: auto;
    }
    .list-immo-right.realisations {
        margin-top: 0;
    }
    .list-immo-right.realisations .adverts {
        height: 300px;
    }
    .list-immo-right.realisations {
        margin-top: 40px;
    }
    .slider-real-estate {
        min-height: 600px;
    }
    .slider-real-estate .col-md-4 {
        top: 250px;
    }
    .slider-real-estate h1 {
        color: #fff;
    }
    .aside-filter {
        background: 0 0;
    }
    .advert-list {
        padding: 0 !important;
    }
    .advert-list a {
        padding: 0 !important;
    }
    .adverts-list .row.col-md-11 {
        margin: 0;
        padding: 0;
    }
    .adverts-list select {
        border: 5px solid #ededed;
        border-radius: initial;
        height: 55px;
        text-align-last: center;
        background-image: linear-gradient(45deg, transparent 50%, #a8a8a8 60%), linear-gradient(135deg, #a8a8a8 40%, transparent 50%) !important;
        background-position: calc(100% - 30px) 18px, calc(100% - 20px) 18px, 100% 0;
        background-size: 10px 10px, 10px 10px;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .single-advert .tools {
        width: 100%;
        height: 100%;
    }
    .single-advert .tools .sub-tools {
        flex-direction: row !important;
        height: 65px;
        bottom: 0;
        left: 0;
        width: 100%;
        top: auto;
        justify-content: space-around !important;
    }
    .single-advert .tools .sub-tools .border-tools {
        display: none;
    }
    .single-advert .tools .sub-tools .advert-type-info {
        width: 25%;
    }
    .single-advert .tools .sub-tools .advert-type-info:not(.advert-type-info:first-child) {
        border-left: 1px solid #fff;
    }
    .single-advert .tools .advert-type:nth-child(2) {
        margin-top: -20px;
    }
    .advert-type.bg-red {
        background: #e30613;
    }
    .advert-type.responsive {
        display: flex !important;
        clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    }
    .footer-single {
        margin-top: 20px;
        margin-bottom: 35px;
        display: flex !important;
    }
    .footer-single .price-mobile {
        font-size: 1.6em;
    }
    .footer-single .price-mobile .border-title {
        margin-right: 0;
    }
    .bottom-right-border.no-resp:before {
        display: none;
    }
    .slider-home.big {
        min-height: 550px;
    }
    .slider-home.big .sub-tools {
        width: 100%;
    }
    .slider-not-home {
        margin-bottom: 30px !important;
    }
    .footer-slider-home h4 {
        font-weight: 400;
        color: #e30613;
        font-size: 1.7em;
    }
    .footer-slider-home span {
        font-size: 1.8em;
    }
    .desc-advert-single {
        background: #ededed;
        text-align: center;
    }
    #accordion.options .card,
    #accordion.options .card .card-header {
        border: 0 !important;
    }
    #accordion.options .card .btn-link {
        color: #484848;
    }
    .desc-advert-single {
        margin-bottom: 60px;
    }
    .header-iris .container-logo {
        border: 10px solid #fff;
    }
    .slider-home.slider-iris .slide-desc {
        margin-top: 0 !important;
        padding-top: 200px;
    }
    .slider-home.slider-iris {
        padding-bottom: 150px;
        background: #e30613 url(../img/bgstu.png) no-repeat center;
    }
    .slider-home.slider-iris .col-md-4 {
        bottom: auto;
        left: 0;
    }
    .slider-home.slider-iris .col-md-6 {
        top: 80px;
        text-align: center;
    }
    .iris-page {
        padding-top: 0;
    }
    .iris-page .img-header-iris.no-responsive {
        display: none;
    }
    .text-desc-construction.iris {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .list-blocks-iris {
        padding: 0 !important;
    }
    .list-blocks-iris .text-desc-transform {
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .list-blocks-iris .img-desc-construction {
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .list-blocks-iris .img-desc-construction .top-left-border,
    .list-blocks-iris .img-desc-construction .top-right-border {
        border-bottom: 38px solid transparent;
    }
    .list-blocks-iris .img-desc-construction .bottom-left-border,
    .list-blocks-iris .img-desc-construction .bottom-right-border:before {
        border-top: 38px solid transparent;
    }
    .list-blocks-iris.reverse {
        flex-direction: column-reverse;
    }
    .whois .text-desc-construction {
        margin-top: 0;
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .whois > .col-md-10 {
        padding: 0;
    }
    .whois .bottom-right-border:before {
        border-top: 38px solid transparent;
    }
    .whois .reverse {
        flex-direction: column-reverse;
    }
    .whois .top-right-border {
        border-bottom: 38px solid transparent;
    }
    .whois .bottom-left-border {
        border-top: 38px solid transparent;
    }
    .whois .text-desc-construction,
    .whois .text-desc-transform {
        margin-bottom: 35px;
        margin-top: 35px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact-form > .col-md-10 {
        padding: 0;
    }
    .contact-form .row {
        width: 100%;
        margin: 0;
    }
    .contact-form form {
        width: 90%;
        margin: auto;
        margin-bottom: 60px;
    }
    .contact-form form button {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 35px !important;
    }
    .more-adverts.mt-5 {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
    .more-adverts a {
        padding: 15px 20px !important;
    }
    .list-immo-right .description-immo {
        background: #f8f8f8;
        padding-top: 100px;
    }
    .list-immo-right .description-immo .mb-5 {
        margin-bottom: 0 !important;
    }
    .btn-contain {
        margin: auto;
    }
    .list-immo-right .description-immo.h-100 {
        height: auto !important;
    }
    .top-right-border {
        border-bottom: 35px solid transparent;
    }
    .ris-home .bottom-right-border:before {
        border-top: 35px solid transparent;
    }
    .bottom-right-border:before {
        border-top: 35px solid transparent;
    }
    .bottom-left-border {
        border-top: 35px solid transparent;
    }
    #contactForm button {
        display: none;
    }
    footer {
        padding: 0 !important;
    }
    .construction-block {
        padding-top: 250px;
    }
    .construction-block .text-desc-construction {
        width: 80%;
        margin: auto;
    }
    .column-reverse-mobile .text-desc-transform.two {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 80%;
        margin: auto;
    }
    .column-reverse-mobile .img-desc-construction.two {
        margin-top: 50px !important;
    }
    .list-immo-right.realisations .desc-mobile {
        width: 80%;
        margin: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .realisations.grey-border .real-estate-home .bottom-right-border:before {
        border-right: 137vw solid #ededed;
    }
    .mt-0-responsive.list-immo-right.realisations {
        margin-top: 0 !important;
    }
    .bg-grey-very-light.grey-bottom-left {
        font-family: Overpass-Extra-Light;
    }
    .advert-list.pl-3 {
        padding-left: 0 !important;
    }
    .tools .advert-type:nth-child(2) {
        width: 65px;
    }
    .tools .advert-type:nth-child(2) img {
        margin-top: 15px;
    }
    .tools .advert-type:first-child img {
        margin-bottom: 10px;
    }
    .footer-single.responsive h4 {
        color: #e30613;
    }
    .footer-single.responsive .price-mobile span {
        font-family: Overpass-Extra-Bold;
    }
    .footer-single.responsive .col-6:first-child {
        display: flex;
        flex-direction: column;
    }
    .footer-single.responsive .col-6:first-child span:nth-child(2) {
        font-family: Overpass-Extra-Bold;
    }
    .footer-single.responsive .col-6:first-child span:last-child {
        font-family: Overpass-Extra-Light-Italic;
    }
    ul.pagination li {
        display: flex;
        align-items: center;
    }
    ul.pagination .page-item.active .page-link {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .footer-slider-home div:first-child .col-6:last-child,
    .footer-slider-home span:last-child {
        font-family: Overpass-Extra-Bold;
    }
    #accordion {
        margin-top: 30px;
    }
    #accordion .card-body ul {
        width: 80%;
        margin: auto;
        text-align: initial;
    }
    #accordion .card-body ul li {
        margin-bottom: 5px;
    }
    #accordion .card-body {
        border-bottom: 5px solid #e30613;
    }
    .single-options-responsive {
        margin-bottom: 60px;
    }
    .slider-home.slider-iris .slide-desc div:first-child {
        text-align: center;
    }
    .slider-home.slider-iris .slide-desc div:last-child {
        top: 290px;
    }
    .slider-home.slider-iris .slide-desc div:last-child p {
        font-family: Overpass-Extra-Light;
    }
    .slider-home.slider-iris .slide-desc {
        width: 80%;
    }
    .slider-home.slider-iris .slide-desc,
    .slider-home.slider-iris .slide-desc div:first-child {
        padding-right: 0;
    }
    .slider-home.slider-not-home.slider-iris {
        min-height: 740px;
    }
    .list-blocks-iris.reverse .text-desc-transform,
    .whois .text-desc-transform {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .whois .text-desc-transform .mb-5 {
        margin-bottom: 0 !important;
    }
    .list-blocks-iris .top-left-border,
    .list-blocks-iris .top-right-border,
    .whois .top-left-border {
        border-bottom: 35px solid transparent !important;
    }
    .list-blocks-iris .img-desc-construction {
        margin-bottom: auto !important;
    }
    .iris-page {
        padding-bottom: 60px !important;
    }
    .whois {
        margin-bottom: 60px;
    }
    #contactForm button.responsive {
        width: 100%;
        height: auto;
    }
    #contactForm .row:first-child .col-md-6:last-child {
        margin-top: 1rem !important;
    }
    .btns-contact {
        padding-right: 0 !important;
    }
    #responsiveMenu.active #logoContainer {
        position: fixed;
    }
    .bottom-right-border.bt-responsive-grey:before,
    .top-right-border.tr-responsive-grey {
        border-right: 100vw solid #f8f8f8 !important;
    }
    #dotsSlide {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .container-logo {
        top: 105px;
        left: 50%;
        transform: translate(-45%, -50%);
    }
    .header-iris .container-logo img {
        margin-left: 0 !important;
    }
    .header-iris .container-logo {
        left: 52%;
    }
    .footer-link .col-md-7 {
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .single .box-info-single {
        padding:30px 30px 30px 50px;
    }
    #bigSlide.single {
        margin-bottom:0!important;
        overflow: hidden!important;
    }
    #container_slider .slide-single {
        max-height: none;
    }
    #containerAdvertList a.col-md-6 .pl-5 {
        padding-left:20px!important;
    }
    .box-info-single .ref-single {
        top:0;
        width:auto;
    }
    .single .box-info-single {
        padding-top:45px!important;
    }
    .other-page {
        padding-top:230px!important;
    }
    .price-single {
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .slider-home.slider-not-home.slider-iris {
        min-height:800px;
    }
    .slider-home.slider-iris .slide-desc div:last-child {
        top:325px;
    }
}

.ekko-lightbox {
    z-index: 9999 !important;
}
.modal-dialog .modal-content {
    background: transparent;
    border: 0;
    position: relative;
}
.modal-header {
    border-bottom: 0;
}
.close {
    display: none;
}

@media only screen and (min-width: 1900px) {
    .list-immo-right.to-right .container-1300,
    .list-immo-left.to-left .container-1300 {
        max-width: 1800px !important;
    }
}
@media only screen and (max-width: 576px) {
    #references .slick-track li .infos-estate {
        display: block !important;
    }
}
