html { margin: 0px; overflow-x: hidden; }
body { margin: 0px; overflow: hidden; padding-bottom: 20px;}

/* MOBIL */
.mobilSupr { display: none !important; }
.justMobil { display: inline-block !important; }
.justScreen { display: none !important; }

/* WIDTH */

.contenu {
	position: relative;
	display: inline-block;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
  word-spacing: 0em;
	overflow: hidden;
}

/* PAGE CONTENU */

.width-full {
	display: table;
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0);
	table-layout: fixed;
	word-spacing: -4em;
	margin: 0 auto;
	overflow: visible;
	box-shadow: inset 0 0 0 0px #E57F7F;
	vertical-align: middle;
}

.width-max {
	display: table;
	position: relative;
	width: 80%;
	margin: 0 auto;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: visible;
	box-shadow: inset 0 0 0 0px #7EC1AA;
	padding: 20px 0;
}

/* MARGES */
.padding-top { padding-top: 20px; }
.padding-bottom { padding-bottom: 20px; }

/* BOX // WIDTH */
.entier, .demi, .tier, .deuxtier, .quart, .troisquart, .cinquieme, .deuxcinquieme, .troiscinquieme, .troiscinquieme, .cinqsixieme-full, .sixieme
{ width: calc((100% / 1) - 0px); margin: 0px 0px; padding: 0px 0px; }

.entier-full, .demi-full, .tier-full, .deuxtier-full, .quart-full, .troisquart-full, .cinquieme-full, .deuxcinquieme-full, .troiscinquieme-full, .troiscinquieme-full, .sixieme-full
{ width: calc((100% / 1) - 0px); margin: 0px 0px; }

/* SEPARATION */
.espace-vide-30 { display: block; height: 30px; }
.espace-vide-60 { display: block; height: 60px; }

/* BANDES */
.bande-20 {	height: 20vh; min-height: 200px; }
.bande-30 {	height: 30vh; min-height: 300px; }
.bande-50 {	height: 30vh; min-height: 300px; }

/* P */

p { font-size: 3.2vw; line-height: 5.6vw; }
h2 { padding: 10px 0 20px 0px; padding: 10px 0 20px 0px; }
h2.right { float: left; }
h3 { font-size: 5.5vw; line-height: 7vw; }
h3.right { text-align: left; }
h4 { font-size: 5vw; line-height: 6vw; }

p.citation-picto {
	margin: 20px 0 40px 0;
	text-align: center;
}

p.citation-phrase {
	font-family: 'light', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 4.5vw;
	line-height: 6.5vw;
	padding: 0 6vw;
}

p.citation-auteur {
	font-family: 'Medium', sans-serif;
	text-align: right;
	margin: 20px 40px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}

/* MENU PRINCIPAL */

#menu-principal { padding: 3vh 0 0 0; }

#menu-principal ul:nth-child(1) li {
	display: table-row;
	table-layout: fixed;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#menu-principal ul:nth-child(1) li:nth-child(3) p { text-align: center; }

#menu-principal ul:nth-child(1) li:nth-child(3) img {
	display: inline-block;
	width: 100%;
	max-width: 120px;
	margin-bottom: 0px;
 margin-right: 10px;
}

#menu-principal ul li {
	display: table-row;
}

#menu-principal ul:nth-child(2) li:nth-child(3) table {
	width: 100%;
	table-layout: fixed;
}


li#bouton-selecteur p {
	position: relative;
	display: inline-block;
	width: calc(100% - 40px);
	font-size: 3vw;
	line-height: 4vw;
	text-transform: uppercase;
	padding: 20px;
	font-family: 'medium', sans-serif;
	color: var(--color-gris-fonce);
	background-color: white;
	box-shadow: 0 0 0 1px var(--color-selecteur-dispo);
	z-index: 1;
	margin-top: -50px;
	margin-bottom: 20px;
	transform: translateY(50px);
}



li#bouton-selecteur p span {
	display: block;
	padding: 10px 0 0 0;
	font-size: 2.5vw;
	line-height: 3.5vw;
	color: var(--color-selecteur-dispo);
}

li#bouton-selecteur p:before {
	content: "";
	position: absolute;
	height : 0;
	width : 0;
	border-top : 16px solid var(--color-selecteur-dispo);
	border-right : 16px solid transparent;
	border-left : 16px solid transparent;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: 0;
}

/* ACTU */

#menu-principal ul:nth-child(2) li:nth-child(1) table { width: 100%; }
#menu-principal ul:nth-child(2) li:nth-child(1) table td:first-of-type p:first-of-type {
	padding: 0;
	display: none;
}

#bulle-actu {
	display: block;
	position: relative;
	background-color: var(--color-selecteur-dispo);
	top: 0%;
	left: 0%;
	width: 100%;
	max-width: none;
	transform: translate(0%, 0%);
	transition-duration: 0.4s;
	padding: 0 0 10px 0;
}

#bulle-actu.open {
	transform: translate(0%, 0%);
}

#bulle-actu span {
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: var(--color-selecteur-dispo);
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 0;
}

#bulle-actu div.switch-actu { display: none; }

#bulle-actu p {
	color: var(--color-gris-fonce) !important;
	text-align: center !important;
}

#bulle-actu p:nth-child(2) {
	font-size: 3vw;
	line-height: 4vw;
	padding: 20px 20px 5px 20px !important;
}

#bulle-actu p:nth-child(3) {
	background-color: var(--color-selecteur-dispo);
}

#bulle-actu p:nth-child(3) a {
	text-transform: uppercase;
	font-size: 3vw;
	line-height: 4vw;
	padding: 10px !important;
	background-color: white;
	letter-spacing: 0.2vw;
} #bulle-actu p:nth-child(3) a:hover { background-color: var(--color-gris-clair); }




/* ANNONCE */

#annonce {
	display: none;
}

/* INTRODUCTION */

#introduction {
	height: 50vh;
	min-height: 200px;
}

#menu-principal ul:nth-child(2) li:nth-child(3) table td .detail-bouton {
	display: none;
}

#menu-principal ul:nth-child(2) li:nth-child(3) table p span.legende-mobile {
	display: block;
	width: 100%;
	font-size: 3vw;
	line-height: 3.4vw;
	letter-spacing: 0.2vw;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	font-family: 'regular', sans-serif;
	color: var(--color-selecteur-dispo);
}

#menu-principal ul:nth-child(2) li:nth-child(3) table td:last-of-type p span.legende-mobile { color: var(--color-projet-tonique); }

#menu-principal ul:nth-child(2) li:nth-child(3) table p a svg .cls-1 { fill: var(--color-selecteur-dispo); }
#menu-principal ul:nth-child(2) li:nth-child(3) table td:last-of-type p a svg .cls-1 { fill: var(--color-projet-tonique); }

#menu-principal ul:nth-child(2) li:nth-child(2) table p {
	font-family: 'regular', sans-serif;
	font-size: 2.6vw;
	line-height: 3.4vw;
	letter-spacing: 0.2vw;
}

#menu-principal ul:nth-child(1) li:nth-child(2) img { width: 70%; }
#menu-principal ul:nth-child(2) li:nth-child(3) table p a svg { height: 20px; }

/* TYPOLOGIE */

ul#typologie-gauche-01 li img.plan { transform: scale(1.8) translate(-8%, 10%); }

#typologie-droite ul li table { width: 80%; margin: 0 auto; }
#typologie-droite ul li.active table { width: 80%; margin: 0 auto; }
#typologie-droite ul li table p { font-size: 3vw;  line-height: 4vw; letter-spacing: 1px; }
#typologie-droite ul li.active table p { text-align: center; font-size: 4.5vw; line-height: 6vw; }
#typologie-droite ul li table tr td { padding: 20px 5px; }
#typologie-droite ul li.active table tr td { padding: 10px 20px; }
#typologie-droite ul li span { display: none; }
#typologie-droite ul li table p.bull { font-size: 3vw;  line-height: 4vw; padding: 2px 0; }
#typologie-droite ul li.active table p.bull { text-align: center; font-size: 4vw; line-height: 5vw; }

/* TELECHARGEMENT */

ul.tableau-telechargements {
	display: table;
	table-layout: fixed;
	width: 100%;
}

ul.tableau-telechargements li {
	display: table-row;
	padding: 10px 0px;
}

p.telechargement a { border: 1px solid var(--color-gris-fonce); }
p.telechargement a:hover { border: 1px solid var(--color-selecteur-dispo); }

/* FOOTER */

#footer { box-shadow: inset 0 0 0 0px var(--color-gris-clair); }

#footer table.equipe p.nom { font-size: 4.5vw; line-height: 5.5vw; }
#footer table.equipe p.fonction { font-size: 3vw; line-height: 4vw; }

/* SENZI */

p.logo-senzi {
	display: block;
	width: 40%;
	width: 140px;
	margin: 0 auto;
}

a.senzi-promo, a.senzi-site {
	font-size: 3.7vw;
	line-height: 4.7vw;
}

table.senzi tr td {
	display: table-row;
}

p.senzi-h2 {
	text-align: center;
	font-size: 2.8vw;
	line-height: 3.2vw;
}

p.senzi-h1 {
	text-align: center;
	font-size: 6vw;
	line-height: 7.6vw;
}

table.senzi tr td {
	text-align: center;
}

table.senzi tr td p:nth-child(1) {
	display: inline-block;
	font-size: 7vw;
	line-height: 8vw;
	text-align: center;
	margin: 0;
}

table.senzi tr td p:nth-child(1) span {
	font-size: 4vw;
	line-height: 4vw;
}

table.senzi tr td p:nth-child(2) {
	display: block;
	font-size: 3.8vw;
	line-height: 4.8vw;
	text-align: center;
	padding: 20px 0 50px 0;
}

/* ADM */

#footer-adm p {
	display: block;
	text-align: center;
	padding: 20px 0;
}

/* SELECTEUR FILTRES */

#selecteur-filtres {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	padding: 0;
	top: -500%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	box-shadow: inset 0 0 0 6px var(--color-selecteur-dispo);
	transition-duration: 0.4s;
}

#selecteur-filtres.active {
	top: 50%;
}

#bouton-filtres-mobil {
	position: absolute;
	top: 100%;
	right: 4vw;
	width: 60px;
	height: 60px;
	background-color: white;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px var(--color-gris-fonce);
	transform: translate(0, -50%);
	z-index: 1;
}

#bouton-filtres-mobil svg {
	position: absolute;
	width: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

table#tableau-filtres p a {
	display: block;
	letter-spacing: 0.1vw;
	text-transform: uppercase !important;
	font-family: 'medium', sans-serif;
	background-color: var(--color-selecteur-dispo);
	padding: 20px 0;
	font-size: 3vw;
	line-height: 2vw;
}

table#tableau-filtres p a:hover {
	background-color: var(--color-selecteur-reser);
}

table#tableau-filtres {
	width: 80%;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


table#tableau-filtres tr td {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 10px 0;
}

table#tableau-filtres tr td ul {
	display: table;
	width: 100%;
	table-layout: auto;
}

table#tableau-filtres tr td ul li {
	display: table-cell;
}

table#tableau-filtres tr td ul li {
	border: 0px;
}

table#tableau-filtres ul li.titre-filtre { display: table-caption; }
table#tableau-filtres ul li.titre-filtre p { font-size: 2.7vw; letter-spacing: 1.1vw; }

table#tableau-filtres ul li.switch { background-color: white; border: 6px solid white; border-bottom: 1px solid white; }
table#tableau-filtres ul li.switch.active {background-color: white; border: 6px solid white; border-bottom: 1px solid var(--color-gris-fonce); }

table#tableau-filtres ul#filtre-dispo li.switch { background-color: rgba(0,0,0,0); border-bottom: 1px solid white; }
table#tableau-filtres ul#filtre-dispo li.switch.active { background-color: rgba(0,0,0,0); border-bottom: 1px solid white; }

#selecteur-info table.info-lot tr:nth-child(1) td:nth-child(1) p {
	font-size: 4.4vw;
	line-height: 4.4vw;
	padding: 14px 10px 10px 10px;
}

#selecteur-info table.info-lot tr td p {
	font-size: 4vw;
	line-height: 4.2vw;
}

#selecteur-info table.info-lot tr td p span {
	font-size: 1.8vw;
	line-height: 2.0vw;
}

ul#selecteur-visuel-tables table {
	text-align: center;
	transform: translate(-50%, -50%);
	border: none;
}

ul#selecteur-visuel-tables table tr td {
	display: none;
}

ul#selecteur-visuel-tables table tr td:first-child {
	display: table-cell;
	background-color: rgba(0, 0, 0, 0);
	color: var(--color-gris-fonce);
}

ul#selecteur-visuel-tables table tr td:first-child p { color: white; font-size: 4vw; }

ul#selecteur-visuel-tables table:before { display: none; }

ul#selecteur-visuel-tables table.survol tr td:last-of-type { display: none; }

#selecteur-visuel #selecteur-visuel-svg g#circle g circle { r: 5%; fill: rgba(255,255,255,0); }
#selecteur-visuel #selecteur-visuel-svg g#circle g circle.cercleDispo { stroke: var(--color-selecteur-dispo); stroke-width: 10; }
#selecteur-visuel #selecteur-visuel-svg g#circle g circle.cercleReser { stroke: var(--color-selecteur-reser); stroke-width: 10; }
#selecteur-visuel #selecteur-visuel-svg g#circle g circle.cercleVendu { stroke: var(--color-selecteur-vendu); stroke-width: 10; }

#selecteur-visuel #selecteur-visuel-svg g#circle g.survol polygon { fill: rgba(255,255,255,0); transform: scale(2em 1.5em); }

table#selection-tableau tr td:last-of-type p {
	font-size: 2vw;
	line-height: 2vw;
}

/* AXO */

.survol-selecteur {
	margin-top: 0vw;
	margin-bottom: 0vw;
}

.decalage-axo {
	transform: translate(0, 0vw);
}

ul.selecteur-axo {
	width: 100%;
	margin: 30px 0%;
}

ul.selecteur-axo li span {
	width: 8vw;
	height: 8vw;
}

ul.selecteur-axo li span svg {
	width: 5vw !important;
}

/* GALERIE IMAGE */

#galerie-image ul#images li {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: contain;
}

#galerie-image ul#vignettes { display: none; }
#galerie-image ul#vignettes li { display: none; }

#galerie-image #bouton-avant, #galerie-image #bouton-apres { bottom: 10vh; }

/* ANIM AXO */

ul.scroll-anim li img.fond {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate(0%, 10%);
	transition-duration: 1s;
}

ul.scroll-anim li.active img.fond {
	opacity: 1;
	transform: translate(0%, 0%);
	transition-duration: 1s;
}

/* GALERIE AXO */

#galerie-axo-photo, #galerie-axo-video, #galerie-axo-round {
	box-shadow: inset 0 0 0 0px var(--color-gris-fonce);
}

#galerie-axo-round iframe {
	position: absolute;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	top: 0px;
	left: 0px;
	z-index: -1;
	box-shadow: inset 0 0 0 0px var(--color-gris-fonce);
}

/**/

table#tableau-filtres p.filtre-legende {
	display: block !important;
}
