/******** GENERICS *******/


a {
    color: #2f3233;;
}

.member-img {
    object-fit: cover;
    object-position: center top;
    max-width: 100%;
}

.pagination-container .button-previous,.pagination-container .button-next {
    fill: #14366B;
    outline: none;
    opacity:1;
    transition: all 350ms ease-in-out;
}
.pagination-container.white .button-previous,.pagination-container.white .button-next {
    fill: #FFF;
}
.button-previous:hover,
.button-next:hover {
    opacity:0.5;
}
.form-textarea {
    resize: none;
    min-height: 300px;
}

.store-locator-map p {
    height:100%;
}

.informations-block p {
    color:white;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

iframe {
    width:100%;
    height:100%;
}

.gm-style .place-card-large,
.gm-style .place-card{
    display:none !important;
}

.gm-style .review-box {
    opacity: 0 !important;
}


@media screen and (max-width: 991px) {
    .form-textarea {
        min-height: 230px;
    }
}

.swiper-pagination-bullet {
    margin: 0 5px;
    background: transparent;
    border: 1px solid  #C59B75;
    transition: background 200ms ease-in-out ;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C59B75;
}

.nav .nav-arrow svg {
    fill: #FFF;
}

@media screen and (min-width: 991px) {
    .nav-item:hover .nav-submenu {
        max-height: 300px;
    }
    
    .store-locator-informations-content {
        bottom:-10%;
        left:auto;
        right:0;
    }
    .store-locator-map {
        width:60%;
    }
}
.nav-mobile .menu-trigger.open .line-top,
.nav-mobile .menu-trigger.open .line-top {
    opacity: 0;
}
.nav-mobile .menu-trigger.open .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.nav-mobile .menu-trigger.open .line.middle {
    transform: translate(-50%, -50%) rotate(-45deg);
}
    
.nav-mobile .menu-trigger.submenu-open .line {
    width: 15px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.nav-mobile .menu-trigger.submenu-open .line.middle {
    top: 20px;
    transform: translate(-50%, -50%) rotate(-45deg);
}


.button .svg-icon svg {
    fill: #FFF;
    transition: fill 350ms ease-in-out;
}
.button:hover .svg-icon svg {
    fill: #14366b;
}

.block-wysiwyg h1,.block-wysiwyg h2,.block-wysiwyg h3,.block-wysiwyg h4,.block-wysiwyg h5,.block-wysiwyg h6 {
    font-family: 'Montserrat', sans-serif;
    color: #c59b75;
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 15px;
}
.block-wysiwyg p,.block-wysiwyg ul {
    margin-top: 15px;
    margin-bottom: 0
}
.block-wysiwyg h1,.block-wysiwyg h2,.block-wysiwyg h3,.block-wysiwyg h4,.block-wysiwyg h5,.block-wysiwyg h6 + p {
    margin-top: 15px;
}
.block-wysiwyg p + ul {
    margin-top: 15px;
}
.block-wysiwyg li {
    position: relative;
    padding-left: 15px;
    list-style: none;
}
.block-wysiwyg li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #C59B75;
    position: absolute;
    top: 8px;
    left: 0;
}
.block-wysiwyg a {
   color: #2f3233;
}

.footer .footer-bottom .footer-link {
    position: relative;
    margin-right: 40px;
}
.footer .footer-bottom .footer-link:last-child {
    margin-right: 0;
}
.footer .footer-bottom .footer-link::after {
    content: '';
    width: 3px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -20px;
}
.footer .footer-bottom .footer-link:last-child:after {
    content: none;
}

.footer-title-container .footer-arrow svg {
    fill: #FFF;
}
.footer-block-page-links.open .footer-title-container .footer-arrow {
    transform: rotate(0);
}

@media screen and (max-width: 1280px) {
    .footer-links-container {
     justify-content: space-evenly;   
    }
    .footer-block-page-links {
        border: none;
    }
}


.footer-social-link .social-link-picto {
    fill: #FFF;
    transition: fill 350ms ease-in-out;
}
.footer-social-link:hover .social-link-picto {
    fill: #C59B75;
}

/******** COMPONENTS *******/

/*MEMBER-CARD*/
.member-card .member-card-img:hover .blue-mask {
    opacity: 0;
}
.member-card  .member-links a  svg {
    fill: #2f3233;
    transition: fill 350ms ease-in-out;
}
.member-card .member-links a:hover svg {
    fill: #C59B75;
}

.member-list-container .member-list .member-item {
    width: calc((100% / 4) - 40px);
}
.member-card-content:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #C59B75;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.member-card-content:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #C59B75;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.single-annonces_immo .header-news-photo {
    width: 70%;
    position: relative;
}

.single-annonces_immo .header-news-text-container {
    width: 30%;
}

.single-annonces_immo .annonce-immo-figures {
    margin-top: 60px;
    margin-bottom: 60px;
    list-style-type:none;
          display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            padding-left:0px;
}

.single-annonces_immo .annonces-immo-item {
           display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-annonces_immo .annonces-immo-txt-block {
    text-align:center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding-top: 20px;
    position:relative;
}


.single-annonces_immo .annonce-immo-figure-data{
    text-transform: lowercase; 
    
}

.annonce-immo-p {
  font-size:15px;
  line-height:25px;
}

.annonce-immo-price-section h2,
.annonce-immo-localisation-section h2{
    font-weight:600;
}

.single-annonces_immo .annonces-immo-txt-block::before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #c59b75;
    top: 0px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.single-annonces_immo .annonce-immo-icon {
    padding-bottom: 20px;
}

.single-annonces_immo .annonce-immo-price-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

.immo-header {
    font-size:30px;
    line-height:35px;
    color:white;
}

.immo-header-txt {
    color:white;
    font-size:18px;
    line-height:22px;
    font-weight:400;
}

.immo-header-text-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top:30px;
        padding-bottom:30px;
}

.swiper-container.swiper-immo-container,
.immo-header-text-container{
    height:510px;
}

.immo-locator-map {
    margin-top:40px;
    height:485px;
    width:70%;
}

.immo-header-top {
    margin-bottom:30px;
}

.immo-locator-map .acf-map {
    height:100%;
}

.single-annonces_immo form {
       display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}


.single-annonces_immo form input {
    margin-top:0px;
    margin-bottom:0px;
}


.single-annonces_immo input:not([type="submit"]){
    background-color: transparent;
    margin-bottom:10px;
}

.single-annonces_immo input:focus,
.single-annonces_immo input[type="submit"]{
    border-width: 2px;
    border-color: #c59b75;
}

.single-annonces_immo input[type="submit"] {
         margin-top: 20px;
 }

.single-annonces_immo input {
    color:white;
}

.swiper-btns.immo-btns {
    position: absolute;
    top: 50%;
    right: 2%;
    bottom: auto;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 96%;
    left: 2%;
}

.swiper-btns .swiper-btn {
    cursor:pointer;
}

.single-annonces_immo .news-publication-date {
    z-index:10;
}

.page-template-template-archive-immo .immo-list-item,
.page-template-template-archive-immo .news-list-item.immo-list-item:nth-child(1), 
.page-template-template-archive-immo .news-list-item.immo-list-item:nth-child(2){
    width: 100%;
           -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
           -ms-flex-direction: row;
               flex-direction: row;
}

.page-template-template-archive-immo .immo-list-img-ratio-container{
    padding:20px;
    width:55%;
    height:424px;
}

.page-template-template-archive-immo .immo-list-img-ratio {
    height:100%;
    background-size: cover;
    background-repeat:no-repeat;
}

.page-template-template-archive-immo .immo-list-content{
    width:45%;
    padding-top:30px;
    padding-right: 40px;
}

.page-template-template-archive-immo .button-container-news-list a {
    border-color: #c59b75;
}

.page-template-template-archive-immo .annonce-immo-price-list {
    color:white;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
}

.page-template-template-archive-immo .paragraph-default {
    font-size:18px;
    line-height:28px;
}

immo-list-item {
    margin-bottom:60px;
}

@media screen and (max-width: 991px) {
    .member-list-container .member-list .member-item {
        width: calc((100% / 2) - 40px);
    }
}
@media screen and (max-width: 479px) {
    .member-list-container .member-list .member-item {
        width: 100%;
    }
    .member-card-content:before {
        top: 15px;
        left: 0;
        transform: translateX(0);
    }
    .member-card-content:after {
        left: 0;
        transform: translateX(0);
    }
}
@media screen and (max-width: 370px) {
    .member-card .member-card-img {
        max-width: 90px;
        max-height: 90px;
    }
}

/******** PAGES *******/

/* HOMEPAGE */
    /* HEADER */
        .button-header .button-header-content .button-header-arrow svg {
            fill:#2f3233;
            transition: fill 350ms ease-in-out;
        }
        .button-header .button-header-content:before {
            content: '';
            width: 0;
            height: 100%;
            background-color: #c59b75;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            transition: width 350ms ease-in-out;
        }
        @media screen and (min-width: 1024px) {
            .button-header:hover .button-header-content:before {
                width: 100%;
            }
            .button-header:hover .button-header-content {
                color: #FFF;
            }
            .button-header:hover .button-header-content .button-header-arrow svg {
                fill: #FFF;
            }
}
        @media screen and (max-width: 479px) {
            .header-title {
                font-size: 32px;
                line-height: 40px;
                padding: 0;
            }
        }


        .button-header:hover .button-dropdown-container {
            max-height: 300px;
        }

    /*EXPERTISE SECTION*/
    .expertise-section .expertise-slider .expertise-item {
        width: calc(100% / 5);
    }
    
    
    .expertise-list .expertise-item .expertise-content .expertise-name:before {
        content: '';
        width: 30px;
        height: 2px;
        background-color: #C59B75;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        transition: width 350ms ease-in-out;
    }
    
    @media screen and (max-width: 991px) {
        .expertise-list .expertise-item .expertise-content .expertise-name:before {
            top: auto;
            bottom: -10px;
            
        }
    }
        
    .expertise-list .expertise-item .expertise-content:hover .expertise-name:before {
         width: 50px;
    }
    /* OFFICE SECTION */
    @media screen and (max-width: 479px) {
        .office-section .main-container {
            margin: 0;
        }
        
        .office-section .second-title {
            margin: 0 6%;
        }
         .office-slide-title {
         line-height: 22px;   
        }
        
        .home-office-list {
            position: relative;
            height: 62px;
        }
        
        .home-office-container {
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-y: hidden;
            overflow-x: scroll;
            position: absolute;
            top: 0;
            width: max-content;
            padding: 0;
        }   
        
        .home-office-list::-webkit-scrollbar,
        .home-office-container::-webkit-scrollbar {
            display: none;
        }
        
        .home-office-list,
        .home-office-container {
            scroll-behavior: smooth;
            -ms-overflow-style: none;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }
    }
    
    .home-office-container .home-office-item .home-office-name:after {
            content: '';
            height: 0;
            width: 100%;
            background-color: #c59b75;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 0;
            transition: height 200ms ease-in-out;
        }
    .home-office-container .home-office-item.active .home-office-name:after {
            height: 3px;
        }
    @media screen and (min-width: 1024px) {
            .home-office-container .home-office-item:hover .home-office-name:after {
                height: 3px;
            }
        }
        
    .office-slide-item .office-slide-content .office-slide-card-link:before,
    .office-slide-title .office-slide-title:before {
            content:"";
            width: 30px;
            height: 2px;
            background-color: #c59b75;
            position: absolute;
            top: calc(50% - 1px);
            left: -40px;
            transition: all 300ms ease-in-out;
        }
    .office-slider-contact-button:before {
            content:"";
            width: 2px;
            height: 60px;
            background-color: #c59b75;
            position: absolute;
            left: calc(50% - 1px);
            top: -70px;
        }
    .office-slide-item .office-slide-card-link:hover:before {
            width: 50px;
            background-color: #FFF;
        }
   
    .certificcation-img {
      max-width: 220px;
    }
  
    @media screen and (max-width: 479px) {
            .office-slide-item .office-slide-content .office-slide-card-link:before,
            .office-slide-title .office-slide-title:before {
                width: 10px;
                left: -15px;
            }
        }
        
    /* NEWS SECTION */
    .home-news-container .home-news-item .home-news-name:after {
        content: '';
        height: 0;
        width: 100%;
        background-color: #c59b75;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        transition: height 200ms ease-in-out;
    }
    .home-news-container .home-news-item.active .home-news-name:after {
        height: 3px;
    }
    
    /*.home-news-slider.publication,*/
    /*.home-news-slider.event {*/
    /*    display: none;*/
    /*}*/
    
    @media screen and (min-width: 1024px) {
        .home-news-container .home-news-item:hover .home-news-name:after {
            height: 3px;
        }
    }
        
/* NEWS LIST */

    @media screen and (min-width: 1024px) {
    
    .news-list .news-list-item:nth-child(1), .news-list .news-list-item:nth-child(2)  {
        width: calc((100%/2) - 20px);
        padding: 0;
        flex-direction: column;
    }
    
    .news-list .news-list-item:nth-child(1) .news-list-img-ratio-container,
    .news-list .news-list-item:nth-child(2) .news-list-img-ratio-container {
        width: 100%;
    }
    
    .news-list .news-list-item .news-list-img-ratio-container:hover .news-list-img-inner ,
    .news-list .news-list-item .news-list-img-ratio-container:hover .news-list-img-inner {
        transform: scale(1.1);
        transition: transform 350ms ease-in-out;
    }
    
    
    .news-list .news-list-item:nth-child(1) .news-list-img-ratio ,
    .news-list .news-list-item:nth-child(2) .news-list-img-ratio {
        padding-bottom: 61%;
    }
    
    .news-list .news-list-item:nth-child(1) .news-list-content ,
    .news-list .news-list-item:nth-child(2) .news-list-content {
        width: 100%;
        padding: 35px;
    }
    
    .news-list .news-list-item:nth-child(1) .news-list-content .button-container-news-list ,
    .news-list .news-list-item:nth-child(2) .news-list-content .button-container-news-list {
        text-align: right;
    } 
    
    .news-list .news-list-item:nth-child(1) .news-list-img-ratio-container .news-list-date ,
    .news-list .news-list-item:nth-child(2) .news-list-img-ratio-container .news-list-date {
        left: auto;
        right: 0;
    }

}

/* NEWS SINGLE */

    @media screen and (max-width: 991px) {
    .header-news-text-container .third-title {
        color: #14366b;
    }
    .header-news-text-container .news-publication-date .news-date:before {
        content: '';
        width: 30px;
        height: 2px;
        background-color: #C59B75;
        position: absolute;
        top: 7px;
        left: 0px;
    }
}

/* FAQ */

.faq-title-container .faq-arrow {
    fill: #2f3233;
}
.faq-title-container.open .faq-arrow {
    fill: #2f3233;
    transform: rotate(0deg);
}

/* CONTACT */
.city-select {
    margin: 25px 0;
}
.city-select:hover .select-bottom {
    display: block;
}

.contact-page-link:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #C59B75;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform-origin: center center;
    transition: width 350ms ease-in-out;
}
.contact-page-link:hover:after {
    width: 100%;
}

/* STORE LOCATOR */

.filters-locator-container .filters-locator-list .filter-item-content:hover .decoration-line,
.filters-locator-container .filters-locator-list .filter-item-content.w--current .decoration-line{
    opacity: 1;
}

/*EXPERTISE*/

.expertise-page-item .image-expertise.white {
    display: none;
}
.expertise-page-item .expertise-content.w--current .image-expertise,
.expertise-page-item:hover .expertise-content .image-expertise {
    display: none;
}
.expertise-page-item:hover .image-expertise.white,
.expertise-page-item .expertise-content.w--current .image-expertise.white {
    display: block;
}

/*OFFICE*/

.service-item .service-item-name:before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #C59B75;
    position: absolute;
    bottom: -3px;
    left: 0;
}


body
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* MEMBER */

.member-office {
    margin-bottom: 15px;
}

.member-links {
    justify-content: space-evenly;
}
.member-phone {
    display: none;    
}

/* CONTACT FORM NEWSLETTER SUBMIT */

input.wpcf7-form-control.wpcf7-submit.footer-newsletter-field-button.text-block-2.w-inline-block {
    background: top;
    border: none;
    text-transform: uppercase;
    outline: none;
}

.header-home-logo {
    position: absolute;
    left: -130px;
    top: 60%;
    transform: translateY(-50%);
    max-width: 50vw;
    margin-top: -80px;
    margin-left: 10px;
    opacity: 0.5;
}

.office-slide-content {
    position: relative;
    width: 35%;
    height: 100%;
    min-width: 450px;
    padding: 30px 40px 60px;
    background-color: #14366b;
}


.office-slide-item {
    padding-left: 5%;
}

 @media screen and (max-width: 768px) {
     .office-slide-content {
        min-width: 100% !important;
    }
    .office-slide-item {
        padding-left: 0 !important;
    }

 }

.member-card-img {
    border-radius: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center 10%;
}
.member-links {
    display:none; 
}

.member-card .member-card-img .blue-mask {
    opacity: 0;
}
.member-card:hover .member-card-img .blue-mask {
    opacity: 0.5;
}
 /*MEMBER LIST STYLE */
@media screen and (min-width: 1200px) {
    .member-list {
        display: flex;
        flex-wrap: wrap;
    }
    .member-list-container .member-list .member-item {
        width: calc((100% / 4) - 40px);
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px)  {
    .member-list {
         display: flex;
        flex-wrap: wrap;
    }
   .member-list-container .member-list .member-item {
        width: calc((100% / 3) - 40px);
    }
}
@media screen and (max-width: 768px) {
    .expertise-member .office-expertise-section {
        margin-bottom: 20px;
    }
    
    .member-list {
         display: flex;
        flex-wrap: wrap;
    }
    
    .member-list-container {
        padding-top: 0px;
    }

    
    .filters-list {
        flex-wrap: wrap;
        justify-content: center;
    }
     
    .filters-list .filter-item {
        width: 30%;
    }
    
    .member-list-container .member-list .member-item {
        width: calc((100% / 2) - 40px);
    }
}

.service-item-name a {
    text-decoration: none;
    color: white;
}

.member-page-title {
    display: block;
    margin: 50px auto 40px;
    text-align: center;
    font-weight: 500;
    color: #C59B75;
    font-size: 40px;
}


/*HIDE MEMBER HOMEPAGE*/
.home .discover-experts {
    display: none;
}


.home .home-introduction {
    display: block;
    max-width: 80%;
    margin: 60px auto 0;
    text-align: center;
}
.home .home-introduction .paragraph-default {
    color: #2f3233;
}


/*webflow fixes */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: white !important;
    border: 1px solid white !important;
}

.no-offers-message {
    width: 100%;
    text-align: center;
    color: #2f3233;
    font-size: 16px;
    line-height: 28px;
}


.w-dyn-empty {
    display: none;
}

.publication-container {
    padding-bottom:50px;
}

.partners-list {
    background-position: 50% 60%;
}

.expertise-template-default .blue-mask img {
    bottom: 0 !important;
    left: 0 !important;
    margin-bottom: -5vmin !important;
    top: auto !important;
}

.swiper-pagination.hero-pagination {
            display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-aorund;
        -ms-flex-pack: space-aorund;
            justify-content: space-aorund;
    height: 20%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hero-pagination .swiper-pagination-bullet {
    margin: 5px 5px; 
}

.page-template-template-archive-immo .immo-list-item {
    margin-bottom:30px;
}

.page-template-template-archive-immo .immo-list-content {
    padding-bottom:30px;
}

.page-template-template-page-detail_contact .your-consent .wpcf7-list-item-label,
.page-template-template-page-detail_contact .your-consent .wpcf7-list-item-label a,
.page-template-template-page-application .your-consent .wpcf7-list-item-label,
.page-template-template-page-application .your-consent .wpcf7-list-item-label a{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #14366b;
}

.page-template-template-page-detail_contact .your-consent  .wpcf7-list-item,
.page-template-template-page-application .your-consent  .wpcf7-list-item{
    margin-left:0px;
}

.page-template-template-page-detail_contact .your-consent  .wpcf7-list-item > label,
.page-template-template-page-application .your-consent  .wpcf7-list-item > label{
    display:flex;
}

.page-template-template-page-detail_contact .your-consent .wpcf7-list-item-label,
.page-template-template-page-application .your-consent .wpcf7-list-item-label{
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: -4px;
    cursor: pointer;
}

.page-template-template-page-detail_contact .your-consent input[name="your-consent"],
.page-template-template-page-application .your-consent input[name="your-consent"]{
    opacity: 0;
}

.page-template-template-page-detail_contact .your-consent .wpcf7-list-item-label::before,
.page-template-template-page-detail_contact .your-consent .wpcf7-list-item-label::after,
.page-template-template-page-application .your-consent .wpcf7-list-item-label::before,
.page-template-template-page-application .your-consent .wpcf7-list-item-label::after{
    position: absolute;
    content: "";
    display: inline-block;
}

.page-template-template-page-detail_contact .your-consent .wpcf7-list-item-label::before,
.page-template-template-page-application .your-consent .wpcf7-list-item-label::before{
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    top: -1px;
}

.page-template-template-page-detail_contact .your-consent .wpcf7-list-item-label::after,
.page-template-template-page-application .your-consent .wpcf7-list-item-label::after{
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 3px;
}

/*Hide the checkmark by default*/
.page-template-template-page-detail_contact .your-consent input[name="your-consent"] + .wpcf7-list-item-label::after,
.page-template-template-page-application .your-consent input[name="your-consent"] + .wpcf7-list-item-label::after{
    content: none;
}

/*Unhide on the checked state*/
.page-template-template-page-detail_contact .your-consent input[name="your-consent"]:checked + .wpcf7-list-item-label::after,
.page-template-template-page-application .your-consent input[name="your-consent"]:checked + .wpcf7-list-item-label::after {
    content: "";
}


.job-btn {
    margin-top:30px;
}

.page-template-template-page-application .recrutement-form-wrapper,
.page-template-template-page-application wpcf7-response-output{
    margin-left: auto;
    margin-right: auto;
    width:80%;
    padding-top: 3%;
}

.page-template-template-page-application .w-33,
.application-form-1 .civilite,
.page-template-template-page-application .application-form-1 p:nth-child(3),
.page-template-template-page-application .application-form-1 p:nth-child(4){
    width:33%;
}

.page-template-template-page-application .w-33:first-child,
.application-form-1 .civilite,
.page-template-template-page-application .application-form-1 p:nth-child(3){
   margin-right:20px;
}


.application-form-1 .civilite {
    height: 100%;
    align-self: flex-end;
    margin-bottom: 20px;
}
    

.application-form-1 .civilite select {
    width:100%;
    padding-right: 25px;
    padding-left: 25px;
    border-style: solid;
    border-width: 2px;
    border-color: #c59b75;
    height:38px;
}

.application-form-1  .civilite select:focus {
    border-color: #14366b;
}

.page-template-template-page-application h2 {
    text-align:center;
}
 
.page-template-template-page-application .application-form-1,
.page-template-template-page-application .application-form-50,
.page-template-template-page-application .application-form-50 p{
          display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.page-template-template-page-application .application-form-50 p,
.page-template-template-page-application .application-form-50 p .your-tel,
.page-template-template-page-application .application-form-50 p .your-email{
    width:100%;
}

.page-template-template-page-application .application-form-50 p input {
    min-width: 100%;
    width: 100%;
}

.page-template-template-page-application .your-tel {
    padding-right:20px;
}

.page-template-template-page-application .your-email {
    padding-left:20px;
}

.page-template-template-page-application .application-form-1 label {
    color: #14366b;
}

/*IE POPIN OVERLAY*/

.popin-overlay {
      width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(1,67,102, 0.6);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display:none;
}

.popin-container {
    width: 50%;
    height: 30%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius:0px;
    border: 1px solid white;
    -webkit-box-shadow: 0 3px 7px rgba(1,67,102, 0.6);
    -moz-box-shadow: 0 3px 7px rgba(1,67,102, 0.6);
    box-shadow: 0 3px 7px rgba(1,67,102, 0.6);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    margin-left:auto;
    margin-right:auto;
    margin-top:32vh;
}

.popin-container p {
    text-align:center;
    color:  rgba(1,67,102, 1);
    font-weight:bolder;
    font-size: 16px;
    line-height: 22px;
    max-width:100%;
}

.nav-logo-container img {
    max-height:70px;
}


@media screen and (max-width: 991px) {
    .news-section {
        padding-top: 20px;
    }
    
    .page-template-template-page-application .resp-50 {
                   -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column; 
     }
    
    .page-template-template-page-application .resp-50 label:first-child,
    .page-template-template-page-application .resp-50 p:last-child{
        width:100%;
        margin-right:0px;
    }
}

@media screen and (max-width: 768px) {
    
    .page-template-template-page-application .recrutement-form-wrapper {
        padding-top:8%;
    }
    
    .page-template-template-page-application .block-wysiwyg p, .page-template-template-page-application .block-wysiwyg ul {
        margin-top:0px;
    }
    
    .page-template-template-page-application .application-form-1,
    .page-template-template-page-application .application-form-50,
    .page-template-template-page-application .application-form-50 p{
                           -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column; 
    }
    
    .page-template-template-page-application .your-tel {
        padding-right:0px;
    }
    
    .page-template-template-page-application .your-email {
        padding-left:0px;
        margin-top: -18px;
    }
    
    .page-template-template-page-application .resp-50 {
        margin-bottom:20px;
    }
    
    .page-template-template-page-application input[type="file"]:first-child {
        margin-bottom:20px;
    }
    
    .page-template-template-page-application .your-consent .wpcf7-list-item {
        margin-bottom:20px;
    }
    
    .page-template-template-page-application .application-form-1 .civilite,
    .page-template-template-page-application .w-33:first-child, .application-form-1 .civilite, .page-template-template-page-application .application-form-1 p:nth-child(3),
    .page-template-template-page-application .application-form-1 p:nth-child(4){
        width:100%;
        margin-right:0px;
    }
    
    .page-template-template-page-application .input-form {
        margin-top:0px;
    }
    
    .member-card-img {
        height: 380px;
        object-position: center 5%;
    }
}

@media screen and (max-width: 479px) {
    .news-section {
        padding-top: 0px;
    }
    
    .member-list{
        padding-left: 10px;
        padding-right: 30px;
        flex-direction:column;
    }
    
    .member-list-container .member-list .member-item {
        width: 100%;
    }
    
}


/* SHOW HIDE NEWS ELEMENTS */

.news-section,
.news-cross-nav {
    display: none;
}
.home .footer {
    margin-top: 60px
}
/* SHOW HIDE NEWS ELEMENTS */

@media screen and (min-width: 991px) {
    .collaboration-section {
        padding-bottom: 120px
    }
}
@media screen and (min-width: 1800px) {
    .collaboration-section {
        padding-bottom: 20vh;
    }
}

@media screen and (max-width: 991px){
    .ratio-box.member-single-img {
        padding-bottom: 74%;
    }
}


/*annonces immobilieres responsive
*/
@media screen and (max-width: 1250px) { 
    .swiper-container.swiper-immo-container, .immo-header-text-container {
        height:630px;
    }
    
    .immo-header-text-container {
        padding-left:30px;
    }
    
    .single-annonces_immo .main-container.padding-1-col {
        padding-left:0px;
        padding-right:0px;
    }
}

@media screen and (max-width: 1024px) {  
    .single-annonces_immo .header-news-item {
            -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    
    .single-annonces_immo .header-news-photo,
    .single-annonces_immo .header-news-text-container{
        width:100%;
    }
    
    .single-annonces_immo .header-news-text-container {
        color: #fff;
        background-color: #14366b;
    }
    
    .single-annonces_immo .news-publication-date {
        left: 0%;
        background-color: #c59b75;
        color:white;
        left: auto;
        right: 0;
    }
    
    .single-annonces_immo .immo-locator-map {
        width:90%;
    }
    
    .single-annonces_immo .annonce-immo-figures {
          -ms-flex-wrap:wrap;
          flex-wrap:wrap;
          margin-bottom:20px;
    }
    
    .single-annonces_immo .annonces-immo-item {
        width:33%;
        margin-bottom:40px;
    }
    
    
    .single-annonces_immo .news-date {
        color:white;
        padding: 20px;
    }
    
    .single-annonces_immo .immo-header-text-container {
        height:auto;
               -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
           -ms-flex-direction: row;
               flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    
    .page-template-template-archive-immo .immo-list-img-ratio-container {
        width:100%;
        padding:20px;
        height:100%;
    }
    
    .page-template-template-archive-immo .immo-list-content {
        width:100%;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    
    .page-template-template-archive-immo .button-container-news-list {
        justify-content: flex-end;
    }
    
    .page-template-template-archive-immo .main-container.padding-1-col {
        padding-left:0%;
        padding-right:0%;
    }
    
    .page-template-template-archive-immo .immo-list-content .paragraph-default {
        font-size: 16px;
        line-height: 24px;
    }
    
    .page-template-template-archive-immo .button-container-news-list {
        text-align:right;
    }
    
    .page-template-template-archive-immo .annonce-immo-price-list {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width:991px) {
    .page-template-template-archive-immo .immo-list-item,
    .page-template-template-archive-immo .news-list-item.immo-list-item:nth-child(1), .page-template-template-archive-immo .news-list-item.immo-list-item:nth-child(2){
          -webkit-box-orient:vertical;
       -webkit-box-direction:normal;
       -ms-flex-direction:column;
           flex-direction:column;
    }
    
    .page-template-template-archive-immo .immo-list-img-ratio-container {
        padding:0px;
        height: 424px;
    }
    
    .page-template-template-archive-immo .immo-list-content {
        padding-right:0px;
    }
}

@media screen and (max-width:479px) {

    
    .single-annonces_immo .annonce-immo-figures {
          -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    
    .single-annonces_immo .annonces-immo-item {
        width: 150px;
        margin-bottom:30px;
    }
    
    .single-annonces_immo .immo-locator-map {
        height: 300px;
        width: 100%;
    }
    
    .swiper-container.swiper-immo-container {
        height:300px;
    }
    
    .single-annonces_immo .immo-header-text-container {
        background-color: #14366b;
             -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
    }
    
    .single-annonces_immo .news-date {
        padding: 20px;
        color: #fff;
    }
    
    .single-annonces_immo .news-publication-date {
        left:auto;
        background-color: #c59b75;
    }
    
    .page-template-template-archive-immo .immo-list-img-ratio-container {
        height:250px;
        padding:20px;
    }
    
    .page-template-template-archive-immo .immo-list-content {
        padding-top:0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .page-template-template-archive-immo .button-container-news-list {
        margin-top:30px;
    }
}