:root {
    --navbar-nav-navbar_main-nav-link-font-family: var(--terciary-font-family), serif;
    --block-main-search-input-text-font-family: var(--primary-font-family);
    --body-bg: var(--dark-or-reversed-dark);
    --nav-link: var(--reversed-white-or-white);
    --dropdown-menu-bg: var(--reversed-grey-light-or-grey-light);
    --input-group-addon-bg: var(--primary-color-or-white);
    --programmes-details-bg: var(--reversed-grey-light-or-grey-light);
    --programmes-details-color: var(--reversed-white-or-white);
    --breadcrumb-font-family: var(--primary-font-family);
    --inscription_panel_left: var(--reversed-grey-light-or-grey-light);
    --bg-advanced-search: var(--reversed-grey-light-or-grey-light);
    --btn-font-family: var(--secondary-font-family);

    --reserved-white: var(--black);

    --white: #ffffff;
    --reversed-bronze-black: var(--white);
    --reversed-dark: var(--white);
    --reversed-grey: #f7f7f7;
    --reversed-grey-light: #F1F2F4;
    --grayish-blue: #C9C9CB;
    --grey-light: #3a3936;
    --grey: #2b2b2b;
    --dark: #1e1e1e;
    --bronze-black: #111111;
    --black: #000000;
}

/********** Template CSS **********/
@font-face {
    font-family: "Roos Display";
    src: url("../fonts/RoosDisplay.woff2") format("woff2"),
        url("../fonts/RoosDisplay.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Balboa";
    src: url("../fonts/Balboa-UltraLight.woff2") format("woff2"),
        url("../fonts/Balboa-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceSansPro-Regular";
    src: url("../fonts/SourceSansPro-Regular.woff") format("woff"),
    url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceSansPro Regular";
    src: url("../fonts/SourceSansPro-Regular.woff") format("woff"),
    url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SourceSansPro Bold";
    src: url("../fonts/SourceSansPro-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ArialRegular";
    src: url("../fonts/ArialRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ArialBold";
    src: url("../fonts/ArialBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"),
        url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "Lora";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff');
}

a {
    color: var(--primary-color);
}

a:hover {
    cursor: pointer;
}

body {
    font-family: var(--primary-font-family), serif;
    font-size: 18px;
    overflow-x: hidden;
}

b, strong {
    font-family: var(--primary-bold-font-family);
}

h1, .h1 {
    font-family: var(--fourth-font-family), serif;
    font-size: 50px;
    line-height: 65px;
    font-weight: 100;
}

.home_vendez_plus h1 {
    text-transform: uppercase;
}

.fourth-font-family {
    font-family: var(--fourth-font-family), serif;
}

.txt-lora {
    font-family: var(--secondary-font-family), serif;
}

.txt-sourcesansprobold {
    font-family: var(--primary-bold-font-family);
}

.txt-sourcesansproregular {
    font-family: var(--primary-font-family), serif;
}

h2, .h2 {
    font-family: var(--secondary-font-family), serif;
}

h3, .h3,
h4, .h4,
h5, .h5,
.title_h3,
.programme_lots h1, .programme_lots .h1,
.programme_details h1, .programme_details .h1,
.programme_details_principal h1, .programme_details_principal .h1 {
    font-family: var(--secondary-font-family), serif;
}

h2,
.programme_details h1, .programme_details .h1,
.programme_details_principal h1, .programme_details_principal .h1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

.h4 {
    font-size: 40px;
}

.programme_lots h1, .programme_lots .h1,
h3, .h3 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}

h5, .h5 {
    font-size: 18px;
    line-height: 45px;
}

.title_h3 {
    font-size: 20px;
}

.navbar-nav.navbar_main .nav-link {
    font-family: var(--navbar-nav-navbar_main-nav-link-font-family);
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0;
}

.font-balboa {
    font-family: var(--terciary-font-family), serif;
}

.font-second {
    font-family: var(--secondary-font-family), serif;
}

.text-gold {
    color: var(--primary-color) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-grey {
    color: var(--grey-or-reversed-grey) !important;
}

.text-grey-light {
    color: #999999 !important;
}

.text-red {
    color: #d64242 !important;
}

.text-orange {
    color: #cd7425 !important;
}

.text-green {
    color: #5DAC41 !important;
}

.text-right {
    text-align: right;
    float: right;
}

.programme_miniature .programme_miniature_footer {
    font-size: 13px;
}

.bg-black {
    background-color: var(--black);
}

.bg-dark {
    background-color: var(--dark-or-reversed-dark) !important;
}

.bg-gold {
    background-color: var(--primary-color);
}

.bg-grey {
    background-color: var(--grey-or-reversed-grey);
}

.bg-grey-light,
input.main-search-input-text.bg-grey-light,
.btn.bg-grey-light,
.btn.btn-default.bg-grey-light,
.dropdown-menu .filters-list-trigger.bg-grey-light input[type="range"].bg-grey-light  {
    background-color: var(--grey-or-reversed-grey) !important;
}

.btn {
    font-family: var(--btn-font-family);
    color: var(--reversed-white-or-white);
    border-radius: 50px;
}


@media (min-width: 992px){
    .btn.btn-default.btn-lg-transparent,
    .btn.btn-default.btn-lg-transparent:hover
    {
        background-color: transparent;
        box-shadow: none;
        color: var(--primary-color) !important;
    }
}

.btn-carre {
    border-radius: 4px;
    font-size: 14px;
    width: 130px;
    padding: 6px 0;
}

.btn.text-gold {
    color: var(--primary-color);
}

.btn.text-white {
    color: var(--reversed-white-or-white);
}

.btn.btn-primary {
    color: var(--reversed-black-or-black) !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn.btn-default {
    color: var(--primary-color) !important;
    border-color: var(--primary-color);
    background-color: transparent;
}

.btn.btn-default:hover {
    background-color: var(--primary-color);
    color: var(--reversed-black-or-black) !important;
    transition: 0.3s all;
}

.btn.btn-default.bg-grey-light.no-hover-effect:hover {
    background-color: var(--reversed-grey-light-or-grey-light);
    transition: 0.3s all;
    color: var(--white) !important;
    box-shadow: none;
}
.btn.btn-default.btn-transparent {
    background-color: transparent;
}
.btn.btn-default.btn-transparent:hover {
    color: var(--primary-color-or-white) !important;
}

.navbar .btn.btn-hover-lite:hover {
    background-color: inherit !important;
    color: var(--primary-color) !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 3s all;
}

.btn.btn-black {
    background-color: var(--reversed-black-or-black);
    color: var(--primary-color);
}

.btn.btn-danger {
    background-color: #b03035;
    color: var(--white);
}

.btn.btn-info {
    background-color: #B0A078;
    color: var(--black);
    border-color: #B0A078;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

@media (min-width: 992px) {
    .border-radius-lg-10 {
        border-radius: 10px !important;
    }
}

.separateur_texte {
    margin: 0 10px;
    color: var(--reversed-grey-light-or-grey-light);
}

.gerer_mon_option::before {
    content: "\25B2";
    color: var(--primary-color);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -13px;
    right: 20px;
}

.gerer_mon_option {
    display: none;
    background-color: var(--reversed-grey-light-or-grey-light);
    width: 150px;
    border-radius: 6px;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 90px;
}

.directeur_home {
    max-width: 900px;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
}

.directeur_home::before {
    background-image: var(--connexion-panel-bg-image-woman);
    content: "";
    display: block;
    width: 61px;
    height: 305px;
    position: absolute;
    background-repeat: no-repeat;
    left: -30px;
    bottom: -10px;
    background-size: contain;
}

#modal-demo-video .modal-dialog {
    max-width: 90%;
    max-height: 90%;
    height: 90%;
}

@media (max-width: 991.98px) {
    .directeur_home::before {
        background: none;
    }
}

.directeur_home .service-item p {
    font-size: 16px;
    line-height: 26px;
}

nav.navbar,
body {
    background-color: var(--body-bg);
}

#admin nav.navbar,
body#admin {
    background-color: white;
}

.sidebar a.active {
    background-color: #738840;
    color: white;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 1000;
}

/*** Spinner ***/
#spinner {
    background: var(--reversed-black-or-black);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 900;
    transition: 0.5s;
}

.btn.no-transition {
    transition: none !important;
}

.btn.btn-primary {
    color: var(--reversed-white-or-white);
}

.btn.btn-secondary {
    color: var(--primary-color);
    background-color: var(--reversed-grey-light-or-grey-light);
    border-color: var(--reversed-grey-light-or-grey-light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-setting {
    height: 100%;
    border-radius: 0 5px 5px 0px;
    border: navajowhite;
    background: var(--primary-color);
    color: var(--reversed-black-or-black);

}

.btn-setting:hover {
    cursor: pointer;
}

.popover_part_fiscale {
    background-color: var(--reversed-grey-light-or-grey-light);
    color: var(--primary-color);
    position : absolute;
    display: flex;
    flex-direction: column;
    width: 250px;
  right: 0;
  border-radius: 10px;
  z-index: 5;
  padding: 15px;
  gap: 16px;
}

/*** Home ***/
.home_vendez_plus,
.home_securisez_ventes,
.home_disposez,
.directeur_home {
    line-height: 30px;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-brand {
    height: 75px;
    margin-right: 40px;
}

a.nav-link.dropdown-toggle .fa-regular {
    color: var(--primary-color);
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    letter-spacing: 0;
    padding: 25px 0;
    color: var(--nav-link);
    font-weight: 500;
    outline: none;
}
.nav-item.btn {
    font-weight: bold;
}

/* .navbar .navbar-nav a.nav-item.nav-link:last-child, */
.navbar .navbar-nav.navbar-nav-right .nav-link {
    margin-right: 0;
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 10px;
    }

    a.nav-item.nav-link svg {
        display: none;
    }
}

.navbar .navbar-nav.navbar_main .nav-link {
    letter-spacing: 1px;
    white-space: nowrap;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    vertical-align: middle;
    margin-left: 8px;
    color: var(--primary-color);
}

.dropdown-menu {
    background: none;
}

.navbar-nav-right .dropdown-menu,
.navbar-nav-right .dropdown-menu span,
.navbar-nav-right .dropdown-menu a {
    font-family: var(--terciary-font-family), serif;
    font-size: 16px;
    letter-spacing: 1px !important;
    padding: 5px 15px;
}

.navbar-nav-right .dropdown-menu span {
    padding: 0 10px;
}

.navbar-nav .dropdown-item {
    color: var(--reversed-white-or-white);
}

.dropdown-item {
    padding: 10px 15px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--reversed-black-or-black);
    background-color: var(--primary-color);
}

img.logo {
    width: 137px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        background-color: var(--grey-or-reversed-grey);
        margin: 5px 0px;
        border-radius: 10px;
        padding: 18px 20px;
    }

    .navbar .navbar-nav .nav-link[data-toggle="modal"] {
        margin-top: 10px;
        padding: 20px 10px;
        font-size: 17px;
        color: var(--dark)!important;
        background-color: var(--primary-color);
        border-radius: 50px;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f054";
        font-family: "Font Awesome 6 Pro";
        vertical-align: middle;
        margin-left: 8px;
        color: var(--primary-color);
        right: 20px;
        position: absolute;
        transition: 0.1s all;
    }

    .navbar .dropdown-toggle.show::after {
        transform: rotate(90deg);
        transition: 0.1s all;
    }

    .navbar .navbar-nav {
        /* border-top: 1px solid #EEEEEE; */
    }

    /* button.navbar-toggler {
        position: absolute;
        top: 40px;
        right: 10px;
    } */

    button.navbar-toggler {
        position: relative;
        top: 10px;
        right: 10px;
    }

    a.navbar-brand.d-flex.align-items-center {
        margin: 0 auto;
    }

    img.logo {
        width: 95px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 50px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        background: var(--dropdown-menu-bg);
        padding: 0;
        left: -15px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
        background-color: var(--dropdown-menu-bg);
        border-radius: 6px;
    }
}

.navbar .btn:hover {
    color: #ffffff !important;
    background: var(--primary-color) !important;
}

#navbarCollapse .navbar-nav:last-child {
    font-family: var(--secondary-font-family), serif;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0;
}

.navbar-nav a {
    font-size: 14px;
    letter-spacing: 0;
}

.navbar-light .navbar-toggler-icon, .navbar-light .searchbar-toggler-icon {
    background-image: none;
}

.navbar-light .navbar-toggler-icon::after {
    border: none;
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    vertical-align: middle;
    margin-left: 8px;
    color: var(--reversed-white-or-white);
}

.navbar-light .searchbar-toggler-icon::after {
    border: none;
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    vertical-align: middle;
    margin-left: 8px;
    color: var(--primary-color);
}

.navbar-light .navbar-toggler {
	width: 55px;
	border: none;
	box-shadow: none;
}

.navbar-light .searchbar-toggler-icon::after {
	border: 0 solid;
	content: "\f00d";
	font-family: "Font Awesome 6 Pro";
	vertical-align: middle;
	margin-left: 8px;
	color: var(--primary-color);
}

.navbar-light .navbar-toggler.collapsed .searchbar-toggler-icon::after {
	content: "\f002";
 }

/*** Header ***/
.hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-color);
}

/*** Connexion / Inscription ***/
/* .connexion_panel label {
    text-transform: uppercase;
    color: var(--primary-color);
} */

.connexion_panel,
.inscription_panel_right {
    position: relative;
}

.connexion_panel::after {
    background-image: var(--connexion-panel-bg-image-woman);
    background-position: center;
    content: "";
    display: block;
    width: 90px;
    height: -webkit-fill-available;
    position: absolute;
    background-repeat: no-repeat;
    right: -44px;
    bottom: -264px;
    transform: scaleX(-1);
    background-size: contain;
}

.connexion_panel::before {
    background-image: var(--connexion-panel-bg-image-man);
    content: "";
    display: block;
    width: 150px;
    height: 885px;
    position: absolute;
    background-repeat: no-repeat;
    left: -64px;
    bottom: -484px;
    transform: scaleX(-1);
    background-size: contain;
}

@media (max-width: 991.98px) {
    .connexion_panel::after,
    .connexion_panel::before {
        display: none;
    }
}

.inscription_panel_right::after {
    background-image: var(--connexion-panel-bg-image-man);
    content: "";
    display: block;
    width: 90px;
    height: 330px;
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    bottom: -15px;
    background-size: contain;
}

/*** Service ***/
.service-item {
    position: relative;
}

.service-item.bg-gold::after {
    background-image: url("../img/personnage_m.webp");
    background-position: center;
    content: "";
    display: block;
    width: 90px;
    height: 330px;
    position: absolute;
    background-repeat: no-repeat;
    right: -50px;
    bottom: 0px;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .service-item.bg-gold::after {
        display: none;
    }
}

.service-item > p:nth-child(2n -1) {
    font-size: 1rem;
    overflow: hidden;
}

.service-item > p:nth-child(2n -1)::before,
.service-item > p:nth-child(2n -1)::after {
    content: "";
    display: inline-block;
    height: 0.7em;
    vertical-align: bottom;
    width: 100%;
    border-top: 1px solid #ffffff4d;
}

.service > .service-item:first-child > p:nth-child(2n -1)::before,
.service > .service-item:first-child > p:nth-child(2n -1)::after {
    border-top: 1px solid #5c595152;
}

/* .service > .service-item:last-child > p:nth-child(2n -1)::before,
.service > .service-item:last-child > p:nth-child(2n -1)::after {
    border-top: 1px solid #5C5951;
} */

.service-item > p:nth-child(2n -1)::after {
    margin-right: -100%;
    margin-left: 10px;
}

.service-item > p:nth-child(2n -1)::before {
    margin-left: -100%;
    margin-right: 10px;
}

/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--primary-color);
}

.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #ffffff;
    border: 2px solid var(--primary-color);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary-color);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--primary-color);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary-color);
}

/* .owl-dots {
    display: none;
} */

.owl-nav {
    display: block;
}

@media (max-width: 991.98px) {
    .owl-dots {
        display: block;
    }

    .owl-nav {
        display: none;
    }
}

.owl-dots {
    position: relative;
    bottom: 80px;
    margin: -10px;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--white);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--reversed-white-or-white);
    background: var(--primary-color);
    transition: 0.5s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--reversed-black-or-black);
}
.owl-theme .owl-nav [class*=owl-]:hover .bi::before {
    color: var(--primary-color);
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary-color);
    background: var(--black);
}

/*** FAQs ***/
.accordion-header {
    font-family: var(--primary-font-family), serif;
    font-size: 18px;
    line-height: inherit;
}

.accordion .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 0;
}

.accordion .accordion-button {
    background: transparent;
    color: var(--reversed-white-or-white);
}

.accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: var(--primary-color);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    transform: rotate(270deg);
}

.accordion .accordion-body {
    padding: 1rem 1.25rem;
}

/*** Footer ***/
.footer {
    background-color: var(--footer-bg);
    color: var(--reversed-white-or-white);
}

.footer .h5 {
    font-size: 16px;
    font-family: var(--secondary-font-family), serif;
    color: var(--reversed-white-or-white);
}

.footer ul {
    font-size: 16px;
    list-style: none;
    padding-left: 0;
    line-height: 35px;
}

.footer ul li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    font-family: var(--terciary-font-family), serif;
    font-size: 14px;
    color: var(--reversed-white-or-white);
}

.footer ul li a {
    color: var(--reversed-white-or-white);
}

.footer .text-white {
    color: var(--reversed-white-or-white) !important;
}

.footer ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #4f4e4a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.footer .copyright {
    font-size: 14px;
    padding: 25px 0;
    border-top: 1px solid var(--grey-or-reversed-grey);
}

.footer .copyright a {
    color: var(--primary-color);
}

.footer .copyright a:hover {
    color: var(--black);
}

.carte_t {
    font-size: 14px;
    line-height: 24px;
}

/*** Cercles dorés/noirs pictos ***/
.double-circle-gold {
    width: 70px;
    height: 70px;
    position: relative;
    border: solid var(--primary-color) 2px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: table;
}

.double-circle-gold::before {
    content: "";
    width: 78px;
    height: 78px;
    position: absolute;
    top: -6px;
    left: -6px;
    border: solid var(--primary-color) 2px;
    border-radius: 50%;
    box-sizing: border-box;
}

.double-circle-gold span {
    font-size: 28px;
    vertical-align: middle;
    display: table-cell;
    color: var(--primary-color);
}

.double-circle-dark {
    width: 68px;
    height: 68px;
    position: relative;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: table;
    background-color: var(--dark);
}

.double-circle-dark::before {
    content: "";
    width: 78px;
    height: 78px;
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid var(--dark) 2px;
    border-radius: 50%;
    box-sizing: border-box;
}

.double-circle-dark span {
    font-size: 28px;
    vertical-align: middle;
    display: table-cell;
    color: var(--primary-color);
}

/*** Témoignages home ***/
.testimonies_home_content {
    overflow: hidden;
}

.testimonies_home_content_name {
    font-family: var(--secondary-font-family), serif;
    font-size: 20px;
    line-height: 50px;
    margin: 0;
}

.testimonies_home_content_titre {
    font-family: var(--primary-font-family), serif;
    font-size: 14px;
    line-height: 15px;
}

.owl-theme .owl-nav {
    position: absolute;
    height: 51px;
    bottom: -2px;
    right: 30px;
    overflow: hidden;
}

.bi-chevron-left::before {
    content: "\2190";
    color: var(--black);
}

.bi-chevron-right::before {
    content: "\2192";
    color: var(--black);
}

.owl-theme .owl-nav [class*="owl-"] {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 12px;
    margin: 0;
}

.programmes-liste-carousel > .owl-nav [class*="owl-"] {
    display: inline-block;
    background-color: var(--grey-or-reversed-grey);
    padding: 9px 13px;
    margin: 0;
}

.programmes-liste-carousel > .owl-nav [class*="owl-"]:hover {
    background-color: var(--primary-color);
}

.testimonies-carousel > .owl-nav [class*="owl-"] {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 12px;
    margin: 0;
}

.owl-theme .owl-nav div.owl-prev {
    border-radius: 6px 0px 0px 6px;
}

.owl-theme .owl-nav div.owl-next {
    border-radius: 0 6px 6px 0;
}

/*** Team home ***/
.team_home img {
    border-radius: 10px;
}

/*** Facilitez votre quotidien home ***/
.facilitez_home {
    font-size: 16px;
}

.form-control {
    padding: 9px 0px;
    border-radius: 6px;
    color: var(--dark);
    border: 1px solid #e6e6e6;
    border-left: none;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#form-edit-client .form-control {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.input-group-addon {
    background: var(--input-group-addon-bg);
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.alert {
    display: none;
}

label {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 5px;
}

input::placeholder,
select:required:invalid {
    color: #6e757c;
}

#inscription_form_etape_2,
#inscription_form_etape_3 {
    display: none;
}

[class*="icheck-"] > label {
    padding-left: 35px !important;
    color: var(--reversed-white-or-white);
    text-transform: none;
    font-size: 14px;
    font-family: var(--primary-font-family), serif;
}

[class*="icheck-"] > input:first-child + label::before,
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 7px;
    margin-left: -35px;
}

[class*="icheck-"] > input:first-child:checked + label::after,
[class*="icheck-"]
    > input:first-child:checked
    + input[type="hidden"]
    + label::after {
    top: 7px;
}

.icheck-primary > input:first-child:checked + label::before,
.icheck-primary
    > input:first-child:checked
    + input[type="hidden"]
    + label::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + label::before,
.icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + input[type="hidden"]
    + label::before {
    border-color: var(--primary-color);
}

.breadcrumb_nav,
.breadcrumb_nav a {
    font-family: var(--breadcrumb-font-family);
    font-size: 12px;
    color: var(--primary-color);
}

.home_partenaires {
    /* background-color: var(--grey-or-reversed-grey); */
}

.home_partenaires img {
    background-color: var(--reversed-white-or-white);
    height: 45px;
    max-width: 160px;
    margin: 0 5px;
}

.home_partenaires span {
    display: inline-block;
    background-color: var(--reversed-white-or-white);
    padding: 8px 4px;
    border-radius: 10px;
    margin: 5px;
}

.navbar .navbar-nav .nav-link.nav-user {
    font-family: var(--terciary-font-family), serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--nav-link);
}

.navbar .navbar-nav .nav-link.nav-user img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

/*** Pages statiques ***/
span.bandeau_dore {
    font-family: var(--secondary-font-family), serif;
    background-color: var(--primary-color);
    color: var(--dark);
    position: relative;
    display: inline;
    padding: 4px 7px;
    font-size: 11px;
    border-radius: 4px;
}
/*** Pages statiques ***/

.breadcrumb_nav .fa-chevron-right {
    margin: 0 4px;
    font-size: 10px;
    vertical-align: middle;
}

/*
* PROGRAMME (Miniatures home, listing, détails...)
*/
.programme_miniature {
    overflow: hidden;
    position: relative;
}

.programme_miniature sub,
.programme_miniature .programe_price {
    text-align: right;
}

.programme_miniature sub {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 20px;
}

.programme_miniature .programe_price {
    font-family: var(--primary-bold-font-family);
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .programme_miniature .programe_price {
        font-size: 14px;
    }
}

.programme_details_principal_header, .programme_miniature_header {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 5px;
    width: 100%;
}


.programme_details_principal_header span,
.programme_miniature_header span {
    opacity:0.7;
}

.programme_miniature_header span.programme_exclusivite {
    opacity:1;
}

.programme_details_principal_header span,
.programme_miniature_header span,
.programme_exclusivite,
.programme_livraison {
    position: relative;
    display: inline;
    background-color: var(--grey-or-reversed-grey);
    padding: 4px 7px;
    font-size: 11px;
    color: var(--reversed-white-or-white);
    text-transform: uppercase;
    border-radius: 4px;
}

ul.programme_details__infos {
    padding-left: 0px;
    display: flex;
}

ul.programme_details__infos li {
    margin-right: 5px;
}

.programme_details__offres li,
.programme_details__infos li {
    font-size: 14px;
    list-style: none;
    color: #ffffff;
    /* display: inline-block; */
}

/* .programme_details__offres li:nth-child(2n + 1), .programme_details__infos li:nth-child(2n + 1) { */
.programme_details__offres li,
.programme_details__infos li {
    /* padding-left: 10px;
    border-left: 1px solid var(--reversed-grey-light-or-grey-light); */
    /* margin-left: 10px; */
}

.programme_details__offres li .fa-gift {
    margin-right: 5px;
}

.programme_details__offres li:first-child,
.programme_details__infos li:first-child {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}

.programme_details__offres li {
    min-width: 120px;
}

.programme_livraison {
    background-color: #4f4e4a;
    color: #ffffff;
}

.programme_miniature_nom {
    font-family: var(--secondary-font-family), serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.programme_details .programme_details_principal_header span.programme_exclusivite,
span.programme_exclusivite {
    font-family: var(--secondary-font-family), serif;
    background-color: var(--primary-color);
    color: var(--reversed-black-or-black);
    text-transform: none;
    float: right;
    right: 20px;
    top: 5px;
    padding: 3px 7px;
}

span.programme_exclusivite > img.img {
    width: 13px;
    display: inline;
}

.programme-carousel .owl-nav {
    position: absolute;
    height: 51px;
    bottom: 20px;
    right: 20px;
    border-radius: 6px;
    overflow: hidden;
    font-size: 18px;
}

.programme_miniature img.img-fluid {
    transition: 0.2s;
}

.programme_miniature:hover > img.img-fluid {
    transform: scale(1.04);
    transition: 0.1s;
}

.programme_details,
.programme_listing_lots {
    border-radius: 10px;
    background-color: var(--programmes-details-bg);
    color: var(--programmes-details-color);
    overflow: hidden;
    font-size: 16px;
    position: relative;
}

.sticky-top .programme_details__prix,
.sticky-top .programme_details__btn_voir_lots_disponibles {
    max-width: 205px;
    text-align: left;
    margin-right: 0;
    margin-left: auto;
}

.sticky-top .programme_details__btn_voir_lots_disponibles {
    font-size: 14px;
}

.programme_details_principal .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

@media (min-width: 991.98px) {
    .programme_details_principal,
    .programme-carousel {
        height: 440px;
    }

    .programme_details_principal:not(.sticky-top)
        .programme_details__btn_decouvrir,
    .programme_details_principal:not(.sticky-top)
        .programme_details__btn_voir_lots_disponibles {
        position: absolute;
        bottom: 0;
        padding: 0;
    }
}
.programme-carousel {
    overflow: hidden;
}

.programme_details h2 {
    line-height: 40px;
}

.programme_details__prix {
    font-family: var(--primary-font-family), serif;;
    color: var(--reversed-white-or-white);
    font-size: 10px;
    line-height: 25px;
    text-transform: uppercase;
}

.programme_details__prix .lot_type {
    font-size: 14px;
    text-transform: none;
    margin-left: 10px;
}

.programme_details__prix .prix {
    font-family: var(--primary-bold-font-family);
    font-size: 36px;
    font-weight: bold;
}

.sticky-top .programme_details__prix .prix {
    font-size: 28px;
    font-weight: bold;
}

.programme_details__equipements {
    text-transform: capitalize;
    color: var(--reversed-white-or-white);
    margin: 7px 0;
}

.programme_details__equipements::before {
    text-align: center;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    font-family: "Font Awesome 6 Pro";
    vertical-align: middle;
    margin-right: 5px;
    color: var(--primary-color);
    width: 30px;
    height: 30px;
    display: inline-grid;
    padding-top: 1px;
    font-size: 18px;
}

.ascenseur::before {
    content: "\e030";
}

.digicode::before {
    content: "\f8f0";
}

.interphone::before {
    content: "\f832";
}

.climatisation::before {
    content: "\f8f4";
}

.jardin::before {
    content: "\f06c";
}

.garage::before {
    content: "\e00a";
}

.videophone::before {
    content: "\e434";
}

.piscine::before {
    content: "\f5c5";
}

.gardien::before {
    content: "\e333";
}

.parking::before {
    content: "\f540";
}

.local_velos::before {
    content: "\f206";
}

.salle_de_sport::before {
    content: "\f44b";
}

.programme_details hr {
    color: #585858;
}

.programme_details__le_programme ul,
.programme_details__carte_interactive_cityScan ul,
.programme_details__documents ul,
.programme_details__operations_commerciales ul,
.tr_details_lot ul li,
.details_lot__autres_donnees_responsive li {
    list-style: none;
}

.programme_details__le_programme ul li,
.programme_details__carte_interactive_cityScan ul li,
.programme_details__documents ul li,
.tr_details_lot ul li,
.details_lot__autres_donnees_responsive li {
    line-height: 34px;
    padding-left: 20px;
    position: relative;
}

.programme_details__le_programme ul li::before,
.programme_details__carte_interactive_cityScan ul li::before,
.tr_details_lot ul li::before,
.details_lot__autres_donnees_responsive li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    /* background-color: #4F4E4A; */
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.details_lot__autres_donnees_responsive li::before {
    top: 7px;
}

.tr_details_lot ul li.ul_title::before {
    background-color: transparent;
}

.tr_details_lot ul li.ul_title {
    padding-left: 0;
    font-size: 14px;
    color: var(--primary-color);
    font-family: var(--secondary-font-family), serif;
}

.tr_details_lot ul {
    padding-left: 0;
}

.programme_details__operations_commerciales ul li {
    padding-left: 60px;
    margin-bottom: 20px;
}

/* .programme_details__operations_commerciales ul li::before {
    background-color: #4f4e4a;
    display: block;
    font-family: "Font Awesome 6 Pro";
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-bottom: -40px;
    margin-left: -60px;
    margin-right: 10px;
    padding-top: 6px;
    font-size: 20px;
    text-align: center;
} */

.programme_details__operations_commerciales ul li::before {
    background-color: #4f4e4a;
    display: block;
    font-family: "Font Awesome 6 Pro";
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin-bottom: -40px;
    margin-left: -60px;
    margin-right: 10px;
    padding-top: 6px;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: -10px;
    color: var(--primary-color);
}

/* .programme_details__operations_commerciales ul li:first-child:before {
    content: "\f06b";
}

.programme_details__operations_commerciales ul li::before {
    content: "\e5ce";
} */

.programme_details__operations_commerciales ul li.gift:before {
    content: "\f06b";
}

.programme_details__operations_commerciales ul li.euro::before {
    content: "\e5ce";
}

.programme_details__documents ul li {
    border-top: 1px solid #5c595152;
    padding: 10px 0;
}

.programme_details__documents ul li:last-child {
    border-bottom: 1px solid #5c595152;
}

.programme_details__documents ul li::before {
    content: "\f15b";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    display: inline-block;
}

.programme_miniature hr {
    color: #585858;
}

.programme_details__documents ul li a,
.programme_details__focus_promoteur a,
.programme_details__focus_fiscalite a {
    text-align: right;
    float: right;
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 5px;
}

.programme_details span.programme_exclusivite {
    float: none;
    right: 0;
    top: 0;
    padding: 4px 7px;
}
/*
* Fin PROGRAMME (Miniatures home, listing, détails...)
*/

#modal_connexion .modal-content {
    background-color: transparent;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.bandeau_to_hide {
    margin-bottom: -390px;
    /* margin-bottom: -150px; */
}

@media (max-width: 1200px) {
    .bandeau_to_hide {
        margin-bottom: -340px;
    }
}

.bandeau_hide {
    position: relative;
    margin-top: -330px;
    /* margin-top: -70px; */
    z-index: 9;
    padding-top: 130px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgb(30 30 30 / 55%) 10%,
        rgb(30 30 30) 40%
    );
}

.container.programme_details.programme_details_small {
    overflow: hidden;
    max-height: 360px;
}

.testimonies-carousel .owl-nav {
    position: absolute;
    bottom: -20px;
    right: 20px;
    height: 50px;
}

.programmes-liste-carousel .owl-nav {
    position: absolute;
    /* top: -60px; */
    top: -70px;
    right: 0;
    height: 40px;
}

.programmes-liste-carousel .owl-nav div {
    background-color: var(--grey-or-reversed-grey);
    padding: 5px 10px 8px;
}

.programmes-liste-carousel .owl-nav div i.bi::before {
    color: #8b8b8b;
}
.programmes-liste-carousel .owl-nav div:hover i.bi::before {
    color: white;
}

.programe_liste__btn_afficher_tout {
    position: absolute;
    right: 90px;
    top: 20px;
    z-index: 10;
}

.programe_liste__btn_afficher_tout a {
    font-family: var(--secondary-font-family), serif;
    font-size: 14px;
}

#show-advanced-search {
    right: 90px;
    top: 20px;
    z-index: 10;
    font-family: var(--secondary-font-family), serif;
    color: var(--primary-color);
    background-color: var(--reversed-grey-light-or-grey-light);
    display: block;
    text-align: right;
}
.input-bg {
    background-color: var(--reversed-grey-light-or-grey-light);
}

#show-advanced-search.btn.btn-default:hover {
    background-color: var(--primary-color);
}

.block-main-search button.btn-checked {
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    font-weight: normal;
}

.block-main-search button.btn-unchecked {
    border: 1px solid transparent;
    background: var(--grey-or-reversed-grey);
    color: var(--reversed-white-or-white);
    font-weight: normal;
}

.programme_details__btn_decouvrir,
.programme_details__btn_voir_lots_disponibles {
    width: 100%;
    height: 20%;
}

.programme_details__btn_decouvrir .btn,
.programme_details__btn_voir_lots_disponibles .btn {
    width: 100%;
}

@media (max-width: 991.98px) {
    .programme_details__btn_decouvrir,
    .programme_details__btn_voir_lots_disponibles {
        position: relative;
    }
}

.programme_details.sticky-top {
    display: none;
    top: 100px !important;
    background: #1a1a1a;
    z-index: 10;
}

.programme_details.sticky-top.shadow-sm {
    display: block;
}

img.loader_svg {
    width: 20px !important;
    display: inline-block !important;
}

/*
* Prise de rendez-vous
*/
th.recall-spacing {
    color: var(--reversed-white-or-white);
}

th.recall-spacing {
    font-size: 16px;
}

th.recall-spacing .small {
    font-size: 14px;
}

li.recall-spacing {
    list-style: none;
    background: #4d4d4d;
    color: var(--reversed-white-or-white);
    padding: 8px 25px;
    margin: 6px 2px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

li.recall-spacing:hover {
    background: #3f3f3f;
    transition: 0.2s all;
}

li.recall-spacing.selected {
    background: var(--primary-color);
}

li.recall-spacing.disabled {
    opacity: 0.5;
    cursor: default;
}

th.recall-spacing-hide {
    display: none;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--reversed-white-or-white);
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary-color-or-white);
    border: 1px solid #e6e6e6;
    height: 100%;
    border-radius: 3px 0 0 3px;
}

ul.calendrier_rendez_vous.item {
    padding: 1px;
    text-align: center;
}

.carousel-creneaux .owl-nav {
    display: block;
    position: absolute;
    top: 15px;
    width: 110%;
    left: -5%;
}

.carousel-creneaux .owl-prev {
    float: left;
    border-radius: 50%;
    background: #393939;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 15px;
    color: var(--reversed-white-or-white);
}

.carousel-creneaux .owl-next {
    float: right;
    border-radius: 50%;
    background: #393939;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 15px;
    color: var(--reversed-white-or-white);
}

.calendrier_rendez_vous.item li span,
.calendrier_rendez_vous.item li small {
    color: var(--reversed-white-or-white);
}

.calendrier_rendez_vous.item li span {
    font-size: 18px;
}

.calendrier_rendez_vous.item li small {
    font-size: 14px;
}

form#recall-form label {
    font-family: var(--secondary-font-family), serif;
    font-size: 17px;
    color: var(--reversed-white-or-white);
    text-transform: initial;
    padding: 10px 0;
}

.error-message {
    color: var(--primary-color);
    font-size: 14px;
    display: none;
}

.is-invalid {
    background-color: #fce4e4;
    border: 1px solid var(--primary-color);
    outline: none;
}
/*** Fin prise RDV ***/

/*** Searchbar ***/
.block-main-search {
    margin: 80px auto 10px;
}

nav.nav-container {
    margin-top: 20px;
}

div#opacity-bg {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8449754901960784) 0%,
        rgba(0, 0, 0, 0.654499299719888) 9%
    );
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -70px;
}

.block-main-search .block-main-search-content {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}

.block-main-search .input-container {
    position: relative;
    height: 54px;
}

.block-main-search .input-container input {
    border-radius: 3px;
}

.block-main-search .input-container:not(:last-child) {
    margin: 0 0 10px;
}

.block-main-search .input-container.location input {
    padding: 0 15px;
}

.dropdown-menu > .input-container::before,
.block-main-search .input-container.commissions::before,
.block-main-search .input-container.promoteur::before,
.block-main-search .input-container.fiscalites::before {
    position: absolute;
    right: 15px;
    bottom: 21px;
    width: 8px;
    transition: transform 0.2s ease;
    pointer-events: none;
    content: "\f107";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--primary-color);
}

.dropdown-menu > .input-container.open::before,
.block-main-search .input-container.commissions.open::before,
.block-main-search .input-container.promoteurs.open::before,
.block-main-search .input-container.fiscalites.open::before {
    transform: rotate(180deg);
}

.block-main-search .input-container.unit::before {
    content: "\f153";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    bottom: 16px;
    color: var(--reversed-white-or-white);
    font-size: 14px;
}

.block-main-search .input-container.m2::before {
    content: "m²";
    font-weight: 900;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    bottom: 16px;
    color: var(--reversed-white-or-white);
    font-size: 14px;
}

.block-main-search .input-container.unit input {
    padding-right: 30px;
}

.block-main-search button,
.block-main-search input[type="text"],
.block-main-search input[type="submit"] {
    width: 100%;
    height: 44px;
    border: 0;
    outline: none;
}

.block-main-search button::-moz-placeholder,
.block-main-search button:-ms-input-placeholder,
.block-main-search button::placeholder,
.block-main-search input[type="text"]::-moz-placeholder,
.block-main-search input[type="text"]:-ms-input-placeholder,
.block-main-search input[type="text"]::placeholder,
.block-main-search input[type="submit"]::-moz-placeholder,
.block-main-search input[type="submit"]:-ms-input-placeholder,
.block-main-search input[type="submit"]::placeholder,
select:required:invalid {
    color: #b1b1b1;
}

.block-main-search .main-search-label {
    font-family: var(--block-main-search-input-text-font-family), sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    z-index: 1;
}

.block-main-search .main-search-button-text {
    font-family: var(--block-main-search-input-text-font-family), sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: #9c9b96;
    text-align: left;
    position: absolute;
    bottom: 11px;
    right: 15px;
    left: 15px;
    z-index: 1;
}

.block-main-search .main-search-button-text.filled {
    color: var(--reversed-white-or-white);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.block-main-search .main-search-input-text, #main-search-budget {
    font-family: var(--block-main-search-input-text-font-family), sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 3.375rem;
    color: var(--reversed-white-or-white);
    padding: 0 15px;
}

.block-main-search .main-search-input-text.with-label, #main-search-budget {
    padding-top: 12px;
}

input#main-search-input-text,
input.main-search-input-text,
.block-main-search .filters-list-trigger,
input#main-search-budget {
    height: 54px;
    background-color: var(--reversed-grey-light-or-grey-light);
}

.block-main-search .filters-list-trigger span {
    pointer-events: none;
}

.block-main-search .search-list {
    margin: 0;
    padding: 11px 13px;
    padding: 0;
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    left: 0;
    z-index: 9001;
    background-color: var(--dropdown-menu-bg);
    list-style: none;
    opacity: 0;
    box-shadow: 0 0 5px #0000001f;
    visibility: hidden;
    transition: opacity 0.2s ease, top 0.3s ease;
}

.block-main-search .search-list.show {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 1px);
    width: 100%;
}

@media (min-width: 992px) {
    .block-main-search .search-list.search-list-wauto {
        width: auto;
        left: 75%;
    }
}

.search-list.locations-list {
    width: 100%;
    text-align: left;
    overflow: auto;
    max-height: 440px;
    padding: 10px 20px;
}

.search-list.locations-list .location-item:not(:last-child) {
    margin: 0 0 15px;
}

.search-list.locations-list .location-title {
    font-family: var(--primary-font-family), sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: var(--reversed-white-or-white);
}

.search-list.locations-list ul {
    list-style: none;
    padding: 0 0 0 30px;
}

.search-list.locations-list ul li {
    font-family: var(--primary-font-family), sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.375rem;
    color: var(--reversed-white-or-white);
    cursor: pointer;
}

.search-list.filters-list .input-container {
    display: flex;
    align-items: center;
    margin: 0;
}

.search-list.filters-list input[type="checkbox"] {
    display: none;
}

.search-list.filters-list input[type="checkbox"]:checked + label .input-checkbox-custom::before {
    width: 16px;
    height: 16px;
}

.block-main-search .search-list.filters-list .input-checkbox-custom {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.block-main-search .search-list.filters-list .input-checkbox-custom::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 2px;
    background-color: var(--primary);
    transition: width 0.1s ease, height 0.1s ease;
}

.block-main-search .search-list.filters-list label {
    font-family: var(--primary-font-family), sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.375rem;
    color: var(--reversed-white-or-white);
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    padding: 5px 10px;
}

.block-main-search .search-list.filters-list label:hover {
    background-color: var(--primary-color);
    color: var(--reversed-black-or-black);
}

.block-main-search .main-search-results {
    font-family: "BebasNeue", sans-serif;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: var(--primary);
    margin: 20px 0 30px;
}

.block-main-search .arguments-list {
    margin: 0 auto 32px;
}

.block-main-search .search-filters {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.block-main-search .search-tag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-main-search .search-tag-list .search-tag-item {
    margin: 0 10px 10px 0;
}

.block-main-search .search-tag-list .search-tag-item .search-tag {
    height: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 3px 0 10px;
    color: var(--primary-color);
}

.block-main-search
    .search-tag-list
    .search-tag-item
    .search-tag
    .search-tag-label {
    font-family: var(--primary-font-family), sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    color: var(--primary);
}

.block-main-search
    .search-tag-list
    .search-tag-item
    .search-tag
    .search-tag-button {
    height: 27px;
    color: var(--primary-color);
    background-color: transparent;
    width: 25px;
    font-size: 14px;
}

.block-main-search .btn.btn-search-reset {
    width: auto;
    height: 60px;
    padding: 0;
}

.block-main-search .btn.btn-search-reset.hidden {
    opacity: 0;
}

.block-main-search .btn.btn-search-reset .text {
    font-family: var(--primary-font-family), sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    color: var(--primary-color);
    padding: 0 0 0 17px;
}

.block-main-search .btn.btn-search-reset .text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
}

.block-main-search.page {
    max-width: none;
}

.block-main-search.page .block-main-search-content {
    margin: 0;
}

.block-no-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 50px;
}

.block-no-result .icon-no-result {
    width: 136px;
    height: 136px;
    border-radius: 4px;
    background-color: #111a2d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 34px;
}

.block-no-result .icon-no-result::before {
    content: "";
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 76px 78px;
    width: 76px;
    height: 78px;
}

.block-no-result .title {
    font-family: "BebasNeue", sans-serif;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    color: var(--primary);
    text-transform: uppercase;
    margin: 0 0 15px;
}

.block-no-result p {
    font-size: 1.125rem;
    color: #556078;
    text-align: center;
}

section.block-main-search-container {
    margin: 0 0 40px;
    padding: 23px 0;
    background-color: #152038;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
}

input#main-search-input-text,
#main-search-budget,
button#main-search-filters-list-trigger-statut,
button#main-search-filters-list-trigger-fiscalites,
button#main-search-filters-list-trigger-promoteurs,
button#main-search-filters-list-trigger-commissions,
input#main-search-budget {
    margin: 0;
}

.search-loupe-mobile {
    background-color: #000000;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    position: fixed;
    top: 13px;
    right: 55px;
}

.search-loupe-mobile img {
    width: 25px;
}

@media (max-width: 1052px) {
    .header .logo-mozart {
        top: 30px;
    }

    .search-content {
        margin-top: 390px;
    }

    .homepage-intro {
        padding: 70px 0 40px;
    }

    .page-intro {
        margin-top: 390px;
    }

    .header .container {
        max-width: inherit;
    }
}

@media (min-width: 1052px) {
    .header {
        height: auto;
        background-color: #000000;
    }

    .homepage-intro {
        padding: 255px 0 50px;
    }

    .block-main-search {
        margin: 30px auto 0;
    }
}

@media (min-width: 992px) {
    .block-main-search .block-main-search-content {
        flex-direction: row;
        align-items: center;
        margin: 0 0 15px;
    }

    .block-main-search .input-container input {
        border-radius: 0;
    }

    .block-main-search .input-container:first-child input,
    .block-main-search .input-container:first-child button {
        border-radius: 10px 0 0 10px;
    }

    .block-main-search .input-container:last-child input {
        border-radius: 0 10px 10px 0;
    }

    .block-main-search .input-container:not(:last-child) {
        margin: 0;
    }

    .block-main-search .input-container:not(:first-child):not(:last-child) {
        border-left: 1px solid #000000;
    }

    .block-main-search .input-container.location {
        flex: 1 1 auto;
    }

    .block-main-search .input-container.location input {
        padding: 0 20px;
    }

    .block-main-search .input-container.budget {
        flex: 0 0 67px;
    }

    .block-main-search .input-container.promoteurs,
    .block-main-search .input-container.fiscalites {
        flex: 0 0 150px;
    }

    .block-main-search .input-container.statut,
    .block-main-search .input-container.type-bien,
    .block-main-search .input-container.surface-min,
    .block-main-search .input-container.surface-max,
    .block-main-search .input-container.prix-min,
    .block-main-search .input-container.prix-max,
    .block-main-search .input-container.etage {
        flex: 0 0 140px;
        flex: 0 0 12.5%;
    }

    .block-main-search .input-container.commissions {
        flex: 0 0 150px;
    }

    .block-main-search .input-container.commissions::before,
    .block-main-search .input-container.fiscalites::before,
    .block-main-search .input-container.promoteurs::before {
        right: 10px;
        bottom: 16px;
    }

    .block-main-search .input-container.budget {
        flex: 0 0 150px;
    }

    .block-main-search .input-container.submit {
        /* flex: 0 0 160px; */
        flex: 0 0 12.5%;
    }

    .block-main-search .input-container.unit::before {
        bottom: 13px;
    }

    .block-main-search button,
    .block-main-search input[type="text"],
    .block-main-search input[type="submit"] {
        height: 54px;
    }

    .block-main-search .main-search-label {
        top: 12px;
    }

    .block-main-search .main-search-input-text.with-label, #main-search-budget {
        padding-top: 18px;
    }

    .block-main-search .main-search-results {
        text-align: right;
        margin: 20px 0;
    }

    .block-main-search .search-filters {
        flex-direction: row;
    }

    .block-main-search .btn.btn-search-reset {
        height: 30px;
    }

    section.block-main-search-container .input-container.commissions,
    section.block-main-search-container .input-container.promoteurs,
    section.block-main-search-container .input-container.fiscalites,
    section.block-main-search-container .input-container.budget {
        flex: 0 0 190px;
    }
}

@media (min-width: 768px) {
    .block-main-search .search-list {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: inherit;
    }
}

@media (max-width: 991px) {
    div#searchbarCollapse {
        z-index: 2000;
        position: fixed;
        background: var(--dark);
        padding-top: 30px !important;
        margin-top: -50px;
    }
    div#searchbarCollapse.searchbarLotCollapse {
        margin-top: -485px;
	    position: absolute;
	    padding-top: 0 !important;
    }
}
@media (max-width: 768px) {
    div#searchbarCollapse.searchbarLotCollapse {
        margin-top: -350px;
    }
}

.searchbar_commission_icon {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 5px;
}
/*** Fin Searchbar ***/

/*** Programme listing lots ***/
table#table_programme_lots caption {
    caption-side: top;
    font-family: var(--secondary-font-family), serif;
    font-size: 20px;
    color: var(--reversed-white-or-white);
}
table#table_programme_lots {
    font-family: var(--primary-font-family), serif;
    border-collapse: separate;
    border-spacing: 0 10px;
    padding: 0;
}

table#table_programme_lots thead tr {
    font-family: var(--terciary-font-family), serif;
    font-size: 14px;
    background-color: var(--grayish-blue-or-grey-light);
}

table#table_programme_lots tbody {
    /* font-size: 13px; POUR TEST */
    font-size: 14px;
}

table#table_programme_lots tr {
    border-radius: 10px;
    background-color: var(--grey-or-reversed-grey);
    color: var(--reversed-white-or-white);
    transition: all 0.4s;
}

table#table_programme_lots tr.lot_vendu,
.table_programme_lots_responsive.lot_vendu {
    background-color: var(--white-or-bronze-black);
    color: #636363;
}

table#table_programme_lots td,
table#table_programme_lots th {
    height: 50px;
    text-align: center;
}

table#table_programme_lots tr.tr_lot:hover {
    background-color: var(--reversed-grey-light-or-grey-light);
    transition: all 0.4s;
}

table#table_programme_lots td:first-child,
table#table_programme_lots th:first-child {
    border-radius: 10px 0 0 10px;
    padding-left: 10px;
}

table#table_programme_lots td:last-child,
table#table_programme_lots th:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 10px;
    width: 20px;
}

table#table_programme_lots td:nth-last-child(n + 2),
table#table_programme_lots th:nth-last-child(n + 2) {
    width: 210px;
}

table#table_programme_lots button.btn {
    font-size: 12px;
    width: 180px;
}

div.btn_pinel_ou_residence_principale button.btn.btn-default:hover {
    background-color: inherit;
    color: var(--primary-color) !important;
    cursor: pointer;

}

table#table_programme_lots tr.tr_details_lot td:first-child {
    border-radius: 0;
    padding-left: 0px;
}

table#table_programme_lots tr.tr_details_lot td:last-child {
    border-radius: 0;
    padding-right: 0px;
}

table#table_programme_lots .tr_lot {
    position: relative;
    z-index: 2;
}

table#table_programme_lots .tr_details_lot {
    display: none;
}

table#table_programme_lots .tr_details_lot {
    top: -20px;
    position: relative;
    z-index: 1;
}

.tr_details_lot div.container {
    margin-top: 10px;
    text-align: left;
    border-top: 1px solid var(--reversed-grey-light-or-grey-light);
}

.tr_lot td:last-child span {
    width: 7px;
    display: inline-block;
    text-align: center;
}

span.text-gold.ajax_commission img {
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

select#clients_list {
    display: none;
}

#client_recherche {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*** Fin Programme listing lots ***/

/*** Espace partenaire : Mes Options ***/
table#table_option {
    font-family: var(--primary-font-family), serif;
    border-collapse: separate;
    border-spacing: 0 10px;
    padding: 0;
    width: inherit;
}

table#table_option tbody {
    font-size: 13px;
}

table#table_option tr.table_accordeon_details div.container {
    border-top: none;
}

table#table_option .tr_details_lot__plans_du_lot {
    border-left: none;
}

table#table_option .tr_details_lot__plans_du_lot_titre {
    border-bottom: 1px solid var(--reversed-grey-light-or-grey-light);
}

table tr.table_accordeon_tr {
    background-color: var(--grey-or-reversed-grey);
    color: var(--reversed-white-or-white);
    transition: all 0.4s;
}

table tr.table_accordeon_details {
    background-color: var(--grey-or-reversed-grey);
}

table.table_accordeon .table_accordeon_tr td:nth-child(2),
table.table_accordeon .table_accordeon_tr th:first-child{
    border-radius: 10px 0 0 10px;
    padding-left: 10px;
}

table.table_accordeon .table_accordeon_tr td:last-child,
table.table_accordeon .table_accordeon_tr th:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 10px;
}

table.table_accordeon .table_accordeon_details td:first-child,
table.table_accordeon .table_accordeon_details th:first-child {
    padding-left: 10px;
}

table.table_accordeon .table_accordeon_details td:last-child,
table.table_accordeon .table_accordeon_details th:last-child {
    border-radius: 0 0 10px 10px;
    padding-right: 10px;
}

table#table_option td {
    height: 50px;
}

table.table_accordeon .table_accordeon_tr td.td_option_responsive {
    display: none;
    border-radius: 10px;
}

table.table_accordeon .table_accordeon_tr td.td_option_desktop {
    display: table-cell;
}

@media (max-width: 768px) {
    table.table_accordeon .table_accordeon_tr td.td_option_responsive {
        display: table-cell;
        border-radius: 10px;
    }

    table.table_accordeon .table_accordeon_tr td.td_option_desktop {
        display: none;
    }

    .gerer_mon_option {
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        right: 0;
        border-radius: 6px 6px 0 0;
        z-index: 1050;
    }

    .gerer_mon_option::before {
        content: '';
    }

    .gerer_mon_option button {
        width: 90%;
        padding: 10px;
    }

    .btn_gerer_mon_option, .btn_afficher_mon_option {
        width: 90%;
    }
}

table#table_option td:last-child,
table#table_option th:last-child {
    padding-right: 10px;
    text-align: right;
    width: 210px;
}

table#table_option a.btn {
    font-size: 12px;
    width: 180px;
}

table tr.table_accordeon_details {
    display: none;
}

table tr.table_accordeon_details {
    top: -20px;
    position: relative;
    z-index: 1;
}

table tr.table_accordeon_details div.container {
    margin-top: 10px;
    text-align: left;
    border-top: 1px solid var(--reversed-grey-light-or-grey-light);
}

.tr_details_lot__plans_du_lot_telecharger {
    border-bottom: 1px solid var(--reversed-grey-light-or-grey-light);
}

.option_statut_1,
.option_statut_2,
.option_statut_3,
.option_statut_4,
.option_statut_5,
.option_statut_expiree,
.denonciation_etat_0,
.denonciation_etat_1 {
    text-align: center;
    border-radius: 3px;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: var(--primary-font-family), serif;
    width: 88px;
    padding: 4px 0;
}

.denonciation_etat_0,
.denonciation_etat_1 {
    margin-left: auto;
    margin-right: 0px;
}


@media (max-width: 991px) {
    .denonciation_etat_0,
    .denonciation_etat_1 {
        margin-left: 0px;
        margin-right: auto;
    }
}

.option_statut_1 {
    /* envoyée */
    background-color: var(--primary-color);
    color: var(--dark);
    content: "\e29e";
}

.option_statut_2 {
    /* acceptée */
    background-color: #64733e;
    color: var(--white);
    content: "\f00c";
}

.option_statut_3,
.denonciation_etat_0 {
    /* rejetée */
    background-color: #832d2d;
    color: var(--white);
    content: "\f00d";
}

.option_statut_4,
.denonciation_etat_1 {
    /* confirmée */
    background-color: var(--bg-accepte);
    color: var(--white);
    content: "\f00c";
}

.option_statut_5 {
    /* annulée */
    background-color: var(--bg-refuse);
    color: var(--white);
    content: "\f00d";
}

.option_statut_expiree {
    /* expirée */
    background-color: #4f4e4a;
    color: var(--white);
    content: "\f253";
}

.option_statut_1::before,
.option_statut_2::before,
.option_statut_3::before,
.option_statut_4::before,
.option_statut_5::before,
.option_statut_expiree::before,
.denonciation_etat_0::before,
.denonciation_etat_1::before {
    font-family: "Font Awesome 6 Pro";
    display: inline;
    margin-right: 5px;
}

.option_statut_1::before {
    /* envoyée */
    content: "\e29e";
}

.option_statut_2::before {
    /* acceptée */
    content: "\f00c";
}

.option_statut_3::before,
.denonciation_etat_0::before {
    /* rejetée */
    content: "\f00d";
}

.option_statut_4::before,
.denonciation_etat_1::before {
    /* confirmée */
    content: "\f00c";
}

.option_statut_5::before {
    /* annulée */
    content: "\f00d";
}

.option_statut_expiree::before {
    /* expirée */
    content: "\f253";
}

.option_user_img,
.denonciation_user_img {
    width: 20px;
    margin-right: 5px;
}

.option_user_img {
    vertical-align: top;
}

.denonciation_user_img {
    vertical-align: text-top;
}
/*** Fin Espace partenaire : Mes Options ***/

/*** CityScan ***/
.widget-cityscan {
    width: 100%;
    display: inline-block;
}

.cityscan-tel {
    display: none;
}

@media (max-width: 820px) {
    .widget-cityscan {
        width: 100%;
    }

    .cityscan-tel {
        display: inline-block;
    }
}
/*** Fin CityScan ***/

#table_programme_lots .tr_details_lot__plans_du_lot {
    border-left: 1px solid var(--reversed-grey-light-or-grey-light);
}

.tr_details_lot__autres_donnees ul {
    /* -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; */
    list-style-type: square;
}

/* #table_option ul {
    margin-left: 0;
    padding-left: 10px;
    color: var(--reversed-white-or-white);
} */

.generez_presentation_personnalisee {
    background-color: var(--reversed-grey-light-or-grey-light);
}

.simulateur_form h4 {
    font-size: 16px;
}

.simulateur_form .input-group {
    /* width: 200px; */
}

.simulateur_form .form-control {
    padding-left: 15px;
}

.simulateur_form .input-date-container {
    display: flex;
    align-items: center;
}

.simulateur_form .input-group-text {
    border-radius: 0 6px 6px 0;
    color: var(--reversed-black-or-black);
}

.simulateur_form .input-group .form-control {
    border-right: none;
}

.input-date-container > .date:first-child {
    width: 35%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-date-container > .date:last-child {
    width: 65%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.unmask_password {
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    cursor: pointer;
    padding: 9px 12px;
}

/*** Timeline Parcours du CGP ***/
.timeline {
    width: 100%;
}

.timeline .row [class*="col-"] {
    position: relative;
}

.timeline .row .col.middle-line {
    border-right: 20px solid var(--grey-or-reversed-grey);
}

.timeline .row .avatar-separator img {
    border: 0.0625rem solid #dce6f3;
    padding: 0.125rem;
}

span.avatar-separator {
    background-color: var(--primary-color);
    border-radius: 50%;
    color: var(--dark);
    font-weight: bold;
    padding: 4px 0px;
    font-family: var(--secondary-font-family), serif;
    font-size: 30px;
    width: 53px;
    margin: auto;
}

.timeline-img {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.timeline .bg-grey.border-radius-10 {
    margin: -40px 0;
}

.timeline > .row:nth-child(4) div.bg-grey.border-radius-10 {
    margin: -140px 0;
}

.timeline > .row:nth-child(5) div.bg-grey.border-radius-10 {
    margin: 0 0;
}

.timeline > .row:nth-child(6) div.bg-grey.border-radius-10 {
    margin: -50px 0;
}

.timeline > .row:nth-child(7) div.bg-grey.border-radius-10 {
    margin: 30px 0;
}

.timeline > .row:nth-child(10) div.bg-grey.border-radius-10 {
    margin: -70px 0;
}

/* .timeline > .row:nth-child(4) div.bg-grey.border-radius-10 {
    margin: 0 0px;
} */

@media (max-width: 820px) {
    .timeline .bg-grey.border-radius-10 {
        margin: 40px 0;
    }

    .timeline > .row:nth-child(4) div.bg-grey.border-radius-10,
    .timeline > .row:nth-child(5) div.bg-grey.border-radius-10,
    .timeline > .row:nth-child(6) div.bg-grey.border-radius-10,
    .timeline > .row:nth-child(10) div.bg-grey.border-radius-10 {
        margin: 40px 0;
    }
}

/*** Espace partenaire : Mes Réservations ***/
.reservations_liste {
    font-size: 16px;
}

.reservations_liste h2 {
    font-family: var(--primary-font-family), serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}

.reservations_liste h3 {
    font-size: 18px;
    line-height: 30px;
}


.btn-apply-filter.btn.btn-default,
.btn-cancel-filter.btn.btn-default {
    background-color: var(--white-or-primary-color);
    color: var(--primary-color-or-white) !important;
    border: 1px solid var(--primary-color-or-white);
}

.btn-apply-filter.btn.btn-default:hover,
.btn-cancel-filter.btn.btn-default:hover {
    background-color: var(--primary-color-or-white);
    color: var(--white-or-primary-color) !important;
}

.btn-apply-filter.btn-primary:hover,
.btn-cancel-filter.btn-primary:hover,
.btn_gerer_mon_option.btn-primary:hover,
.reservation_details.btn-primary:hover {
    background-color: var(--white-or-primary-color);
    color: var(--primary-color-or-white) !important;
}

.reservation_details_resultats span::before {
    content: " ";
    display: inline-block;
    background-color: #9c9b96;
}

.reservation_details_resultats
    span.id_vente_workflow_instance_tache_statut_2::before,
.reservation_details_resultats
    span.id_vente_workflow_instance_tache_statut_5::before {
    background-color: transparent;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    vertical-align: super;
    color: var(--dark);
    font-size: 15px;
}

.reservation_details_resultats {
    display: none;
    background-color: var(--grey-or-reversed-grey);
}

.reservation_details_resultats span {
    /* display: block;
    margin: 20px 0; */

    /* background-color: #9c9b96; */
}

span.avatar-separator.id_vente_workflow_instance_tache_statut_2,
span.avatar-separator.id_vente_workflow_instance_tache_statut_5 {
    background-color: var(--primary-color);
}

.reservation_details_resultats .avatar-separator {
    background-color: #9c9b96;
}

.reservation_details_resultats .timeline .row .col.middle-line {
    border-right: 4px solid #9c9b96;
}

.reservation_details_resultats
    .timeline
    .row
    .col.middle-line.id_vente_workflow_instance_tache_statut_2,
.reservation_details_resultats
    .timeline
    .row
    .col.middle-line.id_vente_workflow_instance_tache_statut_5 {
    border-right: 4px solid var(--primary-color);
}

.reservation_details_resultats
    .avatar-separator.id_vente_workflow_instance_tache_statut_1 {
    background-color: #9c9b96;
}

.reservation_details_resultats
    .avatar-separator.id_vente_workflow_instance_tache_statut_2,
.reservation_details_resultats
    .avatar-separator.id_vente_workflow_instance_tache_statut_5 {
    background-color: var(--primary-color) !important;
}

.id_vente_workflow_instance_tache_statut_2,
.id_vente_workflow_instance_tache_statut_5 {
    color: var(--primary-color) !important;
}

.reservation_details_resultats span.avatar-separator {
    width: 30px;
    height: 30px;
    padding: 0px;
}

.reservation_details_resultats h3 {
    padding: 20px 5px 10px;
    border-bottom: 1px solid var(--reversed-grey-light-or-grey-light);
}

.libelle_etape {
    color: var(--reversed-white-or-white);
}

.reservation_btn_telecharger_document {
    cursor: pointer;
}

.form_workflow .form-control {
    padding: 9px 15px;
}

.form-control-error {
    background: red;
    border-color: #bc0a0a;
    box-shadow: 0 0 9px 0px red, 0 0 0 30px #ffcece inset !important;
}

.reservation_details_du_bien {
    overflow: hidden;
}

/*
Boutons toggle Formulaires générations prez
*/
.toggle_mode_discret {
    position: relative;
    width: 90%;
    height: 50px;
    padding: 10px 10px;
    background-color: var(--dark);
    margin: 10px auto;
    border-radius: 6px;
}

.toggle_mode_discret span {
    padding: 0px 10px;
    top: -5px;
    position: relative;
    color: var(--primary-color);
    font-size: 14px;
}

.toggle_mode_discret input {
    display: none;
}

.toggle_mode_discret label {
    width: 50px;
    height: 30px;
    box-sizing: border-box;
    border: 2px solid #4b586f;
    float: left;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

.toggle_mode_discret input[type="checkbox"]:checked + label {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.toggle_mode_discret input[type="checkbox"]:checked + label:before {
    left: 18px;
    border: 2px solid var(--primary-color);
}

.toggle_mode_discret label:before {
    transition: 0.3s ease;
    background-image: url("../img/briefcase-solid.webp");
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: white;
    left: -2px;
    top: -2px;
    box-sizing: border-box;
    border: 2px solid;
    color: #4b586f;
    border-radius: 100px;
    background-size: 15px;
}

@media (max-width: 450px) {
    .programme_details_principal .owl-carousel .owl-item img {
        height: 244px;
    }
}

@media (min-width: 451px){
    .programme_details_principal .owl-carousel .owl-item img {
        height: 310px;
    }
}

@media (min-width: 768px){
    .programme_details_principal .owl-carousel .owl-item img {
        height: 500px;
        /* margin-top: -10%; */
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    .programme-carousel .owl-item {
        position: relative;
        height: 500px;
    }
}

@media (min-width: 992px){
    #searchbarCollapse {
        display: block;
    }
}

@media (max-width: 992px){
    .block-main-search {
        margin: -40px auto 10px;
    }
}

@media (max-width: 768px) {
    .navbar.sticky-top {
        border-bottom: 1px solid var(--grey-or-reversed-grey);
        z-index: 4000;
    }

    .programme_details__ville_fiscalite, .programme_details__offres {
        float: left;
        font-size: 13px;
    }

    div.programme_details__offres {
        float: right;
    }

    .programme_lots h1, h3, .h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .programme_lots h4 {
        font-size: 20px;
    }

    .table_programme_lots_responsive ul li, .tr_details_lot__autres_donnees ul li, .option_infos_lot ul li, .option_donnees_lot ul li {
        font-size: 12px;
        float: left;
        border-right: none;
        padding-right: 5px;
        margin-right: 5px;
        list-style: none;
        color: var(--reversed-white-or-white);
        line-height: 25px;
    }

    .option_donnees_lot ul li {
        padding-left: 0;
    }

    .option_donnees_lot ul li::before {
        display: none;
    }

    .option_infos_lot ul li {
        float: none;
    }

    .table_programme_lots_responsive ul li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .table_programme_lots_responsive h2 {
        font-size: 20px;
    }

    .table_programme_lots_responsive p {
        font-size: 13px;
    }
}

.details_lot__autres_donnees_responsive {
    display: none;
}

.row.details_lot__autres_donnees_responsive li, .option_donnees_lot li  {
    /* list-style: disc; */
    float: none;
    /* border-right: none; */
}

.row.details_lot__autres_donnees_responsive ul, .option_donnees_lot ul {
    margin: 0;
    /* padding: 10px 20px 20px; */
    padding: 10px 0 20px;
}

.details_lot__autres_donnees_responsive_btn {
    position: absolute;
    transform: rotate(0deg);
}


.details_lot__autres_donnees_responsive_btn.rotate {
    transform: rotate(90deg);
}

.btn_prez {
    height: 100px;
}
/*
.programmes-liste-carousel {
    height: 350px;
}*/

@media (max-width: 768px) {
    .programmes-liste-carousel {
        margin-top: 20px;
    }

    .programmes-liste-carousel_titre {
        font-size: 20px;
    }
}
/******************************* SIMULATEURS START  ******************************************/
.simulateur h1 {
    font-size: 38px;
}

.hourglass {
    font-size: 40px;
    color: var(--primary-color);
}

.simulateur div#note_information_simulateur {
    font-size: 14px;
    background-color: var(--primary-color-or-bronze-black);
    color: var(--reversed-black-or-black);
    border-radius: 5px;
    padding: 20px 80px 10px;
    margin: 15px 0;
    font-family: var(--secondary-font-family), serif;
    position: relative;
}
.text-bold {
    font-weight: bold;
}
#close_note_information_simulateur {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.simulateur .btn.btn-primary,
.simulateur .btn.btn.btn-default {
    font-size: 12px;
    width: 220px;
}
ul.search-list-simulateur {
    margin: 25 0 0 0;
    padding: 0;
    position: absolute;
    top: 50px;
    list-style: none;
    max-height: 250px;
    overflow: auto;
    background-color: var(--grey-or-reversed-grey);
    color: var(--primary-color) !important;
    width: 216px;
    border-radius: 5% !important;
    z-index: 5;
}
ul.search-list-simulateur li {
    font-family: var(--primary-font-family), sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.375rem;
    color: var(--reversed-white-or-white);
    cursor: pointer;
    margin: 0 0 0 15px;;
}
ul.search-list-simulateur li:hover {
    color: var(--primary-color);
}

/******************** RESULTAT IMPOSITION **************************/
.tab-row-total {
    background-color: var(--primary-color);
    font-weight: bold;
    padding: 15px 20px;
    font-size: 26px;
}

.tab-row-total h4 {
    font-size: 20px;
}
div.resultat_imposition_hr {
    border-top: 2px solid var(--primary-color);
    padding-top: 15px;
    margin-top: 15px;
}
.th_tableau_deficit_foncier {
    height:37px;
    background : #000000 ;
    color: #CBB371;
    width:242px;
    font-family: 'Bebas Neue';
    text-align: center;
    vertical-align: middle;
    border: 0px;
    font-size :17px ;
    font-weight: inherit;
}

.tr_tableau_impot {
    border: 0px;
    height: 25px;
    font-family: 'Arial';
    font-size: 17px ;
    color: var(--dark);
}

.td_tableau_impot {
    text-align: center;
    text-align: center;
    height: 25px;
    border: 0px;
    vertical-align: middle;
    border: 1px solid white;
}

/******************************* IMPOSITION END ******************************************/
/******************************* RESULTATS NOTAIRE ******************************************/

/******************************* SIMULATEURS END ******************************************/

.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #d6bd8638;
}

/******************************* POSE OPTION ******************************************/

#clients_liste {
    display: none;
}

#clients_liste li {
    list-style: none;
    padding: 5px;
    background: white;
}

#clients_liste li:hover {
    background: #D6BD84;
    cursor: pointer;
}

#btn_client_nouveau {
    display: none;
}

#btn_validate_email {
    display: none;
}

.border-radius-10px {
    border-radius: 10px !important;
}

input[type="range"] {
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 40px;
    width: 80%;
    cursor: pointer;
    border-radius: 10px;
    background: #303030;
}

::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 40px;
    box-shadow: -500px 0 0 470px var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 0 10px 10px 0;
    background: var(--primary-color) url("../img/pause.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.position-absolute {
    position: absolute;
}

.dot-localisation-1
{
    left: 4%;
    bottom: -50%;
}

.dot-localisation-2
{
    left: 20%;
    bottom: -50%;
}
.dot-localisation-3
{
    left: 38%;
    bottom: -50%;
}
.dot-localisation-4
{
    left: 55%;
    bottom: -50%;
}
.dot-localisation-5
{
    left: 72%;
    bottom: -50%;
}

.result-range {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    position: absolute;
    margin-left: 15px;
    border-radius: 10px;
}

#search_rayon {
    width: 75%;
}

.result-range::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 7px solid var(--reversed-grey-light-or-grey-light);
}

#search-rayon-label {
    font-size: 15px;
}

.modal-header {
    border-bottom: none;
}

.uppercase {
    text-transform: uppercase;
}

.w-inherit {
    width: inherit !important;
}

.h-inherit {
    height: inherit !important;
}

.bg-grey, .btn.bg-grey {
    background: var(--grey-or-reversed-grey);
}

#reset-advanced-search-button {
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 992px){
    #reset-advanced-search-button {
        font-size: 16px;
        font-weight: bold;
    }
}


@media (max-width: 575px){
    #modal-search .modal-dialog {
        margin: 0;
    }
}

.border-none {
    border: none !important;
}

.block-main-search .search-list.mt--25px,
.mt--25px {
    margin-top: -25px;
}

.block-main-search .search-list.filters-list label.text-transform-none,
.text-transform-none {
    text-transform: none;
}


/* Leaflet */
.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-bar a {
    background-color: var(--primary-color);
}

.leaflet-popup-content {
    width: 350px!important;
    margin: 0;
}

.leaflet-popup-content a.programme_miniature_lien .bg-grey.border-radius-10.programme_miniature .row.px-3 {
    transform: scale(0.9);
    padding: 0 !important;
    margin: 0;
    margin-left: -20px;
    margin-top: 0px;
}

.leaflet-popup-content-wrapper {
    background: #303030;
    padding: 0;
    border-radius: 10px;
}

.leaflet-popup-tip {
    background: #303030;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #000000;
    text-shadow: 0px 1px var(--primary-color);
    z-index: 1000;
}

/* Suppression de la flèche de la popup */
.leaflet-popup-tip-container {
    display: none;
}

.text-black-or-white {
    color: var(--reversed-white-or-white) !important;
}

.text-white-or-black {
    color: var(--reversed-black-or-black) !important;
}

.text-white-or-bronze-black {
    color: var(--white-or-bronze-black) !important;
}

.text-bronze-black-or-white {
    color: var(--bronze-black-or-reversed-bronze-black) !important;
}

.text-white-or-primary-color {
    color: var(--white-or-primary-color) !important;
}

.text-gold-or-white {
    color: var(--primary-color-or-white) !important;
}

.bg-grey-light
{
    background-color: var(--reversed-grey-light-or-grey-light);
}

.bg-advanced-search {
    background-color: var(--bg-advanced-search);
}

.h1-nos-programmes-toutes-fiscalite {
    font-weight: var(--h1-nos-programmes-toutes-fiscalite);
}

.inscription_panel_left {
    background-color: var(--inscription_panel_left);
}

.primary-font-family {
    font-family: var(--primary-font-family), serif;
}
