.parHeading1 /*agl rulekind: base; nickname: "En-t%c3%aate%201"; htmltag: h1;*/ { font-size: 30px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
.parHeading2 /*agl rulekind: base; nickname: "En-t%c3%aate%202"; htmltag: h2;*/ { font-size: 22px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
.parHeading3 /*agl rulekind: base; nickname: "En-t%c3%aate%203"; htmltag: h3;*/ { font-size: 18px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
.parHeading4 /*agl rulekind: base; nickname: "En-t%c3%aate%204"; htmltag: h4;*/ { font-size: 16px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
.parHeading5 /*agl rulekind: base; nickname: "En-t%c3%aate%205"; htmltag: h5;*/ { font-size: 14px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
.parHeading6 /*agl rulekind: base; nickname: "En-t%c3%aate%206"; htmltag: h6;*/ { font-size: 12px; font-family: verdana, geneva, helvetica, arial; font-weight: bold; }
.parParagraph /*agl rulekind: base; nickname: "Paragraphe"; htmltag: p;*/ { font-size: 12px; font-family: verdana, geneva, helvetica, arial; margin-top: 16px; }

.mobile-site-nav {
	display: none;
}

.lightbox-active {
	overflow: hidden;
}

.site-lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.88);
	text-align: center;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px;
}

.site-lightbox-open {
	display: flex;
}

.site-lightbox-image {
	display: block;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	width: auto;
	height: auto;
	object-fit: contain;
	border: 4px solid #ffffff;
	background: #ffffff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}

.site-lightbox-close {
	position: fixed;
	top: 14px;
	right: 18px;
	z-index: 10000;
	width: 46px;
	height: 46px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #003e19;
	color: #ffffff;
	font-size: 34px;
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.site-lightbox-close:hover,
.site-lightbox-close:focus {
	background: #0b5a29;
	outline: none;
}

@media screen and (max-width: 1079px) {
	html {
		-webkit-text-size-adjust: 100%;
	}

	body {
		margin: 0;
		padding: 0 12px 24px;
		background-image: url("../fond_web_temp.jpg");
		font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}

	.mobile-site-nav {
		display: block;
		margin: 0 0 14px;
		padding: 12px;
		background: #d5e6c2 url("../fond_web_temp.jpg") repeat;
		border-bottom: 1px solid #9caf95;
		box-sizing: border-box;
	}

	.mobile-site-nav label {
		display: block;
		margin: 0 0 6px;
		color: #003e19;
		font-size: 13px;
		font-weight: bold;
	}

	.mobile-site-nav select {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 12px;
		border: 1px solid #003e19;
		border-radius: 4px;
		background: #003e19;
		color: #ffffff;
		font-size: 16px;
	}

	body > table,
	body > table table {
		width: 100% !important;
		max-width: 100% !important;
	}

	td[width="110"][valign="top"],
	td[width="48"][valign="top"] {
		display: none !important;
	}

	img[src*="sep_ombre"],
	img[src*="space.gif"] {
		display: none !important;
	}

	img {
		max-width: 100% !important;
		height: auto !important;
	}

	td,
	th {
		max-width: 100% !important;
		box-sizing: border-box;
	}

	td[colspan="2"],
	td[colspan="3"],
	td[colspan="4"] {
		width: auto !important;
	}

	map {
		display: none;
	}

	font {
		line-height: 1.55;
	}

	font[size="-6"],
	font[size="1"] {
		font-size: 13px !important;
		line-height: 1.5;
	}

	font[size="2"],
	.parParagraph {
		font-size: 15px !important;
		line-height: 1.55;
	}

	font[size="3"] {
		font-size: 18px !important;
		line-height: 1.45;
	}

	p {
		line-height: 1.55;
	}
}

@media screen and (max-width: 700px) {
	.site-lightbox {
		padding: 12px;
	}

	.site-lightbox-image {
		max-width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
		border-width: 2px;
	}

	.site-lightbox-close {
		top: 10px;
		right: 10px;
		width: 42px;
		height: 42px;
		font-size: 30px;
		line-height: 34px;
	}
}

@media screen and (max-width: 700px) {
	body {
		padding-left: 10px;
		padding-right: 10px;
	}

	body > table table table,
	body > table table table tbody,
	body > table table table tr,
	body > table table table td {
		display: block;
		width: 100% !important;
	}

	td {
		height: auto !important;
	}

	div[align="right"],
	div[align="center"],
	div[align="left"],
	td[align="right"],
	td[align="center"],
	td[align="left"] {
		text-align: center;
	}

	p {
		margin-left: 0;
		margin-right: 0;
	}

	font[size="-6"],
	font[size="1"] {
		font-size: 13px !important;
	}

	font[size="2"],
	.parParagraph {
		font-size: 16px !important;
	}

	font[size="3"] {
		font-size: 19px !important;
	}
}
