@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
html {
    font-size: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-size: 1rem;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #DE027B;
}

h1, .h1 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #6F7175;
    font-weight: 700;
}
h1.circle, .h1.circle {
    text-transform: uppercase;
}
h1.circle:before, .h1.circle:before {
    content: "";
    background: #DE027B;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
}

h2, .h2 {
    font-size: 2rem;
    color: #6F7175;
    margin-bottom: 25px;
    font-weight: 700;
}
h2.circle, .h2.circle {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
h2.circle:before, .h2.circle:before {
    content: "";
    background: #DE027B;
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
}

.circle h2 {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.circle h2:before {
    content: "";
    background: #DE027B;
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
}

h3, .h3 {
    font-size: 1.7rem;
    margin: 0 0 15px;
    font-weight: 200;
    color: #000;
}

h4, .h4 {
    font-size: 1rem;
}

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

ul {
    padding: 0;
}

li {
    list-style: none;
}

button, input, textarea, select {
    outline: none !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.container {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (min-width: 1200px) {
    .page-template-fullwidth .container {
        max-width: 85%;
    }
}
@media screen and (max-width: 992px) {
    .page-template-fullwidth .container {
        max-width: 95%;
    }
}
@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2rem;
    }
}
header#masthead {
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
}
header#masthead #desktop-header {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    background: #6F7175;
}
header#masthead #desktop-header .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header#masthead #desktop-header #logo {
    margin-right: auto;
}
header#masthead #desktop-header #logo img {
    max-width: 120px;
    position: absolute;
    top: 25px;
    z-index: 20;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu {
    display: flex;
    margin-bottom: 0;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item {
    padding: 0 25px;
    position: relative;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item a {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item .sub-menu {
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 315px;
    left: -100px;
    background: #fafafa;
    top: 120%;
    opacity: 0;
    padding: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 7px 7px;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item .sub-menu li.menu-item {
    padding: 7px 0;
    text-transform: none;
    border-bottom: 1px solid #e0e0e0;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item .sub-menu li.menu-item:last-of-type {
    border: none;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item:before {
    content: "";
    display: block;
    background: #DE027B;
    height: 9px;
    width: 0;
    position: absolute;
    left: 25px;
    bottom: -15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    height: 100%;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item:hover:before {
    width: 60px;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item.menu-item-has-children:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 12px;
}
header#masthead #desktop-header #desktop-menu ul#primary-menu li.menu-item.current-menu-item:before {
    width: 60px;
}
header#masthead #desktop-header #menu-user {
    display: flex;
    align-items: center;
}
header#masthead #desktop-header #menu-user .menu-item a {
    color: #fff;
}
header#masthead #desktop-header #menu-user .menu-item:first-of-type {
    font-size: 2rem;
    padding: 0 25px;
    display: none;
}
header#masthead #desktop-header #menu-user .menu-item:last-of-type {
    background: url(../img/btn-b-big-yellow.png) no-repeat bottom;
    background-size: cover;
    text-align: center;
    height: 80px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    width: 210px;
    padding-top: 15px;
    line-height: 1.1;
}
header#masthead #desktop-header #menu-user .menu-item:last-of-type a {
    color: #707175;
}
header#masthead #mobile-header {
    background: #6F7175;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: -200px;
}
header#masthead #mobile-header .logo img {
    max-width: 100px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 1rem;
    left: 3rem;
}
header#masthead #mobile-header #menu-user-2 .lrm-login {
    display: none !important;
}
header#masthead #mobile-header #menu-user-2 .menu-item:last-of-type {
    background: url(../img/btn-b-big-yellow.png) no-repeat bottom;
    background-size: cover;
    text-align: center;
    height: 80px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    width: 210px;
    padding-top: 15px;
    line-height: 1.1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-size: 1.1rem;
    top: 0.5rem;
    border-radius: 100%;
    background: #FFFF00;
}
header#masthead #mobile-header #menu-user-2 .menu-item:last-of-type a {
    color: #4e5154;
}
header#masthead #mobile-header #mobile-contact {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 230px;
    margin: auto;
    z-index: 15;
    text-align: center;
}
header#masthead #mobile-header #mobile-contact .icon {
    background: url(../img/btn-b-big-yellow.png) no-repeat bottom;
    background-size: cover;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 25px;
    line-height: 1.1;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    color: #4b4c4e;
    border-radius: 0;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-size: 1.1rem;
    top: -0.5rem;
    border-radius: 100%;
    background: #FFFF00;
}
header#masthead #mobile-header .mobile-icon {
    display: flex;
    align-items: center;
}
header#masthead #mobile-header #mobile-menu {
    position: fixed;
    text-align: right;
    right: 0;
    height: 100%;
    top: 59px;
    width: 400px;
    background: rgba(73, 73, 74, 0.95);
    z-index: 10;
    padding: 2rem 3rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
header#masthead #mobile-header #mobile-menu .logo img {
    position: initial;
}
header#masthead #mobile-header #mobile-menu ul#mobile-nav {
    margin: 3rem 0 0 0;
}
header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item {
    position: relative;
    padding: 1.2rem 0;
}
header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}
header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item:before {
    content: "";
    display: block;
    background: #DE027B;
    height: 7px;
    width: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item:hover:before {
    width: 60px;
}
header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item.current-menu-item:before {
    width: 100px;
}
header#masthead #mobile-header #mobile-menu .rs {
    margin-top: 4rem;
    justify-content: flex-end;
}

/*-------- User --------------- */
#user-account {
    font-size: 1.7rem;
    padding: 0 15px;
    color: #fff !important;
    display: block;
    line-height: 1;
    position: relative;
}
#user-account span {
    display: flex;
    background: #DE027B;
    width: 20px;
    height: 20px;
    font-size: 1rem;
    position: absolute;
    left: 3px;
    bottom: -10px;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
}

/*-------- Burger menu -------- */
.nav-icon {
    cursor: pointer;
    position: relative;
    z-index: 1000;
}
.nav-icon div {
    width: 35px;
    height: 24px;
    z-index: 99999;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.nav-icon div span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 0.3125rem;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    overflow: hidden;
}
.nav-icon div span:nth-child(1) {
    top: 0;
}
.nav-icon div span:nth-child(2) {
    top: 10px;
}
.nav-icon div span:nth-child(3) {
    top: 20px;
}

/*-------- Open menu -------- */
header#masthead.m-open .nav-icon div span {
    width: 0;
    left: 50%;
}
header#masthead.m-open .nav-icon div span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    width: 100%;
    left: 0;
}
header#masthead.m-open .nav-icon div span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
    width: 100%;
    left: 0;
}
header#masthead.m-open #mobile-header > .logo img {
    left: -8rem;
}
header#masthead.m-open #mobile-header #mobile-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

/*-------- Change menu -------- */
header#masthead.changeMenu #desktop-header {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
}
header#masthead.changeMenu #mobile-header {
    top: 0;
}

@media screen and (max-width: 1499px) {
    header#masthead.changeMenu #mobile-header .logo img {
        max-width: 75px;
    }
}
@media screen and (max-width: 1199px) {
    header#masthead .container {
        max-width: 100%;
    }
    header#masthead #logo img {
        max-width: 120px;
        top: 15px;
    }
    header#masthead #menu-user {
        margin-bottom: 0;
    }
    header#masthead #mobile-header #mobile-menu {
        width: 50%;
    }
}
@media screen and (max-width: 992px) {
    header#masthead #desktop-header {
        display: none;
    }
    header#masthead #mobile-header {
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    header#masthead #mobile-header {
        padding: 1rem 2rem;
    }
    header#masthead #mobile-header .logo img {
        left: 2rem;
        max-width: 75px;
    }
    header#masthead #mobile-header #menu-user-2 .menu-item:last-of-type {
        height: 100px;
        width: 100px;
    }
    header#masthead #mobile-header #mobile-menu {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    header#masthead .nav-icon div {
        width: 30px;
    }
    header#masthead #mobile-header #mobile-menu {
        text-align: left;
    }
    header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item:before {
        right: inherit;
        left: 0;
    }
    header#masthead #mobile-header #mobile-menu .rs {
        justify-content: initial;
    }
    header#masthead #mobile-header #mobile-contact .icon {
        width: 65px;
        height: 65px;
        top: 0rem;
        font-size: 0.6rem;
    }
}
@media screen and (max-width: 470px) {
    header#masthead #mobile-header #menu-user-2 .menu-item:last-of-type {
        height: 65px;
        width: 65px;
        font-size: 0.6rem;
        top: 1rem;
    }
    header#masthead #mobile-header .logo img {
        width: 60px;
    }
}
@media screen and (max-height: 800px) {
    header#masthead #mobile-header #mobile-menu ul#mobile-nav {
        margin: 1.5rem 0 0 0;
    }
    header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item {
        padding-top: 0.5rem;
    }
    header#masthead #mobile-header #mobile-menu .rs {
        margin-top: 1rem;
    }
}
@media screen and (max-height: 650px) {
    header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item {
        padding: 0 0 1rem;
    }
    header#masthead #mobile-header #mobile-menu ul#mobile-nav li.menu-item:before {
        height: 4px;
    }
}
#content a {
    text-decoration: underline;
}

.pinkBorder {
    border-bottom: solid 1px #DE027B;
    margin: 3rem 0;
    clear: both;
}

.bg-grey {
    background: #EBECEC;
}

.bg-blue {
    background: #11A5DE;
    color: #fff;
}
.bg-blue h2 {
    color: #fff;
}
.bg-blue h2.circle:before {
    background: #FFFF00;
}
.bg-blue .circle h2:before {
    background: #FFFF00;
}
.bg-blue .rect:before {
    background: #FFFF00;
}

.firstimg {
    min-height: 650px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: #6F7175;
    background-size: cover;
    display: flex;
    align-items: center;
}
.firstimg.small {
    min-height: 400px;
}
.firstimg h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3.4rem;
    text-align: center;
    margin-top: 60px;
}
.firstimg h1:before, .firstimg h1:after {
    content: "";
    display: block;
    background: #DE027B;
    height: 7px;
    width: 60px;
    margin: 1rem auto;
}

.rect:before {
    content: "";
    display: block;
    background: #DE027B;
    height: 7px;
    width: 60px;
    margin-bottom: 1.5rem;
}

.rs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.rs li {
    margin: 0 6px;
    text-align: center;
}
.rs li i {
    background: #fff;
    color: #555;
    width: 33px;
    border-radius: 30px;
    height: 33px;
    font-size: 1.2rem;
    line-height: 1.75;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.rs li i:hover {
    background: #DE027B;
    color: #fff;
}
.rs li:first-of-type {
    margin-left: 0;
}
.rs li:last-of-type {
    margin-right: 0;
}

.logifac-btn {
    margin-bottom: 0 !important;
    float: right;
}
.logifac-btn a, .logifac-btn button {
    background: url(../img/btn-b-grey.png) no-repeat bottom;
    background-size: contain;
    display: inline-block;
    color: #FFFF00;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 35px 30px 7px;
    margin: 0 5px;
    border: none;
}
.logifac-btn a:hover, .logifac-btn button:hover {
    background-image: url(../img/btn-b-yellow.png);
    color: #5f5f5f;
}
.logifac-btn ul {
    display: flex;
}
.logifac-btn.grey a, .logifac-btn.grey button {
    background-image: url(../img/btn-b-yellow.png);
    color: #5f5f5f;
}
.logifac-btn.grey a:hover, .logifac-btn.grey button:hover {
    background-image: url(../img/btn-b-grey.png);
    color: #FFFF00;
}

.breadcrumbs {
    color: #bbb;
    margin-bottom: 15px;
    font-size: 0.85rem;
}
.breadcrumbs a {
    color: #bbb;
    text-decoration: none !important;
}

.autocomplete-suggestions {
    box-shadow: none !important;
    font-size: 0.9rem;
    border-color: #dcdcdc !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
    padding: 5px 15px;
    color: #8d8d8d;
}

.pagination {
    margin: 1.5rem 0;
    justify-content: center;
}
.pagination .page-numbers {
    display: inline-block;
    margin: 0 0.1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2;
    text-align: center;
    background: #eeeeee;
}
.pagination .page-numbers.current {
    background: #DE027B;
    color: #fff;
}

.ult-new-ib .ult-new-ib-title {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 2rem !important;
}

@media all and (max-width: 991px) {
    h2, .h2 {
        font-size: 2rem;
    }

    .firstimg h1 {
        font-size: 2.8rem;
    }
}
@media all and (max-width: 767px) {
    h2, .h2 {
        font-size: 1.5rem;
    }
    h2.circle:before, .h2.circle:before {
        min-width: 1rem;
        height: 1rem;
    }

    .firstimg h1 {
        font-size: 2.5rem;
    }
}
@media all and (max-width: 575px) {
    .firstimg {
        min-height: 360px;
    }
    .firstimg h1 {
        font-size: 2rem;
    }
}
.home header#masthead #desktop-header {
    background: transparent;
}
.home #rev_slider_1_1 .tparrows {
    background: #442795;
    width: 70px;
    height: 60px;
}
.home #rev_slider_1_1 .tparrows.tp-rightarrow {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.home #rev_slider_1_1 .tparrows.tp-leftarrow {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.home #rev_slider_1_1 .tparrows:before {
    font-size: 50px;
    line-height: 60px;
}
.home #homeFilter {
    position: relative;
    max-width: 400px;
    width: 100%;
}
.home #homeFilter #nav-tab {
    border: 0;
}
.home #homeFilter #nav-tab a {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.1rem 1.5rem !important;
    border-radius: 10px 10px 0 0;
    font-size: 1rem !important;
    text-transform: uppercase;
}
.home #homeFilter #nav-tab a.active {
    background: #442795;
}
.home #homeFilter #nav-tab a:first-of-type {
    margin-left: 1rem !important;
}
.home #homeFilter .facetwp-facet input.facetwp-autocomplete-update {
    display: none;
}
.home #homeFilter .fwp-submit {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 48px;
    border: none;
    background: #442795;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}
.home #homeFilter .tab-content:before {
    content: "";
    display: block;
    background: url("../img/picto-loupe.jpg") no-repeat center;
    width: 55px;
    height: 48px;
    position: absolute;
    z-index: 99;
}
.home #homeFilter .facetwp-type-fselect {
    height: 48px;
    border-radius: 10px;
}
.home #homeFilter .facetwp-type-fselect .facetwp-overlay {
    background: transparent;
}
.home #homeFilter .facetwp-type-fselect .fs-wrap {
    width: 100%;
}
.home #homeFilter .facetwp-type-fselect .fs-wrap .fs-label-wrap {
    border-radius: 10px;
    border: 0;
}
.home #homeFilter .facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-label {
    padding: 1rem 3.3rem !important;
}
.home .custom-carousel {
    overflow: hidden;
    padding-left: 9rem;
}
.home .custom-carousel .slick-arrow {
    font-size: 2.7rem !important;
    color: #FFFF00 !important;
    background: #6F7175;
    width: 42px;
}
.home .custom-carousel .slick-arrow.slick-prev {
    border-radius: 10px 0 0 10px;
    left: 0;
}
.home .custom-carousel .slick-arrow.slick-next {
    border-radius: 0 10px 10px 0;
    right: 0;
}
.home .custom-carousel .slick-arrow.slick-disabled {
    opacity: 0;
}
.home .custom-carousel .slick-list {
    overflow: visible;
}
.home .custom-carousel .slick-list .slick-slide {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.home .custom-carousel .slick-list .slick-slide.slick-p {
    -webkit-transform: scale(0.8) translateX(90%);
    -moz-transform: scale(0.8) translateX(90%);
    -ms-transform: scale(0.8) translateX(90%);
    -o-transform: scale(0.8) translateX(90%);
    transform: scale(0.8) translateX(90%);
}
.home .custom-carousel .slick-list .slick-slide.slick-pp {
    -webkit-transform: scale(0.6) translateX(250%);
    -moz-transform: scale(0.6) translateX(250%);
    -ms-transform: scale(0.6) translateX(250%);
    -o-transform: scale(0.6) translateX(250%);
    transform: scale(0.6) translateX(250%);
}
.home .custom-carousel .slick-list .slick-slide.slick-active {
    -webkit-transform: scale(1) translateX(0%);
    -moz-transform: scale(1) translateX(0%);
    -ms-transform: scale(1) translateX(0%);
    -o-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
}

@media all and (max-width: 1300px) {
    .home #rev_slider_1_1 .tparrows {
        bottom: 0;
        top: initial !important;
    }
}
@media all and (max-width: 991px) {
    .home #rev_slider_1_1 .tparrows {
        width: 60px;
        height: 50px;
    }
    .home #rev_slider_1_1 .tparrows:before {
        font-size: 40px;
        line-height: 51px;
    }
}
@media all and (max-width: 767px) {
    .home .custom-carousel {
        padding-left: 5rem;
    }
}
@media all and (max-width: 575px) {
    .home #rev_slider_1_1 .tparrows {
        display: none;
    }
    .home #homeFilter {
        width: 80%;
        margin: auto;
    }
    .home .logifac-btn {
        float: none;
    }
    .home .logifac-btn ul {
        justify-content: space-between;
    }
    .home .logifac-btn ul li {
        width: 49%;
    }
    .home .logifac-btn ul li a {
        width: 100%;
    }
    .home .custom-carousel {
        padding-left: 5rem;
    }
}
@media all and (max-width: 450px) {
    .home .logifac-btn ul {
        flex-direction: column;
    }
    .home .logifac-btn ul li {
        width: 100%;
    }
    .home .logifac-btn ul li a {
        background: #6F7175;
        margin-bottom: 1rem !important;
        padding: 0.75rem 1rem;
        border-radius: 1rem;
    }
    .home .logifac-btn ul li a:hover {
        background: #FFFF00;
    }
}
.single-residence h1 {
    margin-bottom: 10px;
}
.single-residence #menu-user-2 {
    display: none;
}
.single-residence #mobile-contact {
    display: block !important;
}
.single-residence #content {
    padding-top: 175px;
}
.single-residence h2:not(.circle) {
    text-align: center;
}
.single-residence #residence {
    margin-bottom: 35px;
}
.single-residence #residence #residence-imgs .event-flag {
    z-index: 100;
    left: 15px;
}
.single-residence #residence #residence-imgs .isFull {
    position: absolute;
    left: 15px;
    top: 0;
    background: #442795;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    border-bottom-right-radius: 15px;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    margin-right: 15px;
}
.single-residence #residence #residence-imgs .isFull.style2 {
    font-size: 1.2rem;
}
.single-residence #residence #residence-imgs .isFull.style3 {
    font-size: 2rem;
}
.single-residence #residence #residence-imgs .isFull span {
    display: block;
    font-weight: 100;
    font-size: 0.8rem;
    text-transform: none;
    margin-top: 0.2rem;
}
.single-residence #residence #residence-imgs .modalButton {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: 0;
    padding: 0.2rem 1rem;
    font-size: 5rem;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.single-residence #residence #residence-imgs .modalButton:hover {
    opacity: 1;
}
.single-residence #residence .owl-carousel {
    height: 100%;
}
.single-residence #residence .owl-carousel .owl-stage-outer, .single-residence #residence .owl-carousel .owl-stage, .single-residence #residence .owl-carousel .owl-item {
    height: 100%;
}
.single-residence #residence .owl-carousel .residence-img {
    min-height: 423px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-residence #residence .owl-carousel .owl-nav {
    font-size: 1.7rem;
    color: #fff;
    position: absolute;
    top: 44%;
    width: 100%;
    height: 0;
    z-index: 1000;
}
.single-residence #residence .owl-carousel .owl-nav .owl-prev, .single-residence #residence .owl-carousel .owl-nav .owl-next {
    position: relative;
    background: #442795;
    width: 42px;
}
.single-residence #residence .owl-carousel .owl-nav .owl-prev {
    float: left;
    border-radius: 0 5px 5px 0;
}
.single-residence #residence .owl-carousel .owl-nav .owl-next {
    float: right;
    border-radius: 5px 0 0 5px;
}
.single-residence #residence .d-flex .logo img {
    max-width: 121px;
}
.single-residence #residence .d-flex .residence-info {
    border: solid 1px #442795;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    padding-left: 0;
    width: 100%;
    margin-left: 12px;
    min-height: 121px;
}
.single-residence #residence .d-flex .residence-info:after {
    content: "";
    background: #442795;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.single-residence #residence .d-flex .residence-info p {
    margin-bottom: 5px;
}
.single-residence #residence .d-flex .residence-info .name {
    font-size: 1.2rem;
    line-height: 1;
}
.single-residence #residence .d-flex .residence-info .name span {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.single-residence #residence .d-flex .residence-info .ville {
    color: #442795;
    font-weight: 300;
    font-size: 1.5rem;
}
.single-residence #residence .adresse {
    margin: 20px 0;
    color: #6F7175;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.single-residence #residence .adresse a {
    display: block;
    color: #6F7175;
    text-decoration: none;
}
.single-residence #residence .adresse a:hover {
    color: #000;
}
.single-residence #residence .info-generale {
    border: solid 1px #DE027B;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 79px;
    border-radius: 5px;
    font-weight: 600;
}
.single-residence .text-block {
    margin-bottom: 2rem;
}
.single-residence #logement #nav-tab {
    background: #fff;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 1px;
}
.single-residence #logement #nav-tab a {
    width: 100%;
    height: 63px;
    background: url("../img/btn-t-grey2.png") no-repeat;
    background-size: contain;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    padding: 7px 15px 7px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
.single-residence #logement #nav-tab a.active {
    background-image: url("../img/btn-t-grey.png");
}
.single-residence #logement #nav-tab a:not(:first-of-type) {
    padding-top: 15px;
}
.single-residence #logement .logement-info {
    border: solid 1px #d8d8d8;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
    padding: 70px 30px 15px;
}
.single-residence #logement .logement-tarif {
    border: solid 1px #d8d8d8;
    height: 362px;
    padding: 10px 20px 0;
    display: flex;
    flex-direction: column;
}
.single-residence #logement .logement-tarif .nb-logement {
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 25px;
}
.single-residence #logement .logement-tarif .logement-prix {
    line-height: 0.9;
    font-weight: 100;
}
.single-residence #logement .logement-tarif .logement-prix span {
    color: #DE027B;
    font-weight: 800;
    font-size: 5rem;
    display: block;
    line-height: 0.5;
    margin-top: 20px;
}
.single-residence #logement .logement-tarif .logement-prix span:after {
    content: " €/mois";
    font-size: 2.7rem;
}
.single-residence #logement .logement-tarif .um_wishlist_form {
    margin: auto auto 0;
}
.logement-tarif #add-to-cart, .adresse #add-to-cart, .logement-tarif .add-to-um-wishlist, .adresse .add-to-um-wishlist, .logement-tarif .added-to-wishlist, .adresse .added-to-wishlist, .single-residence #logement .logement-tarif #btn-book_lh, .adresse #btn-book_lh {
    background: url("../img/btn-b-grey.png") no-repeat;
    background-size: contain;
    text-align: left;
    color: #FFFF00 !important;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 25px 41px 5px 50px;
    display: flex !important;
    justify-content: space-between;
    width: 335px;
    height: 90px;
    margin: auto auto 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}
.logement-tarif #add-to-cart:after, .adresse #add-to-cart:after, .logement-tarif .add-to-um-wishlist:after, .adresse .add-to-um-wishlist:after, .logement-tarif .added-to-wishlist:after, .adresse .added-to-wishlist:after, .single-residence #logement .logement-tarif #btn-book_lh:after, .adresse #btn-book_lh:after  {
    content: "+";
    font-size: 3rem;
    font-weight: 500;
    position: relative;
    bottom: 0;
    right: 0;
    border: solid;
    border-radius: 3rem;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
.adresse #btn-book_lh, .adresse .added-to-wishlist, .adresse .add-to-um-wishlist {
    position: absolute;
    bottom: 0;
    right: 0;
}
}
.single-residence #logement .logement-tarif #btn-book_lh, .adresse #btn-book_lh  {
    padding-top: 1rem;
    align-items: center;
}
.single-residence #logement .logement-tarif #btn-book_lh:after, .adresse #btn-book_lh:after {
    content: "";
    background: url("../img/arrow-bottom.png") no-repeat center;
    background-size: 75%;
}
.single-residence #share {
    margin: 35px 0;
}
.single-residence #share .whyus {
    text-align: center;
    color: #DE027B;


    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
.single-residence #share .whyus > .vc_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-residence #share .whyus > .vc_row:before {
    content: none;
}
.single-residence #share .whyus > .vc_row > .wpb_column {
    width: auto;
}
.single-residence #share .whyus > .vc_row > .wpb_column .vc_column-inner {
    padding: 0;
}
.single-residence #share .whyus > .vc_row > .wpb_column .wpb_single_image {
    margin-bottom: 10px;
}
.single-residence #share .whyus > .vc_row > .wpb_column .wpb_single_image img {
    max-width: 80px;
}
.single-residence #share .share {
    background: #DE027B;
    padding: 35px 50px;
    font-size: 1.2rem;
    font-weight: 600;
}
.single-residence #share .share ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}
.single-residence #share .share ul li {
    margin-right: 10px;
}
.single-residence #book_lh {
    padding-top: 6rem;
    margin-top: -6rem;
    margin-bottom: 5rem;
}
.single-residence #book_lh ul li strong {
    color: #DE027B;
    font-weight: 900;
}
.single-residence #book_lh .ifram_lh1 {
    height: 120px;
}
.single-residence #book_lh .ifram_lh2 {
    height: 170px;
}
.single-residence #book_lh .ifram_lh3 {
    height: 220px;
}
.single-residence #book_lh .ifram_lh4 {
    height: 270px;
}
.single-residence #book_lh .ifram_lh5 {
    height: 320px;
}
.single-residence #book_lh .ifram_lh6 {
    height: 370px;
}
.single-residence #book_lh .ifram_lh7 {
    height: 420px;
}
.single-residence #book_lh .ifram_lh8 {
    height: 470px;
}
.single-residence #book_lh .ifram_lh9 {
    height: 520px;
}
.single-residence #book_lh .ifram_lh10 {
    height: 570px;
}
.single-residence #services {
    background: #EBECEC;
    padding: 75px 0 0;
}
.single-residence #services .owl-carousel {
    max-width: 90%;
    margin: auto;
}
.single-residence #services .owl-carousel .owl-stage {
    margin: 0 auto;
}
.single-residence #services .owl-carousel .owl-item .service-item {
    text-align: center;
    line-height: 1.2;
}
.single-residence #services .owl-carousel .owl-item .service-item .img {
    background: #DE027B;
    width: 100px;
    border-radius: 100px;
    padding: 17px;
    margin: 0 auto 5px;
}
.single-residence #services .owl-carousel .owl-item .service-item .name {
    max-width: 100px;
    margin: auto;
}
.single-residence #services .owl-carousel .owl-item .service-item .description {
    font-size: 0.75rem;
    margin-top: 15px;
    background: #dddddd;
    padding: 10px 5px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.single-residence #services .owl-carousel .owl-item .service-item:hover .description {
    opacity: 1;
}
.single-residence #services .owl-carousel .owl-nav {
    font-size: 1.7rem;
    color: #FFFF00;
    position: absolute;
    top: 15%;
    width: 100%;
    z-index: -1;
}
.single-residence #services .owl-carousel .owl-nav .owl-prev, .single-residence #services .owl-carousel .owl-nav .owl-next {
    position: relative;
    background: #6F7175;
    width: 42px;
}
.single-residence #services .owl-carousel .owl-nav .owl-prev.disabled, .single-residence #services .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5;
}
.single-residence #services .owl-carousel .owl-nav .owl-prev {
    float: left;
    right: 50px;
    border-radius: 5px 0 0 5px;
}
.single-residence #services .owl-carousel .owl-nav .owl-next {
    float: right;
    left: 50px;
    border-radius: 0 5px 5px 0;
}
.single-residence #localisation {
    padding: 50px 0;
    margin-bottom: 3rem;
    font-weight: 100;
}
.single-residence #localisation strong, .single-residence #localisation b {
    font-weight: 600;
}
.single-residence #localisation .iframe-map iframe {
    width: 100%;
}
.single-residence #localisation .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
}
.single-residence #localisation .acf-map img {
    max-width: inherit !important;
}
.single-residence #localisation a {
    color: #fff;
    text-decoration: underline;
}
.single-residence #similars #residence-list .residence-item {
    width: 32%;
    margin: auto;
    font-size: 2rem;
}
.single-residence #similars #residence-list .residence-item a .isFull, .single-residence #similars #residence-list .residence-item a .event-flaf {
    font-size: 1rem;
}
.single-residence #similars #residence-list .residence-item a p.title span {
    font-size: 1.2rem;
}
.single-residence #similars #residence-list .residence-item a .tarif {
    font-size: 2rem;
}
.single-residence #avantage {
    background: #DE027B;
    color: #fff;
    font-weight: 100;
    padding-bottom: 35px;
    margin-top: 50px;
}
.single-residence #avantage .wpb_column:not(.avantage-logifac) {
    padding-top: 75px;
}
.single-residence #avantage .avantage-logifac {
    text-align: center;
    border: solid 1px #f994cc;
    border-top: none;
    padding: 30px 15px 0;
    max-width: 335px;
    position: relative;
    margin: auto;
}
.single-residence #avantage .avantage-logifac strong {
    font-weight: 600;
}
.single-residence #avantage .avantage-logifac .title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.single-residence #avantage .avantage-logifac .mention {
    display: block;
    margin: 25px 0 10px;
}
.single-residence #avantage .avantage-logifac:before {
    content: "+";
    position: absolute;
    background: #DE027B;
    font-size: 4rem;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    left: 0;
    right: 0;
    top: -27px;
    margin: auto;
    border: solid 1px #f994cc;
    line-height: 55px;
}
.single-residence #avantage a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.single-residence #modalImg, .single-residence #modalShare {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
    height: 100%;
}
.single-residence #modalImg .owl-nav, .single-residence #modalShare .owl-nav {
    font-size: 1.7rem;
    color: #fff;
    position: absolute;
    top: 44%;
    width: 100%;
    height: 0;
    z-index: 1000;
}
.single-residence #modalImg .owl-nav .owl-prev, .single-residence #modalImg .owl-nav .owl-next, .single-residence #modalShare .owl-nav .owl-prev, .single-residence #modalShare .owl-nav .owl-next {
    position: relative;
    background: #442795;
    width: 42px;
}
.single-residence #modalImg .owl-nav .owl-prev, .single-residence #modalShare .owl-nav .owl-prev {
    float: left;
    border-radius: 5px 0 0 5px;
}
.single-residence #modalImg .owl-nav .owl-next, .single-residence #modalShare .owl-nav .owl-next {
    float: right;
    border-radius: 0 5px 5px 0;
}
.single-residence #modalImg .closeModal, .single-residence #modalShare .closeModal {
    position: absolute;
    z-index: 100;
    right: 2rem;
    top: 2rem;
    font-size: 50px;
    background: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    max-width: 50px;
    max-height: 50px;
    text-align: center;
    color: #DE027B;
    line-height: 1;
    cursor: pointer;
    font-weight: 100;
    border: 0;
    display: block;
}
.single-residence #modalImg .closeModal span, .single-residence #modalShare .closeModal span {
    position: relative;
    bottom: 2px;
}
.single-residence #modalImg .content, .single-residence #modalShare .content {
    max-width: 80%;
    max-height: 80%;
}
.single-residence #modalImg .content .owl-item img, .single-residence #modalShare .content .owl-item img {
    max-height: 800px;
    width: auto;
    margin: auto;
}
.single-residence #modalImg.open, .single-residence #modalShare.open {
    display: flex;
}
.single-residence #modalShare .content {
    padding: 3rem;
    background: url(../img/bg-login2.jpg) no-repeat center;
    background-size: cover;
    border-radius: 0 0 2rem 2rem;
}
.single-residence #modalShare .content h2 {
    color: #FFFF00;
}
.single-residence #modalShare .content input {
    border: 0;
}
.single-residence #modalShare .content input[name=your-email] {
    margin-bottom: 3rem;
}
.single-residence #modalShare .content input[type=submit] {
    background: #FFFF00;
    color: #6F7175;
    padding: 0.4rem 1rem 0.5rem;
    border-radius: 0 0 15px 15px;
    line-height: 1;
    border: 0;
    font-weight: 900;
    width: 100%;
    box-shadow: none;
}
.single-residence #modalShare .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border-color: #DE027B;
}

.ville-img {
    height: 328px;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    float: left;
    background-size: cover;
    background-position: center;
    margin-right: 2rem;
}

.mention {
    font-size: 0.75rem;
    font-weight: 100;
    margin: 10px 0 25px;
    display: flex;
}
.mention span {
    margin-right: 5px;
}

.share i {
    background: #fff;
    color: #DE027B;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.9;
}
.share .partage {
    position: relative;
    text-align: center;
}
.share .partage:hover .label {
    opacity: 0;
    transition: opacity 0.2s 0.06s ease-out;
}
.share .partage:hover .icon {
    margin: 0 3px;
}
.share .partage .label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: opacity 0.2s 0.35s ease-out;
}
.share .partage .icon {
    margin: 0 -1.15em;
}
.share .partage .icon:first-of-type {
    margin-left: 0;
}
.share .partage .icon:last-of-type {
    margin-right: 0;
}

@media all and (max-width: 1942px) {
    .page-template-google-map #result #residence-list .residence-item {
        width: 100%;
    }
}

@media all and (max-width: 1199px) {
    .single-residence #logement .logement-tarif .nb-logement {
        font-size: 2rem;
    }
    .single-residence #logement .logement-tarif #add-to-cart {
        font-size: 1.3rem;
        height: 80px;
        width: 295px;
    }

    .ville-img {
        max-width: 50%;
    }
}
@media all and (max-width: 991px) {
    .single-residence #content {
        padding-top: 135px;
    }
    .single-residence #residence .d-flex {
        margin: 20px 0;
    }
    .single-residence #logement .logement-tarif {
        height: auto;
        text-align: center;
    }
    .single-residence #logement .logement-tarif .logement-prix {
        text-align: left;
        margin: 0 auto 25px;
    }
    .single-residence #logement .logement-info {
        max-height: inherit;
        height: inherit;
    }
    .single-residence #localisation .acf-map, .single-residence #localisation .iframe-map {
        margin-bottom: 2rem;
    }
    .single-residence #residence-list .residence-item a .tarif {
        font-size: 2rem;
    }
    .single-residence #book_lh .ifram_lh1 {
        height: 140px;
    }
    .single-residence #book_lh .ifram_lh2 {
        height: 200px;
    }
    .single-residence #book_lh .ifram_lh3 {
        height: 270px;
    }
    .single-residence #book_lh .ifram_lh4 {
        height: 340px;
    }
    .single-residence #book_lh .ifram_lh5 {
        height: 370px;
    }
    .single-residence #book_lh .ifram_lh6 {
        height: 400px;
    }
    .single-residence #book_lh .ifram_lh7 {
        height: 440px;
    }
    .single-residence #book_lh .ifram_lh8 {
        height: 550px;
    }
    .single-residence #book_lh .ifram_lh9 {
        height: 660px;
    }
    .single-residence #book_lh .ifram_lh10 {
        height: 700px;
    }

    .ville-img {
        max-width: 100%;
        margin: 0 0 2rem;
        float: none;
    }
}
@media all and (max-width: 767px) {
    .single-residence #content {
        padding-top: 120px;
    }
    .single-residence #content h1 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .single-residence #residence .adresse {
        font-size: 1.3rem;
        line-height: 1.1;
    }
    .single-residence #residence #residence-imgs .owl-carousel .owl-stage-outer .residence-img, .single-residence #residence #residence-imgs .owl-carousel .owl-stage .residence-img, .single-residence #residence #residence-imgs .owl-carousel .owl-item .residence-img {
        min-height: 250px;
    }
    .single-residence #logement .logement-tarif .logement-prix span {
        font-size: 3rem;
    }
    .single-residence #logement .logement-tarif .logement-prix span:after {
        font-size: 1.7rem;
    }
    .single-residence #share .whyus {
        font-size: 1.1rem;
    }
    .single-residence #similars #residence-list .residence-item {
        width: 48%;
    }
    .single-residence #similars #residence-list .residence-item:last-of-type {
        display: none;
    }
    .single-residence #avantage .wpb_column:not(.avantage-logifac) {
        padding-top: 30px;
    }
    .single-residence #avantage .wpb_column:not(.avantage-logifac) .wpb_content_element {
        margin-bottom: 0;
    }
    .single-residence #book_lh .ifram_lh1 {
        height: 210px;
    }
    .single-residence #book_lh .ifram_lh2 {
        height: 310px;
    }
    .single-residence #book_lh .ifram_lh3 {
        height: 390px;
    }
    .single-residence #book_lh .ifram_lh4 {
        height: 430px;
    }
    .single-residence #book_lh .ifram_lh5 {
        height: 500px;
    }
    .single-residence #book_lh .ifram_lh6 {
        height: 580px;
    }
    .single-residence #book_lh .ifram_lh7 {
        height: 660px;
    }
    .single-residence #book_lh .ifram_lh8 {
        height: 700px;
    }
    .single-residence #book_lh .ifram_lh9 {
        height: 800px;
    }
    .single-residence #book_lh .ifram_lh10 {
        height: 900px;
    }
}
@media all and (max-width: 575px) {
    .single-residence #residence #residence-imgs .event-flag {
        width: auto;
        border-radius: 0;
        text-align: center;
        max-width: 100%;
        right: 15px;
    }
    .single-residence #logement .logement-info {
        display: none;
    }
    .single-residence #logement #nav-tab {
        position: inherit;
        flex-wrap: wrap;
    }
    .single-residence #logement #nav-tab a {
        background: #f7f7f0;
        padding: 15px;
        height: inherit;
        border: solid 1px #d8d8d8;
        border-bottom: none;
    }
    .single-residence #logement #nav-tab a.active {
        background: #eee;
    }
    .single-residence #logement #nav-tab a:last-of-type {
        border-bottom: solid 1px #d8d8d8;
    }
    .single-residence #logement #nav-tab .tab-pane {
        padding: 15px;
        border: solid 1px #d8d8d8;
        border-bottom: none;
    }
    .single-residence #logement #nav-tab .tab-pane.fade:not(.show) {
        height: 0;
        overflow: hidden;
        padding: 0;
        border: none;
    }
    .single-residence #logement #nav-tab .tab-pane:last-of-type {
        border-top: none;
        border-bottom: solid 1px #d8d8d8;
    }
    .single-residence #share .whyus > .vc_row > .wpb_column {
        width: 50%;
    }
    .single-residence #services {
        padding-top: 40px;
    }
    .single-residence #similars #residence-list .residence-item {
        width: 100%;
        margin-bottom: 1rem;
    }
    .single-residence #residence .d-flex .logo img {
        max-width: 100%;
    }
    .single-residence #book_lh .ifram_lh1 {
        height: 15rem;
    }
    .single-residence #book_lh .ifram_lh2 {
        height: 23rem;
    }
    .single-residence #book_lh .ifram_lh3 {
        height: 28rem;
    }
    .single-residence #book_lh .ifram_lh4 {
        height: 34rem;
    }
    .single-residence #book_lh .ifram_lh5 {
        height: 38rem;
    }
    .single-residence #book_lh .ifram_lh6 {
        height: 45rem;
    }
    .single-residence #book_lh .ifram_lh7 {
        height: 52rem;
    }
    .single-residence #book_lh .ifram_lh8 {
        height: 55rem;
    }
    .single-residence #book_lh .ifram_lh9 {
        height: 61rem;
    }
    .single-residence #book_lh .ifram_lh10 {
        height: 67rem;
    }
}
#residence-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#residence-list .residence-item {
    width: 48%;
    background-size: cover;
    min-height: 250px;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
    font-size: 3rem;
    line-height: 1;
    order: 1;
}
#residence-list .residence-item a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#residence-list .residence-item a .ville {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    background: rgba(222, 2, 123, 0.5);
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%);
}
#residence-list .residence-item a .ville p {
    display: none;
}
#residence-list .residence-item a .residence {
    background: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    padding: 30px;
}
#residence-list .residence-item a .residence p {
    font-weight: 600;
}
#residence-list .residence-item a .residence p.title {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#residence-list .residence-item a .residence p.title span {
    display: block;
    font-weight: 100;
    font-size: 2rem;
}
#residence-list .residence-item a .tarif {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #442795;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    padding: 5px 5px 1px 10px;
    border-top-left-radius: 15px;
}
#residence-list .residence-item a .tarif span {
    display: block;
    font-size: 0.65rem;
    font-weight: 100;
}
#residence-list .residence-item a .isFull {
    position: absolute;
    left: 0;
    top: 0;
    background: #442795;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    border-bottom-right-radius: 15px;
    text-transform: uppercase;
}
#residence-list .residence-item a .isFull.style2 {
    font-size: 1.2rem;
}
#residence-list .residence-item a .isFull.style3 {
    font-size: 2rem;
}
#residence-list .residence-item a:hover .ville {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#residence-list .residence-item.isFull {
    order: 5;
    opacity: 0.5;
}
#residence-list .residence-item.available {
    order: 0;
}

.event-flag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFFF00;
    color: #404040;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.9rem 1rem;
    border-top-right-radius: 15px;
    max-width: 60%;
    text-transform: uppercase;
}
.event-flag span {
    font-size: 0.8rem;
    display: block;
    text-transform: initial;
    font-weight: 400;
    margin-top: 0.2rem;
}

#residence-list.d-ville .residence-item a .ville {
    background: transparent;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
#residence-list.d-ville .residence-item a .ville p {
    display: block;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#residence-list.d-ville .residence-item a .residence {
    background: rgba(222, 2, 123, 0.5);
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%);
}
#residence-list.d-ville .residence-item a:hover .ville {
    opacity: 0;
}
#residence-list.d-ville .residence-item a:hover .residence {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.tax-ville #main {
    display: block !important;
}
.tax-ville .firstimg {
    margin-bottom: 1rem;
}
.tax-ville .firstimg .container {
    height: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

#filter {
    margin-bottom: 3rem;
}
#filter label {
    text-transform: uppercase;
    background: #442795;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.2rem 1rem;
    margin: 0;
}
#filter button.fwp-submit {
    background: #442894;
    color: #fff;
    padding: 0.5rem 2rem;
    border: 0;
    border-radius: 1rem;
    width: 100%;
}
#filter button.reset {
    background: none;
    font-size: 0.8rem;
    padding: 0;
    border: none;
    text-decoration: underline;
}

.facetwp-counts {
    text-align: center;
    margin: 0 0 1rem;
    font-size: 0.9rem;
}

.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.posts-navigation .nav-links i {
    background: #442795;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 5px 1rem;
    border-radius: 10px 0 0 10px;
}
.posts-navigation .nav-links .nav-next {
    margin-left: auto;
}
.posts-navigation .nav-links .nav-next i {
    border-radius: 0 10px 10px 0;
}

.facetwp-type-fselect {
    position: relative;
    margin-bottom: 15px !important;
}
.facetwp-type-fselect .fs-wrap {
    width: 100% !important;
    outline: none;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap {
    outline: none;
    border-radius: 0 10px 10px;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-label {
    outline: none;
    padding: 10px 22px 10px 10px !important;
    color: #6a6a6a;
    font-size: 1rem !important;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow {
    background: #442795;
    width: 36px;
    height: 36px;
    right: 0;
    border-radius: 0 10px 10px 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.facetwp-type-fselect .fs-wrap.fs-open .fs-arrow {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.facetwp-type-fselect .fs-wrap.fs-open .fs-arrow:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.facetwp-type-fselect .fs-dropdown {
    width: 100% !important;
}
.facetwp-type-fselect .fs-dropdown .fs-search input {
    padding: 10px 0;
}
.facetwp-type-fselect .fs-dropdown .fs-options .fs-option {
    font-size: 0.9rem;
    color: #4f4f4f;
}
.facetwp-type-fselect .fs-dropdown .fs-options .fs-option:first-of-type {
    color: #ddd;
}
.facetwp-type-fselect .fs-dropdown .fs-options .fs-option .facetwp-counter {
    display: none;
}

@media all and (max-width: 1199px) {
    #residence-list .residence-item {
        font-size: 2.1rem;
    }
}
@media all and (max-width: 992px) {
    .page-template-trouver-un-logement .container {
        max-width: 95%;
    }

    #residence-list .residence-item {
        height: 300px;
    }
    #residence-list .event-flag {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        bottom: 4rem;
        text-align: center;
    }
}
@media all and (max-width: 767px) {
    #residence-list .residence-item {
        width: 100%;
    }

    #filter {
        margin-bottom: 2rem;
    }
}
.page-template-google-map #result {
    padding: 3rem 15px 15px 30px;
    border-right: solid 1px #ebebeb;
}
.page-template-google-map #result #filter {
    margin-bottom: 0;
}
.page-template-google-map #result #filter .location-results {
    z-index: 100;
}
.page-template-google-map #result #filter .location-wrap {
    width: 100%;
}
.page-template-google-map #result #filter .location-wrap input {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.page-template-google-map #result #filter .facetwp-radius {
    margin-top: 0.5rem;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.page-template-google-map #result #residence-list .residence-item {
    font-size: 2rem;
    margin-bottom: 25px;
}
.page-template-google-map #result #residence-list .residence-item a .tarif {
    font-size: 2.5rem;
}
.page-template-google-map #map {
    padding-left: 0;
}
.page-template-google-map #map .facetwp-facet {
    margin-bottom: 0 !important;
    height: 700px;
}
.page-template-google-map #map .facetwp-map-filtering {
    display: none;
}
.page-template-google-map #map .gm-style .gm-style-iw-c {
    border-radius: 0;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
    padding: 12px !important;
}
.page-template-google-map #map .gm-style .gm-style-iw-c .gm-style-iw-d {
    overflow: hidden !important;
}
.page-template-google-map #map .gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    display: none !important;
}
.page-template-google-map #map .map-item {
    display: flex;
    width: 350px;
}
.page-template-google-map #map .map-item .img {
    background-size: cover;
    background-position: center;
    min-height: 150px;
    width: 200px;
    margin-right: 6px;
}
.page-template-google-map #map .map-item .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 150px;
}
.page-template-google-map #map .map-item .txt .title {
    font-weight: 500;
    color: #442795;
    line-height: 1.1;
    padding-left: 5px;
}
.page-template-google-map #map .map-item .txt .title span {
    display: block;
    font-size: 1.2rem;
}
.page-template-google-map #map .map-item .txt .tarif {
    background: #DE027B;
    color: #fff;
    padding: 3px 10px;
}
.page-template-google-map #map .map-item .txt .tarif span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
.page-template-google-map #map .mention {
    margin: 5px 7px 25px;
}
.page-template-google-map #map.sticky {
    position: fixed;
    right: 5px;
    padding: 0;
    top: 59px;
    z-index: 1;
}

/*@media all and (max-width: 1499px) {
    .page-template-google-map #result #residence-list .residence-item {
        width: 49%;
        min-height: 180px;
        font-size: 1.75rem;
        margin-bottom: 10px;
    }
    .page-template-google-map #result #residence-list .residence-item a .residence {
        display: block;
        padding: 15px;
    }
    .page-template-google-map #result #residence-list .residence-item a .residence p.title span {
        font-size: 1rem;
    }
    .page-template-google-map #result #residence-list .residence-item a .tarif {
        font-size: 2rem;
    }
}*/
@media all and (max-width: 1199px) {
    .page-template-google-map #result #residence-list .residence-item {
        width: 100%;
    }
    .page-template-google-map #result #residence-list .residence-item a .residence {
        display: flex;
    }
}
@media all and (max-width: 991px) {
    .page-template-google-map #result {
        padding: 3rem 30px 15px 30px;
    }
    .page-template-google-map #result #residence-list {
        display: none;
    }
    .page-template-google-map #map {
        padding-left: 15px;
    }
}
@media all and (max-width: 575px) {
    .page-template-google-map #map .gm-style .gm-style-iw-c {
        padding: 11px 5px !important;
    }
    .page-template-google-map #map .map-item {
        display: block;
        text-align: center;
        width: auto;
    }
    .page-template-google-map #map .map-item .img {
        margin: 0 0 7px 0;
    }
    .page-template-google-map #map .map-item .txt {
        width: auto;
    }
    .page-template-google-map #map .map-item .txt .title {
        margin-bottom: 7px;
        padding: 0;
    }
    .page-template-google-map #map .map-item .txt .title span {
        font-weight: 700;
    }
    .page-template-google-map #map .map-item .txt .tarif {
        font-size: 0.6rem;
        padding: 3px;
    }
}
.rm-block .rm-button {
    display: none;
    padding: 0.5rem;
    border-radius: 1rem 1rem 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 0;
    z-index: 10;
    cursor: pointer;
}

@media all and (max-width: 575px) {
    .rm-block {
        position: relative;
        height: 8rem;
        overflow: hidden;
    }
    .rm-block.rm-open {
        height: 100%;
        padding-bottom: 3rem;
    }
    .rm-block.rm-open:after {
        content: none;
    }
    .rm-block:after {
        content: "";
        background: #fff;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
        position: absolute;
        width: 100%;
        bottom: 2rem;
        height: 6rem;
    }
    .rm-block .rm-button {
        display: block;
    }
}
.page-template-trouver-un-logement #content {
    padding-top: 0;
}
.page-template-trouver-un-logement h2 {
    color: #000;
    font-size: 1.8rem;
}

.services {
    padding-top: 3rem;
    color: #6F7175;
    line-height: 1.2;
}
.services .vc_row-o-equal-height {
    min-height: 90px;
}
.services .wpb_content_element {
    margin-bottom: 8px;
}
.services .before:before {
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    background: #DE027B;
    position: absolute;
    bottom: 100%;
}
.services .vc_col-sm-1\/5 {
    background: #DE027B;
    width: 20%;
    max-width: 110px;
}
.services .vc_col-sm-1\/5 img {
    border: solid 1px #fff;
    padding: 5px;
    max-width: 80px;
    width: 100%;
}
.services .vc_col-sm-4\/5 {
    width: 80%;
}

#mission {
    text-align: center;
    padding-top: 1rem;
}
#mission .vc_col-md-5 .vc_column-inner {
    background: #DE027B;
    color: #fff;
    padding: 1rem 1.5rem;
    margin: 1rem;
    line-height: 1.2;
}
#mission .vc_col-md-5 .vc_column-inner .wpb_single_image {
    margin-bottom: 20px;
}
#mission .vc_col-md-5 .vc_column-inner .wpb_single_image img {
    max-width: 75px;
}
#mission .vc_col-md-5 .vc_column-inner .wpb_text_column {
    margin-bottom: 20px;
}
#mission .vc_col-md-5 .vc_column-inner .wpb_text_column h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.pq-logifac {
    font-weight: 100;
    margin-bottom: 3rem;
}
.pq-logifac .wpb_column {
    padding: 5px;
}
.pq-logifac .wpb_column .vc_column-inner {
    background: #442795;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    max-width: 350px;
}
.pq-logifac .wpb_column .vc_column-inner .wpb_single_image {
    margin-bottom: 0;
}
.pq-logifac .wpb_column .vc_column-inner .wpb_text_column {
    padding: 1rem;
    margin: 0;
}
.pq-logifac .wpb_column .vc_column-inner .wpb_text_column h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.pq-logifac .wpb_column .vc_column-inner .wpb_text_column.mention {
    padding-top: 0;
}
.pq-logifac .wpb_column:nth-child(odd) .vc_column-inner {
    background: #DE027B;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #fefefe !important;
}

@media all and (max-width: 767px) {
    .page-template-trouver-un-logement h2 {
        font-size: 1.5rem;
    }
}
@media all and (max-width: 575px) {
    .services .vc_col-sm-1\/5 .vc_column-inner {
        padding: 0 7px;
    }

    .page-template-trouver-un-logement h2 {
        font-size: 1.35rem;
    }
}
.blog .post-top, .tag .post-top {
    margin: 11rem 0 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog .post-top h1, .tag .post-top h1 {
    margin: 0;
}
.blog #main, .tag #main {
    display: flex;
    flex-wrap: wrap;
}
.blog #main article.post, .tag #main article.post {
    width: 32%;
    margin-bottom: 2rem !important;
}
.blog #main article.post a, .tag #main article.post a {
    text-decoration: none;
}
.blog #main article.post .post-thumbnail, .tag #main article.post .post-thumbnail {
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog #main article.post .post-thumbnail a, .tag #main article.post .post-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.blog #main article.post .entry-meta, .tag #main article.post .entry-meta {
    font-size: 0.7rem;
    margin: 0.5rem 0 0.2rem 0;
    display: flex;
}
.blog #main article.post .entry-meta a, .tag #main article.post .entry-meta a {
    color: #6F7175;
}
.blog #main article.post .entry-meta .tags a:first-of-type:before, .tag #main article.post .entry-meta .tags a:first-of-type:before {
    content: "|";
}
.blog #main article.post .entry-meta .tags a:before, .tag #main article.post .entry-meta .tags a:before {
    content: "-";
    margin: 0 0.15rem;
}
.blog #main article.post .entry-title, .tag #main article.post .entry-title {
    font-size: 1.2rem;
}
.blog #main article.post:first-of-type, .tag #main article.post:first-of-type {
    width: 100%;
    position: relative;
    margin-bottom: 4rem !important;
}
.blog #main article.post:first-of-type .post-thumbnail, .tag #main article.post:first-of-type .post-thumbnail {
    height: 450px;
}
.blog #main article.post:first-of-type .post-title, .tag #main article.post:first-of-type .post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 2rem;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#b3000000",GradientType=0 );
}
.blog #main article.post:first-of-type .post-title a, .tag #main article.post:first-of-type .post-title a {
    color: #fff;
    text-decoration: none;
}
.blog #main article.post:first-of-type .post-title .entry-title, .tag #main article.post:first-of-type .post-title .entry-title {
    font-size: 2rem;
}
.blog #main article.post:first-of-type .post-title .entry-meta, .tag #main article.post:first-of-type .post-title .entry-meta {
    margin: 2rem 0 0 0;
}
.blog #main article.post:nth-child(3n), .tag #main article.post:nth-child(3n) {
    margin: 0 2%;
}

.single-post #content {
    padding: 0 15px;
}
.single-post .post-thumbnail {
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10rem 0 1rem;
}
.single-post .post-title {
    text-align: center;
    margin-bottom: 4rem;
    border-bottom: 1px solid #dadada;
    padding-bottom: 1rem;
}
.single-post .post-title h1 {
    margin-bottom: 0;
}
.single-post .post-title .entry-meta {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .post-title .entry-meta a {
    color: #a1a1a1;
    text-decoration: none !important;
}
.single-post .post-title .entry-meta .tags a:first-of-type:before {
    content: "|";
}
.single-post .post-title .entry-meta .tags a:before {
    content: "-";
    margin: 0 0.15rem;
}
.single-post .post-content h2 {
    margin: 3rem 0 1rem;
    font-size: 1.5rem;
}
.single-post .post-content h3 {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    font-weight: 400;
}
.single-post .post-content ul {
    padding: 1rem 0 0 1rem;
}
.single-post .post-content ul li {
    list-style: disc;
}
.single-post .post-content a {
    text-decoration: underline;
}

.news {
    display: flex;
    flex-wrap: wrap;
}
.news .news-item {
    width: 32%;
}
.news .news-item .news-img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.news .news-item .news-content {
    padding: 10px 0;
}
.news .news-item .news-content .news-title {
    text-align: left;
    font-size: 1.2rem;
    text-transform: none;
    margin: 0;
}
.news .news-item .news-content .news-title a {
    font-weight: 500;
    text-decoration: none !important;
}
.news .news-item .news-content .news-bottom {
    font-size: 0.8rem;
    display: flex;
}
.news .news-item .news-content .news-bottom .tags a {
    text-decoration: none !important;
}
.news .news-item .news-content .news-bottom .tags a:first-of-type:before {
    content: "|";
}
.news .news-item .news-content .news-bottom .tags a:before {
    content: "-";
    margin: 0 0.15rem;
}
.news .news-item:nth-child(2) {
    margin: 0 2%;
}

.post-navigation, .blog .posts-navigation, .archive .posts-navigation {
    margin: 50px 0;
    border-top: solid 1px #e4e4e4;
    width: 100%;
}
.post-navigation .nav-links, .blog .posts-navigation .nav-links, .archive .posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.post-navigation .nav-links a, .blog .posts-navigation .nav-links a, .archive .posts-navigation .nav-links a {
    text-decoration: none !important;
}
.post-navigation .nav-links a span, .blog .posts-navigation .nav-links a span, .archive .posts-navigation .nav-links a span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.post-navigation .nav-links > div, .blog .posts-navigation .nav-links > div, .archive .posts-navigation .nav-links > div {
    max-width: 45%;
}
.post-navigation .nav-links .nav-next, .blog .posts-navigation .nav-links .nav-next, .archive .posts-navigation .nav-links .nav-next {
    text-align: right;
    margin-left: auto;
}

@media all and (max-width: 991px) {
    .blog .post-top, .archive .post-top {
        flex-direction: column;
    }
    .blog .post-top h1, .archive .post-top h1 {
        margin-bottom: 1rem;
        text-align: center;
    }
    .blog #main article.post, .archive #main article.post {
        width: 49%;
        margin-bottom: 0 !important;
    }
    .blog #main article.post:first-of-type, .archive #main article.post:first-of-type {
        margin-bottom: 2rem !important;
    }
    .blog #main article.post:first-of-type .post-thumbnail, .archive #main article.post:first-of-type .post-thumbnail {
        height: 300px;
    }
    .blog #main article.post:nth-child(3n), .archive #main article.post:nth-child(3n) {
        margin: 0;
    }
    .blog #main article.post:nth-child(2n), .archive #main article.post:nth-child(2n) {
        margin-right: 2%;
    }
}
@media all and (max-width: 767px) {
    .blog #main article.post, .archive #main article.post {
        width: 100%;
    }
    .blog #main article.post:nth-child(2n), .archive #main article.post:nth-child(2n) {
        margin-right: 0;
    }

    div:not(#secondary) .news .news-item {
        width: 100%;
        margin: 0;
    }
}
@media all and (max-width: 575px) {
    .blog #main, .archive #main {
        margin: 0 15px;
    }

    .post-navigation .nav-links {
        flex-direction: column;
    }
    .post-navigation .nav-links > div {
        max-width: 100%;
    }
    .post-navigation .nav-links > div.nav-next {
        text-align: left;
        margin: 10px 0 0 0;
    }

    .single-post #content .post-thumbnail {
        height: 300px;
        margin-top: 6rem;
    }
    .single-post .post-title {
        margin-bottom: 2rem;
    }
    .single-post .post-title .entry-meta {
        font-size: 0.85rem;
    }
}
form.search-form {
    position: relative;
}
form.search-form input {
    padding-right: 1.7rem;
}
form.search-form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    line-height: 36px;
    cursor: pointer;
}

.form-control:focus {
    border-color: rgba(178, 18, 125, 0.2);
    box-shadow: none;
}

.wpcf7-form .logifac-btn {
    text-align: center;
    float: none;
}
.wpcf7-form .logifac-btn button {
    width: 150px;
    font-size: 1rem;
    padding: 10px 30px 7px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 1rem;
    border-radius: 0;
}
.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
    font-size: 0.85rem;
}
.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item input {
    width: auto;
    margin-top: 0;
}
.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item label {
    margin: 0;
}
.wpcf7-form .mention {
    margin-bottom: 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    color: #da0000;
    font-size: 0.8rem;
}
.wpcf7-form .wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.75rem 1.25rem;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.wpcf7-form .compliance {
    display: inline-block;
}
.wpcf7-form .compliance .wpcf7-checkbox {
    border: none;
    padding: 0;
    background: none;
}
.wpcf7-form .compliance .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
    font-size: 0.9rem;
}

.lrm-user-modal-container {
    background: url(../img/bg-login2.jpg) no-repeat center;
    background-size: cover;
    max-width: 840px;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
    padding-bottom: 1rem;
}
.lrm-user-modal-container .lrm-user-modal-container-inner {
    background: transparent;
}
.lrm-user-modal-container .lrm-message-info {
    text-align: center;
    padding: 3rem 1.5rem;
    font-size: 1.7rem;
    font-weight: 500;
}
.lrm-user-modal-container .lrm-message-info p:last-of-type {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
    padding: 6rem 1rem;
}
.lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=email] {
    border: 0;
    border-bottom: solid 1px rgba(128, 128, 128, 0.5);
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
}
.lrm-user-modal-container .lrm-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lrm-user-modal-container .lrm-flex p.lrm-form-bottom-message {
    position: inherit;
    width: auto;
    font-size: 13px;
}
.lrm-user-modal-container .lrm-flex p.lrm-form-bottom-message a {
    text-decoration: none;
}
.lrm-user-modal-container .lrm-flex .lrm-switch-to-link {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding-left: 10px;
}
.lrm-user-modal-container .lrm-flex .lrm-switch-to-link:before {
    content: none;
}
.lrm-user-modal-container .lrm-accept-terms-checkbox a {
    color: #fff;
}
.lrm-user-modal-container .lrm-form-message a {
    color: #fff !important;
}

.lrm-form button, .lrm-form button[type=submit] {
    background: #FFFF00;
    color: #6F7175;
    padding: 0.4rem 1rem 0.5rem;
    border-radius: 0 0 15px 15px;
    line-height: 1;
}
.lrm-form label.image-replace, .lrm-form .lrm-image-replace {
    left: 10px;
    background-size: contain;
}
.lrm-form .lrm-col-half-width label.image-replace {
    left: 15px;
}

.modal__container .logifac-btn button, .modal__container .logifac-btn a {
    line-height: 1.3;
}
.modal__container .logifac-btn .modal__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/btn-b-yellow.png);
    color: #6F7175;
}
.modal__container .logifac-btn .modal__btn:hover {
    background-image: url(../img/btn-b-grey.png);
    color: #FFFF00;
}

.lrm-button-loader circle {
    fill: #6F7175 !important;
}

.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #DE027B !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #DE027B !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    color: #fff !important;
}

.um-account .um-account-meta {
    display: none !important;
}
.um-account .um-account-side {
    width: 100% !important;
    margin-bottom: 2rem;
}
.um-account .um-account-side ul {
    display: flex;
}
.um-account .um-account-side ul li {
    width: 100%;
}
.um-account .um-account-side ul li:last-of-type a {
    border-right: 0;
}
.um-account .um-account-side ul li a {
    background: #f2f2f2;
    border-right: 1px solid #d7d7d7;
    height: 100%;
}
.um-account .um-account-side ul li a span.um-account-icon {
    border: 0 !important;
    padding: 0 10px !important;
}
.um-account .um-account-side ul li a span.um-account-title {
    padding-left: 0;
}
.um-account .um-account-side ul li a span.um-account-arrow {
    display: none;
}
.um-account .um-account-side ul li a.current {
    background: #DE027B !important;
}
.um-account .um-account-side ul li a.current span.um-account-icon, .um-account .um-account-side ul li a.current span.um-account-title {
    color: #fff !important;
}
.um-account .um-account-main {
    width: 100% !important;
    max-width: 100% !important;
}
.um-account #um-wishlist-table, .um-account #um-wishlist-booking {
    line-height: 1.3;
    margin-bottom: 3rem;
}
.um-account #um-wishlist-table .nom, .um-account #um-wishlist-booking .nom {
    font-weight: 700;
}
.um-account #um-wishlist-table .nom a, .um-account #um-wishlist-booking .nom a {
    float: left;
}
.um-account #um-wishlist-table .nom a span, .um-account #um-wishlist-booking .nom a span {
    display: block;
}
.um-account #um-wishlist-table .nom .isFull, .um-account #um-wishlist-booking .nom .isFull {
    background: #442795;
    color: #fff;
    padding: 0.2rem 0.5rem;
    display: inline-block;
    float: right;
    text-transform: uppercase;
}
.um-account h2.circle {
    display: block;
    text-transform: none;
    font-size: 1.5rem;
}
.um-account h2.circle:before {
    min-width: 1rem;
    height: 1rem;
}
.um-account .doc-list {
    background: #DE027B;
    color: #fff;
    padding: 2rem;
    font-size: 1.2rem;
}
.um-account .doc-list li {
    margin-bottom: 7px;
}
.um-account .doc-list li:before {
    content: "";
    background: #FFFF00;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
}
.logout {
    color: #7b7b7b;
    text-decoration: none !important;
    font-weight: 600;
    border-bottom: solid 1px;
}

@media all and (max-width: 767px) {
    .lrm-user-modal-container .lrm-message-info p:last-of-type {
        font-size: 2rem;
    }
}
@media all and (max-width: 575px) {
    .lrm-user-modal-container .lrm-flex {
        flex-direction: column;
    }
}
@media all and (max-height: 930px) {
    .lrm-user-modal-container .lrm-message-info p:last-of-type {
        padding: 1rem 0;
    }
}
@media all and (max-height: 930px) {
    .lrm-user-modal-container .lrm-message-info {
        padding-bottom: 0;
    }
}
#secondary form.search-form input {
    min-width: 100%;
}
#secondary section.widget {
    margin-bottom: 2rem;
}
#secondary section.widget .widget-title {
    font-size: 0.9rem;
    color: #585858;
    text-transform: uppercase;
    padding-bottom: 4px;
    font-weight: 600;
}
#secondary .news {
    flex-direction: column;
}
#secondary .news .news-item {
    padding: 0;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
}
#secondary .news .news-item .news-img {
    min-width: 75px;
    height: 60px;
    margin-right: 10px;
}
#secondary .news .news-item .news-content {
    padding: 0;
    width: 100%;
}
#secondary .news .news-item .news-content .news-title {
    font-size: 1rem;
}
#secondary .news .news-item .news-content .news-date {
    color: #a1a1a1;
}
#secondary .news .news-item:nth-child(2) {
    margin: 0;
}

.error404 #content {
    text-align: center;
}
.error404 #content form.search-form {
    margin: 2rem auto;
    max-width: 500px;
}

.search h2.entry-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.search article {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #cfcfcf;
}

.grecaptcha-badge {
    transform: translateX(100%);
}

#footer {
    background: #AFAFB3;
    color: #fff;
    padding: 40px 0;
}
#footer .rs li i {
    background: #fff;
    color: #AFAFB3;
}
#footer .rs li i:hover {
    background: #DE027B;
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #dfdfdf;
}
#footer .footer-1, #footer .footer-2, #footer .footer-3, #footer .footer-4 {
    border-right: solid 1px #ddd;
    padding-top: 25px;
}
#footer .footer-1 {
    border: none;
}
#footer .footer-1 p a {
    background: url(../img/btn-b-big-yellow.png) no-repeat bottom;
    background-size: cover;
    display: block;
    text-align: center;
    height: 60px;
    color: #5f5f5f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    max-width: 200px;
    margin: auto;
    padding-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
}
#footer .footer-2 {
    text-align: center;
}
#footer .footer-2 img {
    max-width: 140px;
    width: 100%;
}
#footer .footer-3 a {
    padding: 0;
    font-size: 0.9rem;
}
#footer .footer-3 a:before {
    content: "•";
    color: #FFFF00;
    margin-right: 5px;
}
#footer .footer-4 .widget-title {
    display: none;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
}
#footer .footer-4 p {
    margin-bottom: 5px;
}
#footer .footer-4 img.img2 {
    width: 70px;
    max-width: 70px;
    float: right;
    margin-left: 10px;
    position: relative;
    bottom: 35px;
}
#footer .copyright {
    font-size: 0.85rem;
    margin-top: 25px;
    text-align: center;
}

@media all and (max-width: 991px) {
    #footer .footer-2, #footer .footer-3, #footer .footer-4 {
        padding-top: 0;
    }
    #footer .footer-2 {
        border: none;
    }
    #footer .footer-4 {
        border: none;
    }
    #footer .footer-4 > div {
        display: flex;
    }
}
@media all and (max-width: 767px) {
    #footer .footer-3 {
        border: none;
    }
    #footer .footer-4 {
        margin-bottom: 25px;
    }
    #footer .footer-4 > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



.page-template-google-map .residence-item a .isFull.style2 {
    font-size: 1.2rem;
}

.page-template-google-map .event-flag {
    font-size: 0.8rem;
    max-width: 40%;
}