@charset "utf-8";

/* ----------------------------- */
/* == fonts                      */
/* ----------------------------- */

/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */

html,
body,
textarea,
figure,
label,
ul,
ol {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
code,
pre,
samp,
kbd {
	font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
	line-height: 1.3;
	white-space: pre-wrap;
}
code, kbd, mark {
	border-radius: 2px;
}
i,
b {
	font-style: normal;
	font-weight: normal;
}
u,
.u {
	text-decoration: underline;
}
kbd {
	border: 1px solid #999;
	padding: 0 2px;
}
code {
	background: rgba(0, 0, 0, 0.05);
	color: #B11;
	padding: 2px 5px;
}
.ie8 code {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D000000,endColorstr=#0D000000);
}

iframe {
	border: 0;
}

mark {
	background: #FF0;
	padding: 2px 5px;
}
sup,
sub {
	position: relative;
	vertical-align: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* ----------------------------- */
/* == base                       */
/* ----------------------------- */

html {
	height: 100%;
	/*min-height: 100%;*/
}
.ie8 html {
	word-wrap: break-word;
}

body {
	background-color: #FFF;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100%;
	/*min-width: 980px;*/
	position: relative;
}

body,
.normal {
	font-size: 14px;
	/*margin-bottom: 0;*/
}

body,
.color,
a[href^=tel] {
	color: #464619;
}

a[href^=tel]:hover {
	color: inherit;
}

.grid {
	max-width: 1728px;
	/*padding-left: 12px;
	padding-right: 12px;
	position: relative;
	width: 980px;*/
}

a,
.a-like/*,
a > **/ {
	color: #464619;
	outline: none;
	text-decoration: none;
	-webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
			transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}
a:hover {
	color: #949461;
	outline: none;
	text-decoration: none;
}
/*a:link,
a:active,
a:visited {
}*/

a:hover {
	cursor: pointer;
	text-decoration: none;
}

/* font-sizing for content */
/* preserves vertical-rythm (http://soqr.fr/vertical-rhythm/) */
p,
dl,
blockquote,
pre,
td,
th,
caption,
details {
	margin: 12px 0 0 0;
}
h1, .h1-like {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
h2, .h2-like {
	color: #85864C;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 12px 0;
}
h3, .h3-like {
	color: #85864C;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 12px 0;
}
h4, .h4-like {
	color: #464619;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
}
h5, .h5-like {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
}
h6, .h6-like {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
}

/* alternate font-sizing */
.smaller {
	font-size: 10px;
}
.small {
	font-size: 12px;
}
.big {
	font-size: 16px;
}
.bigger {
	font-size: 18px;
}
.biggest {
	font-size: 20px;
}

/* --- margin ------------------- */
/* ------------------------------ */

/* --- avoid top margins */
.first,
li ul,
li ol,
p:first-child {
	margin-top: 0;
}

/* --- avoid bottom margins */
li ul,
li ol {
	margin-bottom: 0;
}

/* --- margin: 0 */
.mt0 {
	margin-top: 0;
}
.mr0 {
	margin-right: 0;
}
.mb0 {
	margin-bottom: 0;
}
.ml0 {
	margin-left: 0;
}

/* --- margin: 6px */
.mt6,
h3 + p {
	margin-top: 6px;
}
.mr6 {
	margin-right: 6px;
}
.mb6 {
	margin-bottom: 6px;
}
.ml6 {
	margin-left: 6px;
}

/* --- margin: 12px */
.mt12 {
	margin-top: 12px;
}
.mr12 {
	margin-right: 12px;
}
.mb12 {
	margin-bottom: 12px;
}
.ml12 {
	margin-left: 12px;
}

/* --- margin: 18px */
.mt18 {
	margin-top: 18px;
}
.mr18 {
	margin-right: 18px;
}
.mb18 {
	margin-bottom: 18px;
}
.ml18 {
	margin-left: 18px;
}

/* --- margin: 24px */
.mt24 {
	margin-top: 24px;
}
.mr24 {
	margin-right: 24px;
}
.mb24 {
	margin-bottom: 24px;
}
.ml24 {
	margin-left: 24px;
}

/* --- margin: 36px */
.mt36 {
	margin-top: 36px;
}
.mr36 {
	margin-right: 36px;
}
.mb36 {
	margin-bottom: 36px;
}
.ml36 {
	margin-left: 36px;
}

/* --- margin: 48px */
.mt48 {
	margin-top: 48px;
}
.mr48 {
	margin-right: 48px;
}
.mb48 {
	margin-bottom: 48px;
}
.ml48 {
	margin-left: 48px;
}

/* --- padding ------------------ */
/* ------------------------------ */

/* --- padding: 0 */
.p0 {
	padding: 0;
}
.pt0 {
	padding-top: 0;
}
.pr0 {
	padding-right: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pl0 {
	padding-left: 0;
}

/* --- padding: 6px */
.p6 {
	padding: 6px;
}
.pt6 {
	padding-top: 6px;
}
.pr6 {
	padding-right: 6px;
}
.pb6 {
	padding-bottom: 6px;
}
.pl6 {
	padding-left: 6px;
}

/* --- padding: 12px */
.p12 {
	padding: 12px;
}
.pt12 {
	padding-top: 12px;
}
.pr12 {
	padding-right: 12px;
}
.pb12 {
	padding-bottom: 12px;
}
.pl12 {
	padding-left: 12px;
}

/* --- padding: 16px */
.p16 {
	padding: 16px;
}
.pt16 {
	padding-top: 16px;
}
.pr16 {
	padding-right: 16px;
}
.pb16 {
	padding-bottom: 16px;
}
.pl16 {
	padding-left: 16px;
}

/* --- padding: 18px */
.p18 {
	padding: 18px;
}
.pt18 {
	padding-top: 18px;
}
.pr18 {
	padding-right: 18px;
}
.pb18 {
	padding-bottom: 18px;
}
.pl18 {
	padding-left: 18px;
}

/* --- padding: 24px */
.p24 {
	padding: 24px;
}
.pt24 {
	padding-top: 24px;
}
.pr24 {
	padding-right: 24px;
}
.pb24 {
	padding-bottom: 24px;
}
.pl24 {
	padding-left: 24px;
}

/* --- padding: 32px */
.p32 {
	padding: 32px;
}
.pt32 {
	padding-top: 32px;
}
.pr32 {
	padding-right: 32px;
}
.pb32 {
	padding-bottom: 32px;
}
.pl32 {
	padding-left: 32px;
}

/* --- padding: 36px */
.p36 {
	padding: 36px;
}
.pt36 {
	padding-top: 36px;
}
.pr36 {
	padding-right: 36px;
}
.pb36 {
	padding-bottom: 36px;
}
.pl36 {
	padding-left: 36px;
}

/* --- padding: 48px */
.p48 {
	padding: 48px;
}
.pt48 {
	padding-top: 48px;
}
.pr48 {
	padding-right: 48px;
}
.pb48 {
	padding-bottom: 48px;
}
.pl48 {
	padding-left: 48px;
}

/* --- display ------------------ */
/* ------------------------------ */

/* --- display: none */
.none {
	display: none;
	visibility: visible;
}

/* --- display: block */
.blck {
	display: block;
	visibility: visible;
}

/* --- display: inline */
.inl {
	display: inline;
}

/* --- display: inline-block */
.inbl {
	display: inline-block;
	vertical-align: top;
}

/* --- display: table */
.tbl {
	display: table;
}
div.tbl {
	width: 100%;
}
/*div.tbl img {
	max-width: none;
}*/

/* --- display: table-cell */
.tblcell {
	display: table-cell;
}

/* --- display: flex */
.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.no-flexbox .flex {
	display: block;
}
.flex > * {
	-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	/*-webkit-flex-grow: 1;
			flex-grow: 1;
	width: 100%;*/
}
.no-flexbox .flex > * {
	float: left;
}

/* --- position ----------------- */
/* ------------------------------ */

/* --- position: relative */
.relative {
	position: relative;
}

/* position: absolute */
.absolute {
	position: absolute;
}

/* hiding content */
.visually-hidden {
	left: -7000px;
	overflow: hidden;
	position: absolute;
}
[dir=rtl] .visually-hidden {
	left: auto;
	right: -7000px;
}

/* hidden on desktop */
.desktop-hidden {
	display: none;
}

/* min-height: 100% */
.mhcpc {
	min-height: 100%;
}

/* height: 100% */
.hcpc {
	height: 100%;
}

/* height: 100vh */
.hcvh {
	height: 100vh;
}

/* width: 25% */
.w25 {
	width: 25%;
}

/* width: 26.666667%; */
.w27 {
	width: 26.666667%;
}

/* width: 33.333333% */
.w33 {
	width: 33.333333%;
}

/* width: 40% */
.w40 {
	width: 40%;
}

/* width: 45% */
.w45 {
	width: 45%;
}

/* width: 50% */
.w50 {
	width: 50%;
}

/* width: 55% */
.w55 {
	width: 55%;
}

/* width: 60% */
.w60 {
	width: 60%;
}

/* width: 67.666667% */
.w67 {
	width: 66.666667%;
}

/* width: 70% */
.w70 {
	width: 70%;
}

/* width: 75% */
.w75 {
	width: 75%;
}

/* width: 100% */
.wcpc {
	width: 100%;
}

/* width: auto */
.auto {
	width: auto;
}

/* text-transform: lowercase */
.low {
	text-transform: lowercase;
}

/* text-transform: uppercase */
.upp {
	text-transform: uppercase;
}

/* text-transform: uppercase */
.upp {
	text-transform: uppercase;
}

/* text-transform: uppercase only on first-letter */
.fl:first-letter {
	text-transform: uppercase;
}

/* word-wrap: break-word */
.wwbw {
	word-wrap: break-word;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
	/*max-height: 100%;*/
	max-width: 100%;
}

/* image */
img {
	height: auto;
	vertical-align: middle;
}

/* table */
table {
	border-spacing: 0;
	width: 100%;
}
table tr th {
	font-weight: 700;
	padding: 1px 0;
	/*text-align: left;*/
	vertical-align: top;
}
table tr td {
	padding: 0;
	vertical-align: top;
}

/* gmap3 max-width bug fix on images */
.gmnoscreen img,
.gmnoprint img {
	max-width: none !important;
}

a img {
	border: 0;
	display: block;
}

/* scripts */
body > script {
	display: none !important;
}

/* skip-links */
.skip-links {
	position: absolute;
}
.skip-links a {
	background: #000;
	color: #FFF;
	left: -7000px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
}
.skip-links a:focus {
	position: static;
}

/* ----------------------------- */
/* == layout and modules         */
/* ----------------------------- */

/* switching box model for all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/* float layout */
.mod { 
	overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
	clear: both;
}

/* blocks that must contain floats */
.clearfix:after,
.line:after,
.mod:after {
	clear: both;
	content: "";
	display: table;
}

/* table layout */
.row {
	display: table-row;
	table-layout: fixed;
	width: 100%;
}
.row > *,
.col {
	display: table-cell;
	padding: 40px;
	vertical-align: top;
}

/* nowrap */
.nowrap {
	white-space: nowrap;
}

/* text-overflow : ellipsis */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* --- alignments --------------- */
/* ------------------------------ */

/* --- left */
.left {
	float: left;
}
.pleft {
	left: 0;
}
.pleft12 {
	left: 12px;
}
.pleft24 {
	left: 24px;
}

.txtleft {
	text-align: left;
}

/* --- center */
.center {
	margin-left: auto;
	margin-right: auto;
}

.txtcenter {
	text-align: center;
}

/* --- right */
.right {
	float: right;
}
.pright {
	right: 0;
}
.pright12 {
	right: 12px;
}
.pright24 {
	right: 24px;
}

.txtright {
	text-align: right;
}

/* --- top */
.top {
	vertical-align: top;
}
.ptop {
	top: 0;
}
.ptop12 {
	top: 12px;
}
.ptop24 {
	top: 24px;
}

/* --- middle */
.middle {
	vertical-align: middle;
}

/* --- bottom */
.bottom {
	vertical-align: bottom;
}
.pbottom {
	bottom: 0;
}
.pbottom12 {
	bottom: 12px;
}
.pbottom24 {
	bottom: 24px;
}

/* --- justify */
.txtjustify {
	text-align: justify;
}

/* ----------------------------- */
/* == forms                      */
/* ----------------------------- */

form,
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
input,
button,
select,
label,
.btn {
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle; /* @bugfix alignment */
}

input {
	background-color: #F9F9F6;
	border: 1px #F3F3ED solid;
	border-radius: 0;
	color: inherit;
	height: 38px;
	margin: 0;
	padding: 0 8px;
	/*-webkit-appearance: none;*/
	width: 100%;
}
.ie8 input {
	padding-top: 8px;
}
input[type=text],
input[type=password],
input[type=number] {
	-webkit-appearance: none;
}
input[type=checkbox],
input[type=radio] {
	background-color: inherit;
	border: 0;
	float: left;
	height: auto;
	margin: 1px 5px 0 20px;
	padding: 0;
	text-align: center;
	/*-webkit-appearance: none;*/
	width: auto;
}
input[type=radio] {
	border-radius: 15px;
	margin: 0;
}
input[type=checkbox].first,
input[type=radio].first {
	margin-left: 0;
}
input[type=checkbox]:checked {
	background-color: #333;
}
input[type=file] {
	height: auto;
	line-height: 24px; /* mobile */
	padding: 5px;
}
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
			appearance: none;
}
/*input.readonly 
}*/
input.txt {
	background-color: transparent;
	border: 0;
	color: #000;
	height: auto;
	margin-top: 6px;
	padding: 0;
	text-decoration: underline;
	-webkit-transition: background-color 0.5s, color 0.5s;
			transition: background-color 0.5s, color 0.5s;
	width: auto;
}
input.txt:hover {
	color: #333;
	cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
.btn,
div#pagination > span > a {
	background-color: #85864C;
	border: 0;
	color: #FFF;
	cursor: auto;
	display: inline-block;
	font-weight: 400;
	line-height: 24px;
	padding: 7px 24px;
	text-align: center;
	-webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
			transition: background-color 0.5s, border-color 0.5s, color 0.5s;
		-ms-user-select: none;
		-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
			user-select: none;
}
.btn.current {
	background-color: #000;
}
button {
	padding-bottom: 6px;
	padding-top: 8px;
}
div.btn {
	display: block;
	text-align: left;
	text-transform: none;
}
/*a.blank.btn:not(.mt12) {
	text-transform: none;
}*/
button:not(.center) { /* mobile */
	margin-left: 0;
	margin-right: 0;
}
button:hover,
a.btn:hover,
a:hover span.btn,
input.btn:hover,
div#pagination > span > a:hover {
	background-color: #464619;
	/*color: #FFF;*/
	cursor: pointer;
}

/*button,
button.btn {
	padding-top: 6px;
}*/

button,
input.btn {
	width: auto;
}
a.btn.tbl {
	display: table;
	width: inherit;
}

select {
	background-color: #F9F9F6;
	border: 1px #F3F3ED solid;
	margin: 0;
	padding: 5px 4px 6px 4px;
	/*text-transform: uppercase;*/
	-webkit-appearance: none;
	width: 100%;
}

label {
	display: block;
	line-height: 36px;
	margin-bottom: 0;
}
/*label.none {
}
label.checkbox,
label.radio {
	float: left;
	margin-top: 3px;
}*/

textarea {
	background-color: #F9F9F6;
	background-image: none;
	border: 1px #F3F3ED solid;
	border-radius: 0;
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	height: 146px;
	margin: 0;
	padding: 9px 8px;
	resize: vertical;
	-webkit-appearance: none;
	width: 100%;
}
.ie8 textarea {
	padding-top: 11px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	textarea {
		padding-top: 8px;
	}
}*/

form input:not([type="submit"]):focus,
form textarea:focus {
	/*background-color: #FFF;*/
	border-color: #85864C;
}

::-webkit-input-placeholder { /* safari, chrome and opera */
	font-style: italic;
}
:-moz-placeholder { /* firefox 18- */
	font-style: italic;
}
::-moz-placeholder { /* firefox 19+ */
	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
}
::-ms-input-placeholder { /* edge */
	font-style: italic;
}
:placeholder-shown {
	font-style: italic;
}

/* ----------------------------- */
/* == iefix                      */
/* ----------------------------- */

/* hasLayout for IE7 */
.ie7 .clearfix,
.ie7 .line,
.ie7 .mod,
.ie7 .row,
.ie7 .col {
	zoom: 1;
}

/* inline-block and table-cell for IE7 */
/* warning: .col needs a width on IE7 */
.ie7 .btn,
.ie7 .col,
.ie7 .inbl {
	display: inline;
	zoom: 1;
}
.ie8 img {
	width: auto; /* @bugfix for IE8 */
}

/* ----------------------------- */
/* == print                      */
/* ----------------------------- */

/* quick print reset */
@media print {
	p,
	blockquote {
		orphans: 2;
		widows: 2;
	}
	blockquote,
	ul,
	ol {
		page-break-inside: avoid;
	}
	h1,
	h2,
	h3,
	caption {
		page-break-after: avoid;
	}
}

/* iOS font-size fix */
@media (max-device-width: 768px) {
	html,
	body {
			-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
}

/* ----------------------------- */
/* == basic                      */
/* ----------------------------- */

.noscript {
	background-color: #FFF;
	border-bottom: 2px #F00 solid;
	display: block;
	left: 0;
	padding: 8px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 102;
} 
.hide {
	display: none;
	visibility: visible;
}
.show {
	display: block;
	visibility: visible;
}
.hide_on_print {
	display: block;
	visibility: visible;
}
.show_on_print {
	display: none;
	visibility: hidden;
}
.mail-block {
	display: none;
}

/* print */
@media print {
	.show_on_print {
		display: block;
		visibility: visible;
	}
	.hide_on_print {
		display: none;
		visibility: hidden;
	}
}

/* debug */
.debug {
	background-color: #EFEFEF;
	border: 1px #FFF solid;
	color: #000;
	display: block;
	filter: alpha(opacity=50);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	-moz-opacity: 0.5;
		opacity: 0.5;
	padding: 2px 5px;
	position: absolute;
	z-index: 100;
}
.debug span.dbg_tit {
	background-color: #666;
	color: #FFF;
	padding: 0 3px;
}
.debug div.dbg_content {
	background-color: #FFF;
	color: #000;
	display: none;
	padding: 2px;
}
.debug div.dbg_head {
	background-color: #036FA3;
	color: #FFF;
}
.debug code {
	white-space: normal;
}
.debug:hover {
	background: #333;
	color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
		opacity: 1;
}
.debug:hover div.dbg_content {
	display: block;
}
.debug:hover div.dbg_head {
	display: block;
}
.debug *:selected {
	background-color: #F00;
}
.debug table tr th {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td td {
	background-color: #FFF;
	color: #000;
}
.debug table tr:hover td tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td tr:hover td td {
	background-color: #FFF;
	color: #000;
}
.debug table tr:hover td td tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug_error {
	border: 1px #900 solid;
	display: block;
	font-size: 10px;
	margin: 5px 0;
	position: relative;
}
.debug_error:hover {
	background-color: #FFF;
	color: #000;
}

/* ----------------------------- */
/* == own stylesheet             */
/* ----------------------------- */

del {
	font-size: 75%;
	text-decoration: none;
}

hr {
	background-color: #000;
	border: 0;
	height: 2px;
	width: 75%;	
}
hr.light {
	height: 1px;
	width: 25%;	
}

em,
.em {
	font-style: italic;
}
strong,
.strg {
	font-weight: 700 !important;
}

/* erreurs 401, 403, 404 et 500 */
div.erreur {
	padding-bottom: 24px;
	padding-right: 24px;
	padding-top: 24px;
	text-align: center;
}
div.erreur h2 {
	color: #FFF;
}
/*div.erreur h2 br {
	display: none;
}*/

/* --- list -------------------- */
/* ----------------------------- */

/* --- square */
ul.square,
div.textepage ul {
	margin-left: 2px;
}
ul.square li,
div.textepage ul li {
	list-style-position: inside;
	list-style-type: square;
}
ul.square li ul,
div.textepage ul li ul {
	margin-left: 13px;
}

/* --- disc */
ul.disc {
	margin-left: 2px;
}
ul.disc li {
	list-style-position: inside;
	list-style-type: disc;
}
ul.disc li ul {
	margin-left: 13px;
}

/* --- decimal */
ul.decimal li {
	list-style-position: inside;
	list-style-type: decimal;
}
ul.decimal li ul {
	margin-left: 15px;
}

/* --- nolinkcolor */
ul.nolinkcolor li a {
	color: #000;
	font-weight: 400 !important;
}
ul.nolinkcolor li a:hover {
	color: #85864C;
}

/* --- list */
/*ul.list {
}
ul.list li {
}*/

/* --- table ------------------- */
/* ----------------------------- */

/*table tr .compensation {
	padding-bottom: 20px;
}*/

/* --- table border-spacing compensation */
/*.dcl {
	margin-left: 2px;
	margin-right: 2px;
}*/

/* header */
header {
	z-index: 2;
}

header h1 {
	display: inline-block;
	margin-bottom: 0;
}

@media only screen and (min-width: 1401px) {
	header nav > ul {
		padding-bottom: 56px;
		padding-top: 62px;
	}
}

header nav > ul > li {
	text-align: center;
}

header nav > ul > li > a,
header nav > ul > li > span {
	font-size: 16px;
}

header a.inbl.ml36.mr36.mt12 {
	margin-bottom: 53px;
}

div.textepage > div > div {
	padding-left: 55px;
}

/* pagination */
div#pagination {
	text-align: center;
}
div#pagination span {
	display: inline-block;
	margin: 0 3px;
}
div#pagination span.current,
div#pagination span.previousDisabled,
div#pagination span.nextDisabled {
	background-color: #FFF;
	line-height: 40px;
	padding: 0 20px;
			user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
div#pagination.no span.suspension {
	display: none;
}

/* sprite */
.sprite {
	background-repeat: no-repeat;
}

/* footer */
footer {
}

footer div.flex > * {
	align-self: center;
}

footer,
footer a,
footer a[href^="tel"] {
	color: #FFF;
}
footer a:hover {
	color: #464619;
}

@media only screen and (min-width: 1401px) {
	footer div#coordonnees {
		min-width: 424px;
	}
}

footer div#coordonnees > div {
	padding-left: 141px;
}

footer iframe {
	height: 338px;
	width: 100%;
}

@media only screen and (min-width: 1401px) {
	footer div.txtcenter > div {
		max-width: 286px;
	}
}

footer div.txtright > img {
	min-width: 180px;
}

footer a.absolute.blck.pright12 {
	bottom: 48px;
}

/*footer ul.menubas {
}
footer ul.menubas li {
}
footer ul.menubas li:not(.last) {
}
footer ul.menubas li a {
}
footer ul.menubas li:not(.last) a {
}
footer ul.menubas li a:hover {
}*/

/* --- form -------------------- */
/* ----------------------------- */

form .required {
	color: #333;
}
form ul {
	width: 100%;
}
form ul li {
	float: left;
	margin-bottom: 12px;
	padding-right: 12px;
	width: 50%;
}
form ul li.legend {
	margin-bottom: 6px;
	width: 100%;
}
form ul li.li-2,
form ul li.li-4/*,
form ul li.li-6*/,
form ul li.li-7/*,
form ul li.li-8,
form ul li.li-10,
form ul li.li-12*/ {
	float: right;
	padding-left: 12px;
	padding-right: 0;
}
form ul li.wcpc {
	padding-left: 0;
	padding-right: 0;
}

/* --- captcha */
form ul.captcha {
	width: 100%;
}
form ul.captcha li.label {
	float: none;
	margin-bottom: 0;
	padding-right: 0;
	width: 100%;
}
form ul.captcha li.label label {
	margin-bottom: 6px;
}
form ul.captcha li.code {
	float: none;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
	width: auto;
}
form ul.captcha li.crypt {
	float: right;
	margin-bottom: 24px;
	padding-left: 12px;
	padding-right: 0;
	width: 186px;
}
form ul.captcha li.crypt a.reload {
	display: block;
	float: left;
	margin: 7px 24px 7px 0;
}
.ie8 form ul.captcha li.crypt a.reload img {
	max-width: inherit;
}
form ul.captcha li.crypt a.reload img:hover {
	transform: rotate(-360deg);
	-webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
}
form ul.captcha li.crypt img.cryptogram {
	border: 1px #F3F3ED solid;
	float: left;
}

/* --- messages (success - error) */
form label.error {
	color: #F00;
	font-style: italic;
	margin: 7px 0 0 0;
}
form ul#captcha li label.error {
	margin-bottom: 0;
}

div#required {
	font-style: italic;
}

.error,
.success {
	border-style: solid;
}
a.error,
div.error,
div.success {
	border-width: 2px;
	/*margin-bottom: 12px;*/
	padding: 6px 6px 5px 6px;
	text-align: center;
}
select.error,
select.success {
	border-color: #F00;
	border-width: 1px;
	padding: 7px 5px 7px 4px;
}
/*textarea.error,
textarea.success {
	padding: 14px 8px 13px 8px;
}*/
.error,
.error:focus {
	background-color: #FCE9E9 !important;
	border-color: #F00 !important;
	color: #8A1F11 !important;
}
.success,
.success:focus {
	background-color: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

/* --- colors ------------------ */
/* ----------------------------- */

.bgcolor {
	background-color: #85864C;
	color: #FFF;
}
.bgcolor2 {
	background-color: #FFF;
}
.bgcolor3 {
	background-color: rgba(255, 255, 255, 0.9);
}
.bgcolor4 {
	background-color: #CCC39A;
	color: #FFF;
}

.color2 {
	color: #85864C;
}
.color3 {
	color: #1B1B1A;
}
.color4 {
	color: #666;
}

/* background-color and color selection */
::-moz-selection {
	background-color: #85864C;
	color: #FFF;
}
::selection {
	background: #85864C;
	color: #FFF;
}

.bgcolor ::-moz-selection {
	background-color: #FFF;
	color: #85864C;
}
.bgcolor ::selection {
	background: #FFF;
	color: #85864C;
}

/* --- miscellaneous ----------- */
/* ----------------------------- */

.renard {
	background: url("../images/renard.jpg") right bottom no-repeat;
}

@media only screen and (min-width: 1401px) {
	.chien {
		background: url("../images/chien.png") left bottom no-repeat;
	}

	body.idp5 .lapin {
		padding-bottom: 24px;
	}
	
	body:not(.idp18) .lapin {
		background: url("../images/lapin.png") right bottom no-repeat;
	}
}

@media only screen and (min-width: 1601px) {
	.lapin {
		background: url("../images/lapin.png") right bottom no-repeat;
	}
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	.idp5 .lapin {
		background: url("../images/lapin.png") right bottom no-repeat;
	}
}

@media only screen and (min-width: 1729px) {
	.volailles {
		background: url("../images/volailles.png") right bottom no-repeat;
	}
	
	.sanglier {
		background: url("../images/sanglier.png") right bottom no-repeat;
		border-bottom: 1px solid #464619;
	}
	
	.sanglier > div:not(.mod) {
		padding-right: 184px;
	}
}

.hr:after {
	background: url("../images/hr.png") center bottom no-repeat;
	content: "";
	display: block;
	height: 15px;
	margin-top: 8px;
	width: 100%;
}

@media only screen and (min-width: 1401px) {
	header nav > ul > li.current:after {
		background: url("../images/hr.png") center bottom no-repeat;
		content: "";
		display: block;
		height: 15px;
		margin-top: 12px;
		width: 100%;
	}
}

.chaine {
	position: relative;
}
.chaine.chaine_after:after,
.chaine.chaine_before:before {
	background: url("../images/chaine.png") left top repeat-y;
	content: "";
	height: 100%;
	position: absolute;
	width: 7px;
}
.chaine.chaine_after:after {
	right: 24px;
	top: 0;
}
.chaine.chaine_before:before {
	left: 24px;
	top: 0;
}

.frise {
	position: relative;
}
.frise.frise_after:after,
.frise.frise_before:before {
	background: url("../images/frise.jpg") left center repeat-x;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.frise.frise_after:after {
	bottom: 0;
}
.frise.frise_after > div {
	padding-bottom: 17px;
}
.frise.frise_before > div {
	padding-top: 17px;
}

.stripes {
	color: #464619;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.stripes:after,
.stripes:before {
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 864px; /* 50% */
}
.stripes:after {
	background: url("../images/stripes_after.png") left 11px no-repeat;
	left: 100%;
}
.stripes:before {
	background: url("../images/stripes_before.png") right 11px no-repeat;
	right: 100%;
}

body:not(.idp5) div#formules {
	display: table-cell;
	vertical-align: top;
}

@media only screen and (min-width: 1401px) {
	.idp5 div#formules ul.mt48 li {
		min-height: 114px;
	}
}

@media only screen and (min-width: 1401px),
only screen and (min-width: 801px) and (max-width: 980px) {	
	.idp5 div#formules ul.mt48 li {
		padding-right: 264px;
	}
}

@media only screen and (min-width: 1201px) {
	body:not(.idp5) div#formules ul.mt48 li:not(.last) {
		padding-bottom: 24px;
	}
}

div#formules ul.mt48 li > .left.strg {
	width: 96px;
}

.idp5 ul#prix {
	border-top: 1px #464619 solid;
	flex-flow: row wrap;
	padding-top: 24px;
	text-align: center;
}

.idp5 ul#prix li {
	padding: 0 7px 36px 7px;
	position: relative;
	width: 20%;
}

.idp5 ul#prix li:not(:first-child) {
	border-left: 1px #666 solid;
}

@media only screen and (max-width: 890px) {
	div.controls h2 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 661px) {
	body:not(.idp5) ul#prix {
		border-left: 1px #464619 solid;
		display: table-cell;
	}
	
	body:not(.idp5) ul#prix li {
		max-width: 204px;
	}
	
	body:not(.idp5) ul#prix li:not(:first-child) {
		margin-top: 21px;
	}
	
	body:not(.idp5) ul#prix li:nth-child(n+4) {
		margin-top: 11px;
	}
	
	body:not(.idp5) ul#prix li strong {
		display: block;
	}
	
	.idp5 ul#prix li em {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
	}
	
	body:not(.idp5) ul#prix li em {
		display: block;
		margin-top: 6px;
	}
}

.idp5 div.textepage div.mod.mt24.txtcenter {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}

.idp16 ul.mt24 li.pl12.pr12,
.idp21 ul.mt24 li.pl12.pr12 {
	width: 16.666667%;
}

div.mixitup div.prix {
	width: 84px;
}