@charset "utf-8";

@font-face {
	font-family: "Vivaldi";
	src: url("../fonts/vivaldi.woff2") format("woff2");
}

.lora {
	font-family: "Lora script=all rev=2", "Adobe Blank";
}

/* ----------------------------- */
/* == fonts                      */
/* ----------------------------- */

/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */

html {
	font-size: 1rem;
}

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: #F2F2F2;
	font-family: "Lora script=all rev=2", "Adobe Blank";
	font-style: italic;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	min-height: 100%;
	min-width: 320px;
	position: relative;
}

body,
.normal {
	font-size: 17px;
	/*margin-bottom: 0;*/
}

body,
.color,
a[href^=tel] {
	color: #464619;
}

a[href^=tel]:hover {
	color: inherit;
}

.grid, .container {
				width: 1652px;
	max-width: 100%;
	/*padding-left: 12px;
	padding-right: 12px;
	position: relative;
	width: 980px;*/
}

a,
.a-like/*,
a > **/ {
	color: #974736;
	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.btn, .btn a {
	color:#fff;
} */

a:hover {
	color: #999;
	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: #974736;
	display: block;
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 12px 0;
	font-family: "Great Vibes", serif;
}
h2, .h2-like {
	color: #974736;
	display: block;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 12px 0;
	font-family: "Great Vibes", serif;
}
h3, .h3-like {
	color: #974736;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 12px 0;
	font-family: "Lora", serif;
}
h4, .h4-like {
	color: #974635;
	display: block;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 0 0;
	font-family: "Lora", serif;
}
h5, .h5-like {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
	font-family: "Lora", serif;
}
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;
}

.d-none {
	display: none!important;
	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%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE10+ specific styles go here */
	img, table, td, blockquote, code, pre, textarea, input, video {
		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 */


/* 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;

	line-height: normal;
	vertical-align: middle; /* @bugfix alignment */
}

input {
	background-color: #EAEAEA;
	border: 1px #F3F3ED solid;
	border-radius: 0;
	color: #999;
	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: #974736;
	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,
button.btn:hover,
a.btn:hover,
.btn:hover,
a:hover span.btn,
input.btn:hover,
div#pagination > span > a:hover {
	background-color: #333;
	color: #FFF;
	cursor: pointer;
}

/*button,
button.btn {
	padding-top: 6px;
}*/

button,
input.btn {
	width: auto;
}
a.btn.tbl {
	display: table;
}
a.btn.tbl:not(.cntr) {
	width: inherit;
}

select {
	/* background-color: #F9F9F6; */
	border: 1px #F3F3ED solid;
	height: 38px;
	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: #EAEAEA;
	background-image: none;
	border: 1px #F3F3ED solid;
	border-radius: 0;
	color: #999;
	display: block;
	font-family: inherit;
	font-size: inherit;
	height: 230px;
	margin: 0;
	padding: 9px 8px;
	resize: vertical;
	-webkit-appearance: none;
	width: 100%;
}
.ie8 textarea {
	padding-top: 11px;
}
form#form-temoignage textarea {
	height: 130px;
}

/*@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: #974736;
}

::-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 {
	text-align: center;
}
/*div.erreur h2 {
}
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;
	background-color: #fff;
}

header h1 {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0px;
}

@media only screen and (min-width: 1200px) {
	header nav > ul {
		padding-top: 0px;
	}
		
	header nav > ul > li {
		text-align: center;
		padding: 0px;
		-webkit-transition:  border-color 0.5s ;
		transition:  border-color 0.5s;
		border-bottom: 5px solid #FFF;
	}

	header nav > ul > li:hover {
		border-bottom: 5px solid #974736;
	}

	header nav > ul > li.current {
		border-bottom: 5px solid #974736;
	}
}

header nav > ul > li > a,
header nav > ul > li > span {
	font-size: 20px;
	font-family: "Lora";
	font-style: normal;
	color: #7F796D;
	line-height: 84px;
}

header nav > ul > li:hover > a,
header nav > ul > li:hover > span {
	color: #974736; 
}

@media only screen and (max-width: 1199px) {
	header nav > ul > li > a,
	header nav > ul > li > span {
	line-height: inherit;   
	}
}

/* section */
div#container:not(.home) {
	padding-top: 246px;
}

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;
}

.gift-w {
	background-position: 0 0;
}

/* footer */
footer {
	min-height: 400px;
}

footer.row {
		margin: 0px;
}

.map-block {
	position: relative;
	/* margin-top: 48px; */
}

.map{
	pointer-events: none;
}

.map {
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
}

.btn-map {
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 10000;
}

footer .contact {
	background-color: #fff;
	position: absolute;
	width: 100%;
	top: -370px;
} 

@media only screen and (max-width: 1199px) {
	div#container:not(.home) {
		padding-top: 24px;
	}

	footer .contact {
		position: relative;
		top: 0px;
	}
}

footer h4 {
	color: #fff;
}

footer #newsletter {
	display: table-cell;
}

footer input.txt {
	color: #666;
	text-decoration: none;
}
footer input.txt:hover {
	color: #fff;
}

footer div.flex > * {
	align-self: center;
}

footer,
footer a,
footer a[href^="tel"] {
	color: #FFF;
}
footer a:hover {
	color: #ccc;
}

.footer-logo {
	position: absolute;
	width: 50px;
	top: 40px;
	right: 5px;
	height: 100%;
}

.footer-logo a {
	display: block;
	margin: 0px auto 10px auto;
	
}

footer div#coordonnees .logo-alsace-tourisme {
	background: url("../images/logo-tourisme-alsace.png") no-repeat;
	width: 46px;
	height: 54px;
}
footer div#coordonnees .logo-tripadvisor {
	background: url("../images/logo-tripadvisor.png") no-repeat;
	width: 46px;
	height: 46px;
}
footer div#coordonnees .logo-fb {
	background: url("../images/logo-fb.png") no-repeat;
	width: 39px;
	height: 39px;
}
footer div#coordonnees .logo-instagram {
	background: url("../images/logo-instagram.png") no-repeat;
	width: 39px;
	height: 39px;
}
footer div#coordonnees .logo-michelin {
	background: url("../images/logo-michelin.png") no-repeat;
	width: 46px;
	height: 46px;
}
footer div#coordonnees .logo-imaginalsace {
	background: url("../images/logo-imaginalsace.png") no-repeat;
	width: 46px;
	height: 61px;
}

footer iframe {
	height: 338px;
	width: 100%;
}

@media only screen and (max-width: 1399px) {
	.footer-logo {
		position: relative;
		width: 100%;
		text-align: center;
		top: auto;
		
	}
	
	.footer-logo a {
		display: inline-block;
		vertical-align: middle;
	}
}

footer div.txtright > img {
	min-width: 180px;
}

footer a.absolute.blck.pright12 {
	bottom: 48px;
}

footer ul.menubas {
	position: relative;
	top: 220px;
	display: inline-block;
}

footer ul.menubas li {
	display: inline-block;

}

footer ul.menubas li:not(:first-child) a:before {
	content: " - ";
}

footer ul.menubas li a {
	padding-right: 4px;
}

@media only screen and (max-width: 1199px) {
	.footer-logo {
		position: relative;
		width: 100%;
	}
	
	.footer-logo a {
		margin: 5px 5px 20px 5px;
	}
	
	#coordonnees {
		text-align: center;
	}
	
	footer ul.menubas {
		position: relative;   
		width: auto;
		top: auto;
		bottom: auto;
		display: inline-block;
		margin: 15px auto 0px auto;
	}
	
	.animaweb a {
		position: relative;
		margin-top: 12px;
		text-align: right;
	}
	
	.animaweb a img {
		display: inline-block;
	}
	
}


/* --- form -------------------- */
/* ----------------------------- */

form .required {
	color: #333;
}
form ul {
	width: 100%;
}
div.bgcolor2 form ul li {
	float: left;
	margin-bottom: 12px;
	padding-right: 12px;
}
div.bgcolor2 form ul li:not(.wcpc) {
	width: 50%;
}
div.bgcolor2 form ul li.legend {
	margin-bottom: 6px;
	width: 100%;
}
/* div.bgcolor2 form ul li.li-2,
div.bgcolor2 form ul li.li-4,
div.bgcolor2 form ul li.li-6, */
div.bgcolor2 form ul li.li-7 /*,
div.bgcolor2 div.bgcolor2 form ul li.li-8,
div.bgcolor2 form ul li.li-10,
div.bgcolor2 form ul li.li-12 */ {
	float: right;
	padding-left: 12px;
	padding-right: 0;
}
div.bgcolor2 form ul li.wcpc {
	padding-left: 0;
	padding-right: 0;
}

/* --- captcha */
div.bgcolor2 form ul.captcha {
	width: 100%;
}
div.bgcolor2 form ul.captcha li.label {
	float: none;
	margin-bottom: 0;
	padding-right: 0;
	width: 100%;
}
div.bgcolor2 form ul.captcha li.label label {
	margin-bottom: 6px;
}
div.bgcolor2 form ul.captcha li.code {
	float: none;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
	width: auto;
}
div.bgcolor2 form ul.captcha li.crypt {
	float: right;
	margin-bottom: 24px;
	padding-left: 12px;
	padding-right: 0;
	width: 186px;
}
div.bgcolor2 form ul.captcha li.crypt a.reload {
	display: block;
	float: left;
	margin: 7px 24px 7px 0;
}
.ie8 div.bgcolor2 form ul.captcha li.crypt a.reload img {
	max-width: inherit;
}
div.bgcolor2 form ul.captcha li.crypt a.reload img:hover {
	transform: rotate(-360deg);
	-webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
}
div.bgcolor2 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: #333333;
	color: #FFF;
}
.bgcolor2 {
	background-color: #FFF;
				color: #333333;
}
.bgcolor3 {
	background-color: rgba(255, 255, 255, 0.9);
}
.bgcolor4 {
	background-color: #CCC39A;
	color: #FFF;
}
.bgcolor5 {
	background-color: #222;
}
.bgcolor6 {
	background-color: #f2f2f2;
}

.color2 {
	color: #85864C;
}
.color3 {
	color: #1B1B1A;
}
.color4 {
	color: #666;
}

/* background-color and color selection */
::-moz-selection {
	background-color: #974736;
	color: #FFF;
}
::selection {
	background: #974736;
	color: #FFF;
}

.bgcolor ::-moz-selection {
	background-color: #FFF;
	color: #85864C;
}
.bgcolor ::selection {
	background: #FFF;
	color: #85864C;
}

/* --- Slider --- */
/* ---------------- */

.ms-slide .legend {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) ;
	width: 550px;
	height: 550px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	color: #fff;
	text-align: center;
	max-height: 100%;
}

.ms-slide .legend .title-box {
	display: block;
	font-size: 80px;
	width: 375px;

	margin: 0 auto;
	margin-top: 50px;
	font-family: "Great vibes";
	font-style: normal;
	
}

.ms-slide .legend .separator {
	display: block;
	background: url("../images/slide-sep.png") no-repeat;
	height: 14px;
	width: 64px;
	margin: 20px auto 40px auto;
}

.ms-slide .legend .text-box {
	display: block;
	width: 375px;
	height: 115px;
	font-size: 20px;
	margin: 0 auto;
	margin-top: 0px;
}

.ms-slide .legend .btn-scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -37px;
	width: 85px;
	height: 75px;
	background: url(../images/slide-scroll-down.png) bottom center no-repeat;
	color: #fff;
	font-size: 16px;
	padding: 0px 0px 40px 0px;
	font-family: "Muli";
	font-style: normal;
}

.ms-nav-next, .ms-nav-prev {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.ms-slide .legend {
		position: absolute;
		top: auto;
		bottom: 0px;
		left: 0px;
		transform: none ;
		width: 100%;
		height: 50%;
		border-radius: 0px;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 100;
		color: #fff;
		text-align: center;
		max-height: 100%;
	}
	
	.ms-slide .legend .separator {
		margin: 10px auto 10px auto;
	}
	
	.ms-slide .legend .title-box {
		font-size: 30px;
		margin-top: 20px;
	}
	
	.ms-slide .legend .text-box {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.ms-slide .legend .btn-scroll {
		display: none;   
	}
}

@media only screen and (max-width: 800px) {
	.ms-slide .legend {
		display: none;
	}
}

/* --- miscellaneous ----------- */
/* ----------------------------- */

@media only screen and (min-width: 480px) {
	.text-col-double {
		
			padding:5px;
			/*
			-moz-column-count:2;
			-moz-colum-width:30%;  
			-moz-column-gap:20px;
			-webkit-column-count:2;
			-webkit-colum-width:50%;  
			-webkit-column-gap:20px;
			column-count:2;
			colum-width:50%;  
			column-gap:20px;
		*/
	}
			
	.text-col-double h2 {
		margin-top: 20px;
	}
}


.decouvrez-block h3 {
	font-family: "Lora script=all rev=2","Adobe Blank";
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	font-weight: 400;
	color: #333;
	margin: 23px 0;
	height: 25px;
	text-align: left;
}

.decouvrez-block a {
	display: block;
	margin: 0px auto;
}

@media only screen and (max-width: 1199px) {
	.decouvrez-block .col-md-3 {
		padding: 0px;
	}
}

.content-left {
	min-height: 230px;
}

.input-group {
	display: table; 
	position: relative;
	width: 100%;
}

.input-group input {
	display: table-cell;
}

.input-group-btn {
	display: table-cell;
	vertical-align: middle;
}

.ms-layers-template {
	padding-top: 200px;
}

.slider-restaurant-block {
	margin: 30px -12px 0px -12px;
}

.btn-gift {
	background: url("../images/icon-gift.png") 12px center no-repeat #974736;
	padding: 15px 13px 15px 54px;
	font-size: 18px;
	font-style: normal;
}

.reservation {
	position: absolute;
	right: 5px;
	top: 200px;
	width: 320px;
	z-index: 1000;
}

.reservation h2 {
	font-family: "Lora script=all rev=2","Adobe Blank";
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0px;
}
.reservation .form-control {
	background-color: #CCCCCC;
	border: 0px;
	border-radius: 0px;
}

.reservation button {
	width: 100%;
	margin-top: 15px;
}

.picto-block {
	margin-top: 2px;
	background-color: #FFF; 
}

.reservation-block {
	background-color: rgba(255, 255, 255, 1);
	margin-top: 2px;
	padding: 12px;
}

@media only screen and (min-width: 120px) {
	.reservation-block {
		background-color: rgba(255, 255, 255, 0.8); 
	}
}

a.picto-reservation {
	background: url("../images/picto-reservation.png");
	height: 60px;
	float: left;
}

ul.menu-reservation {
	width: 320px;
}

ul.menu-reservation,
ul.menu-reservation li {
	padding: 0px;
	margin: 0px;
}

.picto1.picto-reservation {
	background-position-x: 0px;
	width: 80px;
}
.picto2.picto-reservation {
	background-position-x: -80px;
	width: 80px;
}
.picto3.picto-reservation {
	background-position-x: -160px;
	width: 80px;
}
.picto4.picto-reservation {
	background-position-x: -240px;
	width: 80px;
}

#dtBox .btn {
	padding-right: 5px;
	padding-left: 5px;
}

#arrivalDate {
	background: url("../images/datepicker.png") #ccc no-repeat right 3px center;
}

/* Chambres */ 

.chambre .sticky-block {
	max-width: 100%;
	padding-bottom: 15px;
}

.chambre .col-md-7 img {
	min-height: 100%;
}

.chambre .container, .picpage .container {
	min-width: 100%;
	width: 100%;
}

.picpage .container .col-md-6:last-child {
	max-width: 830px;
}

.chambre .col-md-7 {
	padding-left: 0px;
}

@media only screen and (max-width: 1199px) {
	.chambre .col-md-7 {
		padding: 0px;
	}
}

.picto-chambres {
	display: block;
	width: 80px;
	height: 70px;
	margin: 0 auto;
}

.picto-petit-dej { background:  url("../images/picto-petit-dej.png") center no-repeat; }
.picto-soiree { background:  url("../images/picto-soiree.png") center no-repeat; }
.picto-animaux { background:  url("../images/picto-animaux.png") center no-repeat; }
.picto-enfants { background:  url("../images/picto-enfants.png") center no-repeat; }
.picto-pique-nique { background:  url("../images/picto-pique-nique.png") center no-repeat; }

@media only screen and (max-width: 1199px) {
	.ms-layers-template {
		padding-top: 0px;
	}
	
	.reservation {
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
	}
	
	ul.menu-reservation {
		width: 100%;
		margin: 0 auto;
	}
}

/* Chambres */

.chambres-block h2 {
	font-size: 25px;
}

.chambres-block figure, .chambres-block > div > div  {
	max-width: 407px;
	margin: 0 auto;
}

.chambres-block .more-info {
	border-top: 1px solid #999;
}

.chambres-block .more-info a {
	color: #333;
}

a.btn-return {
	background: url("../images/picto-return.png") 15px center no-repeat; 
	background-color: #fff;
	color: #7F796C;
	padding-left: 35px;
}

.chambre .map-block, .picpage .map-block {
	margin-top: 0px;
}

/* Cartes */

.cartemenu-block h2 a {
	font-size: 16px;   
	font-family: "Lora";
	color: #333;
	line-height: 20px;
}

.menu-title {
	font-size: 20px;
	color: #974634;
}

.menu-prix {
	font-size: 18px;
	color: #974634;
}

.menu-block hr {
	width: 36px;
	height: 11px;
	background: url("../images/hr-menu.png") no-repeat;
}

.menu-prix span {
	color: #999;
	font-size: 15px;
}

div#mixitup .row {
	margin-right: 0px;
	margin-left: 0px;
}

@media (max-width: 1199px) {
	.reservation {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}	
}

/* Activites */

#link h2 {
	font-family: "Lora";
	font-size: 16px;
	height: 40px;
}

.activites-block {
	/* min-height: 356px; */
	line-height: 1.2;
}

/* .idp26 .activites-block {
	min-height: 590px;
} */

.activites-block figure figcaption {
	text-align: left;
}

.activites-block figure {
	text-align: center;
}

.activites-block img {
	display: inline-block;
}

.activites-block .text-block {
	position: absolute;
	height: auto;
	text-align: justify;
	font-size: 16px;
	bottom: 0px;
	left: 0px;
	padding: 15px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 2s; /* Safari */
	transition: opacity 2s;
}

.activites-block:hover .text-block {
	-webkit-transition: opacity 2s; /* Safari */
	transition: opacity 2s;
	transition-timing-function: ease;
	height: auto;
	opacity: 1;
}

.activites-block:hover {
	transition: none;
	color: #333;
}

.activites-block:hover .text-block {
	opacity: 1;
}

/* Diapo */

.diapo_menu .btn {
	width: 100%;
}

.diapo_menu li {
	color: #7f796d;
	font-family: "Lora";
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	text-align: right;
	border-right: 5px #ccc solid;
	padding-right: 15px;
}

.diapo_menu li:hover {
	border-right: 5px #7f796d solid;
	transition: border-color 0.5s;
}

.diapo_menu li a {
	color: #7f796d;
}

.diapo_menu li a:hover {
	color: #974736;
}

.diapo_menu li.current {
	border-right: 5px #974736 solid;
}

/* Offres */

.offre .sticky-block {
	padding-bottom: 15px;
}

.offre-block h2 {
	font-size: 20px;
	font-family: "Lora";
}

.offre .map-block {
	margin-top: 0px;
}

.offre .container {
	min-width: 100%;
	width: 100%;
}

.offre .col-md-7 {
	padding-left: 0px;
}

@media only screen and (max-width: 1199px) {
	.offre .col-md-7 {
		padding: 0px;
	}
}

.hr:after {
	background: url("../images/hr.png") center bottom no-repeat;
	content: "";
	display: block;
	height: 15px;
	margin-top: 12px;
	width: 100%;
}

.menuhaut {
	position: relative;
}

@media only screen and (min-width: 1200px) {
	.headertop {
		min-height: 109px;
	}
}

#navigation ul {
	min-height: 90px;
}

@media only screen and (max-width: 1199px) {
	#navigation ul {
		min-height: inherit;
	}
}

body:not(.idp5) div#formules {
	display: table-cell;
	vertical-align: top;
}

@media only screen and (min-width: 1400px) {
	.idp5 div#formules ul.mt-4.mt-xxl-6 li {
		min-height: 114px;
	}
}

@media only screen and (min-width: 1400px), only screen and (min-width: 801px) and (max-width: 980px) {
	.idp5 div#formules ul.mt-4.mt-xxl-6 li {
		padding-right: 264px;
	}
}

@media only screen and (min-width: 1200px) {
	body:not(.idp5) div#formules ul.mt-4.mt-xxl-6 li:not(.last) {
		padding-bottom: 24px;
	}
}

div#formules ul.mt-4.mt-xxl-6 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 12px 24px 12px;
	position: relative;
	width: 25%;
}

.idp5 ul#prix li:not(:first-child) {
	border-left: 1px #666 solid;
}

@media only screen and (min-width: 661px) {
	
	body:not(.idp5) ul#prix li {
		max-width: 204px;
	}
	
	body:not(.idp5) ul#prix li strong {
		display: block;
	}
	
	.idp5 ul#prix li em {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
	}
	
}

.idp5 div.textepage div.mod.mt-2.mt-xxl-4.txtcenter {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}

.idp16 ul.mt-2.mt-xxl-4 li.pl12.pr12 {
	width: 16.666667%;
}

div#mixitup div.prix {
	width: 84px;
}

@media only screen and (max-width: 1199px) {
	.sticky-block {
		position: relative;
	}
}

#controls h2 {
	line-height: 0.5px;
}

.cartemenu-block h2  a {
	padding: 15px 0px 15px 0px;
	display: block;
	position: relative;
}

.cartemenu-block h2  a.active {
	padding-bottom: 20px;
}

.cartemenu-block h2 a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 0%;
	height: 5px;
	background-color: #7d403f;
	-webkit-transition:width .3s ease-out;
	transition:width .3s ease-out;
	z-index: 10; 
}

.cartemenu-block h2  a.active:before {
	width: 100%;
}
	
.picpage-list li {
	font-family: "Muli";
	font-size: 17px;
	text-align: center;
	color: #7F796D;
	font-style: normal;
}

.circle-bg {
	background: url("../images/circle-bg.png") no-repeat center;
	height: 130px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	font-size: 32px;
	color: #FFF;
	margin: 0 auto;
	margin-top: 24px;
}

.view-booking img {
	max-height: 54px;
}

.contact-flash {
	max-width: 526px;
	margin: 0 auto;
}

/* maj janvier 2022 */

.citation:not(:first-child) {
	margin-top: 24px;
}

.citation > div.bgcolor2 {
	position: relative;
}

.citation > div.bgcolor2:after {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 24px 24px 0 24px;
	bottom: -24px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.civilite {
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.5;
	min-height: 48px;
	padding-left: 60px;
}

.civilite.female {
	background-image: url("../images/female.png");
	background-position: left top;
	background-size: 48px 48px;
}

.civilite.male {
	background-image: url("../images/male.png");
	background-position: left top;
	background-size: 48px 48px;
}

.civilite span.color4 {
	font-size: 15px;
}

.lh-body {
	line-height: 1.7;
}

li.next > *,
li.previous > * {
	display: block;
	min-width: 24px;
	padding-bottom: 7px;
	padding-top: 5px;
	text-align: center;
}

li.next > a,
li.previous > a {
	background-color: #974736;
	color: #fff;
}

li.next > a:hover,
li.previous > a:hover {
	background-color: #333;
}

li.next > span,
li.previous > span {
	background-color: rgb(151, 71, 54, .25);
	color: #fff;
}

ul.paginate {
	text-align: center;
}

ul.paginate > li {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}

ul.paginate > li:not(.previous) {
	margin-left: 2px;
}

ul.paginate > li:not(.next) {
	margin-right: 2px;
}

ul.paginate > li.holel {
	margin-right: 2px;
	padding-right: 18px;
}

ul.paginate > li.holer {
	margin-left: 2px;
	padding-left: 18px;
}

ul.paginate > li.holel:before,
ul.paginate > li.holer:before {
	content: "...";
	position: absolute;
	top: 1px;
}

ul.paginate > li.holel:before {
	right: 0;
}

ul.paginate > li.holer:before {
	left: 0;
}

ul.paginate > li.page > span {
	background-color: #333;
	color: #fff;
	display: block;
	padding: 5px 10px 7px 10px;
}

ul.paginate > li.page > a {
	background-color: #fff;
	color: #333;
	display: block;
	padding: 5px 10px 7px 10px;
}

ul.paginate > li:not(.previous):not(.next) > a:hover {
	background-color: #e8eaed;
	color: #333;
}

.slider > img:not(:first-child) {
	display: none;
}

.temoignages > div:not(:first-child) {
	display: none;
}

.delete {
	width: 40px;
}

.pic {
	width: 134px;
}

@media (min-width: 992px) {
	.pic {
		width: 150px;
	}
}

.quantite > div:first-child {
	width: 90px;
}

.quantite > div > div.bg-white {
	padding: .3125rem .5rem .375rem .5rem;
}

.change {
	max-width: 296px;
}

.z-1 {
	z-index: 1;
}

#resultat > label.error {
	background-color: transparent !important;
	border: 0;
	margin-top: 0;
}

#steps > li {
	width: 120px;
}

#steps > li > div.d-flex {
	height: 72px;
	width: 72px;
}

#totaux > div > div.prix {
	width: 1%;
}

/* @media (max-width: 767px) {
	.wrapper-sticky,
	.wrapper-sticky > .sticky-block {
		width: 100% !important;
	}
} */