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

html::-webkit-scrollbar, body::-webkit-scrollbar  { display: none !important; }
html, body { -ms-overflow-style: none !important; scrollbar-width: none !important; }

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

/* WIDTH */

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

/* PAGE CONTENU */

.width-full {
	display: table;
	position: relative;
	width: 100vw;
	height: auto;
	min-width: 100vw;
	table-layout: fixed;
	word-spacing: -4em;
	margin: 0 auto;
	overflow: visible;
	vertical-align: middle;
}

.width-max {
	display: table;
	position: relative;
	width: 80vw;
	margin: 0 auto;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: visible;
	padding: 0;
}

/* MARGES */
.padding-top { padding-top: 40px; }
.padding-bottom { padding-bottom: 40px; }
.margin-top { padding-top: 40px; }
.margin-bottom { padding-bottom: 40px; }
.padding-top-menu { padding-top: 60px; }

/* BOX // WIDTH */
.entier { width: calc((100% / 1) - 40px); margin: 0px 20px; }
.entier-full { width: calc((100% / 1) - 0px); margin: 0px 0px; }
.demi { width: calc((100% / 2) - 40px ); margin: 0px 20px; }
.demi-full { width: calc((100% / 2) - 0px ); margin: 0px 0px; }
.tier { width: calc((100% / 3) - 40px); margin: 0px 20px; }
.tier-full { width: calc((100% / 3) - 0px); margin: 0px 0px; }
.deuxtier { width: calc(2*(100% / 3) - 40px); margin: 0px 20px; }
.deuxtier-full { width: calc(2*(100% / 3) - 0px); margin: 0px 0px; }
.quart { width: calc((100% / 4) - 40px); margin: 0px 20px; }
.quart-full { width: calc((100% / 4) - 0px); margin: 0px 0px; }
.troisquart { width: calc(3*(100% / 4) - 20px); margin: 0px 40px; }
.troisquart-full { width: calc(3*(100% / 4) - 0px); margin: 0px 0px; }
.cinquieme { width: calc((100% / 5) - 40px); margin: 0px 20px; }
.cinquieme-full { width: calc((100% / 5) - 0px); margin: 0px 0px; }
.sixieme { width: calc((100% / 6) - 40px); margin: 0px 20px; }
.sixieme-full { width: calc((100% / 6) - 0px); margin: 0px 0px; }
.cinqsixieme { width: calc(5*(100% / 6) - 40px); margin: 0px 20px; }
.cinqsixieme-full { width: calc(5*(100% / 6) - 0px); margin: 0px 0px; }
.deuxcinquieme { width: calc(2*(100% / 5) - 40px); margin: 0px 20px; }
.deuxcinquieme-left { width: calc(2*(100% / 5) - 20px); margin: 0px 20px 0 0; }
.deuxcinquieme-full { width: calc(2*(100% / 5) - 0px); margin: 0px 0px; }
.troiscinquieme { width: calc(3*(100% / 5) - 40px); margin: 0px 20px; }
.troiscinquieme-full { width: calc(3*(100% / 5) - 0px); margin: 0px 0px; }

.bande-image .tier-full { width: calc((100% / 3) + 80px); margin: 0px 0px; }
.bande-image .deuxtier-full { width: calc(2*(100% / 3) - 80px); margin: 0px 0px; }

/* FONT // PARA */
.font-cap { text-transform: uppercase; }
.font-underline { text-decoration: underline; }
.font-italique { font-style: italic; }
.para-left { text-align: left; }
.para-justify { text-align: justify; }
.para-center { text-align: center; }
.para-right { text-align: right; }

/* ALIGNEMENT */
.vertical-align-top { vertical-align: top; }
.vertical-align-bottom { vertical-align: bottom; }

/* ESPACE VIDE */
.espace-vide-10 { height: 10px; width: 100%; }
.espace-vide-20 { height: 20px; width: 100%; }
.espace-vide-30 { height: 30px; width: 100%; }
.espace-vide-40 { height: 40px; width: 100%; }
.espace-vide-50 { height: 50px; width: 100%; }
.espace-vide-60 { height: 60px; width: 100%; }
.espace-vide-100 { height: 100px; width: 100%; }
.espace-vide-200 { height: 200px; width: 100%; }

/* BANDES IMAGES */
.bande-10 { height: 10vh; }
.bande-15 { height: 15vh; }
.bande-20 { height: 20vh; }
.bande-30 { height: 30vh; }
.bande-35 { height: 35vh; }
.bande-40 { height: 40vh; min-height: 400px; }
.bande-50 { height: 50vh; min-height: 500px; }
.bande-60 { height: 60vh; min-height: 600px; }
.bande-70 { height: 70vh; min-height: 700px; }

.image-back {
	background-size: cover;
	background-position: center;
}

.back-corpo { background-color: var(--color-gris-fonce); }
.back-corpo p { color: white; }

/* SVG */

.cls-1 { fill: var(--color-gris-fonce); }

/* ALIGNEMENT */

.alignCenter { text-align: center; }
.alignRight { text-align: right; }

/* P // H */

h2 {
	font-family: 'sansRegular', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 2vw;
	line-height: 2.4vw;
	letter-spacing: 0.6vw;
	padding: 2vh 0;
}

h3 {
	font-family: 'sansRegular', sans-serif;
	color: var(--color-gris-fonce);
	text-transform: uppercase;
	font-size: 2.2vw;
	line-height: 3vw;
	letter-spacing: 0.1vw;
	padding: 4vh 0;
}

h4 {
	font-family: 'sansRegular', sans-serif;
	color: var(--color-gris-fonce);
	text-transform: uppercase;
	font-size: 1.8vw;
	line-height: 3vw;
	letter-spacing: 0.1vw;
	padding: 4vh 0;
}

p, a {
	font-family: 'sansLight', sans-serif;
	color: var(--color-gris-fonce);
	text-decoration: none;
}

.logo {
	width:110%;
}

a.bouton {
	display: inline-block;
	padding: 1vw;
	margin: 30px 0;
	color: var(--color-gris-fonce);
	text-align: center;
	font-size: 0.8vw;
	line-height: 1.2vw;
	letter-spacing: 0.2vw;
	font-family: 'sansRegular', sans-serif;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 2px var(--color-gris-fonce);
	transition-duration: 0.2s;
	text-decoration: none;
	cursor: pointer;
} a.bouton:hover { box-shadow: inset 0 0 0 4px var(--color-gris-fonce); }

p.bulle {
	position: relative;
	display: block;
	background-color: var(--color-gris-fonce);
	font-family: 'sansRegular', sans-serif;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 0.05vw;
	color: white;
	padding: 2vw 6vw 2vw 2vw;
}

p.bulle::before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0%;
	left: 4vw;
	transform-origin: center;
	transform: rotate(-45deg) translate(-50%, -100%);
	background-color: var(--color-gris-fonce);
}

p.bulle.nobefore::before {
	content: '';
	display: none;
}

p.bulle-bas {
	position: relative;
	display: block;
	background-color: var(--color-gris-fonce);
	font-family: 'sansRegular', sans-serif;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 0.05vw;
	color: white;
	padding: 2vw 6vw 2vw 2vw;
}

p.bulle-bas::before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 100%;
	left: 4vw;
	transform-origin: center;
	transform: rotate(-45deg) translate(-50%, -120%);
	background-color: var(--color-gris-fonce);
}

p.bulle-blanche {
	position: relative;
	display: inline-block;
	background-color: white;
	font-family: 'sansRegular', sans-serif;
	font-size: 1vw;
	line-height: 1.4vw;
	letter-spacing: 0.2vw;
	color: var(--color-selecteur-vendu);
	padding: 1vw 2vw;
	text-transform: uppercase;
}

p.bulle-blanche::before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 100%;
	right: 4vw;
	transform-origin: center;
	transform: rotate(-45deg) translate(20%, -50%);
	background-color: white;
}

p.bulle-blanche.sans::before {
	content: '';
	display: none;
}

p.bulle-blanche.nobefore::before {
	content: '';
	display: none;
}

span.plus {
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 2px;
	box-shadow: inset 0 0 0 2px var(--color-gris-fonce);
	padding: 10px;
	vertical-align: middle;
	font-family: 'sansBold', sans-serif;
	cursor: pointer;
	transition-duration: 0.2s;
}

span.plus:hover { box-shadow: inset 0 0 0 4px var(--color-gris-fonce); }

p.credits {
	font-family: 'sansRegular', sans-serif;
	font-size: 0.6vw;
	line-height: 0.8vw;
	letter-spacing: 0.1vw;
	padding: 4vw 2vw 4vw 2vw;
	text-transform: uppercase;
}

p.credits img {
	display: inline-block;
	vertical-align: center;
}

p.lancement {
	position: relative;
	display: block;
	background-color: ;
	font-family: 'sansRegular', sans-serif;
	font-size: 1.1vw;
	line-height: 1.8vw;
	letter-spacing: 0.2vw;
	color: #fff;
	padding: 1vw;
	text-transform: uppercase;
}

p.classique {
	font-size: 1vw;
	line-height: 2.2vw;
	font-family: 'sansRegular', sans-serif;
}

p.liste-gauche {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'sansRegular', sans-serif;
	font-size: 0.9vw;
	line-height: 1.2vw;
	letter-spacing: 0.3vw;
	padding: 10px 0 10px 10%;
	text-align: right;
}

p.liste-droite {
	text-transform: uppercase;
	font-family: 'sansRegular', sans-serif;
	font-size: 0.9vw;
	line-height: 1.2vw;
	letter-spacing: 0.1vw;
	padding: 20px 0;
	text-align: left;
}

p.liste-droite img {
	display: block;
	position: relative;
	width: 40%;
	padding: 0 0 30px 0;
}

/* PASTILLE */

#pastille {
	position: absolute;
	top: 25%;
	left: 5%;
	width: 300px;
	height: 300px;
	background-image: url('../svg/pastille-eco.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-10deg);
	filter: drop-shadow(0 0 0.75rem black);
}

#pastille-bloc {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 350px;
	height: 350px;
	background-image: url('../svg/pastille-eco-bloc.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#pastille-bloc-petit {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 250px;
	height: 250px;
	background-image: url('../svg/pastille-eco-bloc.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* MENU-PRINCIPAL */

table#menu-principal {
	width: 100%;
	table-layout: fixed;
}

table#menu-principal tr td:nth-child(1) { width: 60%; }
table#menu-principal tr td:nth-child(2) { width: 40%; }

table#menu-principal tr td {
	text-align: center;
}

table#menu-principal tr td ul {
	display: table;
	table-layout: auto;
	width: 100%;
	height: 100%;
}

table#menu-principal tr td ul li {
	display: table-cell;
	cursor: pointer;
}

table#menu-principal tr td:nth-child(1) ul li { border-right: 1px solid white; }
table#menu-principal tr td:nth-child(1) ul li:last-of-type { border-right: 0px solid white; }

table#menu-principal tr td:nth-child(1) ul li p {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: 'sansBold', sans-serif;
	font-size: 1vw;
	line-height: 1.2vw;
	letter-spacing: 0.3vw;
	text-transform: uppercase;
	color: white;
	padding: 1vh 0;
}

table#menu-principal tr td:nth-child(1) ul li p:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 50%;
	height: 1px;
	background-color: white;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: 0.2s;
} table#menu-principal tr td:nth-child(1) ul li:hover p:before { opacity: 1; top: 120%; }

table#menu-principal tr td:nth-child(2) ul li {
	position: relative;
	padding: 0 1vh;
}

table#menu-principal tr td:nth-child(2) ul li p {
	background-color: white;
	padding: 0.7vh;
}

table#menu-principal tr td:nth-child(2) ul li p img {
	width: 1.3vw;
}

table#menu-principal tr td:nth-child(2) ul li p span {
	display: block;
	position: absolute;
	font-size: 0.6vw;
	line-height: 1vw;
	letter-spacing: 0.1vw;
	color: white;
	top: -20%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	opacity: 0;
	transition-duration: 0.2s;
} table#menu-principal tr td:nth-child(2) ul li:hover p span { top: -50%; opacity: 1; }

table#menu-principal tr td:nth-child(2) ul li:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	background-color: white;
	width: 10px;
	height: 10px;
	transform: translate(-50%,-50%) rotate(-45deg);
	opacity: 0;
	transition-duration: 0.2s;
} table#menu-principal tr td:nth-child(2) ul li:hover:before { opacity: 1; }

/* CHAPITRE */

ul.chapitre {
	display: table;
	background-color: white;
	padding: 1.6vw 3vw;
}

ul.chapitre li {
	display: table-cell;
}

ul.chapitre li:nth-child(1) {
	width: 70px;
}

ul.chapitre li p svg {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
}

ul.chapitre li p {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'sansRegular', sans-serif;
	font-size: 1.1vw;
	line-height: 1.6vw;
	letter-spacing: 0.2vw;
}

/* TABLES */

ul.table {
	display: table;
	width: 100%;
}

ul.table li {
	display: table-cell;
}

/* TABLE BULLE */

.table.bulle {
	width: calc(100% - 4vw);
	position: relative;
	padding: 2vw;
	color: white;
}

.table.fixed { table-layout: fixed; }

.table.bulle.back-reser { background-color: var(--color-selecteur-dispo); }
.table.bulle.back-corpo { background-color: var(--color-selecteur-vendu); }
.table.bulle.back-rouge  { background-color: #c63843; }

.table.bulle.back-reser:before { background-color: var(--color-selecteur-dispo); }
.table.bulle.back-corpo:before { background-color: var(--color-selecteur-vendu); }
.table.bulle.back-rouge:before { background-color: #c63843; }

.table.bulle li { vertical-align: middle; }

.table.bulle.top-left:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 10%;
	width: 30px;
	height: 30px;
	transform-origin: middle;
	transform: translate(-50%, -50%) rotate(45deg);
}

.table.bulle p {
	position: relative;
	padding: 0vw;
	font-size: 1.2vw;
	line-height: 1.8vw;
	color: white;
	font-family: 'sansRegular', sans-serif;
}

.table.bulle li:nth-child(2) p {
	padding: 0 2vw;
}

.table.bulle p a {
	display: block;
	padding: 1vw;
	color: white;
	text-align: center;
	font-size: 0.8vw;
	line-height: 1.2vw;
	letter-spacing: 0.2vw;
	font-family: 'sansRegular', sans-serif;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 2px white;
	transition-duration: 0.2s;
	text-decoration: none;
	cursor: pointer;
} .table.bulle p a:hover { box-shadow: inset 0 0 0 4px white; }

/* FOOTER */

ul.carte-visite {
	position: relative;
	display: table;
	table-layout: auto;
	width: 100%;
	padding: 3vh 0;
}

ul.carte-visite li {
	display: table-cell;
}

ul.carte-visite li:nth-child(1) {
	padding-right: 10px;
}

ul.carte-visite li p {
	font-family: 'sansLight', sans-serif;
	font-size: 1.1vw;
	line-height: 1.8vw;
	padding: 0.4vh 0;
}

ul.carte-visite li p b {
	font-family: 'sansRegular', sans-serif;
}

ul.carte-visite li p svg {
	width: 10px;
}

/* VIDEO // ACCUEIL */

#video-accueil {
	position: relative;
	width: 100vw;
	height: 80vh;
	min-height: 700px;
	background-image: url('../image/galerie-image-intro.jpg');
	background-size: cover;
	background-position: center;
}

#image-header {
	position: relative;
	width: 100vw;
	height: 50vh;
	min-height: 700px;
	background-image: url('../image/galerie-image-intro.jpg');
	background-size: cover;
	background-position: center;
}

#video-accueil #player-video {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#illustration-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Clé pour imiter background-cover */
}

#video-grad {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 13, 47, 0.5) 0%, rgba(0, 13, 47, 0) 50%)
}

/* DATE */

#date {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, 0%);
}

#date div { vertical-align: bottom; }

#date .decalage {
	transform: translateY(30%);
}

#date-accueil li:nth-child(3),
#date-accueil li:nth-child(6) {
	transform: translateY(-3.5vw);
}

ul.date {
	display: table;
}

ul.date li {
	display: table-cell;
}

ul.date li p {
	font-family: 'sansBold', sans-serif;
	text-transform: uppercase;
	font-size: 9vw;
	line-height: 9vw;
	letter-spacing: 0vw;
	padding: 1vh 0;
	color: #fff;
}

.very-up {
	z-index: 1000;
}

/* GOOGLE */

.grecaptcha-badge { display: none; }

/* CONTROL VIDEO */

div.control-video {
	position: absolute;
	background-color: var(--color-selecteur-vendu);
	bottom: 3%;
	right: 3%;
	padding: 10px;
	z-index: 1000;
	text-transform: uppercase;
}

div.control-video p.titre-control {
	position: relative;
	font-family: 'sansRegular', sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
	margin: 8px 0 6px 0;
	color: white;
}

div.control-video ul {
	display: table;
	table-layout: fixed;
}

div.control-video ul li {
	display: table-cell;
	padding: 0px;
	cursor: pointer;
}

div.control-video ul li p {
	height: 30px;
	width: 30px;
	margin: 0 10px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	box-shadow: inset 0 0 0 0 white !important;
}

div.control-video span.fleche {
	position: absolute;
	background-color: var(--color-selecteur-vendu);
	width: 20px;
	height: 20px;
	left: 50%;
	top: 0%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transition-duration: 0.4s;
}

div.control-video:hover span.fleche {
	transform: translateY(-20%) translateX(-50%) rotate(45deg);
}

div.control-video ul li.control-video-son p {
	background-image: url("../svg/pictogramme-video-son-on.svg");
}

div.control-video ul li.control-video-son.switch p {
	background-image: url("../svg/pictogramme-video-son-off.svg");
}

div.control-video ul li.control-video-lecture p {
	background-image: url("../svg/pictogramme-video-lecture-off.svg");
}
div.control-video ul li.control-video-lecture.switch p {
	background-image: url("../svg/pictogramme-video-lecture-on.svg");
}

div.control-video ul li.control-video-size p {
	background-image: url("../svg/pictogramme-video-size-on.svg");
}

div.control-video ul li.control-video-size.switch p {
	background-image: url("../svg/pictogramme-video-size-off.svg");
}

/* LEGENDES IMAGES */

p.legende-image {
	display: block;
	position: absolute;
	background-color: white;
	padding: 20px 30px;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	font-family: 'sansBold', sans-serif;
	font-size: 1vw;
	line-height: 1vw;
	letter-spacing: 0.4vw;
}

p.legende-image.gauche:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: white;
	position: absolute;
	top: 100%;
	left: 30%;
	transform: translate(-50%, -50%) rotate(45deg);
}

p.legende-image.droite:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: white;
	position: absolute;
	top: 100%;
	right: 30%;
	transform: translate(-50%, -50%) rotate(45deg);
}

p.legende-image.centre:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: white;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

p.legende-image.centre.haut:before {
	top: 0%;
}

/* SELECTEUR */

#intro-grad {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 13, 47, 0.5) 0%, rgba(0, 13, 47, 0) 60%)
}

body.selecteur #introduction {
	position: relative;
	width: 100vw;
	height: calc(100vw / 1.5);
	min-height: 700px;
	background-size: cover;
	background-position: center;
}

body.selecteur #fond-selecteur,
body.selecteur #image-selecteur {
	position: absolute;
	width: 100%;
	height: 100%;
}

svg#selecteur,
body.selecteur #image-selecteur img {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#liste-lots {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(0%, -50%);
	width: 36vw;
}

#liste-lots table {
	position: relative;
	width: 100%;
	background-color: white;
	margin: 5px 0;
	table-layout: fixed;
	transition-duration: 0.4s;
}

#liste-lots table.hide { margin: 5px 0; }
#liste-lots table { margin: 15px 0; }

#liste-lots table.vendu { background-color: var(--color-selecteur-vendu); opacity: 0.6; }

#liste-lots table::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -14px;
	height: 100%;
	width: 5px;
	background-color: white;
	border: 1px solid var(--color-gris-fonce);
}

#liste-lots table::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 20px;
	height: 20px;
	background-color: white;
	transform: translate(0 , -50%);
	box-shadow: inset 0 0 0 1px var(--color-gris-fonce);
	background-image: url('../svg/pictogramme-fleche-bas.svg');
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition-duration: 0.1s;
}


#liste-lots table.dispo:hover::after {
	right: -50px;
	opacity: 1;
}

#liste-lots table.dispo::before { background-color: var(--color-selecteur-dispo); }
#liste-lots table.reser::before { background-color: var(--color-selecteur-reser); }
#liste-lots table.vendu::before { background-color: var(--color-selecteur-vendu); }

#liste-lots table.hide.dispo { background-color: white; }
#liste-lots table.hide.reser { background-color: white; }
#liste-lots table.hide.vendu { background-color: white; }

#liste-lots table.dispo { background-color: #d7edc1; }
#liste-lots table.reser { background-color: #f4e6c4; }
#liste-lots table.vendu { background-color: #f5cdce; }

#liste-lots table tr:nth-child(2) { display: table-row; }
#liste-lots table.hide tr:nth-child(2) { display: none; }

#liste-lots table tr td {
	padding: 0.6vw 0.5vw 0.5vw 0.5vw;
	border: 1px solid var(--color-gris-fonce);
	vertical-align: middle;
}

#liste-lots table tr:nth-child(2) td:nth-child(4) {
	background-color: var(--color-gris-fonce);
	text-align: center;
}

#liste-lots table tr:nth-child(2) td:nth-child(4) p a {
	color: white;
	font-family: 'sansRegular', sans-serif;
	text-transform: uppercase;

	letter-spacing: 0.2vw;
	cursor: pointer;
	text-decoration: none;
}

#liste-lots table tr:nth-child(2) td:nth-child(4) p a img {
	display: inline-block;
	vertical-align: middle;
	width: 1vw;
	padding: 0 1vw 0 0;
}

#liste-lots table tr td p {
	font-family: 'sansRegular', sans-serif;
	font-size: 0.9vw;
    line-height: 1.5vw;
	letter-spacing: 0.03vw;
}

#liste-lots table tr:nth-child(1) td:nth-child(2) p,
#liste-lots table tr:nth-child(1) td:nth-child(5) p {
	text-transform: uppercase;
}

#liste-lots table p sup {
	line-height: 0px;
}

#liste-lots table tr td p span {
	font-family: 'sansRegular', sans-serif;
	font-size: 50%;
	line-height: 50%;
	font-size: 0.6vw;
	letter-spacing: 0.1vw;
	text-transform: uppercase;
}

#liste-lots table tr td p span {
	display: block;
	padding: 0 0 5px 0;
}

#liste-lots table tr:nth-child(1) td:nth-child(1) p span {
	font-family: 'sansBold', sans-serif;
	display: inline-block;
	padding: 0 0 0 0;
}

/* SVG */

svg#selecteur .cls-1 { fill: none; }
svg#selecteur .cls-2 { fill: #ffffff; }

svg#selecteur .cls-3 {
	fill: #fff;
	stroke: #515772;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3px;
}

svg#selecteur .cls-4 { fill: #fff; opacity: 0; }
svg#selecteur .cls-5 { fill: var(--color-gris-fonce); }

svg#selecteur .polyDispo { fill: var(--color-selecteur-dispo); opacity: 0; stroke: #515772; stroke-width: 3px; }
svg#selecteur .polyReser { fill: var(--color-selecteur-reser); opacity: 0; stroke: #515772; stroke-width: 3px; }
svg#selecteur .polyVendu { fill: var(--color-selecteur-vendu); opacity: 0; stroke: #515772; stroke-width: 3px; }

svg#selecteur .polyDispo.polyHover,
svg#selecteur .polyReser.polyHover,
svg#selecteur .polyVendu.polyHover { opacity: 0.3; }

svg#selecteur .polyDispo.polyClick,
svg#selecteur .polyReser.polyClick,
svg#selecteur .polyVendu.polyClick { opacity: 0.6; }

/* TELECHARGEMENTS */

table#tableau-telechargement {
	width: 100%;
	margin: 20px 0;
	table-layout: fixed;
}

table#tableau-telechargement tr td {
 text-align: center;
 vertical-align: middle;
}

table#tableau-telechargement tr td p a {
	display: block;
	margin: 0.5vw;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.6vw;
	line-height: 0.8vw;
	letter-spacing: 0.1vw;
	font-family: 'sansBold', sans-serif;
	box-shadow: inset 0 0 0 1px var(--color-gris-fonce);
	padding: 1vw;
	transition-duration: 0.2s;
} table#tableau-telechargement tr td p a:hover { box-shadow: inset 0 0 0 3px var(--color-gris-fonce); }

/* GALERIE IMAGE */

#galerie-image {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	transform: translateY(-200vh);
	transition-duration: 0.3s;
	background-color: var(--color-gris-fonce);
}

#galerie-image.open {
	transform: translateY(0vh);
}

#galerie-image ul#images {
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--color-gris-fonce);
}

#galerie-image ul#images li {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	background-size: cover;
	background-position: center;
	background-color: var(--color-gris-fonce);
}

#galerie-image ul#images li.active { display: block; }

#galerie-image ul#vignettes {
	position: absolute;
	text-align: center;
	bottom: 0px;
	display: table;
	width: 80%;
	margin: 0 10%;
	height: 80px;
	border: none;
	transform: translateY(3px);
}

#galerie-image ul#vignettes li {
	position: relative;
	display: inline-flex;
	width: 60px;
	height: 60px;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
	transition-duration: 0.4s;
	cursor: pointer;
	border: none;
	box-shadow: inset 0 0 0 4px white;
}

#galerie-image ul#vignettes li:before {
	position: relative;
	content: "";
	height : 0;
	width : 0;
	border-right : 15px solid transparent;
	border-bottom : 15px solid white;
	border-left : 15px solid transparent;
	top: 0%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, 0%);
	opacity: 0;
	transition-duration: 0.5s;
}


#galerie-image ul#vignettes li:hover:before {
	opacity: 1;
	transform: translate(-50%, -95%);
}

#galerie-image ul#vignettes li.active {
	box-shadow: inset 0 0 0 4px var(--color-gris-fonce);
}

#galerie-image ul#vignettes li.active:before {
	opacity: 1;
	transform: translate(-50%, -95%);
	border-bottom : 15px solid var(--color-gris-fonce);
}

#galerie-image #bouton-avant, #galerie-image #bouton-apres {
	position: absolute;
	display: block;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background-color: white;
	cursor: pointer;
	background-position: 50% center;
	background-size: 30px;
	transition-duration: 0.4s;
	box-shadow: inset 0 0 0 4px var(--color-gris-fonce);
}

#galerie-image #bouton-avant:hover, #galerie-image #bouton-apres:hover { box-shadow: inset 0 0 0 4px white; }

#galerie-image #bouton-avant { left: 20px; background-image: url('../svg/picto-fleche-left.svg'); }
#galerie-image #bouton-apres { right: 20px; background-image: url('../svg/picto-fleche-right.svg'); }

#galerie-360 {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	transform: translateY(-200vh);
	transition-duration: 0.3s;
	background-color: var(--color-gris-fonce);
}

#galerie-360.open {
	transform: translateY(0vh);
}

div.bouton-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: white;
	background-image: url('../svg/picto-close.svg');
	background-size: 30px;
	background-position: center;
	cursor: pointer;
	transition-duration: 0.4s;
	box-shadow: inset 0 0 0 4px var(--color-gris-fonce);
}

div.bouton-close:hover {
	box-shadow: inset 0 0 0 4px white;
}

/* DISTANCES */

ul.distances {
	display: table;
	table-layout: fixed;
	margin: 20px 0 20px auto;
}

ul.distances li {
	display: table-cell;
	border: 2px solid var(--color-gris-fonce);
}

ul.distances li p {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'sansRegular', sans-serif;
	vertical-align: middle;
}

ul.distances li:nth-child(1) {
	background-color: white;
}

ul.distances li:nth-child(1) p {
	padding: 1vw;
	color: var(--color-gris-fonce);
	font-size: 0.7vw;
	line-height: 1vw;
	letter-spacing: 0.2vw;
}

ul.distances li:nth-child(2) {
	background-color: var(--color-gris-fonce);
}

ul.distances li:nth-child(2) p {
	padding: 1vw;
	color: white;
	font-size: 1.2vw;
	line-height: 1.4vw;
	letter-spacing: 0.2vw;
}
