/*
Theme Name: Wpozo
Theme URI: https://wpozo.betabox.ch/
Author: abcMedia
Author URI: 
Description: 
*/

@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Gotham Book';
    src: url('assets/fonts/Gotham Book/Gotham Book.otf') format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('assets/fonts/Gotham Bold/Gotham Bold.otf') format('opentype');
    font-weight: normal;
}

::selection {
    color: #ffffff;
    background: #4cbd89;
}
body {
    overflow-x: hidden;
    line-height: 1.6;
    text-align: left;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
    color: #343a40;
    margin-bottom: 8px;
    line-height: 1.4;
}
section h2 {
    margin-bottom: 10px;
}
/* Buttons */
.btn {
    position: relative;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 0;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 3px;
    margin-bottom: 6px;
    outline: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-wrap: wrap;
}
.btn:focus , button:focus,
button {
    outline: none;
    box-shadow: none;
}
.btn-link {
    position: relative;
    color: #4cbd89;
}
.btn-link:hover {
    color: #4cbd89;
    text-decoration: none;
}
.btn-link:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.btn-link:after {
    position: absolute;
    display: block;
    content: '';
    border-bottom: solid 2px #3a9c6f;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}
.btn-dark:focus {
    box-shadow: none !important;
}
.cta-btn:hover {
    color: #fff;
}
.btn-custom {
    background: #fff;
    color: #000;
}
a, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
blockquote {
    margin: 0 !important;
}
a.post-link__full {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
    font-size: 0;
    opacity: 0;
}
/* Sizes */
.font-weight-bold {
    font-weight: 600 !important;
}
.pr-2, .px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important
}
.mt-3, .my-3 {
    margin-top: 16px !important;
}
a.post-link__full {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
    font-size: 0;
    opacity: 0;
    top: 0;
}
img {
    width: 100%;
    display: block;
}
section {
    padding-bottom: 60px;
}
section.section-img-t .row {
    row-gap: 20px;
}
section.section-img-t .only_text ul {
    text-align: left;
}
section.section-img-t .container-fluid {
    padding: 0 ;
    margin: 0 ;
}
section.section-img-t .container-fluid ul{
    text-align: left;
}

section.section-img-t .section-image img {
    border-radius: 3px !important;
}
section.section-img-t .section-image img.fadeInDown {
    border-radius: 3px !important;
    visibility: visible;
    animation-duration: 0.8s;
    animation-delay: 0.4s;
    animation-name: fadeInDown;
}
section em {
    font-style: italic;
    display: inline-block;
}
section p {
    margin-bottom: .5rem;
}
.items-list .row {
    row-gap: 30px;
}
.text-white * {
    color: #fff !important
}
/* Switcher colors */
.nav-link {
    color: #8f9397;
}
.contact-form form input.btn_submit,
.btn_bg_s {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
    line-height: 1.92;
}
.btn_bg_s:hover{
    background-position: left bottom;
    color: #fff;
}
.section-img-t .section-desc a:not(.btn) {
    color: #4cbd89;
}
.color_btn_s {
    color: #ffffff;
    background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(50%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.color_btn_s {
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
}
.btn.color_btn_s:hover{
    background-position: left bottom;
    color: #fff;
}
.no_btn_bg h2{
    color: #343a40;
}
.btn.no_btn_bg {
    width: fit-content;
    color: #4cbd89;
    padding: 0!important;
    font-weight: 400;
}
.no_btn_bg:hover {
    color: #3a9c6f;
}
.bg_dark {
    color: #fff;
    background-color: #343a40;
}
.bg_white {
    background: #ffffff;
}
.bg_white:hover {
    background: #f0f1f3;
}
.btn.bg_dark:hover {
    color: #fff;
    background-color: #23272b;
}
.color_btn_s,.btn.bg_dark {
    font-weight: 500;
}
.color_icones_s i:before {
    -webkit-background-clip: text !important;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}
/* End Switcher colors*/
/* End initialization */
header .pre-header {
    padding: .35rem 0;
}
.navbar-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: .2rem 0;
}
.navbar-top a:hover {
    /*color: #4cbd89;*/
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.dropdown-toggle .ti-user:before {
    content: "\e602";
}
.dropdown-toggle:after,
li.menu-item-has-children > .nav-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 0.6rem;
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
}
#menu-pre-header-gauche li {
    margin-right: 16px !important;
}
#menu-pre-header-gauche li a {
    padding: 0;
}
#menu-pre-header-droite li a {
    padding: 0 8px !important;
}
.social-icons {
    padding: 0;
    line-height: 0;
}
.social-icons li#contact-page {
    line-height: 1;
    padding: 5px 12px 0;
}
.social-icons li.nav-item  {
    padding-top: 5px;
}

.social-icons .social-icons-item {
    display: inline-block;
    list-style: none;
    line-height: 10px;
    margin: 0 5px 5px 0;
}
.social-icons-link {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    border: 0;
    background: transparent;
    color: #343a40;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* special case */
#menu-pre-header-droite .social-icons .menu-item-type-custom a {
    position: relative;
    padding: 0 !important;
    margin: 0 8px !important;
}
.social-icons .menu-item-type-custom a:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
/* End pre header*/
/*
    Start header
*/
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
header .navbar.navbar-expand-lg .navbar-brand {
    position: absolute;
    z-index: 9999;
    top: 0;
}
header .navbar.navbar-expand-lg .navbar-brand img {
    width: auto;
    height: 100%;
}
.navbar-brand, .footer-logo {
    font-size: 28px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: #000;
    padding: 0;
    display: block;
    max-width: 170px;
    margin: 10px 0;
}
.navbar-brand {
    max-width: 270px;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .current_page_item > .nav-link {
    color: #4cbd89;
}

.navbar-nav .nav-link {
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.btn_bg_s.btn-sm,
.btn-group-sm > .btn_bg_s.btn {
    line-height: 1.8;
}
.navbar-expand-lg #navbarCollapse .navbar-nav .nav-link {
    padding: 0 16px
}
header .navbar.navbar-expand-lg.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    animation: fadeInDown .5s;
    width: 100%;
    box-shadow: 0px 0px 40px rgba(83,88,93,.2);
}
header .navbar.navbar-expand-lg.header_fixed .navbar-brand {
    padding: 6px 0;
}

header .navbar.navbar-expand-lg.header_fixed #menu-menu-principale a {
    /*line-height: 1;*/
}
/* Submenus */

header #navbarCollapse .sub-menu {
    box-shadow: 0px 20px 30px rgba(83,88,93,.15);

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 12rem;
    padding: 16px 0;
    margin: 0 0 0;
    font-size: 0.875rem;
    color: #8f9397;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-radius: 0;

}
header #navbarCollapse .sub-menu a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.4rem 24px !important;
    font-weight: 400;
    /*text-transform: capitalize;*/
    line-height: 1.6;
}
header #navbarCollapse .navbar-nav .dropdown .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}
/* End header navbar */
/* Social media keyframes */
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

/* Section slider */
.bg-overlay-dark-2:before {
    /* background: rgba(0, 0, 0, 0.2);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.height-700-responsive {
    height: 700px;
}
.bg-overlay-dark-2 {
    position: relative;
    z-index: 1;
}

i.ti-angle-right:before {
    content: "\e649";
}
i.ti-angle-left:before {
    content: "\e64a";
}
.swiper-button-next i, .swiper-button-prev i {
    line-height: 54px;
    text-align: center;
    display: block;
}
.swiper-arrow-hover .swiper-button-next {
    right: -64px;
}
.swiper-arrow-hover .swiper-button-prev {
    left: -64px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 99999;
    cursor: pointer;
    transform: translateY(-50%);
    background-image: none;
    background-color: rgba(52, 58, 64, 0.6);
    height: 54px;
    width: 54px;
    color: rgba(255, 255, 255, 0.5);
    transition: .5s;
}
/* animation next prev buttons */
#section-slider .swiper-container:hover .swiper-button-next,
.partners .partners-carousel:hover  .owl-nav .owl-next,
.last-posts .posts-carousel:hover  .owl-nav .owl-next {
    right: 10px;
}
#section-slider .swiper-container:hover .swiper-button-prev,
.partners .partners-carousel:hover  .owl-nav .owl-prev,
.last-posts .posts-carousel:hover  .owl-nav .owl-prev {
    left: 10px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(52, 58, 64, 0.8);
    color: rgba(255, 255, 255, 0.8);
}
.display-lg-3 {
    font-size: 4.5rem ;
}
.display-8 {
    font-size: 24px;
}
/* End slider */

/* about us */
section.section-img-t .col-md-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
section.section-img-t .col-md-6.section-desc.mx-auto .btn-custom {
    margin: 20px auto 0;
    display: block;
    width: fit-content;
}
section.section-img-t .section-desc a {
    margin: .5rem 0 0;
}

/* Why us */
section .bg_s h2,
section .bg_s h3,
section .bg_s h4,
section .bg_s h5,
section .bg_s h6{
    color: #fff;
}
section.section-img-t .section-desc em {
    margin-bottom: 10px;
}
section.section-img-t .section-desc ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    justify-content: space-between;
}
section.section-img-t .section-desc ul li {
    position: relative;
    padding: 4px 0;
    width: 100%;
    margin-left: 20px;
}
section.section-img-t .bg_s ul li {
    color: #fff;
}
/* List items */
.items-list .item-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.items-list .item-box.f-style-2 {
    padding: 20px;
    box-shadow: 0px 0px 40px rgba(83,88,93,.1);
}
.items-list .item-box.f-style-2:hover {
    box-shadow: 0px 0px 80px rgba(83,88,93,.2);
}
.items-list .item-box .item-box-icon {
    font-size: 50px;
    padding: 20px 0;
    line-height: 24px;
}
.items-list .item-box.f-style-2 .item-box-icon {
    font-size: 58px;
    margin-left: -30px;
    margin-right: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.items-list .item-box.f-style-2:hover .item-box-icon {
    margin-left: 0px;
    margin-right: 10px;
}
.items-list .item-box .item-box-title {
    line-height: 26px;
    margin-bottom: 10px;
}
.items-list .item-box.f-style-2 .item-box-title {
    margin-top: 20px;
}
.items-list .item-box.f-style-2 .item-box-desc {
    clear: both;
}
.items-list .item-box .item-box-desc {
    margin: 0;
}
.items-list .item-box .item-top {
    display: flex;
}
/* Bloc text */
.bloc-content {
    color: #fff;
    line-height: 1.2;
}
/* Offers */

.offers ul.tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 30px 0 0 0;
    row-gap: 20px;
}
.offers ul.tab-wrapper li.tab-item a {
    color: #343a40;
    padding: 0.6rem 16px;
    background: #f0f1f3;
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
}
.offers ul.tab-wrapper li.tab-item:first-child a {
    border-radius: 3px 0px 0px 3px;
}
.offers ul.tab-wrapper li.tab-item:last-child a {
    border-radius: 0px 3px 3px 0px;
}
.offers ul.tab-wrapper li.tab-item a.active {
    color: #ffffff;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
}
.offers .tab-pane.tab-price .card {
    border: none;
}
.offers .tab-pane.tab-price .price {
    font-family: "Poppins", sans-serif;
}
.offers .tab-pane.tab-price ul {
    padding: 0!important;
}
.offers .tab-pane.tab-price ul li {
    display: list-item;
    border: none;
    color: #8f9397;
    background: transparent;
    padding: 0.425rem 0;
    margin-left: 15px;
}
.offers .reduction {
    position: absolute;
    bottom: 40px;
    right: 10px;
    font-size: 80px;
    font-weight: 600;
    color: rgba(83, 88, 93, 0.1);
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Partners */
.partners .row {
    justify-content: center;
    align-items: center;
}
.owl-next,.owl-prev {
    transition: .5s;
}
.partners .owl-nav [class*="owl-"]{
    color: #343a40 !important;
    border: 2px solid #f7f8f9  !important;
    background-color: #f7f8f9 !important;

    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: -16px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    color: #343a40;
    background-color: #ffffff;
    text-align: center;
    z-index: 200;
    border: 2px solid #ffffff;
    box-sizing: initial;

}
.partners .partners-carousel {
    overflow: hidden;
}
.partners .partners-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.partners button.owl-prev {
    left: -30px;
}
.partners button.owl-next {
    right: -30px;
}
.partners a.partnerLink {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 15px;
    z-index: 1;
}
.partners .partners-carousel a.partnerLink {
    width: 100%;
    left: 0;

}
/* Testimonials */
.testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f7f8f9 !important;
    margin-bottom: 60px;
}
section.testimonials h2 {
    font-size: 1.75rem;
}
.testimonials .testimonial-text {
    font-size: 20px;
}
.testimonials .avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%!important;
}
.testimonials .btn-play {
    bottom: 16px;
}
.testimonials .btn-play.no_reversed {
    bottom: 16px;
    left: -0.5rem;
    margin-right: 10px;
}
.testimonials .btn-play.reversed {
    right: -0.5rem;
    margin-left: 10px;
}
.testimonials .btn-play a i {
    margin-right: 10px;
}
.testimonials .owl-dots {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.testimonials .owl-dots .owl-dot {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #343a40;
    transition: background 0.3s ease;
    overflow: hidden;
}

.testimonials .owl-dots .owl-dot span:after {
    outline: medium none;
    text-indent: -999em;
    border-radius: 3px;
    overflow: hidden;
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #f0f1f3;
    box-shadow: 0 0 1px #f0f1f3;
    transition: height 0.3s ease;
}
.testimonials .owl-dots .owl-dot.active span:after {
    height: 100%;
    background-color: #343a40;
}

.bloc-btn__content {
    position: relative;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    z-index: 1;
}
.bloc-btn__content:before {
    position: absolute;
    content: "";
    background: url(assets/images/bg-grad.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
/* Posts */
.last-posts .post-detail a:hover ,.last-posts .post-info a.post-title:hover  {
    color: #4cbd89;
}
.post-wrapper {
    position: relative;
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    height: 100%;
}
.post-wrapper .post-info.flex{
    flex-direction: column;
}
.post-wrapper .post-info {
    display: flex;
    row-gap: 16px!important;
    padding: 16px;
}
.post-detail__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}
.post-detail__wrapper .post-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.post-wrapper .post-detail__wrapper .post-tag {
    padding: 1px 10px;
    border-radius: 3px;
}
.post-wrapper .post-detail__wrapper .post-tag a {
    color: #ffffff;
}

.post-wrapper .post-info a.post-title {
    line-height: 26px;
    display: block;
}
.posts-carousel.owl-carousel {
    position: relative;
    overflow: hidden;
}
.posts-carousel.owl-carousel .owl-stage {
    display: flex;
}
.posts-carousel.owl-carousel .owl-stage .item{
    height: 100%;
    width: 99%;
    margin: 0 auto;
}
.posts-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-color: #343a40;
    background-color: #343a40;
    border-radius: 3px;
    cursor: pointer;
    transform: translateY(-50%);
}
.posts-carousel.owl-carousel .owl-prev {
    right: auto;
    left: -29px;
    opacity: 1;
}
.posts-carousel.owl-carousel .owl-next {
    left: auto;
    right: -29px;
    opacity: 1;
}
.last-posts .widget-item ul {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}
.last-posts .widget-item ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8125rem;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
}
/**/
.last-posts .widget-item ul li a {
    color: inherit;
    display: block;
    padding: 5px 15px;
}
.last-posts.style_3 .post-wrapper,
.last-posts.style_3 .post-info {
    padding: 0;
    background: inherit;
    border: none;
    row-gap: 0 !important;
}

.last-posts.style_3 .post-info {
    /*border: 2px solid transparent;*/
    transition: border 0.8s;
}

.last-posts.style_3 .post-info .postImg {
    /*min-height: 235px*/
    padding-top: 65%;
}

.last-posts.style_3 .post-info .postImg-wrapper {
    margin-bottom: 25px !important;
    overflow: hidden;
    /*height: 100%;*/
}

.last-posts.style_3 .post-info .post {
    padding: 0 5px 20px;
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
.last-posts.style_3 .post-introduction {
    margin-bottom: 60px;
}

.last-posts.style_3 .post-info .post .postTitle {
    margin-bottom: 8px;
}

.last-posts.style_3 .post-info .readMore_Link {
    text-transform: uppercase;
    letter-spacing: 1px;
    /*margin-top: 20px;*/
    margin-top: auto;
}

.last-posts.style_3 .post-info .post .readMore_Link i {
    margin-left: 10px;
}

.last-posts.style_3 .post-info:hover {
    border-color: #595142; /* #91B557 */
}
.last-posts.style_3 .post-info:hover .postImg {
    transform: scale(1.2);
    transition: transform 1s;
}
/* Pagination */
.pagination {
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 10px;
    justify-content: center;
    margin-top: 40px;
}
.pagination .page-numbers {
    padding: 5px 10px;
    background-color: #fff;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Single */
.innerpage-banner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
}
.innerpage-banner:not(.bg_s):before {
    /*background: rgba(0, 0, 0, 0.7);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.innerpage-banner h1,
.innerpage-banner .h1 {
    color: #fff;
    font-weight: 600 !important;
}
.single-wrapper .post-item  .post-item_wrapper,
.single-wrapper .post-item  .post-item_wrapper  .post-item_desc {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.single-wrapper .post-item  .post-item_wrapper  .post-item_detail {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.post-author,
.single-wrapper .post-item  .post-item_wrapper  .post-item_detail {
    text-transform: capitalize;
}
.single-wrapper .post-item .post-item_wrapper .post-meta_category a {
    padding: 4px 10px;
    border-radius: 3px;
}
.single-wrapper .post-item .post-item_wrapper .post-meta_category a:hover {
    color: #fff;
}

#page-content  .post-item .post-content img {
    height: auto;
}
#page-content  .post-item .post-content p {
    margin-bottom: 16px;
}
/* Contact */
body.single #page-content .besename,
body.search #page-content .besename {
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    height: fit-content;
}
#page-content .besename {
    position: absolute;
    /*bottom: -10px;*/
    text-align: left;
    /*bottom: calc(-10px + 4px);*/
    /*bottom: 0;*/
}
.innerpage-banner .besename > * {
    max-width: 90%;
}
#page-content .innerpage-banner h1, .innerpage-banner .h1{
    position: relative;
    margin: 0;
    line-height: 1;
    display: block;
}
#page-content .innerpage-banner h6, .innerpage-banner .h6 {
    position: relative;
    font-size: 32px;
    color: #fff;
    margin: 0;
}
section.contact-details .contact-box  {
    position: relative;
    /*color: #fff;*/
    z-index: 1;
    padding: 24px 16px;
}
section.contact-details .contact-box:before  {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.contact-details .contact-box  h5 {
    color: #fff;
}
section.contact-details .contact-box .contact-info {
    margin-bottom: 17px;
}
section.contact-details .contact-box .contact-box-icon {
    font-size: 18px;
}
section.contact-details .contact-box .contact-box-icon.longMail {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
section.contact-details .contact-box .contact-box-icon.longMail span {
    overflow-wrap: break-word;
    display: block;
    width: 80%;
    line-height: 1;
}
.contact-form form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 20px;
    column-gap: 30px;
}
.contact-form form select,
.contact-form form input,
textarea,
#page-content .BIfilter-wrapper select {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 2px solid #dfe2e5;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #8f9397;
    opacity: 1;
}
.contact-form form input:focus ,
.contact-form form textarea:focus {
    border-color: #2ab9a5;
}
.contact-form form p {
    margin: 0;
}
#contact-popup .contact-form form .wpcf7-response-output,
.contact-form form p:nth-of-type(3),
.contact-form form p:nth-of-type(4),
.contact-form form p:nth-of-type(5),
.contact-form form p:nth-of-type(6),
.contact-form form p:nth-of-type(7) {
    grid-column: 1/3;
}
#contact-popup .contact-form form .wpcf7-response-output {
    margin: 0;
}
.contact-form form input.btn_submit {
    position: relative;
    outline: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#page-content form .wpcf7-form-control-wrap {
    display: block;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#page-content form .wpcf7-response-output {
    width: 100%;
    grid-column: 1/3;
    margin: 0;
}
#page-content form.invalid .wpcf7-response-output,
#page-content form.unaccepted .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
#page-content form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
/* Features */
.features-list.items-list .item-box.f-style-2 {
    padding: 0;
    box-shadow: none;
}
.features-list.items-list .item-box.f-style-2 .item-box-icon {
    margin-left: 0;
    margin-right: 0;
}
.features-list.items-list .row {
    row-gap: 0;
}
/* Team */

#team .team-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
#team .team-item .team-avatar {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#team .team-item .team-avatar.no-image {
    background-color: #e6e5e3;
    height: 315px;
}
#team .team-item .team-avatar:before,
#biensImmobiliers .list-biens .bien .bien-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#team .team-item:hover .team-avatar:before {
    opacity: 0.7;
    visibility: visible;
}
#team .team-item .team-desc {
    padding: 15px 10px 10px;
}
#team .team-item .team-desc h5 {
    margin: 0;
    color: #343a40;
}
#team .team-item .team-desc .team-position {
    font-size: 13px;
}
#team .team-item .team-desc .member-desc {
    margin: 10px 0px 10px;
}
#team .team-item .team-desc .social-icons {
    position: absolute;
    top: 5px;
    left: -25px;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#team .team-item:hover .social-icons {
    visibility: visible;
    left: 5px;
}
#team .team-item .social-icons-item {
    display: block;
    margin-left: -50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#team .team-item:hover .social-icons-item {
    margin-left: 0px;
}
#team .team-item:hover .social-icons-item:nth-child(2) {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
#team .team-item:hover .social-icons-item:nth-child(3) {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#team .team-item .social-icons-item a {
    color: #fff;
}
/* FAQs */
#faq .accordion-item {
    margin-bottom: 15px;
}
#faq .accordion-title {
    background-color: #f0f1f3;
    cursor: pointer;
}
#faq .accordion-title a {
    position: relative;
    display: block;
    padding: 15px 40px 15px 15px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
#faq .accordion-content {
    padding: 16px 16px 0;
}
#faq .accordion-title a.collapsed:after {
    content: "\f067";
}
#faq .accordion-title a:after {
    position: absolute;
    content: "\f068";
    font-family: 'Fontawesome';
    top: 50%;
    right: 18px;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Parallax */
section#section_parallax .parallax-wrapper {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px;
}
section#section_parallax .parallax-wrapper .parallax-content-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 1;
}
section#section_parallax .parallax-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.5;
}
/* Footer */
footer.footer {
    padding-top: 36px ;
}
footer.footer a.footer-logo {
    padding: 0;
    /*max-width: initial;*/
    display: inline-block;
    margin: 0;
}
footer.footer a.footer-logo:hover {
    color: initial;
}

footer .widget {
    position: relative;
    margin-bottom: 20px;
}
.address .media i{
    font-size: 1.2rem;
    margin-right: 16px!important;
}
footer .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .quick-links ul li {
    width: fit-content;
    padding: .3rem 0;
}
footer .quick-links a.nav-link {
    padding-left: 0;
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
}
footer .divider {
    width: 100%;
    height: 2px;
    background-color: #8f9397;
    margin-top: 16px !important;
    opacity: .1;
}
.footer-copyright li {
    display: inline-block;
    margin-right: 8px;
    padding-left: 8px !important;
}
footer .copyright-links .nav-link {
    padding: 0;
}
/*BACK TOP TOP*/
.backTop {
    position: fixed !important;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}
.backTop a{
    display: block;
    width: 40px;
    height: 40px;
    padding: 13px 14px !important;
    border-radius: 3px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transform: translateY(50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.backTop i {
    font-size: 12px;
    color: #ffffff;
    margin: 0 !important;
    display: block;
}
.backTop .btn-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

/* GRPD */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    top: -20px !important;
    right: -20px !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    width: 40px !important;
    height: 40px !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    display: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    width: calc(99vw - 50px) !important;
}
.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}
/* Biens Immobiliers */
#biensImmobiliers .list-biens {
    position: relative;
    margin: 25px 0;
}
#biensImmobiliers .bien-wrapper > *:not(.bien-image) {
    padding: 15px 15px 0;
}
#biensImmobiliers .list-biens .row {
    overflow: hidden;
}
#biensImmobiliers .list-biens .bien {
    position: relative;
    box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.20);
    -ms-box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.20);
    -webkit-box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.20);
    margin: 15px 0;
}
#biensImmobiliers .list-biens .biens-carousel .bien {
    margin: 15px;
}
#biensImmobiliers .list-biens .bien a.bien-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
    font-size: 0;
    opacity: 0;
}
#biensImmobiliers .list-biens .bien-prev,
#biensImmobiliers .list-biens .bien-next,
.bien-gallery__wrapper .bien-nav {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#biensImmobiliers .list-biens.isCarousel .bien-prev {
    left: -40px;
}
#biensImmobiliers .list-biens.isCarousel .bien-next {
    right: -40px;
}
#biensImmobiliers .list-biens .bien-nav i {
    transform: scaleX(1.5) scaleY(1.2);
    -ms-transform: scaleX(1.5) scaleY(1.2);
    -webkit-transform: scaleX(1.5) scaleY(1.2);
    cursor: pointer;
}
#biensImmobiliers .list-biens .bien .bien-wrapper {
    display: grid;
    overflow: hidden;
}
#biensImmobiliers .list-biens .bien:hover .bien-wrapper:before{
    opacity: 0.5;
    visibility: visible;
}
#biensImmobiliers .list-biens .bien .bien-wrapper .no-specifications {
    height: 0;
    font-size: 0;
    display: none;
}
#biensImmobiliers .list-biens .bien .bien-wrapper .no-specifications ~ .bien-description {
    grid-row: 3/5;
}
#biensImmobiliers .list-biens .bien .bien-wrapper .bien-price {
    text-align: right;
}
#biensImmobiliers .list-biens .bien .bien-wrapper .bien-price .price {
    font-size: 0;
    opacity: 0;
}
#biensImmobiliers .list-biens .bien .sameHeight.bien-image {
    position: relative;
    max-height: 240px;
}
#biensImmobiliers .list-biens .bien .sameHeight.bien-image img {
    width: 100%;
    height: 100%;
}

#biensImmobiliers .btn-All {
    width: fit-content;
    margin: 0 auto;
}
/* all biens */
.AllBiens .innerpage-banner {
    margin-bottom: 55px;
}
#page-content .BIfilter-wrapper {
    display: flex;
    gap: 20px;
}
#page-content .BIfilter-wrapper > * {
    width: calc(100%/4);
    text-align: left;
}

#page-content .BIfilter-wrapper select {
    color: #8f9397;
    opacity: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 10px 16px;
}
#page-content .BIfilter-wrapper .price-wrapper .priceLabel {
    margin-top: -12px;
    margin-bottom: 6px;
}
#page-content .BIfilter-wrapper .minmax-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}
#page-content .BIfilter-wrapper .minmax-wrapper form {
    display: none;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range {
    background: #fff;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range .noUi-connect,
#page-content .BIfilter-wrapper .price-wrapper #slider-range.noUi-horizontal .noUi-handle {
    background: #fff;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range.noUi-horizontal .noUi-handle{
    width: 8px;
    height: 8px;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid;
    border-radius: 50%;
}

#page-content .BIfilter-wrapper .price-wrapper #slider-range.noUi-target,
#page-content .BIfilter-wrapper .price-wrapper #slider-range.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page-content .BIfilter-wrapper .price-wrapper #slider-range.noUi-target {
    position: relative;
    direction: ltr;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range .noUi-handle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range .noUi-base,
#page-content .BIfilter-wrapper .price-wrapper #slider-range .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range.noUi-horizontal {
    height: 4px;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}
#page-content .BIfilter-wrapper .price-wrapper #slider-range [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* END NoUiSlider */
#page-content .BIfilter-wrapper .btns-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#page-content .BIfilter-wrapper .btns-wrapper > * {
    width: 50%;
}
#page-content .BIfilter-wrapper .btns-wrapper > * a {
    width: 100%;
    padding: 10px 16px;
}
#page-content .BIfilter-wrapper .btns-wrapper .BI-reset a {
    border: 2px solid #fff;
    line-height: normal;
    color: #fff;
}
#page-content .BIfilter-wrapper .btns-wrapper .BI-reset a:hover {
    background: #ffffff;
    color: #343a40;
}

/* Pagination */
#biensImmobiliers .list-biens .pagination-wrapper {
    position: relative;
    width: fit-content;
    margin: 30px auto 0;
}
#biensImmobiliers .list-biens .pagination-wrapper .pagination {
    margin: 0px 25px;
}
#biensImmobiliers .list-biens .bien-nav i,
#biensImmobiliers .list-biens .pagination-wrapper .pagination li:not(.active) a {
    color: #8f9397;
}
#biensImmobiliers .list-biens .bien-prev {
    left: 0;
}
#biensImmobiliers .list-biens .bien-next {
    right: 0;
}
/* Detail bien */
.bien-gallery__wrapper {
    position: relative;
    margin-bottom: 80px;
}
.bien-gallery__wrapper .prevL,
.bien-gallery__wrapper .nextR {
    position: absolute;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}
.bien-gallery__wrapper .prevL:before,
.bien-gallery__wrapper .nextR:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.bien-gallery__wrapper .prevL:before,
.bien-gallery__wrapper .nextR:before,
.bien-gallery__wrapper .nextR .bien-next,
.bien-gallery__wrapper .prevL .bien-prev {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bien-gallery__wrapper .prevL:hover:before,
.bien-gallery__wrapper .nextR:hover:before {
    opacity: .5;
}
.bien-gallery__wrapper .nextR:hover .bien-next,
.bien-gallery__wrapper .prevL:hover .bien-prev {
    opacity: 1;
}
.bien-gallery__wrapper .nextR {
    right: 0;
    top: 0;
}

.bien-gallery__wrapper .bien-nav {
    z-index: 9;
}
.bien-gallery__wrapper .bien-nav i {
    color: #fff;
    font-size: 16px;
}
.bien-gallery__wrapper .bien-prev {
    left: 280px;
}
.bien-gallery__wrapper .bien-next {
    right: 280px;
}

#bien-images .owl-nav,
#bien-images .owl-dots {
    display: none;
}
#bien-images .owl-stage {
    display: flex;
    max-height: 500px;
    height: 500px;
}
#bien-images .owl-stage .bien-image ,
#bien-images .owl-stage .bien-image img{
    height: 100%;
}
#B-detail .col-md-9 {
    padding: 0 10px;
}
#B-detail .contact-wrapper {
    box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.20);
    -ms-box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.20);
    -webkit-box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.20);
    height: fit-content;
}
#B-detail .contact-bien .contact-form form {
    display: block;
}
#B-detail .contact-bien > *:not(:last-child),
#B-detail .contact-bien .contact-form form > *:not(:last-child) {
    margin-bottom: 10px;
}
#B-detail .contact-bien .contact-form .ref-wrapper #ref,
#B-detail .contact-bien .contact-form .bienUrl-wrapper #bienUrl {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    opacity: 0;
    display: none;
    color: inherit;
    position: absolute;
}
#B-detail .contact-bien .contact-form textarea {
    min-height: 130px;
    height: 130px;
}
#B-detail .contact-bien .contact-form .ajax-loader {
    display: flex;
    margin: 10px auto;
}
#B-detail .contact-bien .contact-form .wpcf7-response-output {
    display: none;
}
#B-detail .row .h3 {
    margin: 15px 0 50px;
}
#B-detail .detail-wrapper {
    display: flex;
}
#B-detail .detail-wrapper .detail-desc blockquote {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
}
#B-detail .detail-wrapper .detail-desc p:last-child {
    margin: 0;
}
#B-detail ul {
    padding: 0;
    margin: 0;
}
#B-detail .detail-wrapper .detail-desc ul {
    padding-left: 16px;
    display: grid;
}
#B-detail .detail-wrapper .detail-desc ul {
    grid-template-columns: repeat(2,1fr);
}
#B-detail .detail-wrapper .detail-desc ul li {
    padding: 6px 0;
}
#B-detail .detail-wrapper .detail-spec ul li {
    list-style-type: none;
    display: grid;
    grid-template-columns: 62% 34%;
    border-bottom: 1px solid;
    padding: 12px 0;
}
#B-detail .detail-wrapper .detail-spec ul li:first-child {
    padding-top: 0
}
#B-detail .detail-wrapper .detail-spec ul li .color_s {
    margin: 0 2%;
    display: flex;
    flex-wrap: wrap;
}
#B-detail .bien-adress {
    margin: 50px 0;
}
#B-detail .bien-adress .adress-label {
    margin-bottom: 20px;
}
#B-detail .bien-adress .bienmap-wrapper  {
    position: relative;
}
#B-detail .bien-adress .bienmap-wrapper .svg-marker {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-90%);
    left: 50%;
}
#B-detail .bien-adress .bien-map {
    height: 357px;
    filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
#B-detail .bien-adress .bienmap-wrapper .gmnoprint,
#B-detail .bien-adress .bienmap-wrapper .gm-fullscreen-control {
    display: none;
}
#B-detail .bien-attributes ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
#B-detail .bien-attributes ul li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
#B-detail .bien-attributes ul li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#B-detail .btn-All {
    margin: 40px auto 0;
}

#biensImmobiliers .list-biens .bien .bien-wrapper .bienLocal.h5,
#biensImmobiliers .list-biens .bien .bien-wrapper .specified-details.h5,
#biensImmobiliers .list-biens .bien .bien-wrapper .bien-price.h5 {
    color: initial;
}
/********* ken_burns_zoom *******/

.swiper-slide .bg-swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.swiper-slide .bg-swiper.kenBurns-effect {
    animation: kenBurns 15s forwards;
    /*animation-delay: 3s;*/
}
@keyframes kenBurns {
    0% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(1.2) translate(-2%, -2%);
    }
}
.product-col40 {
    width: 40%;
}
.product-col50 {
    width: 50%;
}
.product-col60 {
    width: 60%;
}
.product-col100 {
    width: 100%;
}
.product-grid100 {
    grid-column: 1/3;
}
.productBloc {
    position: relative;
    background: #5e5e60;
    height: 100%;
}
.productBloc:not(.activeBLoc):before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;

    background-color: transparent;
    background-image: linear-gradient(180deg, #0000006E 0%, #000000C2 100%);
    opacity: 1;
}
.productBloc-content {
    padding: 52% 16px 30px ;
}
.productBloc-content > *:not(a) {
    position: relative;
    color: #fff;
}
.productBloc-content .productBloc-content-text {
    margin-bottom: 20px;
}
.productBloc-content .productBloc-content-text > *:not(a) {
    color: #fff !important;
}
.productBloc.activeBLoc .productBloc-content {
    padding: 40px 40px 40px 40px;
}
.productBloc.activeBLoc .productBloc-content .productBloc-content-text {
    margin-bottom: 34px;
}
.product-col-principal .productBloc-content {
    padding: 90% 20px 70px ;
}
.products-cols {
    position: relative;
    display: flex;
}
.product-col2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}
.product-col2-cols > * {
    margin: 0 0 20px 20px;
    width: fit-content;
}
.product-col2-cols > *:last-child {
    margin-bottom: 0;
}
/**************/
.section-productServices .pservice-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.section-productServices .pservice-wrapper .pservice:nth-child(odd) {
    margin-right: 10px;
}
.section-productServices .pservice-wrapper .pservice:nth-child(even) {
    margin-left: 10px;
}
.section-productServices .pservice-wrapper .pservice {
    position: relative;
    overflow: hidden;
    width: calc(100% - 10px);

    margin-top: 20px;
}
.section-productServices .pservice-wrapper .pservice:nth-child(1),
.section-productServices .pservice-wrapper .pservice:nth-child(2) {
    margin-top: 0;
}
.section-productServices .pservice .pservice-container .pservice-bgImg,
.section-productServices .pservice .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    transition: all .4s;
    transition-duration: 500ms;

    background-color: #4A4A4A99;
}
.section-productServices .pservice:hover .pservice-bgImg {
    transform: scale(1.2);
}
.section-productServices .pservice:hover .bg-overlay {
    background-color: #292929DB;
}
.section-productServices .pservice .pservice-container .pservice-content {
    min-height: 280px;

    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 35px;
    width: 100%;
}
.section-productServices .pservice .pservice-container .pservice-content p {
    margin-bottom: 15px;
}
.section-productServices .pservice .pservice-container .pservice-content > * {
    color: #fff !important;
}
.sectionIntro {
    margin-bottom: 30px;
}
/* Liste of terms */
.listOfTerms .img-wrapper {
    height: 300px;
}
.listOfTerms .cat-content {
    padding: 20px 15px 30px;
}
/* Single Blog */

#detail-actualites .col-md-8 .categorie,
#detail-actualites .col-md-8 .date,
#detail-actualites .col-md-4 .otherPosts .categorie,
#detail-actualites .col-md-4 .otherPosts .date {
    font-size: 13px;
    font-style: italic;
}
#detail-actualites .otherPosts .otherPost {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
#detail-actualites .lastPosts h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#detail-actualites .otherPosts .otherPost .postdetail {
    margin-left: 20px;
    width: 60%;
}
#detail-actualites .otherPosts .postImg {
    width: 100%;
    max-width: 150px;
    height: 100px;
}
#detail-actualites .otherPosts .otherPost:hover .postImg {
    opacity: .8;
    transition: .4s;
}
#detail-actualites .otherPosts .titre {
    font-size: 16px;
}
.post-navigation a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
    padding: 5px 15px;
    display: block;
    width: fit-content;
}
.items-list.style_4 .img-content .postImg {
    max-width: 300px;
    width: 100%;
    min-height: 200px;
    margin-right: 15px;
}
.items-list.style_4 .img-content {
    display: flex;
    align-items: flex-start;
}
button.owl-dot {
    background: #ccc !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    margin: 1px 4px 0 0 !important;
    width: 14px;
}
button.owl-dot.active {
    background: #595142 !important;
}
.items-list.style_4 .owl-nav ,
.items-list.style_4 .owl-dots {
    padding: 0 15px;
    width: fit-content;
    display: inline-block;
}
.items-list.style_4 .style_4-posts-carousel {
    display: flex;
    flex-direction: column-reverse;
}
.items-list.style_4 .owl-carousel .owl-nav button.owl-next,
.items-list.style_4 .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #595142;
    padding: 2px 4px !important;
    margin-right: 10px;
}
.items-list.style_4 .owl-navigations {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.footer .footer-content #menu-footer-menu {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .footer-content ul.sub-menu {
    padding-top: 10px;
}
footer .quick-links li.menu-item-has-children > a,
.footer .footer-content ul li.menu-item-has-children > a {
    font-weight: 700;
}
footer .quick-links li.menu-item-has-children > a[href="#"] {
    pointer-events: none; /* Empêche le clic */
    cursor: default;      /* Enlève la petite main */
}
.footer .footer-content .ftr_partner_img > div,
.footer .footer-content .ftr_partner_img  {
    margin: 15px auto;
    max-width: 70%;
}
.footer .footer-content .ftr_partner_img > div {
    max-height: 80px;
    max-width: 100%;
}
.footer .footer-content .ftr_partner_img img {
    object-fit: contain;
    height: 100%;
    max-width: 140px;
    margin: auto;
}
.footer .footer-content .ftr_partner_img div:nth-child(2) img {/* Logo IATA*/
    max-width: 90px;
}
/* Gallery détail voyage */
#page-content .post-item .post-content .voyage-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 10px;
    margin: 60px auto 40px;
}
#page-content .post-item .post-content  .voyage-gallery a:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
#page-content .post-item .post-content .gallery-item {
    width: 100%;
    height: 100%;
}

#page-content .post-item .post-content .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
#page-content .post-item .post-content .voyage-gallery a:not(.d-none):hover img {
    opacity: 0.9;
    transition: 0.3s ease;
}
/* Cta voyage booking */
.booking-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 400px;
    border: 1px solid #f0f0f0;
    transition: transform .1s;
}
.booking-info div.booking-label {
    margin: 5px 0;
    color: #000;
}
.booking-title {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
#contact-popup {
    /* width: 100%; */
    /* max-width: 50%; */
    border-radius: 12px;
    padding: 40px;
    width: 600px;
}
.contact-map {
    height: 100%;
    min-height: 400px;
}
/* Responsive  */
@media (min-width: 1200px) and (max-width: 1265px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
    #biensImmobiliers .biensImmobiliers-wrapper .biens-carousel.owl-carousel {
        width: 95%;
        margin: auto;
    }
    #biensImmobiliers .list-biens.isCarousel .bien-next {
        right: -5px;
    }
    #biensImmobiliers .list-biens.isCarousel .bien-prev {
        left: -5px;
    }
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}
@media (max-width: 1400px){
    .bien-gallery__wrapper .bien-prev {
        left: 100px;
    }
    .bien-gallery__wrapper .bien-next {
        right: 100px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1199px;
        width: 94%;
    }
    #page-content .besename {
        /*bottom: -7px;*/
    }
    body.page #page-content .innerpage-banner h1,
    body.page #page-content .innerpage-banner .h1 {
        font-size: 43px !important;
    }
    h2, .h2 {
        font-size: 28px !important;
    }
    #biensImmobiliers .list-biens.isCarousel .bien-next {
        right: -37px;
    }
    #biensImmobiliers .list-biens.isCarousel .bien-prev {
        left: -37px;
    }
}
.navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 1200px){
    .header-btn_cta {
        position: absolute;
        right: 60px;
        bottom: -90%;
        z-index: 999;
    }
    .navbar-nav .nav-link,
    .pre-header .nav-link {
        /*font-size: 16px !important;*/
    }
    footer .nav-link, footer .quick-links a,
    body {
        font-size: 19px !important;
    }
    section.section-img-t .section-desc ul li,
    section.section-img-t .section-desc p {
        font-size: 19px !important;
    }
    .btn:not(.header-btn_cta_link) {
        font-size: 18px !important;
    }
    .partners .col-6 {
        max-width: 23% !important;
        flex: 0 0 23% !important;
    }
}
@media (min-width: 992px){
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
    #navbarCollapse {
        justify-content: space-between;
        /*margin-left: calc(270px + 30px);*/
        margin-left: calc(270px + 80px);/* Presque centrer le menu  */
        gap: 20px;
    }

    header #navbarCollapse .sub-menu  {
        top: 120%;
        visibility: hidden;
        opacity: 0;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    header #navbarCollapse .navbar-nav .dropdown:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    header #navbarCollapse .navbar-nav .sub-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 3px;
        opacity: 1;
    }
}/* end min 992 */


@media (max-width: 1024px) {
    .navbar-expand-lg #navbarCollapse .navbar-nav .nav-link {
        padding: 0 10px;
    }
}/* end max 1024 */
@media (max-width: 992px) {
    .header-btn_cta {
        position: relative;
        right: 0;
        left: 30px;
        bottom: 0;
    }
    header .navbar.navbar-expand-lg.header_fixed #menu-menu-principale a {
        /*line-height: 40px;*/
    }
    header .navbar {
        background-color: #fdfdfd;
    }
    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        /*max-height: 350px;*/
        max-height: 400px;
        overflow-y: scroll;
        box-shadow: 0px 10px 30px rgba(83,88,93,.2);
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    header .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0px 30px;
        position: relative;
    }
    .navbar-expand-lg #navbarCollapse .navbar-nav .nav-link {
        padding: 0;
    }
    .navbar-nav .nav-link {
        line-height: 40px;
    }
    .navbar-brand, .footer-logo {
        /*max-width: 97px;*/
        padding: 7px 0 7px;
        font-size: 20px;
    }
    header #navbarCollapse li.menu-item-has-children a:after {
        position: absolute;
        right: 30px;
    }
    header #navbarCollapse .navbar-nav .sub-menu {
        display: none;
        position: static;
        width: 100%;
        box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }
    header .navbar-nav .sub-menu .nav-item {
        border: 0;
    }
    header #navbarCollapse .navbar-nav .sub-menu.show {
        display: block;
    }
    .innerpage-banner {
        margin-bottom: 32px;
    }
    /* Titles */
    #section-slider .h2 {
        font-size: 56px !important;
    }
    section {
        padding-bottom: 32px;
    }
    section.section-img-t .row {
        justify-content: center !important;
    }
    .testimonials {
        padding: 48px 0 32px 0;
        margin-bottom: 32px;
    }
    h1, .h1 {
        font-size: 32px !important;
    }
    h3, .h3 {
        font-size: 22px !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        padding: 0 !important;
    }
    #biensImmobiliers .list-biens.isCarousel .bien-next,
    #biensImmobiliers .list-biens.isCarousel .bien-prev {
        display: none;
    }
    #page-content .BIfilter-wrapper {
        flex-wrap: wrap;
    }
    #page-content .BIfilter-wrapper > * {
        width: calc(96%/2);
    }
    .bien-gallery__wrapper .prevL,
    .bien-gallery__wrapper .nextR {
        display: none;
    }
    .bien-gallery__wrapper {
        margin-bottom: 32px;
    }
    #B-detail .row,
    #B-detail .detail-wrapper {
        flex-direction: column-reverse;
    }
    #B-detail .row > div:first-child {
        margin-top: 32px;
    }
    #B-detail .row .detail-desc,
    #B-detail .row .detail-spec {
        width: 100%;
    }
    #B-detail .row .detail-spec {
        margin-bottom: 20px;
    }
    #B-detail .detail-wrapper .detail-spec ul li .color_s span {
        margin-left: 5px;
    }
    /***************/
    .products-wrapper .products-cols {
        flex-direction: column;
    }
    .products-cols .product-col40,
    .products-cols .product-col60 {
        width: 100%;
    }
    .product-col2-cols > * {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .product-col2-cols > *:first-child,
    .product-col2-cols > *:last-child {
        margin-left: 0;
    }
    .product-col-principal .productBloc-content {
        padding: 20% 20px 70px;
    }
    .productBloc-content {
        padding: 30% 16px 30px;
    }
    /* single posts */
    #detail-actualites .otherPosts {
        display: flex;
        flex-wrap: wrap;
    }
    #detail-actualites .otherPosts .otherPost {
        width: 50%;
    }
    .contact-map iframe,
    .contact-map > div,
    .contact-map {
        height: initial;
        min-height: 400px;
    }
}/* end max 992 */

@media (min-width: 767px){
    .pl-lg-4, .px-lg-4 {
        padding: 24px!important;
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }
}/* end min 767 */

@media (max-width: 767px) {
    section.section-img-t .section-desc ul li {
        width: 100%;
    }
    .partners .row {
        justify-content: space-around;
        row-gap: 40px;
    }
    .partners .col-6 {
        max-width: 40% !important;
    }
    .testimonials .btn-play.no_reversed {
        left: 16px;
        margin-right: 0;
        margin-left: 10px;
    }
    .testimonials .btn-play.reversed {
        right: 16px;
        margin-left: 0;
        margin-right: 10px;
    }
    #page-content .innerpage-banner h1,
    #page-content .innerpage-banner .h1 {
        top: 0;
    }
    #page-content .innerpage-banner h6,
    #page-content .innerpage-banner .h6 {
        font-size: 22px !important;
    }
    /* Titles */
    #section-slider .h2 {
        font-size: 46px !important;
    }
    #section-slider .h3 {
        font-size: 19px;
    }
    #page-content .besename {
        /*bottom: -5px;*/
        /*bottom: 10px;*/
    }
    body.page #page-content .innerpage-banner h1,
    body.page #page-content .innerpage-banner .h1 {
        font-size: 35px !important;
    }
    h1, .h1 {
        font-size: 30px !important;
    }
    h2, .h2 {
        font-size: 26px !important;
    }
    h4, .h4 {
        font-size: 20px !important;
    }
    #page-content.contact-page .contact-details .contact-map {
        height: 300px;
    }
    #team .team-item {
        max-width: 260px;
        margin: 0 auto;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
        height: auto !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
        max-height: 100% !important;
        min-height: auto !important;
        height: auto;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
        display: block !important;
        height: auto !important;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
        display: none !important;
        top: 0;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 5px;
        padding: 0 10% 1% !important;
    }
    #biensImmobiliers .list-biens .biens-carousel .bien{
        width: 90%;
        margin: auto;
    }
    #biensImmobiliers .list-biens:not(.isCarousel) .bien {
        width: 90%;
        margin: 15px auto 0;
    }
    #page-content .BIfilter-wrapper > * {
        width: 100%;
    }
    #B-detail .bien-attributes ul {
        grid-template-columns: repeat(2,1fr);
    }
    /****************************/
    .product-col2-cols > * {
        grid-column: 1/3;
        margin-left: 0;
    }
    .product-col-principal .productBloc-content {
        padding: 15% 20px 70px;
    }
    .productBloc-content {
        padding: 15% 16px 30px;
    }
    /***********/
    .section-productServices .pservice-wrapper > * {
        grid-column: 1/3;
    }
    .section-productServices .pservice-wrapper .pservice {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0;
        width: 100%;
    }
    .section-productServices .pservice-wrapper .pservice:not(:last-child) {
        margin-bottom: 20px;
    }
    footer.footer a.footer-logo img {
        height: inherit;
    }
    /* Single Post */
    #detail-actualites .otherPosts {
        flex-direction: column;
    }
    #detail-actualites .otherPosts .otherPost {
        width: 100%;
    }
    .contact-details .contact-map,
    .contact-details .contact-form {
        margin-top: 24px;
    }
    footer.footer a.footer-logo {
        margin-bottom: 20px
    }
    .btn {
        font-size: 16px !important;
    }
    /* Gallery détail voyage */
    #page-content .post-item .post-content .voyage-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    #page-content .post-item .post-content .voyage-gallery a:nth-child(1) {
        grid-column: auto;
        grid-row: auto;
    }

    #page-content .post-item .post-content .gallery-item {
        height: 250px; /* Hauteur fixe pour les images en mode liste mobile */
    }
    .contact-form form {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-form form > * {
        grid-column: 1/3;
    }
}/* end max 767 */
@media (max-width: 575.98px){
    .container {
        width: 100% !important;
        padding: 0 15px;
    }
    .partners .partners-carousel .items {
        width: fit-content;
        margin: auto;
    }
    section {
        padding-bottom: 32px;
    }
    section.section-img-t .section-desc p {
        font-size: 15px !important;
    }
    .testimonials {
        padding: 48px 0 16px;
    }
    .testimonials .testimonial-text {
        font-size: 16px !important;
    }
    body.page #page-content .innerpage-banner h1,
    body.page #page-content .innerpage-banner .h1 {
        font-size: 25px !important;
    }
    h1, .h1 {
        font-size: 25px !important;
    }
    h2, .h2 {
        font-size: 23px !important;
    }
    section p em {
        font-size: 20px ;
    }
    h3, .h3 {
        font-size: 17px !important;
    }
    .pagination .page-numbers.next,
    .pagination .page-numbers.prev {
        flex-basis: 100%;
    }
    #biensImmobiliers .list-biens:not(.isCarousel) .bien {
        width: 100%;
    }
    .header_intern.has_filter {
        padding: 10px;
    }
    /* Gallery détail voyage */
    #page-content .post-item .post-content .voyage-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
    #contact-popup {
        max-width: 90%;
        padding: 40px 20px;
    }
}/* end max 576 */
@media (max-width: 360px){
    #page-content .besename {
        text-align: center;
    }
    #B-detail .detail-wrapper .detail-desc ul,
    #B-detail .bien-attributes ul {
        grid-template-columns: repeat(1,1fr);
    }
}/* end max 360 */

