html { margin: 0px; overflow-x: hidden; }
body {
	margin: 0px 0px 0 0px;
	overflow-x: hidden;
	background-color: var(--color-body-back);
	border-top: 6px solid var(--color-projet-tonique);
}

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

/* PAGE ACCUEIL */

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

/* P */

p.senzi-h1 {
	font-size: 34px;
	line-height: 52px;
}

p.senzi-h2 {
	font-size: 12px;
	line-height: 20px;
}

table.senzi tr td p:nth-child(1) {
	font-size: 30px;
	line-height: 40px;
}

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

table.senzi tr td p:nth-child(2) {
	font-size: 14px;
	line-height: 20px;
}

a.senzi-promo {
	font-size: 14px;
	line-height: 18px;
}

#annonce {
	width: 30%;
	min-width: 400px;
}

#annonce table tr:nth-child(1) td p {
	font-size: 19px;
	line-height: 27px;
	letter-spacing: 1px;
}

#annonce table tr:nth-child(2) td p {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
}

/* SELECTEUR */

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