/*
 Theme Name:   KEKE's Theme
 Author:       jérémy d'orazio
 Author URI:   www.jeremydorazio.fr
 Description:  Thème pour le site de Keke
 Version:      1.0
 Text domain : keketheme
*/

@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

.menu-contact,
.single-bien-window-bloc {
    height: 100vh;
    display: flex;
    position: fixed
}

.jdo-field-search {
    width: 767px;
    position: absolute;
    right: 341px;
    top: 145px;
}

.search-form {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 55%;
}

.search-form .search-field,
.search-form .search-submit {
    height: 86px;
}

.search-form label {
    width: 100%;
}

.search-form .search-submit {
    padding: 0 30px 0 20px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #a4449d;
    background-color: #a4449d;
    color: white;
    font-weight: 700;
    width: 188px;
    transition: 300ms all;
    border-radius: 0 40px 40px 0;
}

.search-form .search-submit:hover {
    background-color: #33363d;
}

.search-form .search-field {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-right: none;
}

.search-form .search-field {
    font-size: 20px;
    padding-left: 15%;
    border-radius: 40px 0 0 40px;
}

.search-form label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    font-size: 23px;
    left: 5%;
    top: 27px;
}

.search-form .search-field,
.search-form .search-field::placeholder,
.search-form label::before {
    color: #bebebe;
    border-color: #d8d8d8;
}

.intro-content-emp-xp span {
    font-weight: 400;
}

.jdo-notions-title {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 26px;
    position: relative;
    display: inline-block;
}

.jdo-notions-title::before {
    content: "";
    height: 5px;
    position: absolute;
    background: #4d4d4d;
    bottom: -15px;
    left: 0;
    width: 49%;
}

.jdo-notions-title::after {
    content: "";
    border-bottom: 5px dashed #8b8b8b;
    ;
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 49%;
}

.jdo-doudou-content {
    background: white;
    padding: 40px 55px;
    min-height: 400px;
    margin-bottom: 40px;
    position: relative;
}
.syntaxhighlighter {
    border: 1px solid rgb(177, 177, 177);
}
.wp-block-code {
background: whitesmoke;
padding: 30px;
}
.jdo-doudou-content h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
    position: relative;
}
.jdo-doudou-content h4 {
font-weight: 600;
    font-size: 20px;
    position: relative;
}
.jdo-doudou-content h3::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 48px;
    background: #545454;
    top: 6px;
    left: -56px;
}

.jdo-date-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 12px;
}

.single-cpt_doudou .jdo-date-title {
    font-size: 25px;
}

.jdo-doudou-ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.tp-cel {
    border: 2px solid #c9c9c9;
    padding: 20px;
    border-radius: 20px;
}

.jdo-comp {
    font-weight: 700;
}

.jdo-comp-list {
    color: #404040;
    position: relative;
}

.jdo-comp-list::before {
    position: absolute;
    content: "";
    width: 25px;
    background: #696969;
    top: 0;
    bottom: 0;
    left: -35px;
}

.jdo-doudou-ul li {
    margin-bottom: 5px;
    position: relative;
}

.jdo-date-page {
    color: white;
}

.jdo-enonce-title {
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600;
}

.jdo-more-ressources {
    padding: 0 30px;
}

.jdo-link-project {
    display: inline-flex;
    align-items: center;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 20px;
}

.jdo-comp-list-ul {
    list-style-type: none;
    padding-left: 0;
}

.jdo-comp-list-ul li::before {
    content: "- ";
}

.tp-cel h3 {
    font-size: 23px;
}

.jdo-tp-link,
.jdo-tp-link:hover {
    color: inherit;
}

.jdo-doudou-list-link {
    color: #2E2E2E;
}

.jdo-cat-doudou-list {
    font-size: 11px;
    background: grey;
    border-radius: 20px;
    width: 80px;
    height: 24px;
    margin-right: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.page-intro-content .jdo-cat-doudou-list {
    font-size: 17px;
    width: 110px;
    height: 40px;
}

.cat-vs-code .jdo-cat-doudou-list,
.jdo-doudou-ul .cat-vs-code::before {
    background: rgb(194, 61, 28);
}

.cat-chrome .jdo-cat-doudou-list {
    background: rgb(194, 169, 28);
}

.cat-windows .jdo-cat-doudou-list {
    background: rgb(28, 119, 194);
}

.cat-usage .jdo-cat-doudou-list {
    background: rgb(39, 28, 194);
}

.cat-logiciel .jdo-cat-doudou-list {
    background: rgb(161, 28, 194);
}

.cat-html .jdo-cat-doudou-list {
    background: rgb(28, 194, 83);
}

.cat-gestion .jdo-cat-doudou-list {
    background: rgb(169, 194, 28);
}

.cat-css .jdo-cat-doudou-list {
    background: rgb(194, 103, 28);
}

.jdo-cat-doudou-list:hover {
    color: white;
    background: #2E2E2E;
}

.nav-item a,
body {
    font-family: Montserrat, sans-serif
}

.home .intro-content-emp,
.jdo-menu .menu-icon,
.presta-content ul,
.titlemaps,
.wp-block-quote p,
footer .menu li:last-child {
    margin-bottom: 0
}

body,
footer,
main {
    margin: 0 auto
}

.actu-share,
.footer-coord b,
.footer-last-row-1,
.h2-title,
.intro-content-emp-xp,
.last-title-bien,
.min-article-tax,
.min-article-title,
.single-bien-window-link-2,
.titlemaps,
.txt-uppercase {
    text-transform: uppercase
}

#menu-menu-principal,
.presta-list ul,
footer .menu li {
    list-style-type: none
}

.img-block,
.map-container,
main {
    overflow: hidden
}

.bg-fpcontact,
.engagement-bloc,
.log-col,
.picto-residence-txt,
.single-bien-window,
.txt-realisation {
    text-align: center
}

.logo-header {
    max-width: 215px
}

.bg-solo-carousel {
    width: 837px;
    height: 530px;
    background-size: cover;
    margin: auto;
}

.logo-footer {
    max-width: 150px
}

.acf-field-64ccaacac5ff4 .acf-label,
button.gm-ui-hover-effect {
    display: none !important
}

.titlemaps {
    font-weight: 700;
    color: #2e2e2e;
    font-size: 15px
}

.linkmapsmaps,
.linkmapsmaps:hover {
    color: #8e3d80;
    font-weight: 600
}

.linkmapsmaps:hover {
    color: #53214b
}

body {
    background: whitesmoke;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #4d4d4d;
    overflow-x: hidden;
line-height: 1.7;
}

html {
    scroll-behavior: smooth
}

#maincontent,
.bg-grey-radius-lto-r,
.is-active,
.is-next,
.is-prev,
.pos-rel,
section {
    position: relative
}

.container-tofix-fixedpos,
.menu-contact {
    width: 140px
}

.container-tofix-fixedpos {
    position: absolute;
    right: 0
}

.menu-contact {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    z-index: 16;
}

.container-tofix-fixedpos-bien,
.single-bien-window,
.single-bien-window-bloc {
    width: 50%;
    max-width: 990px
}

.container,
.jdo-menu,
footer,
main {
    max-width: 1920px
}

.single-bien-window-bloc {
    align-items: center
}

.container-tofix-fixedpos-bien {
    position: absolute;
    left: 65%;
    z-index: 1;
    top: 0;
}

.jdo-menu,
.jdo-menu.fixed-menu {
    z-index: 99999;
    transform: translate(-50%, 0);
    top: 0;
    opacity: 1
}

.single-bien-window {
    border-top: 15px solid #8e3d80;
    color: #2e2e2e;
    padding: 65px;
    box-shadow: 0 3px 6px #00000029;
    background: #fff
}

.single-bien-window-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.3
}

.single-bien-window-link-1 {
    color: #fff;
    background: #8e3d80;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 4px;
    width: 100%;
    transition: .2s;
}

.single-bien-window-link-1:hover {
    color: #fff;
    background-color: #723267;
}

.single-bien-window-link-2 {
    color: #2e2e2e;
    font-size: 19px;
    font-weight: 700
}

.single-bien-window-link-2:hover {
    color: #2e2e2e;
}

.menu-contact-btn-call,
.menu-contact-btn-email {
    width: 140px;
    height: 140px;
    border-radius: 30px 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px #00000029
}

.menu-contact-btn-call {
    background-color: #8e3d80;
    margin-bottom: 20px
}

.jdo-menu.fixed-menu,
.menu-contact-btn-email {
    background-color: #fff
}

#menu {
    transition: transform .3s, opacity .3s
}

.jdo-menu {
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 195px 40px 122px;
    width: 100%;
    position: absolute;
    transition: .2s;
    left: 50%
}

.no-scroll {
    overflow: hidden;
}

.map-container-forbtn-inner {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.map-container,
.map-container-forbtn {
    transition: .5s
}

.map-btn-extend {
    background: 0 0;
    border: 0
}

.hidden,
.nav-single-interpage-title-hidden {
    visibility: hidden
}

.acf-map {
    height: 400px;
    position: absolute;
    width: 100%
}

.single-cpt_bien .acf-map {
    position: relative;
}

.p-single-bien {
    padding-left: 50px
}

.presta-content .p-single-bien:last-child .mb-5 {
    margin-bottom: 0 !important
}

.acf-map img {
    max-width: inherit !important
}

.last-title-bien {
    color: #4d4d4d;
    font-weight: 700
}

.translate-menu {
    position: absolute;
    transition: .2s;
    opacity: 0;
    transform: translate(-50%, -120px) !important;
    background: rgba(255, 255, 255, 0)
}

.jdo-menu.fixed-menu {
    position: fixed;
    padding: 20px 195px 20px 122px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.jdo-menu .menu-icon,
.nav-item a,
.nov-col-picto,
footer,
footer .menu li {
    position: relative
}

.logo-header {
    transition: .3s
}

.jdo-navbar,
.nav-item a,
.nav-item a:after {
    transition: .2s ease-out
}

#menu-menu-principal {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.archive-link {
color: #4d4d4d;
font-weight: 600;
}
.min-article-commune,
.nav-item {
    display: flex;
    align-items: center
}
.jdo-menu-search {
display: none;

}
.fixed-menu .jdo-menu-search {
    display: block;
}
.fixed-menu .jdo-menu-search,
.fixed-menu .search-form {
    width: 100%;
}
.jdo-menu-admin {
    top: 32px
}
.jdo-search-filter-pagination{
margin-bottom: 25px;
}
.item-index-notions {
background: white;
padding: 20px 30px;
margin-bottom: 20px;
height: 150px;
}
.jdo-menu-in {
    color: #fff;
    font-size: 17px;
    padding: 5px 0 5px 13px;
    width: 100%
}

.nav-item a {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    margin: 10px 20px
}

.nav-item a .far,
.nav-item a .fas,
footer .fab {
    font-size: 25px
}

.error404,
.error404 a {
    color: white;
}

.nav-item a:hover,
.single-cpt_actu h1,
.single-cpt_realisations a,
.single-cpt_realisations h1,
.single-residence,
.single-residence a,
.page-template-tpl-feedback-form h1 {
    color: #fff
}

.nav-item a:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    bottom: -6px
}

.current-menu-item a:after,
.nav-item a:hover::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: #fff;
    bottom: -6px
}

.btn-nov,
.fixed-menu .current-menu-item a:after,
.fixed-menu .nav-item a:hover::after,
.jdo-menu .menu-icon,
input[type=submit i] {
    background-color: #8e3d80
}

.menu {
    padding-left: 0
}

.nav-item {
    width: 100%
}

.jdo-menu .menu-menu-principal-container {
    width: 100%;
    padding-left: 3vw;
    padding-right: 1vw
}

.color-4D4D4D,
.jdo-menu.fixed-menu .nav-item a,
.min-article-bloc-txt a,
.min-article-commune a,
.nav-single-interpage a {
    color: #4d4d4d
}

.jdo-menu .menu-icon {
    transition: .3s;
    cursor: pointer;
    padding: 23px 15px 15px;
    border-radius: 4px;
    user-select: none;
    height: 50px;
    display: none
}

.jdo-menu .menu-icon:hover {
    background-color: #5a5a5a
}

.jdo-menu .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.jdo-navbar {
    display: flex;
    flex-wrap: nowrap;
    transform-origin: center 0px;
    padding: 0
}

.jdo-menu .menu-icon .navicon:after,
.jdo-menu .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: .2s ease-out;
    width: 100%
}

.jdo-menu .menu-icon .navicon:before {
    top: 5px
}

.jdo-menu .menu-icon .navicon:after {
    top: -5px
}

.chosen-container-single .chosen-search,
.jdo-menu .menu-btn,
.page-template-tpl-contact .acf-label,
.page-template-tpl-vendre .acf-label,
.single-cpt_realisations .acf-label {
    display: none
}

.page-template-tpl-vendre .form-title {
    font-size: 36px;
}

.jdo-menu .menu-btn:checked~.menu-icon {
    background: #723267
}

.jdo-menu .menu-btn:checked~.jdo-navbar {
    opacity: 1;
    visibility: visible;
    background: #723267ed;
}

.jdo-menu .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.jdo-menu .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.jdo-menu .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.jdo-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.jdo-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

a {
    text-decoration: none
}

main {
    min-height: 100vh
}

.back-to-top {
    color: #9a9a9a;
    font-size: 14px;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    padding: 8px 10px 9px
}

.nov-col {
    margin: 0 2%
}

footer {
    background-color: #2e2e2e;
    color: #ddd;
    padding: 60px;
    font-size: 22px;
    z-index: 2
}

.inner-footer {
    margin: 0 10.3%
}

.footer-coord {
    font-size: 13px;
    color: #9a9a9a;
    font-weight: 500;
    letter-spacing: .65px
}

.footer-coord b {
    color: #ddd;
    display: block;
    font-weight: 700
}

footer a {
    color: #9a9a9a;
    transition: .4s
}

footer a:hover {
    color: #fff
}

footer .menu-item {
    margin-bottom: 12px
}

footer .menu {
    margin-bottom: 0;
    padding-left: 1rem
}

footer .menu li::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 5.5px;
    height: 6px;
    width: 6px;
    background-color: #9a9a9a;
    border-radius: 50%
}

footer .current-menu-item a::after {
    height: 0
}

.nov-col-width {
    min-width: 30%;
    margin-left: 5%
}

.nov-col-last {
    line-height: 1
}

.nov-col-picto {
    top: 4px
}

.footer-last-row {
    font-size: 12px;
    color: #9a9a9a;
    letter-spacing: .6px;
    margin: 0 2%
}

.footer-last-row-1 {
    font-weight: 700
}

footer .fab {
    margin-left: 30px
}

.inner-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.adress-footer {
    max-width: 265px
}

.img-block {
    margin-bottom: 25px
}

input[type=submit i] {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: .2s;
    padding: 15px 40px;
    border: 0
}

.acf-field input[type=email],
.acf-field input[type=number],
.acf-field input[type=password],
.acf-field input[type=search],
.acf-field input[type=text],
.acf-field input[type=url],
.acf-field select,
.acf-field textarea {
    padding: 25px 20px !important;
    color: #999
}

.list-actu-bloc,
input,
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 40px;
}

input::-webkit-input-placeholder {
    color: #999 !important
}

input[type=submit i]:hover {
    background: #723267
}

.acf-fields {
    display: flex;
    flex-wrap: wrap
}

.acf-field-checkbox {
    margin-bottom: 20px !important;
    width: 100% !important
}

.acf-field {
    width: 50%
}

.acf-field-textarea,
.acf-fields>.acf-field-67062e6a11013,
.snf li {
    width: 100%
}

.acf-fields>.acf-field {
    border-top: inherit !important;
    padding: 15px 20px 15px 0 !important
}

.acf-field .acf-label label {
    color: #494b52;
    font-weight: 500 !important
}

.acf-field .acf-label {
    margin: 0 0 5px !important
}

.jdo-form {
    max-width: 844px
}

.team-member-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2E2E2E;
}

.bg-img-team {
    width: 440px;
    height: 440px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

.page-template-tpl-groupe-novelia .splide__slide {
    margin-right: 40px !important;
}

.page-template-tpl-groupe-novelia .splide__slide__container {
    background-color: #f4f4f4 !important;
    background-size: contain !important;
}

.jdo-load-more {
    background: white;
    color: #8E3D80;
    border: 1px solid #8E3D80;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
    transition: .2s ease-out;
}

.jdo-load-more:hover {
    background: #8E3D80;
    color: white;
}

.bg-p-contact {
    background-image: url(img/maps-background-contact.jpg);
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    height: 580px;
    width: 100%;
}

.mb-135 {
    margin-bottom: 135px;
}

#carousel-team {
    padding-bottom: 60px;
    border-bottom: 2px solid #e2e2e2;
}

.bloc-coord-p-contact {
    background: #8E3D80;
    padding: 40px;
    color: white;
    min-width: 422px;
    letter-spacing: 1px;
    position: absolute;
    top: 80px;
    left: 18%;
}

.contact-logo {
    max-width: 156px;
}

.contact-phone {
    max-width: 18px;
}

.contact-sub {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.picto-social {
    font-size: 30px;
    color: #9a9a9a;
    transition: .2s;
}

.picto-social:hover {
    color: #723267;
}

.actu-share,
.copy-link {
    color: #4d4d4d !important;
    font-size: 16px;
    font-weight: 700
}

.link-underline,
.link-underline:hover {
    color: white;
}

footer .link-underline,
footer .link-underline:hover {
    color: #9a9a9a;
}

.link-underline:hover {
    text-decoration: underline;
}
.searchandfilter ul {
    padding: 0;
}

.searchandfilter ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}
.jdo-filter-menu [type=checkbox]:checked,
.jdo-filter-menu [type=checkbox]:not(:checked),
.jdo-filter-menu [type=radio]:checked,
.jdo-filter-menu [type=radio]:not(:checked),
.jdo-form [type=checkbox]:checked,
.jdo-form [type=checkbox]:not(:checked),
.jdo-form [type=radio]:checked,
.jdo-form [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.jdo-form ul.acf-checkbox-list li label,
.jdo-form ul.acf-radio-list li label {
    position: relative;
    padding-left: 25px !important;
    padding-top: 3px !important;
    cursor: pointer
}

.jdo-form ul.acf-checkbox-list li label::before,
.jdo-form ul.acf-radio-list li label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #ccc
}

.jdo-filter-menu [type=radio]:checked+label:after,
.jdo-filter-menu [type=radio]:checked+label:before,
.jdo-filter-menu [type=radio]:not(:checked)+label:after,
.jdo-filter-menu [type=radio]:not(:checked)+label:before,
.jdo-form ul.acf-radio-list li label:after,
.jdo-form ul.acf-radio-list li label:before {
    border-radius: 50%
}

.jdo-form ul.acf-checkbox-list li label::after,
.jdo-form ul.acf-radio-list li label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #8e3d80;
    transition: .2s;
    opacity: 0;
    transform: scale(0)
}

.jdo-filter-menu [type=checkbox]:checked+label:after,
.jdo-filter-menu [type=radio]:checked+label:after,
.jdo-form ul.acf-checkbox-list li .selected::after,
.jdo-form ul.acf-radio-list li .selected:after {
    opacity: 1;
    transform: scale(1)
}

.jdo-filter-menu [type=checkbox]:checked+label,
.jdo-filter-menu [type=checkbox]:not(:checked)+label,
.jdo-filter-menu [type=radio]:checked+label,
.jdo-filter-menu [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.jdo-filter-menu form ul [type=checkbox]:checked+label,
.jdo-filter-menu form ul [type=checkbox]:not(:checked)+label,
.jdo-filter-menu form ul [type=radio]:checked+label,
.jdo-filter-menu form ul [type=radio]:not(:checked)+label {
    padding-left: 22px;
    width: 180px;
    display: block
}

.jdo-filter-menu [type=checkbox]:checked+label:before,
.jdo-filter-menu [type=checkbox]:not(:checked)+label:before,
.jdo-filter-menu [type=radio]:checked+label:before,
.jdo-filter-menu [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 2px solid #535353
}

.disabledCheckBox {
    color: #b1b1b1
}

.jdo-filter-menu [type=checkbox]:checked+.disabledCheckBox:before,
.jdo-filter-menu [type=checkbox]:not(:checked)+.disabledCheckBox:before,
.jdo-filter-menu [type=radio]:checked+.disabledCheckBox:before,
.jdo-filter-menu [type=radio]:not(:checked)+.disabledCheckBox:before {
    border: 2px solid #b1b1b1
}

.jdo-filter-menu form ul [type=checkbox]:checked+label:before,
.jdo-filter-menu form ul [type=checkbox]:not(:checked)+label:before,
.jdo-filter-menu form ul [type=radio]:checked+label:before,
.jdo-filter-menu form ul [type=radio]:not(:checked)+label:before {
    content: '';
    left: 0;
    top: 3px;
    bottom: 0
}

.jdo-filter-menu [type=checkbox]:checked+label:after,
.jdo-filter-menu [type=checkbox]:not(:checked)+label:after,
.jdo-filter-menu [type=radio]:checked+label:after,
.jdo-filter-menu [type=radio]:not(:checked)+label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #535353;
    transition: .2s
}

.jdo-filter-menu form ul [type=checkbox]:checked+label:after,
.jdo-filter-menu form ul [type=checkbox]:not(:checked)+label:after,
.jdo-filter-menu form ul [type=radio]:checked+label:after,
.jdo-filter-menu form ul [type=radio]:not(:checked)+label:after {
    content: '';
    left: 3px;
    top: 6px;
    bottom: 3px
}

.jdo-filter-menu [type=checkbox]:not(:checked)+label:after,
.jdo-filter-menu [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

#actualites .g-5 {
    --bs-gutter-y: 7rem;
    --bs-gutter-x: 7rem
}

video {
    object-fit: cover
}

.introbloctop {
    position: relative;
}

.introbloctop:after {
    content: "";
    z-index: 1;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, .165703781512605) 0, rgba(0, 0, 0, .4990371148459384) 63%, rgba(0, 0, 0, .5690651260504201) 100%)
}

.introbloctop:after,
video {
    margin: 0 auto;
    border-radius: 0 0 150px;
    position: absolute;
    max-width: 1920px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.viewport-header {
    position: relative;
    z-index: 11
}

.intro-content {
    padding: 0 10vw 0 10vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    z-index: 3;
    margin: auto
}

.intro-content,
.introbloctop:after,
video {
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 640px;
}

.intro-content-emp {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
}

.post-type-archive-cpt_bien .intro-content-emp {
    margin-bottom: 80px
}

.intro-content-emp-xp {
    font-size: 70px;
    font-weight: 700;
}

.intro-content-emp-xp-2 {
    font-size: 48px;
}

.section-carousel .splide__slide {
    transition: .2s;
    margin-right: 70px;
    position: relative
}

.section-carousel .splide__slide:before {
    content: "";
    transition: .2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f4f4;
    opacity: .7;
    z-index: 1
}

.section-carousel .is-active:before {
    opacity: 0;
    visibility: hidden
}

.size-screen {
    height: 100vh;
    min-height: 920px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.bg-grey-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 60%;
    bottom: 0;
    background: #f4f4f4;
    z-index: -1;
    border-radius: 0 0 150px
}

.min-article-bloc-txt {
    font-size: 18px
}

.go-video {
    font-size: 20px;
}

.go-video a {
    color: #2E2E2E;
}

.go-video a:hover {
    color: #494949;
}

.min-article-tax {
    background: #8e3d80;
    padding: 12px 37px;
    position: absolute;
    color: #fff;
    top: -5px;
    right: -5px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal
}

.min-article-title {
    font-size: 28px;
    color: #2e2e2e;
    font-weight: 700
}

.min-article-commune {
    font-size: 22px;
    margin-bottom: 30px
}

.btn-nov,
.h2-title {
    display: inline-block
}

.min-article-specif {
    padding-top: 30px;
    border-top: 1px solid #ccc
}

.splide__pagination__page.is-active {
    background: #8e3d80 !important
}

.splide__pagination {
    bottom: -35px !important
}

.bien-padding-r-bloc {
    padding-right: 20%
}

.btn-nov {
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: .2s;
    padding: 15px 40px
}

.splide__arrow svg {
    fill: white !important;
    height: 2.2em !important;
    width: 2.2em !important
}

.splide__arrow {
    background: 0 0 !important;
    opacity: 1 !important
}

.btn-nov:hover {
    color: #fff;
    background-color: #723267
}

.h2-title {
    color: #8e3d80;
    font-size: 38px;
    background: #fff;
    padding: 10px 25px
}

.alaune-bg-img,
.bg-fpcontact,
.list-img-bg,
.page-bg {
    background-size: cover;
    background-position: 50% 50%
}

.h2-title-sub {
    color: #4d4d4d;
    font-size: 18px;
    text-transform: none
}

.responsive-svg {
    width: 100%;
    height: auto;
}

.alaune h3,
.engagement-bloc-title,
.form-title,
.h3-bien-title,
.list-actu-link,
.livraison-est,
.nav-single-interpage-title,
.nov-author,
.presta-title,
.single h1,
.title-02,
.title-03,
.page-template-tpl-feedback-form h1 {
    text-transform: uppercase
}

.fp-02-bg {
    position: relative;
    padding-top: 150px
}

.fp-02-bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    background-color: #8e3d80;
    z-index: -1
}

.mb-250 {
    margin-bottom: 190px
}

.h3-bien-title {
    font-size: 28px;
    font-weight: 700;
    color: #2e2e2e
}

.fp-02-bg .h3-bien-title {
    font-size: 32px;
    color: #4D4D4D;
}

.fp-02-bg .min-article-commune {
    font-size: 32px;
    margin-bottom: 20px;
}

.mb-150,
.section-carousel {
    margin-bottom: 70px
}

.post-type-archive-cpt_realisations .mb-150 {
    margin-bottom: 90px;
}

.post-type-archive-cpt_realisations .search-result {
    padding: 60px 0;
}

.post-type-archive-cpt_realisations .secteur-prim-link a,
.post-type-archive-cpt_realisations .secteur-prim-link {
    color: #4D4D4D;
}

.post-type-archive-cpt_realisations .secteur-prim-link a:hover {
    color: #777777;
}

.page-template-tpl-feedback-form .page-bg:after {
    content: none;

}

.nov-group-06 .fp-02-bg-background_e {
    position: absolute;
    left: -110px;
    bottom: -400px;
    z-index: -1;
}

.alaune-bg-img {
    border-radius: 150px 0 0;
    max-width: 690px;
    width: 36vw;
    height: 60vh;
    max-height: 530px;
    position: relative
}

.fp-section-bloc {
    display: flex;
    align-items: center
}

.fp-02-bg-title-bloc {
    text-align: center;
    margin-bottom: 100px
}

.fp-section-bloc-img .min-article-tax {
    left: inherit;
    right: 0
}

.fp-section-bloc-txt {
    margin-left: 85px;
    margin-right: 21%
}

.alaune h3 {
    font-size: 32px;
    font-weight: 700
}

.fp-section-bloc-txt .min-article-commune,
.num-cel-bloc .num-cel:last-child {
    border: 0
}

.fp-02-bg-background_e {
    position: absolute;
    right: -110px;
    bottom: 0;
    z-index: -1
}

.single-bien-bloc .fp-02-bg-background_e {
    right: -80%
}

.nov-group-01 .fp-02-bg-background_e {
    bottom: -315px;
    z-index: -1
}

.novelia .fp-02-bg-background_e {
    bottom: -358px;
    left: -125px
}

.novelia .alaune-bg-img {
    height: 634px
}

.novelia {
    padding-top: 100px
}

.title-02,
.title-03 {
    font-size: 38px;
    color: #8e3d80;
    font-weight: 400
}

.nov-author,
.nov-quote,
.num-50,
.residences .intro-content-emp,
.search-result span,
.title-02,
.txt-fw700 {
    font-weight: 700
}

.txt-22 {
    font-size: 22px
}

.txt-28 {
    font-size: 28px;
    line-height: 1.6
}

.log-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px
}

.log-bloc .log-row:nth-child(odd) {
    background: #f4f4f4
}

.no-plan {
    opacity: 0.4;
}

.log-col span {
    white-space: nowrap;
}

.log-row .log-col:nth-child(1) {
    width: 20%;
}

.log-row .log-col:nth-child(3) {
    width: 30%;
    text-align: left;
}

.log-row .log-col:nth-child(2) {
    width: 20%;
}

.log-row .log-col:nth-child(4) {
    width: 20%;
    text-align: center;
}

.single-bien-bloc {
    margin-bottom: 100px;
    padding-bottom: 100px
}

.single-bien-bloc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #cacaca
}

.bien-bloc-content .single-bien-bloc:last-child:after,
.single-cpt_actu .page-bg:after,
.single-cpt_realisations .bg-grey-bottom:after,
.single-cpt_realisations .page-bg:after,
.page-template-tpl-mentions-legales .page-bg:after,
.error404 .page-bg:after {
    content: none
}

.txt-19 {
    font-size: 19px
}

.secteur-prim-link {
    text-transform: uppercase;
    font-size: 20px;
    color: #CCCCCC;
    font-weight: 600;
    margin-right: 20px;
    position: relative;
}

.secteur-prim-link:after {
    content: "";
    padding-left: 20px;
    border-right: 1px solid;
}

.secteur-prim-link:last-child.secteur-prim-link:after {
    content: none;
}

.secteur-prim-link a {
    color: #CCCCCC;
    transition: .2s ease-out;
}

.secteur-prim-link a:hover {
    color: white;
}

.rotate-180 {
    transform: rotate(180deg);
}

.wp-block-separator {
    border-top: 1px solid;
}

.page-template-tpl-mentions-legales .pagemargin-r {
    margin-right: 37%;
}

.page-template-tpl-mentions-legales,
.page-template-tpl-mentions-legales h2 {
    font-size: 20px;
}

.page-template-tpl-mentions-legales hr {
    margin: 4rem 0;
}

.page-template-tpl-mentions-legales h4 {
    font-weight: 600;
    margin-bottom: 40px;
}

.page-template-tpl-mentions-legales strong {
    font-weight: 500;
}

.page-template-tpl-mentions-legales h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

.page-template-tpl-mentions-legales p {
    margin-bottom: 30px;
}

.num-50 {
    font-size: 50px;
    color: #8e3d80;
    line-height: 1.1
}

.nov-author,
.nov-link,
.nov-quote {
    font-size: 20px
}

.num-cel {
    border-right: 1px solid #ccc;
    padding-right: 3vw;
    margin-right: 3vw;
}

.num-cel-bloc .num-cel:last-child {
    margin-right: 0;
}

.nov-group-intro {
    margin-bottom: 60px
}

.mr-12 {
    margin-right: 14%
}

.mr-28 {
    margin-right: 28%
}

.ml-14 {
    margin-left: 14%
}

.rectangle2101 {
    position: absolute;
    z-index: -1;
    top: -60px;
    left: -65px
}

.nov-logo {
    max-width: 230px
}

.btn-goto {
    position: relative;

}

.btn-goto-arrow {
    position: absolute;
    top: 23px;
    left: 20px;
}


.btn-goto-circle circle {
    transition: fill 0.2s ease;
    /* Transition pour la couleur de fond */
}

.single-cpt_realisations .btn-contact,
.single-cpt_actu .btn-contact,
.page-template-tpl-contact .btn-contact {
    border: 1px solid white;
}

.btn-goto-arrow line,
.btn-goto-arrow path {
    transition: stroke 0.2s ease;
    /* Transition pour la couleur de la flèche */
}

.list-bien-item:hover .btn-goto-circle circle,
.btn-goto:hover .btn-goto-circle circle {
    fill: #8E3D80;
    /* Change la couleur de remplissage du cercle (arrière-plan) */
}

.list-bien-item:hover .btn-goto-arrow line,
.list-bien-item:hover .btn-goto-arrow path,
.btn-goto:hover .btn-goto-arrow line,
.btn-goto:hover .btn-goto-arrow path {
    stroke: #ffffff;
    /* Change la couleur de la flèche pour s'assurer qu'elle contraste avec le fond */
}

.nov-quote {
    font-style: italic;
    color: #8e3d80;
    border-left: 3px solid #a4a63a;
    line-height: 1.8;
    padding: 0 23% 0 25px
}

.btn-contact-responsive {
    display: none;
}

.nov-link,
.nov-link:hover {
    color: #2e2e2e
}

.nov-txt {
    padding: 85px 0 120px 85px
}

.lh-2 {
    line-height: 1.4
}

.nov-txt-content {
    font-size: 18px;
    line-height: 1.8;
    padding-right: 30px
}

.bg-grey-radius-lto-r:after {
    content: "";
    position: absolute;
    top: 0;
    left: 19%;
    right: 0;
    bottom: 0;
    background: #f4f4f4;
    border-radius: 0 0 0 140px;
    z-index: -1
}

.nov-group-03 .nov-txt {
    padding: 85px 82px 85px 0
}

.nov-group-03 .bg-grey-radius-lto-r:after {
    left: 0;
    right: 30%;
    border-radius: 0 0 140px;
    z-index: -1
}

.nov-group-03 .alaune-bg-img {
    border-radius: 0 150px 0 0
}

.nov-group-03 .rectangle2101 {
    position: absolute;
    z-index: -1;
    top: -60px;
    left: inherit;
    right: -65px
}

.nov-group-03 .nov-logo {
    max-width: inherit;
    mix-blend-mode: multiply;
    position: relative;
    left: -8px
}

.nov-mobile {
    display: none;
}

.nov-group-04 .mr-12 {
    margin-right: 13%
}

.nov-group-04 .nov-txt {
    padding: 85px 0 85px 85px
}

.nov-group-03.nov-group-05 .nov-txt {
    padding: 85px 85px 120px 0
}

.fp-section-bloc,
.fp-section-bloc-engagement,
.fp-section-bloc-padding-rl {
    padding-left: 10.3%
}

.page-intro-content,
.single-residence-pictos {
    padding-left: 10.3%;
    padding-right: 10.3%
}

.pagemargin-r {
    margin-right: 10.3%
}

.pagemargin-l {
    margin-left: 10.3%
}

.single-cpt_bien .pagemargin-r {
    margin-right: 36%
}

.bg-engagements {
    background-color: #8e3d80;
    padding: 50px 7% 50px 0;
    display: flex;
    color: #fff;
    border-radius: 0 0 0 140px
}

.engagement-bloc {
    width: 25%;
    margin: 50px
}

.engagement-bloc-title {
    font-size: 23px;
    font-weight: 700
}

.engagement-bloc-txt {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7
}

.bg-fpcontact {
    padding: 158px;
    position: relative;
    z-index: 2
}

.fpcontact-txt {
    font-size: 28px;
    max-width: 814px;
    margin: auto auto 40px
}

.fp-section-bloc-padding-rl {
    padding-right: 10.3%
}

.list-img-bg {
    width: 100%;
    height: 300px
}

.list-actu-title {
    font-size: 28px;
    font-weight: 700
}

.list-actu-content {
    padding: 35px 45px;
    position: relative;
}

.list-actu-date {
    padding-top: 4px;
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 500
}

.single-cpt_actu .list-actu-date {
    color: #fff;
    font-weight: 400
}

.list-actu-link {
    color: #8e3d80;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.list-actu-link:hover {
    color: #8e3d80
}

.page-bg,
.page-bg:after,
.page-intro-content {
    height: initial;
    max-height: initial;
    min-height: initial;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-bg,
.page-bg:after {
    width: 100%;
    position: absolute;
    max-width: 1920px;
    margin: 0 auto
}



.presta-list li,
.presta-title {
    margin-bottom: 10px
}

.page-bg:after {
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, .363);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5690651260504201) 100%)
}

.page-intro-content {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.single-cpt_bien .page-bg,
.single-cpt_bien .page-bg:after,
.single-cpt_bien .page-intro-content {
    height: 100vh;
    max-height: 1080px
}

.single-cpt_bien .page-intro-content,
.single-cpt_realisations .page-intro-content,
.single-cpt_actu .page-intro-content {
    display: flex;
    flex-direction: column;
}

.single-cpt_bien .page-intro-content {
    padding: 0;
    justify-content: end
}

.single-residence {
    background: #8e3d80;
    border-radius: 0 70px 0 0;
    max-width: 50%;
    padding: 70px 40px 15px 10.3%;
    position: relative
}

.presta-title {
    font-size: 22px;
    font-weight: 700;
    color: #2e2e2e
}

.presta-list ul {
    padding-left: 0;
    font-size: 18px
}

.single .min-article-commune,
.single h1 {
    font-size: 32px
}

.presta-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 16px;
    color: #8e3d80;
    margin-right: 12px
}

.single h1,
.page-template-tpl-feedback-form h1,
.archive h1 {
    font-weight: 700
}

.residences .page-bg:after {
    content: "";
    z-index: 1;
    background: #4d4d4d;
    mix-blend-mode: multiply;
    opacity: .93
}

.zindex {
    z-index: 9
}

.single-residence-pictos {
    background: #8e3d80;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-top: 50px;
    z-index: 10
}

.livraison-est {
    background: #fff;
    color: #8e3d80;
    padding: 15px 40px;
    position: absolute;
    top: -20px;
    font-size: 13px;
    font-weight: 600
}

.height-520 {
    height: 52vh;
    max-height: 520px;
}

.picto-residence-bloc-super {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picto-residence-img {
    max-width: 108px
}

.picto-residence-txt {
    max-width: 150px;
    position: absolute;
    top: 120px;
    left: -20px;
    right: -20px
}

.picto-residence-bloc {
    width: 20%;
    height: 250px;
    position: relative
}

.gx-5 {
    --bs-gutter-x: 8.5rem
}

.list-actu .gx-5 {
    --bs-gutter-x: 6rem
}

.snf ul:first-child {
    padding-left: 0;
    display: flex;
    align-items: end;
    justify-content: space-between
}

.chosen-container,
.chosen-results li {
    width: 100% !important
}

.chosen-results li:first-child {
    background: #303030
}

.snf input,
.snf select,
.snf textarea {
    border-width: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: 0 0;
    color: #ccc !important;
    padding-bottom: 10px;

}

.snf ul:first-of-type li {
    width: 18%
}

.chosen-container-single .chosen-single {
    background-image: none;
    border: 0;
    color: #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    padding-bottom: 10px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    color: #ccc;
    border: 0;
    border-bottom: 1px solid #ccc;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.chosen-container .chosen-drop {
    border: 0;
    background: #404040;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden
}

.chosen-container .chosen-results {
    color: #fff;
    margin: 0;
    padding: 0
}

.chosen-container .chosen-results li.highlighted {
    background-color: #fff;
    background-image: none;
    color: #4d4d4d
}

.chosen-container .chosen-results li {
    padding: 15px 20px
}

.snf .searchandfilter label {
    display: block
}

.snf .sf-field-submit {
    text-align: end;
    position: relative;
    width: 200px !important;
    margin-left: 50px
}

.snf .sf-field-submit:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 25px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path id="ic_search_24px" d="M20.153,18.094H19.069l-.384-.37a8.933,8.933,0,1,0-.961.961l.37.384v1.084L24.955,27,27,24.955Zm-8.233,0a6.175,6.175,0,1,1,6.175-6.175A6.167,6.167,0,0,1,11.919,18.094Z" transform="translate(-3 -3)" fill="%238e3d80"/></svg>');
    background-size: contain;
    pointer-events: none;
    transition: .2s ease-out;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("img/chevrondown.svg") 0 6px no-repeat
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 5px 19px;
    transform: rotate(180deg)
}

.snf .sf-field-submit input {
    background: #fff;
    color: #8e3d80 !important;
    font-weight: 700;
    border-radius: 4px;
    font-size: 18px;
    max-width: 200px;
    padding: 20px 20px 20px 45px;
    align-self: flex-end;
    transition: .2s ease-out;
    border-bottom: 0;
}

.snf .sf-field-submit input:hover {
    background: #8E3D80;
    color: white !important;
}

.snf .sf-field-submit:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path id="ic_search_24px" d="M20.153,18.094H19.069l-.384-.37a8.933,8.933,0,1,0-.961.961l.37.384v1.084L24.955,27,27,24.955Zm-8.233,0a6.175,6.175,0,1,1,6.175-6.175A6.167,6.167,0,0,1,11.919,18.094Z" transform="translate(-3 -3)" fill="%23fff"/></svg>');
}

.search-result {
    font-size: 32px;
    padding: 120px 0
}

.supprimer-param {
    background: #f4f4f4;
    border: 0;
    font-size: 16px;
    color: #9a9a9a;
    padding: 10px 20px 10px 10px;
    font-weight: 600;
    border-radius: 4px
}

.suppri {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.suppri-x {
    padding: 0 10px
}

.single-cpt_actu h1,
.single-cpt_realisations h1,
.error404 h1,
.page-template-tpl-feedback-form h1 {
    font-size: 50px;
}

.single-cpt_actu h1 {
    margin: 0 auto;
    text-align: center;
}

.for-mobile {
    display: none;
}

.txt-actu p,
.txt-actu ul {
    margin-bottom: 50px;
}

.link-list-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.link-list-cover-actu {
    transition: .2s ease-out;
    box-shadow: 0;
    border-radius: 40px;
}

.link-list-cover-actu:hover {
    box-shadow: 0px 13px 46px #00000029;
}

.fp-section-bloc-engagement {
    margin-bottom: 150px;
}

.single-cpt_actu .page-intro-content,
.single-cpt_realisations .page-intro-content,
.error404 .page-intro-content {
    justify-content: end;
    align-items: center
}

.single-cpt_realisations .page-intro-content {
    padding-bottom: 0
}

.single-cpt_actu .page-intro-content {
    padding-bottom: 80px
}

.single-cpt_actu .page-bg,
.single-cpt_actu .page-bg:after,
.single-cpt_actu .page-intro-content,
.single-cpt_realisations .page-bg,
.single-cpt_realisations .page-bg:after,
.single-cpt_realisations .page-intro-content {
    height: 450px
}

.single-cpt_actu .single-page-actu::after,
.single-cpt_realisations .section-carousel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #8e3d80;
    border-radius: 0;
    z-index: -1
}

.single-page-actu-img {
    height: 540px;
    width: 845px;
    margin: 0 auto 70px;
    background-size: cover;
    background-position: 50% 50%
}

.mb-100 {
    margin-bottom: 100px
}

.single-cpt_realisations .min-article-commune {
    margin-bottom: 70px;
    color: white;
}

.txt-actu,
.txt-realisation {
    max-width: 845px;
    margin: auto
}

.txt-realisation {
    font-size: 22px
}

.wp-block-quote {
    color: #2e2e2e;
    font-size: 28px;
    border-left: 3px solid #8e3d80;
    padding: 10px 40px;
    margin-bottom: 70px
}

.wp-block-quote p {
    margin-bottom: 0;
}

.txt-actu {
    font-size: 18px;
    line-height: 1.6
}

.txt-actu h2 {
    font-weight: 700;
    font-size: 20px;
}

.submenu-mobile-container {
    display: none;
}

.form-contact-bloc,
.nav-single-interpage {
    max-width: 80%;
    margin: 0 auto
}

.nav-single-interpage {
    color: #2e2e2e;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 40px
}

.bg-form-contact {
    background: #f4f4f4;
    border-radius: 140px 0 0;
    padding: 180px 0
}

.custom-select-icon select {
    appearance: none;
    background-image: url('img/chevrondownviolet.png');
    background-repeat: no-repeat;
    background-position: right 30px center
}

.nav-single-interpage-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

#image-carousel .splide__slide__container {
    max-height: 530px;

}

.form-title {
    font-size: 38px;
    color: #8e3d80;
    font-weight: 700
}

.form-txt {
    font-size: 21px
}

.single-cpt_realisations .fp-02-bg-background_e {
    top: 180px;
    bottom: inherit;
    z-index: 1
}

.page-template-tpl-contact .fp-02-bg-background_e,
.page-template-tpl-vendre .fp-02-bg-background_e {
    top: -70px;
    bottom: inherit
}

footer .menu-menu-footer-container ul li {
    font-size: 12px
}

footer .menu-menu-footer-container ul li a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.txt-14 {
    font-size: 14px;
    font-weight: 700
}

.page-template-tpl-vendre .page-intro-content,
.page-template-tpl-contact .page-intro-content {
    padding-top: 250px;
    padding-bottom: 25px;
}

.page-template-tpl-vendre .mb-250,
.page-template-tpl-contact .mb-250 {
    margin-bottom: 100px;
}

.a002 {
    display: none;

}

@media only screen and (max-width:1850px) {

    .num-cel {
        padding-right: 2vw;
        margin-right: 2vw;
    }
}

@media only screen and (max-width:1800px) {
    .single-bien-window-title {
        font-size: 30px
    }

    .single-bien-window-link-2 {
        font-size: 16px
    }
}

@media only screen and (max-width:1700px) {
    .single-bien-window {
        padding: 40px
    }
}

@media only screen and (max-width:1660px) {
    .num-cel-bloc .txt-19 {
        max-width: 145px;
    }

    .num-cel {
        padding-right: 4vw;
        margin-right: 4vw;
    }
}

@media only screen and (max-width:1600px) {
    .list-img-bg {
        height: 230px;
    }

    .single-cpt_actu h1 {
        font-size: 40px;
    }

    .jdo-menu {
        padding: 40px 6vw
    }

    .jdo-menu.fixed-menu {
        padding: 20px 5vw
    }

    .fp-02-bg,
    .novelia {
        padding-top: 50px
    }

    .list-actu .gx-5 {
        --bs-gutter-x: 4rem
    }

    .gx-5 {
        --bs-gutter-x: 7rem
    }



    .mb-150 {
        margin-bottom: 105px
    }

    /* body {
        font-size: 12px
    } */

    .list-actu-link {
        font-size: 14px
    }

    .list-actu-title {
        font-size: 22px;
        font-weight: 700
    }

    .engagement-bloc-txt {
        font-size: 19px;

    }

    .h2-title-sub {
        font-size: 25px
    }

    .engagement-bloc-title {
        font-size: 17px
    }

    .min-article-commune,
    .txt-22 {
        font-size: 18px
    }



    .mb-250 {
        margin-bottom: 100px
    }

    .fp-02-bg-title-bloc {
        margin-bottom: 50px
    }

    .title-02,
    .title-03 {
        font-size: 28px
    }

    .h3-bien-title {
        font-size: 22px
    }

    .min-article-tax {
        font-size: 10px
    }

    .btn-nov {
        font-size: 15px
    }

    .fp-02-bg-background_e {
        width: 430px
    }

    .txt-28 {
        font-size: 23px
    }

    .menu-contact-btn-call,
    .menu-contact-btn-email {
        width: 100px;
        height: 100px;
        padding: 40px 27px 40px 39px
    }

    .intro-content-emp-xp {
        font-size: 55px
    }

    .intro-content-emp {
        font-size: 40px
    }

    .chosen-container-single .chosen-single div {
        width: 17px
    }

    .chosen-container-single .chosen-single div b {
        background: url(img/chevrondown.svg) 0 10px no-repeat
    }

    .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: 5px 17px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background: url(img/chevrondown.svg) 0 11px no-repeat !important
    }

    .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: 5px 13px !important
    }

    .snf .sf-field-submit input {
        font-size: 15px;
        padding: 16px 16px 16px 45px
    }

    .snf .sf-field-submit:before {
        top: 25px;
        left: 17px
    }

    .snf .sf-field-submit {
        width: 160px !important
    }
}

@media only screen and (max-width:1350px) {
    .jdo-placeholder {
        height: 80px;
    }

    .search-result {
        font-size: 32px;
        padding: 65px 0
    }

    /* .novelia .fp-section-bloc {
        display: block
    } */

    .gx-5 {
        --bs-gutter-x: 4rem
    }

    /* .novelia .alaune-bg-img {
        margin-right: 10.3%;
        padding-right: 10.3%;
        max-width: inherit;
        width: inherit;
        margin-bottom: 40px
    } */

    .fp-section-bloc-txt {
        margin-right: 10.3%;
        margin-left: 50px;
    }

    .page-intro-content {
        padding-bottom: 70px;
        padding-top: 200px;

    }

    .post-type-archive-cpt_bien .page-bg,
    .post-type-archive-cpt_bien .page-bg:after,
    .post-type-archive-cpt_bien .page-intro-content {
        height: initial;
        max-height: initial;
        min-height: initial;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .searchandfilter ul li {
        margin: 5px
    }

    .snf ul:first-of-type li {
        width: 47%
    }

    .snf ul:first-child {
        flex-wrap: wrap
    }

    .snf .sf-field-submit {
        margin-left: 0
    }

    .ml-14 {
        margin-left: 10%
    }

    .list-actu .gx-5 {
        --bs-gutter-x: 2rem
    }

    .mr-12,
    .nov-group-04 .mr-12 {
        margin-right: 10%
    }

    .nov-group-03.nov-group-05 .nov-txt {
        padding: 85px 45px 85px 0
    }

    .nov-group-03 .nov-txt {
        padding: 85px 50px 20px 0
    }

    .nov-group-04 .nov-txt {
        padding: 85px 0 40px 50px
    }

    .nov-txt-content {
        padding-right: inherit
    }

    .single-bien-window-title {
        font-size: 25px
    }

    .single-bien-window-link-1 {
        font-size: 16px;
        padding: 10px 15px
    }

    .single-bien-window-link-2 {
        font-size: 15px
    }

    .btn-nov,
    .nav-item a {
        font-size: 14px
    }

    .btn-nov {
        padding: 10px 30px
    }

    .menu-contact-btn-call,
    .menu-contact-btn-email {
        width: 75px;
        height: 75px;
        padding: 20px 19px 20px 30px;
        border-radius: 15px 0 0 15px
    }

    /* .intro-content-emp-xp {
        font-size: 45px
    }

    .intro-content-emp {
        font-size: 30px
    } */

    .logo-header {
        max-width: 150px
    }

    .chosen-container,
    .chosen-container-single .chosen-single {
        font-size: 12px;
        padding-bottom: 5px
    }
}

@media only screen and (max-width:1140px) {
    .single-cpt_actu h1 {
        font-size: 30px;
    }

    .num-cel {
        padding-right: 6vw;
        margin-right: 6vw;
    }

    .page-template-tpl-contact .btn-contact-responsive::after {
        content: "";
        position: absolute;
        height: 2px;
        left: 0;
        width: 100%;
        background-color: #fff;
        bottom: -6px;
    }

    .fp-02-bg .fp-section-bloc-txt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .snf .sf-field-submit input {
        background: #8E3D80 !important;
        color: white !important;
    }

    .snf .sf-field-submit:before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path id="ic_search_24px" d="M20.153,18.094H19.069l-.384-.37a8.933,8.933,0,1,0-.961.961l.37.384v1.084L24.955,27,27,24.955Zm-8.233,0a6.175,6.175,0,1,1,6.175-6.175A6.167,6.167,0,0,1,11.919,18.094Z" transform="translate(-3 -3)" fill="%23fff"/></svg>');
    }

    .snf .sf-field-submit:hover:before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path id="ic_search_24px" d="M20.153,18.094H19.069l-.384-.37a8.933,8.933,0,1,0-.961.961l.37.384v1.084L24.955,27,27,24.955Zm-8.233,0a6.175,6.175,0,1,1,6.175-6.175A6.167,6.167,0,0,1,11.919,18.094Z" transform="translate(-3 -3)" fill="%238e3d80"/></svg>');
    }

    .snf .sf-field-submit input:hover {
        background: white !important;
        color: #8E3D80 !important;
    }

    .nav-item a:hover::after {
        content: none;
    }

    .nav-item a {
        transition: none;
    }

    .nav-item a:hover {
        padding-left: 25px;
    }

    .nav-item a:hover:before {
        content: "";
        position: absolute;
        display: block;
        height: 17px;
        width: 17px;
        top: 7px;
        left: 0;
        background: #a4a63a;
        border-radius: 10px 0 0 0;
    }


    .btn-contact-responsive {
        display: block;
    }

    .form-contact-bloc,
    .nav-single-interpage {
        max-width: 100%;
    }

    .height-520 {
        height: 52vh;
        max-height: 265px;
    }



    .introbloctop:before {
        content: "";
        background-image: url(img/novelia_header_mobile.jpg);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: 100%;
    }

    .page-template-tpl-mentions-legales .pagemargin-r {
        margin-right: 10.3%;
    }

    .nov-txt {
        padding: 0;
    }

    .fp-02-bg:after {
        content: none;
    }

    .alaune-bg-img {
        border-radius: 100px 0 0 0;
        max-width: inherit;
        width: 100%;
        margin-bottom: 30px;
    }

    .page-template-tpl-groupe-novelia .alaune-bg-img {
        border-radius: 0 0 0 0;
    }

    .nov-desktop {
        display: none;
    }

    .nov-mobile {
        display: block;
    }

    .fp-section-bloc-engagement {
        margin-bottom: 0;
    }

    .submenu-mobile-container {
        display: block;
        position: absolute;
        top: 38px;
        right: 72px;
        display: flex;
        z-index: -1;
    }

    .jdo-menu .menu-btn:checked~.menu-icon:before {
        position: absolute;
        content: "FERMER";
        top: 12px;
        left: -87px;
    }

    .fixed-menu.jdo-menu .menu-btn:checked~.menu-icon:before {
        color: #4d4d4d;
    }

    .fixed-menu .submenu-mobile-container,
    .jdo-menu.fixed-menu .menu-icon {
        top: 23px;
    }

    .nov-group-06 .ml-14 {
        margin-left: 0;
    }

    .nov-group-06 .title-02 {
        margin-left: 10.3%;
    }

    .content-team {
        padding: 0 20%;
    }

    .submenu-mobile-container div {
        border: 1px solid white;
        width: 50px;
        height: 50px;
        margin-right: 15px;
        padding: 10px 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

    .snf ul:first-of-type li {
        width: 100%
    }

    .menu-contact {
        display: none;
    }

    .logo-header {
        position: relative;
        z-index: 999999999;
    }

    .container-tofix-fixedpos-bien {
        position: relative;
        left: inherit;
        width: 100%;
        max-width: inherit;
    }

    .single-cpt_bien .pagemargin-r {
        margin-right: 10.3%;
    }

    .single-bien-window-bloc,
    .single-bien-window {
        width: 100%;
        max-width: inherit;
        position: relative;
        height: inherit;
    }

    .bien-padding-r-bloc {
        padding-right: 0;
    }

    .single-residence {
        max-width: 100%;
    }

    .single-residence-pictos {
        flex-wrap: wrap;
        padding-bottom: 50px;
        justify-content: start;
    }

    .single-residence .min-article-commune {
        margin-bottom: 0;
    }

    .picto-residence-bloc {
        height: 155px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .single-bien-window-link-1 {
        display: none;
    }



    .home .intro-content-emp {
        margin-bottom: 60px;
    }

    /* .intro-content-emp-xp {
        font-size: 25px
    }

    .intro-content-emp {
        font-size: 19px
    } */

    .last-coord-row,
    .snf {
        margin-bottom: 40px
    }


    .snf .sf-field-submit input {
        max-width: inherit;
        padding: 10px 10px 10px 40px;
    }

    .snf .sf-field-submit:before {
        top: 22px;
    }


    .fp-section-bloc {
        display: block;
        padding-left: 10.3%;
        padding-right: 10.3%
    }



    .min-article-tax {
        padding: 10px;
    }

    .section-carousel .splide__slide {
        margin-right: 25px;
    }

    .bg-grey-bottom:after {
        height: 80%;
        border-radius: 0;
    }

    .fp-section-bloc-txt {
        margin-left: 0;
        margin-right: 0;
    }

    .novelia {
        padding-top: 0;
    }

    .novelia .fp-section-bloc-txt {
        padding: 0 10.3%;
    }

    .novelia .fp-section-bloc {
        padding: 0;
    }

    .novelia .alaune-bg-img {
        margin-right: 0;
        padding-right: 0;
        border-radius: 0;
    }

    .bg-engagements {
        /* display: block; */
        flex-wrap: wrap;
        padding: 20px 10.3%;
        border-radius: 0;
    }

    .fp-section-bloc-engagement {
        padding-left: 0;
    }

    .section-carousel.mb-250 {
        margin-bottom: 0;
    }

    .section-carousel .btn-nov,
    .fp-section-actu .btn-nov {
        background: transparent;
        border: 1px solid #8E3D80;
        color: #8E3D80;
        font-weight: 600;
    }

    .section-carousel .btn-nov:hover,
    .fp-section-actu .btn-nov:hover {
        background: #8E3D80;
        border: 1px solid #8E3D80;
        color: white;
    }

    .a001 {
        display: none;
    }

    .a002 {
        display: inline-block;
    }

    .engagement-bloc {
        width: 50%;
        margin: 0 0 60px;
        padding: 0 50px;
    }

    .fp-section-bloc-engagement .title-02 {
        color: #fff;
        background: #8e3d80;
        text-align: center;
        padding: 80px 10.3% 50px;
        margin-bottom: 0 !important;
    }

    .bg-fpcontact {
        padding: 50px 10.3%;
    }

    .fpcontact-txt {
        font-size: 20px;
    }

    footer {
        padding: 60px 0;
    }

    .inner-footer-inner {
        display: block;
    }




    .nov-col-width {
        min-width: inherit;
        margin-left: 0;
    }

    .nov-col-last {
        align-items: flex-start !important;
    }

    .menu-menu-footer-container {
        margin-bottom: 50px
    }

    .nov-col,
    .nov-group-02 .ml-14,
    .nov-group-02 .mr-28 {
        margin: 0;
    }

    .footer-last-row-1 {
        margin-bottom: 30px
    }

    .footer-last-row-1 a {
        font-size: 12px
    }

    .footer-last-row {
        padding-top: 50px;
        margin: 0;
    }







    .txt-28 {
        font-size: 16px
    }

    .ml-14 {
        margin-left: 10.3%
    }

    .mr-28 {
        margin-right: 10.3%
    }

    .jdo-navbar {
        position: absolute;
        z-index: -1;
        display: inherit;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }


    footer .menu-item {
        width: 250px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .jdo-menu .menu-icon {
        display: inline-block;
        margin-right: 25px;
        top: 38px;
    }

    .jdo-menu-in {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: right;
        width: inherit;
        padding: 0;
        z-index: 10;
    }

    .no-scroll .jdo-menu-in {
        height: 100vh;

    }

    /* .fixed-menu .jdo-navbar {
        top: 15px;
    } */

    .jdo-menu .menu-menu-principal-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-menu .menu-btn:checked~.jdo-navbar {
        background: #f1f1f1f0;
    }

    .fixed-menu #ios-mail #Tracé_62,
    .fixed-menu #ios-mail #Tracé_63 {
        fill: #a4a63a;
    }

    .fixed-menu #ios-call {
        fill: #8e3d80;
    }

    .fixed-menu .submenu-mobile-container div {
        background: #f1f1f1;
        border: 0;

    }

    .menu-menu-principal-container,
    .menu-menu-principal-en-container {
        padding: 20px 0 0 0;
        background-color: transparent;
        width: 100%;
    }

    footer .menu-menu-principal-container {
        padding: 0;
        background-color: inherit;
        box-shadow: inherit;
    }

    #menu-menu-principal {
        padding-top: 120px;
        display: block;
        list-style: none;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .btn-contact-responsive {
        text-transform: uppercase;
    }

    #menu-menu-principal li a {
        display: inline-block;
    }

    .nav-item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        padding-left: 69px;
    }

    .nav-item a {
        font-size: 20px;
        margin: 1.5vh 20px;
    }


}

@media only screen and (max-width:1030px) {
    .intro-content-emp {
        font-size: 30px;
    }

    .intro-content-emp-xp {
        font-size: 40px;
    }
}

@media only screen and (max-width:991px) {
    .bg-solo-carousel {
        width: 90%;
        height: 450px;
    }

    .list-img-bg {
        height: 400px;
    }

    .num-cel-bloc .txt-19 {
        max-width: 140px;
    }

    .num-cel {
        padding-right: 4vw;
        margin-right: 4vw;
    }

    .introbloctop:before {
        background-position: 85%;
    }

    .picto-residence-bloc-super {
        justify-content: center;
    }

    .picto-residence-bloc {
        margin: 0 27px;
        margin-bottom: 30px;
        width: 108px;
    }

    .engagement-bloc {
        width: 100%;
    }

    .acf-field {
        width: 100%;
    }

    .log-row {
        padding: 20px 10.3%;
    }

    .single-cpt_bien .pagemargin-l {
        margin-left: 0;
    }

    .single-cpt_bien .pagemargin-r {
        margin-right: 0;
    }

    .log-row {
        flex-wrap: wrap;
    }

    .log-row .log-col {
        width: 100% !important;
        text-align: left;
    }

    .p-single-bien {
        padding: 0 !important;
        margin: 0 10.3%;
    }

    /* .single-cpt_bien .page-intro-content {
        height: inherit;
        max-height: inherit;
    }

    .single-cpt_bien .page-bg,
    .single-cpt_bien .page-bg:after,
    .single-cpt_bien .page-intro-content {
        max-height: 500px;
        min-height: 500px;
    } */

    .num-50 {
        font-size: 35px;
    }

    .txt-19 {
        font-size: 15px;
    }
}

@media only screen and (max-width:860px) {
    .list-img-bg {
        height: 300px;
    }

    .single-page-actu-img {
        width: inherit;

    }

}

@media only screen and (max-width:765px) {
    .intro-content-emp {
        font-size: 20px;
    }

    .intro-content-emp-xp {
        font-size: 30px;
    }

    .intro-content {
        padding: 0 6vw 0 6vw;
    }
}

@media only screen and (max-width:650px) {
    .bg-solo-carousel {
        height: 300px;
    }

    .num-cel-bloc .txt-19 {
        max-width: 100%;
    }

    .single-page-actu-img {
        height: 315px;
    }

    .page-template-tpl-vendre .page-intro-content,
    .page-template-tpl-contact .page-intro-content {
        padding-top: 200px;
    }

    .single-cpt_actu .page-intro-content,
    .single-cpt_realisations .page-intro-content {
        height: 350px;
    }

    .single-bien-bloc {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .single-cpt_bien .mb-250 {
        margin-bottom: 50px;
    }

    .single-cpt_bien .page-bg,
    .single-cpt_bien .page-bg:after,
    .single-cpt_bien .page-intro-content {
        height: 450px !important;
    }

    .single-cpt_bien .page-intro-content {
        min-height: 610px;
        max-height: 610px;
    }

    .single-residence {
        border-radius: 0;
    }

    .sf-field-submit {
        width: 100% important;

    }

    .nav-item {
        padding-left: 39px;
    }

    .jdo-menu.fixed-menu .menu-icon,
    .fixed-menu .submenu-mobile-container {
        top: 17px;
    }

    .logo-header {
        top: 0;
        max-width: 115px;
    }



    /* 
    .post-type-archive-cpt_bien .page-bg,
    .post-type-archive-cpt_bien .page-bg:after,
    .post-type-archive-cpt_bien .page-intro-content {
        height: 100vh;
    } */


    .snf .mb-2 {
        margin-bottom: 35px !important;
    }

    .page-intro-content {
        padding-bottom: 50px;
    }

    .introbloctop:before {
        background-position: 75%;

    }

    .for-mobile {
        display: block;
        background-size: cover;
    }

    .alaune-bg-img,
    .novelia .alaune-bg-img {
        height: 300px;
    }

    .content-team {
        padding: 0 10.3%;
    }








    .pagemargin-l,
    .ml-14 {
        margin-left: 5%;
    }

    .pagemargin-r,
    .mr-28,
    .page-template-tpl-mentions-legales .pagemargin-r {
        margin-right: 5%;
    }

    .fp-section-bloc-padding-rl {
        padding-right: 5%;
    }

    .fp-section-bloc-padding-rl {
        padding-left: 5%;
    }

    .submenu-mobile-container div {
        margin-right: 10px;
    }



    .engagement-bloc {
        padding: 0;
    }



    .secteur-prim-link {
        font-size: 13px;
    }

    .snf .sf-field-submit input {
        margin-top: 20px !important;
        font-size: 15px;
    }

    .snf .sf-field-submit {
        width: 100% !important;
    }

    .snf .sf-field-submit:before {
        top: 39px;
        left: 33%;
        right: 37px;
    }

    .page-bg,
    .page-bg:after,
    .page-intro-content {
        height: 50vh;
        max-height: 671px;
        min-height: 293px;
    }

    .title-02,
    .title-03 {
        font-size: 30px;
    }

    .fp-02-bg .h3-bien-title {
        font-size: 25px;
    }

    .fp-02-bg .min-article-commune {
        font-size: 22px;
    }

    .min-article-title {
        font-size: 23px;
    }

    .min-article-bloc-txt {
        font-size: 16px;
    }

    .list-actu-content {
        padding: 25px 25px;
    }

    .search-result {
        font-size: 18px;
    }

    .height-520 {
        max-height: 215px;
    }

    .jdo-load-more {
        font-size: 15px;
        padding: 15px 30px;
    }

    .picto-residence-bloc,
    .picto-residence-img {
        width: 80px;
    }

    .picto-residence-txt {
        top: 85px;
        font-size: 12px;
    }

    .single .min-article-commune,
    .single h1,
    .page-template-tpl-feedback-form h1 {
        font-size: 25px;
    }



    .picto-residence-bloc {
        height: 120px;
    }

    .presta-list ul {
        padding-left: 0;
        font-size: 13px;
    }

    .acf-map {
        height: 260px;

    }

    .bg-fpcontact {
        padding: 50px 5%;
    }

    .txt-realisation {
        font-size: 16px;
    }

    .nav-single-interpage-col {
        display: flex;
        align-items: center;
    }

    .nav-single-interpage-title,
    .nextprev-title-real {
        display: none;
    }

    .form-title {
        font-size: 25px;
    }

    .bg-form-contact {
        border-radius: 0;
        padding: 50px 0;
    }

    .form-txt {
        font-size: 15px;
    }

    .form-contact-bloc,
    .nav-single-interpage {
        max-width: 100%;
    }

    .acf-fields>.acf-field {
        padding: 15px 0 !important;
    }

    input[type=submit i] {
        font-size: 13px;
    }

    .num-cel-bloc {
        display: block !important;
        padding-left: 0 !important;
        text-align: center;
    }

    .num-cel {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .nov-quote {
        padding: 0 25px;
    }

    .nov-author,
    .nov-link,
    .nov-quote {
        font-size: 15px;
    }

    .nov-txt-content {
        font-size: 16px;
        padding-right: 0;
    }

    .nov-logo {
        max-width: 151px;
    }

    .wp-block-quote {
        font-size: 16px;
    }

    .txt-actu {
        font-size: 13px;
        line-height: 1.6;
    }

    .bloc-coord-p-contact {
        left: 0%;
        font-size: 14px;
    }

    .single-cpt_actu h1 {
        font-size: 20px;
    }
}