@charset "UTF-8";
   body {
padding: 0;
margin: 0;
}
@media (max-width: 1024px) {
.mobile-no-padding {
padding-left: 0;
padding-right: 0;
}
}
#selecteur-plan {
height: auto;
width: 100%;
overflow: hidden;
display: none;
}
@media (max-width: 1024px) {
#selecteur-plan {
height: auto;
}
}
#selecteur-plan * {
font-family: "Montserrat", sans-serif;
font-weight: 400;
box-sizing: border-box;
}
#selecteur-plan sup {
font-size: 10px;
position: relative;
top: -4px;
}
.selecteur-content {
position: relative;
display: flex;
width: 200%;
height: 100%;
}
@media (max-width: 1024px) {
.selecteur-content {
height: auto;
}
}
.projets {
position: relative;
display: flex;
width: 100%;
align-items: stretch;
}
@media (max-width: 1024px) {
.projets {
flex-wrap: wrap;
}
}
.unites {
position: relative;
display: flex;
width: 100%;
height: 100%;
}
@media (max-width: 1024px) {
.unites {
flex-wrap: wrap;
}
}
.unites-etage-type {
display: none;
}
@media (max-width: 1024px) {
.unites-etage-type {
height: 100%;
}
}
@media (max-width: 1024px) {
.unites-content {
overflow-y: scroll;
height: calc(100% - 39px);
}
}
.unites-container {
position: relative;
width: 45%;
background-color: #e8ebec;
padding-top: 60px;
}
.unites-container::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
background-color: #ffffff;
z-index: 0;
}
@media (max-width: 1024px) {
.unites-container {
width: 100%;
}
}
.unites-container .entete-adresse {
position: relative;
padding: 8px 10px;
background-color: #f36f2e;
border-bottom: solid 1px #fff;
color: #fff;
font-size: 18px;
text-align: center;
}
@media (max-width: 1150px) {
.unites-container .entete-adresse {
font-size: 16px;
}
}
@media (max-width: 1024px) {
.unites-container .entete-adresse {
font-size: 15px;
}
}
.unites-container .entete {
display: flex;
background-color: #3f4244;
color: #fff;
font-size: 22px;
text-transform: uppercase;
border-bottom: solid 1px #fff;
justify-content: flex-start;
}
@media (max-width: 1150px) {
.unites-container .entete {
font-size: 16px;
}
}
@media (max-width: 1024px) {
.unites-container .entete {
font-size: 11px;
}
}
@media (max-width: 1024px) {
.unites-container .entete span.label-desktop {
display: none;
}
}
.unites-container .entete span.label-mobile {
display: none;
}
@media (max-width: 1024px) {
.unites-container .entete span.label-mobile {
display: inline-block;
}
}
.unites-container .entete div {
width: 16%;
padding: 8px 10px;
border-right: solid 1px #fff;
text-align: center;
}
@media (max-width: 1024px) {
.unites-container .entete div {
width: 14%;
}
}
.unites-container .entete div:nth-child(2) {
width: 14%;
}
@media (max-width: 1024px) {
.unites-container .entete div:nth-child(2) {
width: 14%;
}
}
.unites-container .entete div:nth-child(3) {
width: 27%;
}
@media (max-width: 1024px) {
.unites-container .entete div:nth-child(3) {
width: 22%;
}
}
.unites-container .entete div:nth-child(4) {
width: 16%;
}
@media (max-width: 1024px) {
.unites-container .entete div:nth-child(4) {
width: 25%;
}
}
.unites-container .entete div:last-child {
width: 27%;
border-right: none;
}
@media (max-width: 1024px) {
.unites-container .entete div:last-child {
width: 25%;
}
}
.unites-container .type {
display: flex;
background-color: #fff;
border-bottom: solid 1px #fff;
color: #373a3c;
font-size: 15px;
text-align: center;
text-transform: uppercase;
}
.unites-container .type a {
position: absolute;
top: 17px;
display: block;
padding: 8px;
text-decoration: none;
text-transform: none;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.unites-container .type a:hover {
color: #f36f2e;
}
.unites-container .type span {
display: block;
width: 100%;
padding: 8px 10px;
text-align: center;
}
.unites-container .unite {
display: flex;
align-items: stretch;
border-bottom: solid 1px #fff;
font-size: 15px;
cursor: pointer;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media (max-width: 1150px) {
.unites-container .unite {
font-size: 14px;
}
}
@media (max-width: 1024px) {
.unites-container .unite { }
}
@media (max-width: 1024px) {
.unites-container .unite:first-child { }
}
@media (max-width: 1024px) {
.unites-container .unite:last-child {
border-bottom: solid 10px #fff;
}
}
.unites-container .unite[data-disponible=""], .unites-container .unite[data-disponible="0"] {
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 41.67%, #f36f2e 41.67%, #f36f2e 50%, rgba(255, 255, 255, 0), 50%, rgba(255, 255, 255, 0), 91.67%, #f36f2e 91.67%, #f36f2e 100%);
background-size: 8.49px 8.49px;
}
.unites-container .unite[data-disponible=""] .le-prix span, .unites-container .unite[data-disponible="0"] .le-prix span {
opacity: 0;
}
.unites-container .unite.is-hover, .unites-container .unite:hover {
background-color: #3f4244;
color: #fff;
}
.unites-container .unite .row-wrap1 {
display: flex;
align-items: stretch;
justify-content: center;
width: 57%;
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap1 {
width: 50%;
}
}
.unites-container .unite .row-wrap1 > div {
display: flex;
align-items: center;
justify-content: center;
padding: 8px 10px;
border-right: solid 1px #fff;
text-align: center;
}
@media (max-width: 1150px) {
.unites-container .unite .row-wrap1 > div {
font-size: 14px;
}
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap1 > div { margin: 0;
padding: 6px 8px; }
}
.unites-container .unite .row-wrap1 > div:nth-child(1) {
width: 28%;
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap1 > div:nth-child(1) {
width: 28%;
}
}
.unites-container .unite .row-wrap1 > div:nth-child(2) {
width: 24.76%;
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap1 > div:nth-child(2) {
width: 28%;
}
}
.unites-container .unite .row-wrap1 > div:nth-child(3) {
width: 47.24%;
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap1 > div:nth-child(3) {
justify-content: center;
margin-right: 0;
width: 44%;
}
}
.unites-container .unite .row-wrap2 {
display: flex;
align-items: stretch;
justify-content: center;
width: 43%;
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap2 {
width: 50%;
}
}
.unites-container .unite .row-wrap2 > div {
display: flex;
align-items: center;
justify-content: center;
padding: 8px 10px;
border-right: solid 1px #fff;
text-align: center;
}
.unites-container .unite .row-wrap2 > div:nth-child(1) {
width: 37%;
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap2 > div:nth-child(1) {
width: 50%;
justify-content: center;
}
}
.unites-container .unite .row-wrap2 > div:nth-child(2) {
width: 63%;
border-right: none;
}
@media (max-width: 1024px) {
.unites-container .unite .row-wrap2 > div:nth-child(2) {
width: 50%;
justify-content: right;
}
}
.display-back-only {
display: none;
}
.projets-container {
width: 45%;
background-color: #e8ebec;
z-index: 1;
overflow: auto;
}
@media (max-width: 1024px) {
.projets-container {
width: 100%;
}
}
.projets-container .entete {
display: flex;
background-color: #3f4244;
color: #fff;
font-size: 22px;
text-transform: uppercase;
border-bottom: solid 1px #fff;
}
@media (max-width: 1150px) {
.projets-container .entete {
font-size: 16px;
}
}
@media (max-width: 1024px) {
.projets-container .entete { }
}
.projets-container .entete div {
width: 21%;
padding: 8px 10px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media (max-width: 1024px) {
.projets-container .entete div:nth-child(3) {
width: 30%;
}
}
.projets-container .entete div:nth-child(2) {
width: 58%;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
}
@media (max-width: 1024px) {
.projets-container .entete div:nth-child(2) {
width: 49%;
}
}
.projets-container .not-available {
display: none !important;
}
.projets-container .projet {
border-bottom: solid 20px #fff;
}
.projets-container .projet:last-child {
border-bottom: none;
}
.projets-container .projet .adresse {
position: relative;
padding: 8px 10px;
background-color: #f36f2e;
border-bottom: solid 1px #fff;
color: #fff;
font-size: 18px;
text-align: center;
}
@media (max-width: 1150px) {
.projets-container .projet .adresse {
font-size: 16px;
}
}
@media (max-width: 1024px) {
.projets-container .projet .adresse {
font-size: 15px;
}
}
.projets-container .projet .adresse-content {
overflow: hidden;
}
.projets-container .projet .types .type {
padding: 8px 10px;
background-color: #fff;
border-bottom: solid 1px #fff;
color: #373a3c;
font-size: 15px;
text-align: center;
text-transform: uppercase;
}
.projets-container .projet .types .etages {
overflow: hidden;
}
.projets-container .projet .types .etages .etage-container {
display: flex;
align-items: stretch;
border-bottom: solid 1px #fff;
color: #3f4244;
font-size: 15px;
cursor: pointer;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media (max-width: 1150px) {
.projets-container .projet .types .etages .etage-container {
font-size: 14px;
}
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container {  }
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container:first-child { }
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container:last-child { }
}
.projets-container .projet .types .etages .etage-container label {
display: none;
font-weight: bold;
}
.projets-container .projet .types .etages .etage-container .etage {
display: flex;
align-items: center;
justify-content: center;
width: 21%;
padding: 12px 10px;
border-right: solid 1px #fff;
text-align: center;
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container .etage {
width: 21%; padding: 10px;
border-right: 0;
font-weight: bold;
}
}
.projets-container .projet .types .etages .etage-container .dimensions {
display: flex;
justify-content: space-around;
align-self: stretch;
width: 58%;
border-right: solid 1px #fff;
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container .dimensions {
width: 49%;
border-right: 0;
}
}
.projets-container .projet .types .etages .etage-container .dimensions div {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 12px 10px;
border-right: solid 1px #fff;
text-align: center;
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container .dimensions div {
border: none;
border-left: solid 1px #fff; margin: 0; padding: 10px;
}
}
.projets-container .projet .types .etages .etage-container .dimensions div:last-child {
border-right: none;
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container .dimensions div:last-child {
border-right: solid 1px #fff;
}
}
.projets-container .projet .types .etages .etage-container .dimensions div.non-dispo {
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 41.67%, #f36f2e 41.67%, #f36f2e 50%, rgba(255, 255, 255, 0), 50%, rgba(255, 255, 255, 0), 91.67%, #f36f2e 91.67%, #f36f2e 100%);
background-size: 8.49px 8.49px;
}
.projets-container .projet .types .etages .etage-container .le-prix {
display: flex;
align-items: center;
justify-content: center;
width: 21%;
padding: 8px 10px;
text-align: center;
}
@media (max-width: 1024px) {
.projets-container .projet .types .etages .etage-container .le-prix {
width: 30%; padding: 10px;
}
}
.projets-container .projet .types .etages .etage-container:hover {
background-color: #3f4244;
color: #fff;
}
.projet-plan {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 55%;
height: 100%;
overflow: hidden;
}
@media (max-width: 1024px) {
.projet-plan {
width: 100%;
}
}
.projet-plan img {
position: relative;
max-width: 100%;
max-height: 100%;
z-index: 200;
object-fit: contain;
object-position: center;
}
.projet-plan svg {
display: block;
z-index: 201 !important;
position: absolute;
top: 50%;
left: 50%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
object-position: center;
transform: translate(-50%, -50%);
}
.projet-plan svg polygon {
cursor: pointer;
}
.projet-plan svg polygon.louer {
fill: rgba(0, 0, 0, 0.5);
}
.projet-plan svg polygon.disponible {
fill: rgba(255, 255, 255, 0.1);
}
.projet-image {
position: relative;
width: 55%;
height: 100%;
overflow: hidden;
z-index: 0;
}
@media (max-width: 1024px) {
.projet-image {
width: 100%;
height: 300px;
}
}
.projet-image div {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-color: #e8ebec;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border-left: solid 1px #fff;
}
@media (max-width: 1024px) {
.projet-image div {
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
}
}
.group:after {
content: "";
display: table;
clear: both;
}
.selecteur-filtre-module {
font-family: "Montserrat", sans-serif;
box-sizing: border-box;
width: 45%;
max-width: 100%;
container-type: inline-size;
container-name: filtre-module;
}
@media (max-width: 1024px) {
.selecteur-filtre-module {
width: 100%;
}
}
.selecteur-filtre-module *, .selecteur-filtre-module *::before, .selecteur-filtre-module *::after {
box-sizing: border-box;
}
.filtre-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.filtre-bar {
display: flex;
flex-direction: column;
gap: 14px;
padding: 16px 18px;
background: #fff;
color: #3f4244;
border-radius: 8px;
border: solid 1px #e0e0e0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.filtre-bar label {
display: block;
font-size: 11px;
text-transform: uppercase;
margin-bottom: 6px;
color: #6a6e71;
font-weight: 600;
letter-spacing: 0.02em;
}
.filtre-bar select {
min-width: 0;
padding: 8px 2rem 8px 10px;
font-size: 14px;
border: solid 1px #c8c8c8;
border-radius: 4px;
color: #3f4244;
font-family: inherit;
cursor: pointer;
color-scheme: only light;
accent-color: #f36f2e;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23f36f2e%22%20stroke-width%3D%222.25%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: right 0.6rem center;
background-size: 12px 12px;
}
.filtre-bar select::-ms-expand {
display: none;
} .selecteur-filtre-module .filtre-bar select,
.selecteur-filtre-module .filtre-row--selects select {
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23f36f2e%22%20stroke-width%3D%222.25%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E") !important;
background-repeat: no-repeat !important;
background-position: right 0.6rem center !important;
background-size: 12px 12px !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.filtre-row--selects {
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
gap: 10px 12px;
width: 100%;
}
.filtre-row--selects .filtre-field {
flex: 1 1 0;
min-width: 0;
max-width: 100%;
}
.filtre-row--selects select {
width: 100%;
min-width: 0 !important;
max-width: 100%;
}
@media (max-width: 1024px) {
.filtre-row--selects {
flex-wrap: wrap;
}
.filtre-row--selects .filtre-field {
flex: 1 1 calc(50% - 6px);
min-width: 0;
}
}
@container filtre-module (max-width: 560px) {
.filtre-row--selects {
flex-wrap: wrap;
}
.filtre-row--selects .filtre-field {
flex: 1 1 calc(50% - 6px);
min-width: 0;
}
}
.filtre-row--dispo-actions {
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
justify-content: space-between;
gap: 10px 12px;
min-width: 0;
}
.filtre-row--dispo-actions .filtre-field.filtre-dispo {
flex: 1 1 auto;
min-width: 0;
padding-bottom: 0px;
}
.filtre-row--dispo-actions .filtre-field.filtre-actions {
flex: 0 0 auto;
margin-left: 0;
width: auto;
max-width: none;
}
.filtre-row--price-actions {
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
gap: 10px 12px;
width: 100%;
}
.filtre-row--price-actions .filtre-field.filtre-prix {
flex: 6 1 0%;
min-width: 0;
}
.filtre-row--price-actions .filtre-row--dispo-actions {
flex: 1 1 auto;
min-width: 0;
align-items: center;
}
@media (max-width: 1024px) {
.filtre-row--price-actions {
flex-wrap: wrap;
flex-direction: column;
align-items: stretch;
}
.filtre-row--price-actions .filtre-field.filtre-prix {
min-width: 0;
flex: 1 1 auto;
}
.filtre-row--price-actions .filtre-row--dispo-actions {
width: 100%;
flex-wrap: nowrap;
justify-content: space-between;
}
} @media (max-width: 1215px) {
.filtre-bar--has-parking.filtre-bar,
.filtre-bar--no-parking.filtre-bar {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
column-gap: 12px;
row-gap: 14px;
align-items: end;
}
.filtre-bar--has-parking .filtre-row--selects,
.filtre-bar--has-parking .filtre-row--price-actions,
.filtre-bar--no-parking .filtre-row--selects,
.filtre-bar--no-parking .filtre-row--price-actions {
display: contents;
}
.filtre-bar--has-parking .filtre-field.filtre-dimension {
grid-column: 1;
grid-row: 1;
}
.filtre-bar--has-parking .filtre-field.filtre-type-meuble {
grid-column: 2;
grid-row: 1;
}
.filtre-bar--has-parking .filtre-field.filtre-parking {
grid-column: 1;
grid-row: 2;
min-width: 0;
}
.filtre-bar--has-parking .filtre-field.filtre-prix {
grid-column: 2;
grid-row: 2;
min-width: 0;
width: 100%;
}
.filtre-bar--has-parking .filtre-row--dispo-actions {
grid-column: 1/-1;
grid-row: 3;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 10px 12px;
min-width: 0;
flex-wrap: nowrap;
}
.filtre-bar--no-parking .filtre-field.filtre-dimension {
grid-column: 1;
grid-row: 1;
}
.filtre-bar--no-parking .filtre-field.filtre-type-meuble {
grid-column: 2;
grid-row: 1;
}
.filtre-bar--no-parking .filtre-field.filtre-prix {
grid-column: 1/3;
grid-row: 2;
min-width: 0;
}
.filtre-bar--no-parking .filtre-row--dispo-actions {
grid-column: 1/-1;
grid-row: 3;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 10px 12px;
min-width: 0;
flex-wrap: nowrap;
}
} @media (max-width: 1024px) {
.filtre-bar--has-parking.filtre-bar,
.filtre-bar--no-parking.filtre-bar {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.filtre-bar--has-parking .filtre-field.filtre-dimension {
grid-column: 1;
grid-row: 1;
}
.filtre-bar--has-parking .filtre-field.filtre-type-meuble {
grid-column: 2;
grid-row: 1;
}
.filtre-bar--has-parking .filtre-field.filtre-parking {
grid-column: 1/-1;
grid-row: 2;
}
.filtre-bar--has-parking .filtre-field.filtre-prix {
grid-column: 1/-1;
grid-row: 3;
width: 100%;
min-width: 0;
}
.filtre-bar--has-parking .filtre-row--dispo-actions {
grid-column: 1/-1;
grid-row: 4;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 10px 12px;
min-width: 0;
flex-wrap: nowrap;
}
.filtre-bar--no-parking .filtre-field.filtre-dimension {
grid-column: 1;
grid-row: 1;
}
.filtre-bar--no-parking .filtre-field.filtre-type-meuble {
grid-column: 2;
grid-row: 1;
}
.filtre-bar--no-parking .filtre-field.filtre-prix {
grid-column: 1/-1;
grid-row: 2;
min-width: 0;
}
.filtre-bar--no-parking .filtre-row--dispo-actions {
grid-column: 1/-1;
grid-row: 3;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 10px 12px;
min-width: 0;
flex-wrap: nowrap;
}
}
.filtre-field.filtre-prix {
flex: 1 1 0%;
min-width: 0;
}
.filtre-field.filtre-prix .filtre-prix-wrap {
width: 100%;
}
.filtre-field.filtre-prix .filtre-prix-label {
display: block;
font-size: 11px;
text-transform: uppercase;
margin: 0 0 6px;
color: #6a6e71;
font-weight: 600;
text-align: left;
width: 100%;
letter-spacing: 0.02em;
}
.filtre-field.filtre-prix .filtre-prix-slider-row {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
}
.filtre-field.filtre-prix .prix-borne-min, .filtre-field.filtre-prix .prix-borne-max {
flex: 0 0 auto;
font-size: 12px;
color: #3f4244;
line-height: 1;
max-width: 5.5rem;
}
.filtre-field.filtre-prix .prix-borne-min {
text-align: left;
}
.filtre-field.filtre-prix .prix-borne-max {
text-align: right;
}
.filtre-field.filtre-dispo {
flex: 0 0 auto;
min-width: 0;
}
.filtre-field.filtre-dispo .filtre-switch-label {
white-space: nowrap;
margin-bottom: 0px;
}
.filtre-field.filtre-actions {
flex: 0 0 auto;
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 10px;
margin-left: auto;
}
@media (max-width: 1024px) {
.filtre-field.filtre-actions {
margin-left: 0;
justify-content: flex-start;
flex-wrap: nowrap;
}
}
.filtre-double-range {
--range-min-pct: 0%;
--range-max-pct: 100%;
color-scheme: light;
position: relative;
flex: 1 1 auto;
min-width: 80px;
height: 32px;
margin: 0;
}
.filtre-double-range input[type=range]::before,
.filtre-double-range input[type=range]::after {
content: none !important;
display: none !important;
background: none !important;
position: static !important;
inset: auto !important;
transform: none !important;
transition: none !important;
}
.filtre-double-range input[type=range]:hover::before,
.filtre-double-range input[type=range]:hover::after {
transform: none !important;
background: none !important;
}
.filtre-double-range input[type=range] {
position: absolute;
left: 0;
width: 100%;
height: 32px;
margin: 0;
padding: 0;
top: 0;
background: transparent;
cursor: pointer;
pointer-events: none;
-webkit-appearance: none;
appearance: none;
-moz-appearance: none;
accent-color: transparent;
outline: none;
}
.filtre-double-range input[type=range]::-webkit-slider-runnable-track, .filtre-double-range input[type=range]:hover::-webkit-slider-runnable-track, .filtre-double-range input[type=range]:active::-webkit-slider-runnable-track, .filtre-double-range input[type=range]:focus::-webkit-slider-runnable-track {
height: 8px;
background: transparent !important;
border: none;
box-shadow: none;
}
.filtre-double-range input.range-prix-min {
z-index: 2;
}
.filtre-double-range input.range-prix-max {
z-index: 3;
}
.filtre-double-range input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
pointer-events: auto;
width: 18px;
height: 18px;
margin-top: -5px;
border-radius: 50%;
background: #f36f2e;
border: solid 2px #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.filtre-double-range input[type=range]::-webkit-slider-thumb:hover,
.filtre-double-range input[type=range]::-webkit-slider-thumb:active {
background: #f36f2e;
border: solid 2px #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
outline: none;
filter: none;
}
.filtre-double-range input[type=range]::-moz-range-track {
height: 8px;
background: transparent !important;
border: none;
box-shadow: none;
}
.filtre-double-range input[type=range]::-moz-range-progress {
background: transparent !important;
}
.filtre-double-range input[type=range]::-moz-range-thumb {
pointer-events: auto;
width: 18px;
height: 18px;
border-radius: 50%;
background: #f36f2e;
border: solid 2px #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.filtre-double-range input[type=range]::-moz-range-thumb:hover,
.filtre-double-range input[type=range]::-moz-range-thumb:active {
background: #f36f2e;
border: solid 2px #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
outline: none;
filter: none;
}
.filtre-double-range input[type=range]:focus-visible::-webkit-slider-thumb {
outline: 2px solid #fff;
outline-offset: 2px;
}
.filtre-double-range input[type=range]:focus-visible::-moz-range-thumb {
outline: 2px solid #fff;
outline-offset: 2px;
}
.filtre-range-track {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 10px;
border-radius: 999px;
border: solid 1px #b8b8b8;
background: #ececec;
box-sizing: border-box;
pointer-events: none;
z-index: 0;
}
.filtre-range-fill {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 10px;
border-radius: 999px;
background: #f36f2e;
pointer-events: none;
z-index: 1;
left: var(--range-min-pct);
right: calc(100% - var(--range-max-pct));
box-sizing: border-box;
}
.filtre-switch-label {
display: inline-flex;
align-items: center;
gap: 10px;
cursor: pointer;
font-size: 13px;
user-select: none;
color: #3f4244;
font-weight: 500;
}
.filtre-switch-label .filtre-dispo-text {
text-transform: none;
}
.switch {
position: relative;
display: inline-block;
width: 44px;
height: 24px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.switch .slider {
position: absolute;
inset: 0;
background: #555;
border-radius: 24px;
transition: background 0.2s;
}
.switch .slider::before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background: #fff;
border-radius: 50%;
transition: transform 0.2s;
}
.switch input:checked + .slider {
background: #2ecc71;
}
.switch input:checked + .slider::before {
transform: translateX(20px);
}
.switch input:focus-visible + .slider {
outline: 2px solid #fff;
outline-offset: 2px;
}
.filtre-voir-resultats {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 10px 12px;
font-size: 14px;
font-weight: 600;
background: #f36f2e;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
font-family: inherit;
}
.filtre-voir-resultats .filtre-icon-search {
flex-shrink: 0;
opacity: 0.95;
}
.filtre-voir-resultats .filtre-voir-text {
white-space: nowrap;
}
.filtre-voir-resultats .filtre-count {
font-variant-numeric: tabular-nums;
}
.filtre-voir-resultats:hover {
background: #e05d22;
color: #fff;
}
.filtre-voir-resultats:focus-visible {
outline: 2px solid #3f4244;
outline-offset: 2px;
}
@media (max-width: 1024px) {
.filtre-voir-resultats {
gap: 0;
padding: 10px;
}
.filtre-voir-resultats .filtre-voir-text {
display: none;
}
}
.filtre-reset {
padding: 10px 14px;
font-size: 13px;
background: #f0f0f0;
color: #3f4244;
border: solid 1px #d0d0d0;
border-radius: 6px;
cursor: pointer;
font-family: inherit;
}
.filtre-reset:hover {
background: #e4e4e4;
}
.filtre-reset--icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
min-width: 38px;
padding: 0;
border-radius: 6px;
background: #f0f0f0;
border: solid 1px #d0d0d0;
color: #5c5c5c;
}
.filtre-reset--icon svg {
display: block;
}
.filtre-reset--icon:hover {
background: #e8e8e8;
color: #3f4244;
}
.filtre-reset--icon:focus-visible {
outline: 2px solid #f36f2e;
outline-offset: 2px;
}
.filtre-overlay[hidden] {
display: none !important;
}
.filtre-overlay {
position: absolute;
top: 8px;
left: 8px;
width: calc(22.5% - 16px);
z-index: 1200;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
padding: 0;
box-sizing: border-box;
pointer-events: auto;
min-height: 0;
max-height: min(100% - 16px, 60dvh);
overflow: visible;
}
@media (max-width: 1024px) {
.filtre-overlay {
left: 8px;
width: calc(50% - 16px);
top: 8px;
max-height: min(100% - 16px, 80dvh);
}
}
.filtre-overlay-backdrop {
position: absolute;
inset: 0;
z-index: 0;
}
.filtre-overlay-panel {
position: relative;
z-index: 1;
width: 100%;
max-width: 100%;
min-height: 0;
flex: 1 1 auto;
margin: 0;
display: flex;
flex-direction: column;
background: rgba(255, 255, 255, 0.95);
border: solid 1px #222;
border-radius: 8px;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
overflow: hidden;
}
.filtre-overlay > .filtre-overlay-close {
position: absolute;
top: -4px;
right: -8px;
z-index: 3;
width: 38px;
height: 38px;
border-radius: 6px;
font-size: 28px;
line-height: 1;
border: none;
background: #f36f2e;
color: #fff;
cursor: pointer;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.filtre-overlay > .filtre-overlay-close:hover {
background: #e05d22;
color: #fff;
}
.filtre-overlay-results {
flex: 1 1 auto;
min-height: 0;
padding: 38px 0;
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
border-radius: 0 0 7px 7px;
}
.filtre-overlay-empty {
padding: 24px;
text-align: center;
color: #3f4244;
font-size: 16px;
}
.filtre-overlay-group {
margin-bottom: 24px;
}
.filtre-overlay-group:last-child {
margin-bottom: 0;
}
.filtre-overlay-table {
display: flex;
flex-direction: column;
gap: 0;
border: solid 1px #fff;
}
.filtre-overlay-table .filtre-result-row {
display: grid;
grid-template-columns: 0.5fr 1.4fr 1.3fr 0.9fr 0.9fr 1fr;
gap: 0;
font-size: 14px;
border-bottom: solid 1px #e8e8e8;
cursor: pointer;
color: #3f4244;
line-height: 1.2em !important;
}
.filtre-overlay-table .filtre-result-row span {
padding: 10px 5px;
border-right: solid 1px #eee;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.filtre-overlay-table .filtre-result-row span:last-child {
border-right: none;
}
.filtre-overlay-table .filtre-result-row:nth-child(odd) {
background-color: #f0f1f3;
}
.filtre-overlay-table .filtre-result-row:nth-child(even) {
background-color: #fff;
}
.filtre-overlay-table .filtre-result-row:not(.filtre-result-row--indispo) {
box-shadow: inset 3px 0 0 rgba(46, 204, 113, 0.45);
}
.filtre-overlay-table .filtre-result-row:not(.filtre-result-row--indispo) span {
border-right-color: #fff;
}
.filtre-overlay-table .filtre-result-row:not(.filtre-result-row--indispo):hover {
background: #3f4244 !important;
color: #fff;
box-shadow: none;
}
.filtre-overlay-table .filtre-result-row:not(.filtre-result-row--indispo):hover span {
color: #fff;
}
.filtre-overlay-table .filtre-result-row.filtre-result-row--indispo {
background-color: rgba(243, 111, 46, 0.08);
background-image: none;
color: #4a4d50;
box-shadow: inset 3px 0 0 rgba(243, 111, 46, 0.45);
}
.filtre-overlay-table .filtre-result-row.filtre-result-row--indispo:nth-child(odd) span, .filtre-overlay-table .filtre-result-row.filtre-result-row--indispo:nth-child(even) span {
border-right-color: #eee;
}
.filtre-overlay-table .filtre-result-row.filtre-result-row--indispo:hover {
background: #3f4244 !important;
color: #fff;
box-shadow: none;
}
.filtre-overlay-table .filtre-result-row.filtre-result-row--indispo:hover span {
color: #fff;
}
@media (max-width: 1024px) {
.filtre-overlay-table .filtre-result-row {
display: grid;
grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.3fr) minmax(0, 1fr);
grid-template-rows: auto auto;
column-gap: 8px;
row-gap: 6px;
padding: 8px 10px;
align-items: center;
font-size: 12px;
line-height: 1.3;
}
.filtre-overlay-table .filtre-result-row span {
display: flex;
align-items: center;
justify-content: flex-start;
border-right: none;
padding: 0;
text-align: left;
min-width: 0;
overflow-wrap: anywhere;
word-break: break-word;
}
.filtre-overlay-table .filtre-result-row span:nth-child(1)::before {
content: "#";
}
}