@charset "utf-8";
*,
*:focus,
*:hover {
	outline: none;
}
* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: dejavusans;
	src: url("/include/contenu/dejavusans.ttf");
	font-display: swap;
}
@font-face {
	font-family: "TrajanPro";
	src: url("https://domainerichoux.fr/include/contenu/trajanregular.ttf")
		format("truetype");
	font-display: swap;
}
/* Mise en page pour l'impression */
@page {
	size: A4;
	margin: 0;
}
:root {
	--beige: #e4dcd1;
	--bronze: #7d653c;
	--bronzesombre: #54401e;
	--colour-vins: #9bbed1;
	--colour-actu: #eae0c5;
	--colour-contact: #b7c0e1;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
html {
	background: #fff;
	min-width: 350px;
}
body {
	background: #fff;
	font-family: "dejavusans", sans-serif;
	text-align: justify;
	font-size: 10pt;
	padding: 0;
	cursor: default;
	box-sizing: border-box;
	margin: 10mm auto;
}
body.html {
	max-width: 210mm;
	background: #fbfaf9;
	margin: 10mm auto 0mm auto;
	border-radius: 15px;
}
.html .page-entiere {
	border: 1px var(--bronze) solid;
	padding-bottom: 5mm;
	min-height: 280mm;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media all and (max-width: 830px) {
	body.html {
		margin: unset;
		border-radius: unset;
		width: 100%;
	}
	.html .page-entiere {
		border: unset;
		padding-bottom: 0;
		min-height: unset;
		border-radius: unset;
	}
}
/*------------ Header -----------*/
.bandeau {
	background: var(--beige);
	height: 120px;
}
.html .bandeau {
	background: linear-gradient(to bottom, #e4dbd1, #fbfaf9);
	border-radius: 15px;
	padding: 29px 29px 0px 29px;
}
h1,
h2,
h3 {
	text-align: center;
	margin: 0;
}
h1 {
	font-size: 1.3em;
	font-style: italic;
	padding-top: 4mm;
}
.html h1 {
	font-family: "TrajanPro", sans-serif;
}
h2 {
	font-size: 1.9em;
	padding: 1.5mm;
}
.html h2 {
	font-family: "TrajanPro", sans-serif;
}
h3 {
	font-size: 1.2em;
	color: var(--bronze);
	padding: 1mm;
}
h4 {
}
@media all and (max-width: 830px) {
	.html .bandeau {
		border-radius: 0;
	}
}
/*-------------- Contenu -------------*/
.html .contenu-page {
	padding: 0px 20px 30px 55px;
	margin: 0px 0px 6px 0px;
}
.pdf .contenu-page {
	padding: 20px 20px 30px 70px;
}
.img-bouteille-html {
	display: none;
}
.cont-type h4 {
	color: var(--bronze);
	display: inline-block;
	margin: 12px 0 4px 0px;
	padding: 0px 0px 2px 0px;
	text-align: left;
	width: 125mm;
	border-bottom: 1px solid;
}
.cont-param {
	display: inline-block;
	width: 45mm;
	font-weight: bold;
	padding: 2px 0;
	vertical-align: top;
}
.cont-desc {
	display: inline-block;
	width: 80mm;
	vertical-align: top;
	padding: 2px 0;
}
.html .cont-type h4 {
	margin: 39px 0 4px 0px;
	padding: 0px 0px 8px 0px;
	text-align: left;
	border-bottom: unset;
	font-family: TrajanPro;
}
.html .cont-param {
	display: inline-block;
	font-weight: bold;
	padding: 4px 0;
	vertical-align: top;
}
.html .cont-desc {
	display: inline-block;
	vertical-align: top;
	padding: 4px 0;
}
@media all and (max-width: 830px) {
	.html .img-bouteille-html {
		max-height: 90vh;
		max-width: 90vw;
		margin: 10px auto 10px auto;
		display: block;
		position: relative;
	}
	.html .flex-gauche {
		order: 1;
		display: flex;
		align-items: end;
	}
	.html .flex-droite {
		order: 2;
	}
	.html .contenu-page {
		padding: 20px 10px 30px 20px;
	}
	.html .cont-type h4 {
		font-size: 1.8em;
		padding: 8px 0;
		margin: 0px 0px 12px 0px;
	}
	.html .cont-type {
		border-top: 1px solid var(--bronze);
		padding: 0 0px 29px 5px;
		margin-right: 10px;
	}
	.html .cont-info {
		display: flex;
		padding: 4px 0px;
	}
	.html .cont-param {
		padding: 4px 0px 4px 4px;
	}
	.html .cont-desc {
		padding: 4px 15px 4px 4px;
		line-height: 1em;
		width: 75%;
	}
}
/*----------- FOOTER ----------*/
.footer {
	font-size: 9pt;
}
.pdf .footer {
	position: absolute;
	bottom: 5mm;
	height: 26mm;
}
.html .footer {
	display: flex;
	flex-direction: column;
	flex-grow: 2;
}
.html .cont-infos {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-grow: 2;
	align-items: end;
}
.cont-bouteille {
	flex-grow: 1;
}
.img-bouteille {
	height: 160mm;
	position: absolute;
	margin-top: -160mm;
	margin-left: 131mm;
}
.cont-logo {
	display: inline-block;
	width: 56mm;
	text-align: center;
	vertical-align: top;
	position: relative;
}
.html .cont-logo {
	width: unset;
	padding: 12px 0px 0px 40px;
}
.logo {
	height: 25mm;
}
#cont-coord {
	vertical-align: top;
	display: inline-block;
	height: 25mm;
	margin-left: -5mm;
}
.html #cont-coord {
	display: flex;
	justify-content: space-evenly;
	height: unset;
	margin-left: 0mm;
	flex-wrap: wrap;
	padding: 12px 0;
}
.coord {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 50mm;
	position: relative;
	top: 10px;
}
.html .coord {
	min-height: 70px;
	width: unset;
	min-width: 166px;
	padding: 10px;
}
.contenu {
	max-width: 45mm;
	margin: auto;
	height: 42px;
}
#mail .contenu,
#tel .contenu {
	position: relative;
	top: 12px;
}
.ico-img {
	max-height: 22px;
}
@media all and (max-width: 830px) {
	.html .cont-infos {
		flex-direction: column;
		align-items: center;
	}
	.html .img-bouteille {
		display: none;
		margin-left: 119mm;
	}
	.html .cont-logo {
		padding: 29px 0;
	}
	.html .logo {
		height: 150px;
		opacity: 0.9;
		filter: drop-shadow(0px 0px 15px rgb(81 51 16 / 4%));
	}
	.html .footer {
		border-bottom: 1px solid var(--bronze);
		padding-bottom: 2mm;
	}
	.html .ico-img {
		max-height: 28px;
		margin-bottom: 4px;
	}
}
/*----------- Bouton télécharger ----------*/
.cont-pdf-button {
	text-align: center;
	padding: 80px 0;
	background: #ffffff;
}
.pdf-button {
	background: #e4dbd1;
	font-style: italic;
	font-size: 1.1em;
	border-radius: 33px;
	border-radius: 50px;
	font-weight: bold;
	height: 90px;
	width: 290px;
	color: var(--bronzesombre);
	border: 1px var(--bronze) solid;
	cursor: pointer;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	transition: all ease 129ms;
	vertical-align: top;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.pdf-button:hover {
	box-shadow: 0px 2px 3px rgb(0, 0, 0, 0.4);
}
.dl-pdf-txt {
	margin: 12px;
	filter: drop-shadow(1px 1px 0px rgb(255 255 255 / 46%));
}
.dl-pdf-img {
	top: -3px;
	margin: 0 3px;
	position: relative;
	width: 50px;
	filter: drop-shadow(1px 1px 0px rgb(255 255 255));
}
