body {
    height: initial !important;
}

.button-360{
	margin-left: auto;
}

.button-360 img{
	height: auto;
	width: 56px;
	/* margin-left: 16px; */
}

@media screen and (max-width: 640px){
	.button-360{
		margin-right: auto;
	}
}

#selecteur_plans {
    position: relative;
}

#selecteur_plans * {
    /* user-select: none; */
    /* vertical-align: middle; */
    box-sizing: border-box;
}

#selecteur_plans img {
    vertical-align: middle;
}

#selecteur_plans .container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: transparent !important;
}

/* #selecteur_plans > div:not(.actif) {
    display: none;
} */

#selecteur_plans polygon {
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

/* SECTION VUE D'ENSEMBLE */
.vue_ensemble {
    position: relative;
}

.vue_ensemble svg,
.vue_ensemble img.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

img.overlay {
    pointer-events: none;
}

.vue_ensemble svg polygon {
    fill: #db1f26;
    fill-opacity: 0;
}

.vue_ensemble svg polygon:hover {
    fill-opacity: 1;
}

/* SECTION PROJET */
.projet header.titre_projet {
    position: relative;

    height: 250px;
    background-size: cover;
    background-position: center;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    z-index: 1;
}

.projet header.titre_projet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(255, 255, 255, 0.5);
}

.projet header.titre_projet h1 {
    position: relative;
    z-index: 1;
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 15px;
}

.projet header.titre_projet h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    background-color: #db1f26;
    transform: translateX(-50%);
}

.navigation_globale {
    /* display: flex;
    justify-content: center; */
    background-color: #232323;
    margin-bottom: 50px;
}

.navigation_globale a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 150ms ease-in-out;
}

.navigation_globale a:hover {
    color: #db1f26;
}

.navigation_globale a.actif {
    pointer-events: none;
    color: #db1f26;
    font-weight: 500;
}

.navigation_globale .retour {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    transition: all 250ms ease-in-out;
}

.navigation_globale .retour:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background-color: #db1f26;
    z-index: -1;
    transition: all 250ms ease-in-out;
}

.navigation_globale .retour i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #db1f26;
}

.navigation_globale .retour:hover {
    padding: 10px 10px 10px 40px;
}

.navigation_globale .retour:hover:before {
    width: 100%;
}

header.header_projet h3 {
    text-align: center;
    margin: 50px;
    font-size: 35px;
}

.fiche_unite.no-result{
    display: none !important;
}

.fiche_unite.no-result.visible{
    display: flex !important;
}

.options {
    display: flex;
    background-color: #232323;
}

.options.fixed {
    position: fixed;
    top: 96px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.options .module_recherche {
    /* display: flex;
    align-items: center; */
    width: 100%;
    padding: 10px 30px;

    display: grid;
    grid-template-columns: auto minmax(auto, 420px) 1fr auto;
    align-items: center;
    gap: 30px;
}

.options .module_recherche.full {
    width: 100%;
}

.options .module_recherche h4 {
    color: #fff;
    letter-spacing: 0;
    font-size: 20px;
    /* margin-right: 30px; */
}

.options .module_recherche button {
    border: 2px solid #404040;
    background-color: transparent;
    color: #db1f26;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    width: 65px;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

button, button:hover, button:visited, button:focus{
    outline: 0 !important;
}

.options .module_recherche button.actif,
.options .module_recherche button:hover {

    border: 2px solid #db1f26;
    background-color: #db1f26;
    color: #fff;
}

.options .module_recherche .loyer{
    width: 300px;
    /* margin-left: 32px; */
}

.loyer .irs--flat .irs-bar, .loyer .irs--flat .irs-from, .loyer .irs--flat .irs-to, .loyer .irs--flat .irs-single{
    background-color: #db1f26;
}

.options .mode_affichage {
    width: 45px;
    padding-left: 5px;
    background-color: #f5f5f5;
}

.options .mode_affichage.hide {
    display: none;
}

.options .mode_affichage button {
    border: none;
    background-color: #232323;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

.options .mode_affichage button:hover,
.options .mode_affichage button.actif {
    background-color: #db1f26;
}

.options .mode_affichage button:not(:last-of-type) {
    margin-bottom: 5px;
}

.projet {
    margin-bottom: 50px;
}

/* .projet .affichage:not(.actif) {
    display: none;
} */

.projet .affichage {
    position: relative;
    margin-top: 10px;
}

.projet .affichage svg,
.projet .affichage img.overlay  {
    position: absolute;
    top: 0;
    left: 0;
}

.projet .vue_batiment svg polygon {
    fill: #fff;
    fill-opacity: 0;
}

.projet .vue_batiment svg polygon.filtered {
    fill: #4caf50;
    fill-opacity: 0.3;
}

.projet .vue_batiment svg polygon.no-avail {
    fill: #db1f26;
    fill-opacity: 0.3;
}

.projet .vue_batiment svg polygon:hover {
    fill-opacity: .65;
}


.notice_etage {
    position: absolute !important;
    display: none;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    width: auto;
    max-width: 320px;
    box-shadow: 0 0 10px 0 rgba(35, 35, 35, 0.35);
}

.notice_etage.actif {
    display: block;
}

.notice_etage h4 {
    position: relative;
    color: #232323;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.notice_etage h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background-color: #db1f26
}

.notice_etage p {
    color: #232323;
    font-size: 14px;
    line-height: 1;
}

.vue_plan_etage {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    flex-wrap: wrap;
    overflow: hidden;
}

.navigation_etages {
    /* position: absolute;
    top: 0;
    left: 0; */
    max-width: 250px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 10px rgba(23, 23, 23, .35);
}

.navigation_etages .retour_perspective {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    background-color: #f1f1f1;
    border: none;
    color: #171717;
    z-index: 1;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

.navigation_etages .retour_perspective:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background-color: #db1f26;
    z-index: -1;
    transition: all 250ms ease-in-out;
}

.navigation_etages .retour_perspective i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #db1f26;
}

.navigation_etages .retour_perspective:hover {
    padding: 10px 10px 10px 40px;
    color: #fff;
}

.navigation_etages .retour_perspective:hover:before {
    width: 100%;
}

.navigation_etages .nav_etage {
    padding: 15px 30px;
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

.navigation_etages .nav_etage:hover,
.navigation_etages .nav_etage.actif {
    background-color: #232323 !important;
    opacity: 1 !important;
}

.navigation_etages .nav_etage.no-avail{
    opacity: 0.5;
    background-color: rgba(219, 31, 38, 0.1);
}

.navigation_etages .nav_etage h4 {
    position: relative;
    color: #232323;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    letter-spacing: normal;
    text-align: left;
    transition: all 150ms ease-in-out;
}

.navigation_etages .nav_etage h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background-color: #db1f26
}

.navigation_etages .nav_etage p {
    color: #232323;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    min-height: 30px;
    transition: all 150ms ease-in-out;
}

.navigation_etages .nav_etage:hover h4,
.navigation_etages .nav_etage:hover p,
.navigation_etages .nav_etage.actif h4,
.navigation_etages .nav_etage.actif p {
    color: #fff;
}

.plan_block {
    width: calc(100% - 300px);
    margin-left: 25px;
    position: relative;
}

.plan_block #plan-legende-promo,
.plan_block #plan-legende-moyen-terme{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #121212;
    text-transform: uppercase;
    pointer-events: none;
    align-items: center;
}

.plan_block #plan-legende-moyen-terme{
    bottom: 48px;
}

.plan_block #plan-legende-promo>span,
.plan_block #plan-legende-moyen-terme>span{
   display: inline-block;
   width: 18px;
   height: 18px;
   background-color: #fcb63d;
   margin-right: 12px;
}

.fiche_unite .liste-legende-promo{
    display: inline-block;
   background-color: #fcb63d;
   color: #121212;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 500;
   padding: 4px 8px;
   margin-left: 12px;
}

.vue_plan_etage svg {
    z-index: 1;
}

.vue_plan_etage .plan_etage {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.vue_plan_etage .overlay {
    /* z-index: -1; */
    pointer-events: none;
}

.vue_plan_etage polygon.unite {
    fill: #4caf50;
    fill-opacity: 0;
    display: none;
}

.vue_plan_etage polygon.unite.rented {
    fill: #ffeb3b;
    fill-opacity: .25;
}

.vue_plan_etage polygon.unite.rented {
    fill: #db1f26;
    fill-opacity: .25;
}

.vue_plan_etage polygon.unite.promotion,
.vue_plan_etage polygon.unite.mediumterm {
    fill: #fcb63d;
    fill-opacity: .3;
}

body.selecteur-filtre-active .vue_plan_etage polygon.unite.promotion {
    fill-opacity: 0;
} 

body.selecteur-filtre-active .vue_plan_etage polygon.unite.promotion.filtered {
    fill: #4caf50;
    fill-opacity: .3;
}

.vue_plan_etage polygon.unite.filtered{
    fill-opacity: 0.25;
}

.vue_plan_etage polygon.unite:hover,
.vue_plan_etage polygon.unite.actif {
    fill-opacity: .5;
}

/* SECTION FICHE */

.ui-dialog.ui-widget-content {
    z-index: 500 !important;
}

#selecteur_plans #fiche {
    display: none;
}

.ui-widget {
    font-family: "Roboto", sans-serif;
}

.ui-dialog {
    padding: 0;
    border-radius: initial;
    outline: 0;
}

.ui-dialog * {
    user-select: none;
    outline: 0;
}

.ui-dialog.ui-front {
    z-index: 50;
}

.ui-dialog.ui-widget.ui-widget-content {
    border: none;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    border: none;
    border-radius: initial;
    color: #fff;
    padding: 10px 15px;

    height: 40px;
}

.ui-draggable-handle {
    cursor: move;
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
}

#fiche {
    background-color: #fff;
    padding: 0;
    border: none;
    overflow: visible;
    min-height: initial !important;
    box-shadow: 2px 2px 10px rgba(35, 35, 35, 0.65);
}

#fiche header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #232323;
}

#fiche header > h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px;
    line-height: 25px;
    letter-spacing: 2px;
}

#fiche header > p.etat {
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    background-color: #4caf50;
}

#fiche header p[data-etat="reserved"] {
    background-color: #ffeb3b;
}

#fiche header p[data-etat="promotion"],
#fiche header p[data-etat="medium term"] {
    background-color: #fcb63d;
    color: #121212;
    font-weight: 700;
}

#fiche header p[data-etat="rented"], #fiche header p[data-etat="sold"] {
    background-color: #db1f26;
}

#fiche .close_infobox {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;

    cursor: pointer;
    pointer-events: initial;
}

#fiche .close_infobox i {
    line-height: 45px;
    text-align: center;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    background-color: #171717;

    transition: all 250ms ease-in-out;
}

#fiche .close_infobox:hover i {
    background-color: #db1f26;
    color: #fff;
}

#fiche main {
    padding: 15px;
}

#fiche main > div:not(:last-of-type) {
    margin-bottom: 15px;
}

#fiche main > div > strong {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #db1f26;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

#fiche main > div p {
    font-size: 16px;
    color: #232323;
    line-height: 1;
}

#fiche main .superficie > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#fiche main .superficie > div:not(:last-of-type) {
    margin-bottom: 5px;
}

#fiche main .superficie > div > strong {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
    margin-right: 10px;
    font-weight: 400 !important;
}

#fiche main .superficie > div > p {
    font-size: 16px;
    line-height: 1;
}

#fiche .unite_rented,
#fiche .unite_soon {
    display: none;
}

#fiche .unite_rented {
    margin-bottom: 0 !important;
}

/* #fiche .unite_rented p {
    font-size: 14px;
} */

#fiche footer {
    padding: 0 5px 5px 5px;
}

#fiche footer .cta {
    display: flex;
    flex-wrap: wrap;
}

#fiche footer .cta > div {
    width: 100%;
}

#fiche footer .cta a {
    display:flex;
    align-items:center;
    align-self:stretch;
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #232323;
    padding: 10px 15px 10px 45px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    box-sizing: border-box;
    z-index: 1;
    transition: all 200ms ease-in-out;
}

#fiche footer .contact > a{
    background-color:#db2024!important;
}

#fiche footer .contact > a:before{
    background-color:#232323!important;
}

#fiche footer .cta > div:not(:last-of-type) {
    margin-bottom: 5px;
}

#fiche footer .cta a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background-color: #db2024;
    color: #fff;
}

#fiche footer .cta a i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#fiche footer .cta a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 35px;
    background-color: #db2024;
    z-index: -1;

    transition: all 200ms ease-in-out;
}

#fiche footer .cta a:hover {
    padding-left: 35px;
}

#fiche footer .cta a:hover:before {
    width: 100%;
    height: 100%;
}

/* #fiche:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: translateX(-50%);
} */

.fancybox-slide.fancybox-slide--iframe > .fancybox-content {
    height: 90% !important;
}

.ui-tooltip-arrow.top {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #232323;
    border-left: 10px solid transparent;
    transform: translateX(-50%);
    pointer-events: none;
}

.ui-tooltip-arrow.bottom {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: translateX(-50%);
    pointer-events: none;
}

#formulaire_demande_informations {
    width: 100%;
    max-width: 600px;
}

#formulaire_demande_informations h3 {
    margin-bottom: 20px;
    text-align: center;
}

#formulaire_demande_informations label {
    color: #232323;
}

#formulaire_demande_informations form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#formulaire_demande_informations form > p {
    width: 100%;
    margin-bottom: 17px;
}

#formulaire_demande_informations span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.5;
}

#formulaire_demande_informations textarea {
    height: 150px !important;
    /* min-height: 100px;
    max-height: 200px;
    resize: vertical; */
}

#formulaire_demande_informations div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #db2024;
}

#formulaire_demande_informations span.wpcf7-not-valid-tip {
    color: #db2024;
}

#formulaire_demande_informations div.wpcf7-response-output:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 10px;
    text-align: center;
    background-color: #db2024;
}

#formulaire_demande_informations div.wpcf7-response-output {
    padding: 10px 10px 10px 50px;
    line-height: 1.5;
    font-size: 14px;
    text-transform: initial;
    color: #000;
}

#formulaire_demande_informations .envoyer {
    position: relative;
    background-color: #232323;
    z-index: 1;
}

#formulaire_demande_informations .envoyer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #db2024;
    transition: all 200ms ease-in-out;
    z-index: -1;
}

#formulaire_demande_informations .envoyer:hover:before {
    width: 100%;
}

#formulaire_demande_informations .envoyer input[type=submit] {
    border: none !important;
}

#formulaire_demande_informations .fancybox-close-small {
    background-color: #232323;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 200ms ease-in-out;
}

#formulaire_demande_informations .fancybox-close-small:hover {
    background-color: #db2024;
    color: #fff;
}

#formulaire_demande_informations input:not([type=submit]),
#formulaire_demande_informations textarea {
    transition: all 200ms ease-in-out;
    border-color: rgba(35, 35, 35, 0.5);
}

#formulaire_demande_informations input:not([type=submit]):focus,
#formulaire_demande_informations textarea:focus {
    border-color: #232323;
}

.liste .fiche_unite {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.liste .fiche_unite:not(:last-of-type) {
    margin-bottom: 10px;
}

.liste .informations_unite {
    width: 75%;
    padding: 25px 50px;
}

.liste .informations_unite h4{
    font-weight: 300;
    line-height: 1.3;
}


.liste .informations_unite div,
.liste .informations_unite h4,
.liste .informations_unite p {
    color: #121212;
}

.liste .informations_unite p.disponibilite {
    text-transform: uppercase;
    color: #ef4036;
    font-weight: 500;
    margin-bottom: 15px;
}

.liste .informations_unite header {
    margin-bottom: 15px;
}

.liste .informations_unite header p {
    font-size: 16px;
    line-height: 1;
}

.liste .informations_unite .description p {
    line-height: 1.3;
}

.liste .informations_unite footer {
    margin-top: 15px;
}

.liste .informations_unite .cta {
    display: flex;
    flex-wrap: wrap;
}

.liste .informations_unite .cta > div:not(:last-of-type) {
    margin-right: 10px;
}

.liste .informations_unite .cta a {
    display:flex;
    align-items:center;
    align-self:stretch;

    position: relative;
    width: 100%;
    color: #fff;
    background-color: #232323;
    padding: 0 15px 0 45px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px !important;
    box-sizing: border-box;
    z-index: 1;
    transition: all 200ms ease-in-out;
}

.liste .contact > a{
    background-color:#db2024!important;
}

.liste .contact > a:before{
    background-color:#232323!important;
}

.liste .informations_unite .cta > div:not(:last-of-type) {
    margin-bottom: 5px;
}

.liste .informations_unite .cta a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background-color: #db2024;
    color: #fff;
}

.liste .informations_unite .cta a i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.liste .informations_unite .cta a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #db2024;
    z-index: -1;

    transition: all 200ms ease-in-out;
}

.liste .informations_unite .cta a:hover {
    padding-left: 35px;
}

.liste .informations_unite .cta a:hover:before {
    width: 100%;
    height: 100%;
}

.liste .galerie_images {
    position: relative;
    width: 25%;
}

.liste .galerie_images img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.liste .galerie_images a {
    display:flex;
    align-items:center;
    align-self:stretch;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #232323;
    padding: 10px 15px 10px 45px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    box-sizing: border-box;
    z-index: 1;
    transition: all 200ms ease-in-out;
}

.other_images {
    display: none;
}

.liste .galerie_images a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #db2024;
    color: #fff;
}

.liste .galerie_images a i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.liste .galerie_images a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 35px;
    background-color: #db2024;
    z-index: -1;

    transition: all 200ms ease-in-out;
}

.liste .galerie_images a:hover {
    padding-left: 35px;
}

.liste .galerie_images a:hover:before {
    width: 100%;
}





@media screen and (max-width:1366px) {
    .projet header.titre_projet {
        height: 200px;
    }
}

@media screen and (max-width:991px) {
    .projet header.titre_projet {
        height: 150px;
    }

    .projet header.titre_projet h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:768px) {
    .liste .fiche_unite > div {
        width: 100%;
    }

    .liste .fiche_unite > .galerie_images {
        height: 250px;
    }
}

@media screen and (max-width:640px) {
    .liste .fiche_unite > .galerie_images {
        height: 150px;
    }
    .liste .informations_unite {
        padding: 25px;
    }
    .options .module_recherche{
        width: 100%;
        padding: 20px;
        flex-wrap: wrap;
    }

    .options .module_recherche h4, .options .module_recherche div.type, .options .module_recherche .loyer{
        width: 100%;
        /* margin-bottom: 20px; */
        margin-left: 0;
        margin-right: 0;
    }

}

.options .module_recherche > .type {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(65px, auto));
    gap: 5px;
}

/* media queries for filters */

@media screen and (max-width:1050px) {
    .options .module_recherche {
        grid-template-columns: minmax(auto, 420px) 1fr auto;
        row-gap: 15px;
        padding: 15px;
    }
    .options .module_recherche h4 {
        grid-column: 1 / -1;
        line-height: 1;
    }
}


@media screen and (max-width:768px) {
    .affichage.perspective {
        display: none;
    }

    .options .module_recherche {
        grid-template-columns: 1fr auto;
    }

    .options .module_recherche h4 {
        grid-column: 1;
    }

    .options .module_recherche .button-360 {
        grid-column: 2;
        grid-row: 1;
    }

    .options .module_recherche > .type,
    .options .module_recherche > .loyer {
        grid-column: 1 / -1;
    }

    .options .module_recherche .loyer {
        width: calc(100% - 15px);
        padding-left: 15px;
    }
}