body {
	width: 100%;
	margin: 0 auto;
	font-family: arial;
	background-color: white;
}

.bold { font-family: 'bold'; }

#menu-principal-complet {
	position: fixed;
	top: 0px;
	z-index: 200000;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.dispo { color: rgba(137,206,156,1) !important; }
.disponible { color: rgba(137,206,156,1) !important; }
.reserve { color: rgba(252,205,142,1) !important; }
.réservé { color: rgba(252,205,142,1) !important; }
.vendu { color: rgba(237,106,97,1) !important; }

#selecteur-gauche {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 30%; min-width: 450px; max-width: 650px;
	background-color: white;
	height: auto;
}

#top {
	position: relative;
	height: auto;
	background-color: rgba(255,255,255,1);
	z-index: 10000;
	font-family: 'regular';
	letter-spacing: 1px;
	border-left: 0px solid white;
	margin-top: 0px;
	transition-duration: 1s;
}

/* //////////////////////////////////////////////////////////// SELECTEUR LISTE */

#selecteur-tableau-liste-lot {
	position: relative;
	left: 0px;
	width: 85%;
	margin: 0 auto;
	height: auto;
	background-color: white;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	font-family: 'regular';
	letter-spacing: 1px;
	border-left: 0px solid white;
	transition-duration: 1s;
}

div, ul, li { transition-duration: 0.5s; }

#selecteur-tableau-liste-lot div.lot {
	position: relative;
	width: 100%;
	margin: 10px auto;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 0px;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(0,0,0,0.0);
	border: 1px solid rgba(233,233,233,1);
}

#selecteur-tableau-liste-lot div.lot:nth-child(5n) {
	margin-bottom: 10px !important;
}

#selecteur-tableau-liste-lot div.lot.show { display: block; }
#selecteur-tableau-liste-lot div.lot.hide { display: none; }
#selecteur-tableau-liste-lot div.lot.hideSurface { display: none; }
#selecteur-tableau-liste-lot div.lot.hidePrix { display: none; }
#selecteur-tableau-liste-lot div.lot.hideIndisponible { display: none; }
#selecteur-tableau-liste-lot div.lot.hideAttique { display: none; }

#selecteur-tableau-liste-lot div.lot:hover {
	margin: 20px auto;
}

#selecteur-tableau-liste-lot .statut-dispo { box-shadow: 0px 3px 0px rgba(137,206,156,1); }
#selecteur-tableau-liste-lot .statut-dispo:hover { box-shadow: 0px 10px 0px rgba(137,206,156,1); }

#selecteur-tableau-liste-lot .statut-reser { box-shadow: 0px 3px 0px rgba(252,205,142,1); }
#selecteur-tableau-liste-lot .statut-reser:hover { box-shadow: 0px 10px 0px rgba(252,205,142,1); }

#selecteur-tableau-liste-lot .statut-vendu { box-shadow: 0px 3px 0px rgba(237,106,97,1); }
#selecteur-tableau-liste-lot .statut-vendu:hover { box-shadow: 0px 10px 0px rgba(237,106,97,1); }

#selecteur-tableau-liste-lot ul {
	display: block;
	width: 100%; height: auto;
	overflow: hidden;
	margin: 0; padding: 0;
}

#selecteur-tableau-liste-lot li {
	position: relative;
	display: inline-block;
	float: left;
	line-height: 40px;
}
#selecteur-tableau-liste-lot li a.selecteur-partage {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 10;
	cursor: pointer;
}

#selecteur-tableau-liste-lot ul.fixe li { height: 40px; }
#selecteur-tableau-liste-lot ul.ferme li { height: 0px; overflow: hidden; background-position: center; background-size: 0%; }
#selecteur-tableau-liste-lot .active ul.ferme li { height: 40px; }

#selecteur-tableau-liste-lot .grosTitre { font-size: 20px; }
#selecteur-tableau-liste-lot .avecTitre { height: 40px; overflow: hidden; line-height: 16px; }
#selecteur-tableau-liste-lot .titreCase { display: inline-block; width: 100%; position: relative; font-size: 10px; padding-top: 7px; line-height: 10px; color: rgba(0,0,0,0.8);}

ul.fixe li:nth-child(1) { width: calc(15% - 10px); text-align: left; padding-left: 10px; }
ul.fixe li:nth-child(2) { width: 17%; text-align: center; }
ul.fixe li:nth-child(3) { width: 17%; text-align: center; }
ul.fixe li:nth-child(4) { width: 0%; text-align: center; }
ul.fixe li:nth-child(5) { width: 41%; text-align: center; }
ul.fixe li:nth-child(6) { width: 10%; text-align: center; }


ul.ferme li:nth-child(1) { width: 24%; text-align: center; }
ul.ferme li:nth-child(2) { width: 34%; text-align: center; }
ul.ferme li:nth-child(3) { width: 25%; text-align: center; }
ul.ferme li:nth-child(4) { width: 17%; text-align: center; }
ul.ferme li:nth-child(5) { width: 25%; text-align: center; background-image: url(../custom/svg/selecteur-picto-pdf-download.svg); }
ul.ferme li:nth-child(6) { width: 25%; text-align: center; background-image: url(../custom/svg/selecteur-picto-pdf-share.svg); }
ul.ferme li:nth-child(7) { width: 25%; text-align: center; background-image: url(../custom/svg/selecteur-picto-pdf-brochure.svg); }
ul.ferme li:nth-child(8) { width: 25%; text-align: center; background-image: url(../custom/svg/selecteur-picto-pdf-contact.svg); }
ul.ferme li:nth-child(9) { width: 100%; text-align: center; }
ul.ferme li:nth-child(10) { width: 100%; text-align: center; }

#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(5),
#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(6),
#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(7),
#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(8) { height: 80px; background-position: center 65%; background-size: 22%; }

#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(5):hover,
#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(6):hover,
#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(7):hover,
#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(8):hover { height: 80px; background-position: center 72%; background-size: 25%; }

#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(9) { height: 260px; background-position: center; background-size: 75%; }
#selecteur-tableau-liste-lot .active ul.ferme li:nth-child(10) { padding-top: 20px; height: 70px; line-height: 18px; border-top: 0px; letter-spacing: 4px; }


#selecteur-tableau-liste-lot ul.fixe li:nth-child(1), ul.fixe li:nth-child(2), ul.fixe li:nth-child(3), ul.fixe li:nth-child(4), ul.fixe li:nth-child(5) {
	border-right: 1px solid rgba(233,233,233,1); margin-left: -1px;
}

#selecteur-tableau-liste-lot ul.ferme li { border-top: 1px solid rgba(233,233,233,1); margin-bottom: -1px; }
#selecteur-tableau-liste-lot ul.ferme li:nth-child(1),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(2),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(3),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(4),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(5),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(6),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(7),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(8),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(9),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(10) {
	border-right: 1px solid rgba(233,233,233,1); margin-left: -1px;
}

#selecteur-tableau-liste-lot ul.ferme li:nth-child(4),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(8),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(9),
#selecteur-tableau-liste-lot ul.ferme li:nth-child(10) {
	border-right: 1px solid white; margin-left: -1px;
}


.statut-dispo ul.fixe li.lignePictogramme { background-image: url(../custom/svg/selecteur-picto-liste-open-dispo.svg); }
.statut-reser ul.fixe li.lignePictogramme { background-image: url(../custom/svg/selecteur-picto-liste-open-reser.svg); }
.statut-vendu ul.fixe li.lignePictogramme { background-image: url(../custom/svg/selecteur-picto-liste-open-vendu.svg); }

#selecteur-tableau-liste-lot ul.fixe li.lignePictogramme {
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

#selecteur-tableau-liste-lot .active ul.fixe li.lignePictogramme {
	transform: rotate(0deg);
}

/* //////////////////////////////////////////////////////////// FOOTER */

#selecteur-footer {
	position: relative;
	height: auto;
	padding: 0 0 0 0;
	padding-bottom: 30px;
}

ul.selecteur-footer-disponibilite {
	display: table;
	position: relative;
	height: auto;
	position: relative;
	width: 100% !important;
	font-size: 15px;
	text-transform: uppercase;
	padding: 8px 0 0 0 !important;
	left: 0%;
}

ul.selecteur-footer-disponibilite li { background-repeat: no-repeat; background-size: 18px; background-position: right 40%; padding-right: 20px; color:#333; }

ul.selecteur-footer-disponibilite li:nth-child(1) { width: 30%; text-align: left; background-image: url(../custom/svg/selecteur-picto-liste-open-sans.svg); background-position: left 40%; padding-right: 0px; padding-left: 20px; color:rgba(125,125,125,1); }
ul.selecteur-footer-disponibilite li:nth-child(2) { width: 17%; text-align: right; background-image: url(../custom/svg/selecteur-picto-liste-open-dispo.svg); }
ul.selecteur-footer-disponibilite li:nth-child(3) { width: 17%; text-align: right; background-image: url(../custom/svg/selecteur-picto-liste-open-reser.svg); }
ul.selecteur-footer-disponibilite li:nth-child(4) { width: 15%; text-align: right; background-image: url(../custom/svg/selecteur-picto-liste-open-vendu.svg); }

ul.selecteur-footer-informations {
	display: table;
	position: relative;
	height: auto;
	position: relative;
	width: 85% !important;
	font-size: 15px;
	text-transform: uppercase;
	left: 10%;
}

ul.selecteur-footer-informations li:nth-child(1) {
	width: 25%;
	height: auto;
	min-height: 100px;
	background-image: url(../custom/svg/selecteur-logo-projet-principal.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 75px;
}

ul.selecteur-footer-informations li:nth-child(2) { width: 75%; text-transform: none; font-size: 14px; line-height: 16px !important; text-align: justify; padding-top: 10px; }

.ancreTete { cursor: pointer; }

/* //////////////////////////////////////////////////////////// SELECTEUR VISUEL */

#selecteur-visuel {
	position: fixed;
	top: 100px;
	height: calc(100% - 100px);
	z-index: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid rgba(204,204,204,1);
	overflow: hidden;
	min-height: 450px;
	background-color: white;
	transition-duration: 0s;
}

#selecteur-visuel-fixe-etage {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	transition-duration: 0s;
}

#selecteur-visuel-fixe-etage img {
	position: absolute;
	transition-duration: 1s;
}

#selecteur-visuel-fixe-appt svg {
	position: absolute;
	height: 100%;
	transition-duration: 1s;
}

.selecteur-visuel-appt {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10000;
	transition-duration: 0s;
}

/* //////////////////////////////////////////////////////////// GESTION DES FILTRES ............ PIECES ............ 20000 */

#selecteur-filtres {
	position: relative;
	width: 85%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	z-index: 20000;
}

#selecteur-filtres p {
	position: relative;
	display: block;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 20px 0;
	margin: 0;
}

#selecteur-filtres ul.selecteur-filtres-pieces {
	display: table;
	position: relative;
	top: 5px;
	width: auto; height: 50px;
	margin: 0 auto;
}

#selecteur-filtres ul.selecteur-filtres-pieces li {
	display: table-cell;
	vertical-align: top;
	width: calc(25% - 20px); height: 50px;
	padding: 0 12px;
	background-color: white;
	text-align: center;
	color: black;
	font-family: 'regular';
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 24px;
}

#selecteur-filtres ul.selecteur-filtres-pieces li.active {
	font-family: 'bold';
	font-size: 24px;
	background-image: url(../custom/svg/selecteur-picto-liste-open-dispo.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 24px;
}

#selecteur-adresse {
	position: relative;
	margin: 0 auto;
	width: 85%;
	height: auto;
	overflow: hidden;
	z-index: 20000;
	border-left: 0px solid rgba(233,233,233,1);
	border-right: 1px solid rgba(233,233,233,1);
	cursor: pointer;
	padding: 10px;
}

#selecteur-adresse p.adresse {
	position: relative;
	display: block;
	vertical-align: middle;
	font-family: "regular";
	font-size: 20px;
	text-align: center;
	padding: 0px; margin: 0px;
	color: rgba(0,0,0,1);
	cursor: pointer;
}

#selecteur-titre {
	position: relative;
	top: 0px;
	width: 85%;
	height: auto;
	padding: 10px;
	overflow: hidden;
	z-index: 20000;
	margin: 0 auto;
}

#selecteur-titre p.titre {
	position: relative;
	display: block;
	width: 100%;
	font-family: "regular";
	font-size: 16px;
	letter-spacing: 6px;
	text-align: center;
	padding: 0 0 10px 0; margin: 0px;
	text-transform: uppercase;
}

#selecteur-range, #selecteur-range-2 {
	position: relative;
	width: calc(80% + 20px);
	/*margin-top: 10px;
	margin-left: calc(10%);
	margin-bottom: 10px;
	margin-right: 5%;*/
	margin: 0 auto;
	text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0s;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	transition-duration: 0s !important;
}

.ui-widget {
	position: relative!important;
	height: auto;
	border: 1px solid rgba(233,233,233,1) !important;
	width: calc(100% - 20px) !important;
	height: 20px !important;
	background-color: rgba(204,204,204,0.2)!important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 20px 0px 0px rgba(233,233,233,1), -0px 0px 0px rgba(233,233,233,1);
}

.ui-widget-content .ui-state-default {
	background-color: rgba(137,206,156,1) !important;
	border: 0px !important;
	position: absolute !important;
	top: 0 !important;
	width: 20px !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.ui-slider-horizontal .ui-slider-range {
	background-color: rgba(137,206,156,1) !important;
	opacity: 0.5 !important;
}

#amount, #amount-2 {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 20px 0px 8px 0px;
	text-align: center;
	letter-spacing: 1px;
	color: #232323 !important;
	opacity: 1 !important;
	font-family: 'regular';
}

#nombreDeBienVendu {
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	transition-duration: 0s;
	cursor: default;
	color: #232323 !important;
	font-size: 16px;
	padding: 15px 0px 0px 0px;
}

/* //////////////////////////////////////////////////////////// GESTION DU LECTEUR DE ............ PDF ............ 20000 */

#selecteur-lecteur { display: none; }

/* //////////////////////////////////////////////////////////// STATUS */

.etage g {
	transition-duration: 0.5s;
	transform: translate(0px,0px);
}

.etage g polygon {
	opacity: 1; cursor: pointer;
	stroke:white;
	stroke-width:0;
	stroke-dasharray: 0px 1000px;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition-duration: 1s;

}

.etage g:hover polygon {
	opacity: 1; cursor: pointer;
	/*stroke: white;
	stroke-width:4;*/
	stroke-dasharray: 1000px 0px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.etage g polygon.hide { display: none; }

.etage g.polyActif polygon {
	opacity: 1;
}

.decoSupr { display: none; }

.etageSelect g.polyDisponible { transform: translate(0px,-10px); }
g.polyDisponible polygon.cls-2 { fill : rgba(87,130,97,1); }
g.polyDisponible polygon.cls-3 { fill : rgba(117,175,131,1); }
g.polyDisponible polygon.cls-4 { fill : rgba(137,206,156,1); }

.etageSelect g.polyReserve { transform: translate(0px,-10px); }
g.polyReserve polygon.cls-2 { fill : rgba(252,205,142,1); }
g.polyReserve polygon.cls-3 { fill : rgba(209,170,124,1) ; }
g.polyReserve polygon.cls-4 { fill : rgba(163,131,93,1); }

.etageSelect g.polyVendu { transform: translate(0px,-10px); }
g.polyVendu polygon.cls-2 { fill : rgba(237,106,97,1); }
g.polyVendu polygon.cls-3 { fill : rgba(207,90,87,1); }
g.polyVendu polygon.cls-4 { fill : rgba(169,73,71,1); }


g.etage { transform: translate(0px,0px); transition-duration: 1s;}
g.etage.etageSelect { transform: translate(0px,0px); }
g.etage.etagePlus { transform: translate(0px,-400px); }
g.etage.etageMoins { transform: translate(0px,0px); }


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	g.etage { display: block; }
	g.etage.etageSelect { display: block; }
	g.etage.etagePlus { display: none; }
	g.etage.etageMoins { display: block; }

	.etage g polygon {
		stroke:white;stroke-width:0;
	}

	.etage g:hover polygon {
		stroke:white;stroke-width:3;
	}
}


/* //////////////////////////////////////////////////////////// BOX */

#selecteur-box-up {
	font-family: 'regular';
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 1000000;
	position: fixed;
	top: -500px;
	left: -500px;
	width: 350px;
	height: auto;
	background-color: white;
	border: 1px solid rgba(233,233,233,1);
	transition-duration: 0s;
	opacity: 0.5;
}

#selecteur-box-up.statut-dispo { box-shadow: 0px 6px 0px 0px rgba(137,206,156,1); }
#selecteur-box-up.statut-reser { box-shadow: 0px 6px 0px 0px rgba(252,205,142,1); }
#selecteur-box-up.statut-vendu { box-shadow: 0px 6px 0px 0px rgba(237,106,97,1); }

#selecteur-box-up ul {
	display: block;
	width: 100%; height: auto;
	overflow: hidden;
	margin: 0; padding: 0;
}

#selecteur-box-up li {
	display: inline-block;
	float: left;
	line-height: 40px;
	height: 40px;
}

#selecteur-box-up ul.fixe li:nth-child(1) { width: calc(15% - 4px); text-align: left; padding-left: 10px; border-right: 1px solid rgba(233,233,233,1); margin-left: -1px; }
#selecteur-box-up ul.fixe li:nth-child(2) { width: 15%; text-align: center; }
#selecteur-box-up ul.fixe li:nth-child(3) { width: 18%; text-align: center; }
#selecteur-box-up ul.fixe li:nth-child(4) { width: 0%; text-align: center; }
#selecteur-box-up ul.fixe li:nth-child(5) { width: 50%; text-align: center; border-right: none; }
#selecteur-box-up ul.fixe li:nth-child(6) { display: none; }

#selecteur-box-up ul.ferme li:nth-child(1) { width: 25%; text-align: center; border-right: 1px solid rgba(233,233,233,1); margin-left: -1px; }
#selecteur-box-up ul.ferme li:nth-child(2) { width: 30%; text-align: center; border-right: 1px solid rgba(233,233,233,1); margin-left: -1px; }
#selecteur-box-up ul.ferme li:nth-child(3) { width: 25%; text-align: center; border-right: 1px solid rgba(233,233,233,1); margin-left: -1px; }
#selecteur-box-up ul.ferme li:nth-child(4) { width: calc(20% - 0px); text-align: center;}

#selecteur-box-up ul.ferme li:nth-child(5),
#selecteur-box-up ul.ferme li:nth-child(6),
#selecteur-box-up ul.ferme li:nth-child(7),
#selecteur-box-up ul.ferme li:nth-child(8),
#selecteur-box-up ul.ferme li:nth-child(9),
#selecteur-box-up ul.ferme li:nth-child(10) { display: none; }

#selecteur-box-up ul.fixe li { height: 40px; }
#selecteur-box-up ul.ferme li { height: 40px; overflow: hidden; }

#selecteur-box-up .active ul.ferme li { height: 40px; }

#selecteur-box-up .grosTitre { font-size: 20px; }
#selecteur-box-up .avecTitre { height: 40px; overflow: hidden; line-height: 16px; }
#selecteur-box-up .titreCase { display: inline-block; width: 100%; position: relative; font-size: 10px; padding-top: 7px; line-height: 10px; color: rgba(0,0,0,0.8);}

#selecteur-box-up ul.ferme li { border-top: 1px solid rgba(233,233,233,1); margin-bottom: -1px; }

#selecteur-box-up .disponible { color: rgba(137,206,156,1) !important; }
#selecteur-box-up .reserve { color: rgba(252,205,142,1) !important; }
#selecteur-box-up .vendu { color: rgba(237,106,97,1) !important; }

#selecteur-box-fleche {
	font-family: 'regular';
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 1;
	z-index: 100000;
	position: fixed;
	top: -500px;
	left: -500px;
	width: 24px;
	height: 24px;
	transition-duration: 0s;
	background-image: url(../custom/svg/selecteur-picto-liste-open-blanc.svg);
	background-repeat: no-repeat;
	cursor: pointer;
	transform: rotate(180deg);
}


/* //////////////////////////////////////////////////////////// GESTION DES FILTRES ............ ETAGE ............ 20000 */

#selecteur-etage {
	display: table;
	position: fixed;
	left: calc(100% - 80px);
	top: 100px;
	width: 34px;
	height: calc(100% - 100px);
	overflow: hidden;
	z-index: 30000;
	transition-duration: 0.5s;
}

#selecteur-etage p {
	font-family: 'regular';
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#selecteur-etage ul.selecteur-filtres-etage {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: auto; height: 50px;
	margin: 0 auto;
}

#selecteur-etage ul.selecteur-filtres-etage li {
	position: relative;
	display: block;
	vertical-align: middle;
	width: 34px; height: 34px;
	padding: 0;
	text-align: center;
	color: rgba(137,206,156,1);
	font-family: 'regular';
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: inset 0px 0px 0px 1px rgba(137,206,156,1);
	border-radius: 50%;
	margin: 6px 0;
	background-color: white;
	opacity: 0.8;
}

#selecteur-etage ul.selecteur-filtres-etage li:hover {
	font-family: 'bold';
	opacity: 1;
}

#selecteur-etage ul.selecteur-filtres-etage li.active {
	font-family: 'bold';
	margin: 20px 0;
	box-shadow: inset 0px 0px 0px 1px rgba(137,206,156,1);
	transition-duration: 0.5s;
	background-color: rgba(137,206,156,1);
	color: white;
	opacity: 1;
}


.cls-1 { fill: none; }
.cls-2 { fill: #70605d; }
.cls-3 { fill: #987557; }
.cls-4 { fill: #e3e3e2; }
.cls-5 { isolation: isolate; }
.cls-6 { fill: #cbbea7; }
.cls-7 { fill: #c7baa4; }
.cls-8 { fill: #beb19c; }
.cls-9 { fill: #c5b8a2; }
.cls-10 { fill: #c1b49f; }
.cls-11 { fill: #bcb09b; }

/* BOUTON DE FILTRES */

#bouton-filtres {
	position: relative;
	width: 85%;
	margin: 20px auto;
}

#bouton-filtres p a {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-family: 'regular';
	transition-duration: 0.4s;
	opacity: 1;
	cursor: pointer;
}

#couleur-bt-filtres a {
	font-size: 20px;
	border: 1px solid #232323;
	padding: 10px 0px 9px 0px;
	color: #232323;
}

#couleur-bt-attiques a {
	font-size: 15px;
	background-color: #d5eadb;
	padding: 7px 0px 5px 0px;
	color: #458b51;
}

#couleur-bt-indisponibles a {
	font-size: 15px;
	background-color: #f1d7d3;
	padding: 7px 0px 5px 0px;
	color: #a95643;
}

#bouton-filtres p a.hide {
	display: none;
}

#bouton-filtres p a:hover {
	opacity: 0.7;
}

.filtre-hide.hide {
	display: none;
}
