/*
 _______  ______   _______  _______  ______   _______    _______  ______   _______  _______  _______  _  _  _  _______  ______   _     _ 
(_______)(_____ \ (_______)(_______)(_____ \ (_______)  (_______)(_____ \ (_______)(_______)(_______)(_)(_)(_)(_______)(_____ \ (_)   | |
 _        _____) ) _____    _______   ____) ) _____      _____    _____) ) _______  _  _  _  _____    _  _  _  _     _  _____) ) _____| |
| |      |  __  / |  ___)  |  ___  | / ____/ |  ___)    |  ___)  |  __  / |  ___  || ||_|| ||  ___)  | || || || |   | ||  __  / |  _   _)
| |_____ | |  \ \ | |_____ | |   | || (_____ | |        | |      | |  \ \ | |   | || |   | || |_____ | || || || |___| || |  \ \ | |  \ \ 
 \______)|_|   |_||_______)|_|   |_||_______)|_|        |_|      |_|   |_||_|   |_||_|   |_||_______) \_____/  \_____/ |_|   |_||_|   \_)

Version 0.9.6.0
Date 02/01/2015                                                                                 
*/

/* ################################################################################################################																		     *                                                                      							
														IMPORTS
 *###############################################################################################################*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');




:root {
	--red: #841813;
	--red2: #c83e38;
	--noir: #000;
	--blanc: #fff;
}

/* ################################################################################################################																		     *                                                                      							
														BASICS
 *###############################################################################################################*/


html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	font-size: 14px;
	background: #f4f2f3;

	color: #111;
	font-family: 'Lora', sans-serif;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}


body.is-loading * {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

input,
select,
textarea {
	color: #aaa;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.75em;
	font-family: 'Montserrat', sans-serif;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

a:active,
a:focus {
	outline: 0;
}

a img {
	border: 0;
}


strong,
b {
	font-weight: 500;
}

.chrome strong,
b {
	font-weight: 600;
}

p,
ul,
ol,
dl,
table,
blockquote {
	margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 1em;


}

.hlt-800 h2,
.lt-1250 h2 {
	margin-bottom: 0.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
	border: 0;
}

h1 {
	font-size: 3.5em;


}

h2 {
	font-size: 1.5em;

}

h3 {
	font-size: 1.2em;


}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border-top: solid 1px rgba(124, 128, 129, 0.2);
	border: 0;
	margin-bottom: 1.5em;
}

blockquote {
	border-left: solid 0.5em rgba(124, 128, 129, 0.2);
	font-style: italic;
	padding: 1em 0 1em 2em;
}

pre {
	margin: 10px;
	padding: 5px;
	background: #fafafa;
	border: 1px dashed #ebebeb;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

/**
	 * Lists
	 */
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

dl {
	margin: 0;
	padding: 0;
}

dt {}

dd {}



/* ################################################################################################################																		     *                                                                      							
														ELEMENTS
 *###############################################################################################################*/

/* Table */

table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tbody tr {
	border-bottom: solid 1px rgba(124, 128, 129, 0.2);
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	font-weight: 400;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
}

table.default thead {
	background: #7c8081;
	color: #fff;
}




/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
textarea {
	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	color: #fff;
	display: block;
	padding: 0.4em 0 0.4em 0.75em;
	text-decoration: none;
	width: 90%;
	outline: 0;
	line-height: 1.5em;
}

select {
	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-bottom: : solid 1px rgba(255, 255, 255, 0.5);
	color: #fff;
	display: block;
	padding: 0.3em 0 0.3em 0.75em;
	text-decoration: none;
	width: 100%;
	outline: 0;
	line-height: 1.5em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"] {
	line-height: 1.2em;
}

label {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1em;
	text-align: left;
}

.missingField label,
.invalidField label {
	color: #ec0001;
	font-weight: 600;
}

.missingField input,
.missingField textarea,
.missingField select,
.invalidField input,
.invalidField textarea,
.invalidField select {
	border-color: #ec0001;
}

.formErrors {
	margin: 0;
	padding: 10px 0 10px 0;
}

.formErrors li {
	list-style: none;
	margin: 0px 0 5px 0;
	line-height: 16px;
	color: #ec0001;
	font-weight: 600;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
textarea:focus {
	border-color: #fff;
}

fieldset {
	border: none !important;
	margin: 0;
	padding: 0;
}


#field-security {
	display: none !important;
}

.formButtons {
	text-align: center;
}

.textField,
.emailField,
.telField,
.numberField,
.dateField,
.datetimeField,
.textareaField {
	margin: 0 0 10px 0;
	text-align: left;
}


/* Button */

.buttonW {}

.buttonW.centered {
	text-align: center;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0.5em 2em 0.5em;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 5px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
	background: #000;
	color: #fff;

}


::-moz-selection {
	/* Code for Firefox */
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}












/* Specials */


/**
	 * Floating elems
	 */
.float {
	display: inline;
	float: left;
}

.floatR {
	float: right;
}

/**
	 * Away elems
	 */

.awayText {
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	display: none;
}

/**
	 * WRAPPERS 980
	 */
.focus {
	margin: 0 auto;
	width: 980px;
}

/**
	 * Overlays
	 */
/* WHITE*/
.overlay-w {
	background: rgba(255, 255, 255, 0.7);
}

.lt-ie9 .overlay-w {
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff)";
	zoom: 1;
}

/* BLACK*/
.overlay-b {
	background: rgba(0, 0, 0, 0.7);
}

.lt-ie9 .overlay-b {
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000)";
	zoom: 1;
}

.overText {
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.centered {
	text-align: center !important;
}

.lefted {
	text-align: left !important;
}

.righted {
	text-align: right !important;
}




/* ################################################################################################################																		     *                                                                      							
														PAGES
 *###############################################################################################################*/



.sfont {
	font-family: 'Carambola', serif;
	text-transform: uppercase;
}

.titlefont {
	font-family: 'Carambola', serif;
	text-transform: uppercase;
}


.vcard p {
	margin: 0;
	padding: 0;
}

.vcard .tel .type,
.vcard .geo,
.vcard .uri {
	display: none;
}

.colzim {
	display: block;
	width: 100%;
}

a.specialAnnounce {
	display: none !important;
}


.away {
	position: relative;
	opacity: 0;
}

.awayleft {
	left: -120px;
}

.awayright {
	right: -120px;
}

.awaytop {
	top: -100px;
}


.big {
	font-size: 1.6em !important
}

.super {
	font-size: 2.2em !important
}

.mega {
	font-size: 3.7em !important
}

.ultra {
	font-size: 4.2em !important
}

.btmPadding150 {
	padding-bottom: 150px;
}

/*
	.sfont.big { font-size: 2.2em !important;  line-height: 1em; }
	.sfont.super { font-size: 4em !important; line-height: 0.9em; }
	.sfont.mega { font-size: 6em !important; line-height: 1em; }
	.sfont.ultra { font-size: 8em !important;  line-height: 1em; }
	*/

.centeredlist {
	display: table;
	width: 100%;
	text-align: center;
	clear: both;
	margin-left: 7.5% !important;
	margin-right: 7.5% !important;
	width: 85%;
	padding-top: 100px;
}

.centeredlist:first-child {
	padding-top: 0;
}


.centeredlist100 {
	margin-left: 0% !important;
	margin-right: 0% !important;
	width: 100%
}

.centeredlist90 {
	margin-left: 5% !important;
	margin-right: 5% !important;
	width: 90%
}

.centeredlist80 {
	margin-left: 10% !important;
	margin-right: 10% !important;
	width: 80%
}

.centeredlist75 {
	margin-left: 12.5% !important;
	margin-right: 12.5% !important;
	width: 75%
}

.centeredlist70 {
	margin-left: 15% !important;
	margin-right: 15% !important;
	width: 70%
}

.centeredlist60 {
	margin-left: 20% !important;
	margin-right: 20% !important;
	width: 60%
}

.centeredlist50 {
	margin-left: 25% !important;
	margin-right: 25% !important;
	width: 50%
}

.centeredlist30 {
	margin-left: 35% !important;
	margin-right: 35% !important;
	width: 30%
}

.centeredlist>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.centeredlist>li {
	width: 45%;
	margin: 0 2.4%
}

.centeredlist>li.col25 {
	width: 22.5%;
	margin: 0 1%;
}

.centeredlist>li.col25.colbigspace {
	width: 23%;
	margin: 0 5%;
}

.centeredlist>li.col30 {
	width: 30%;
	margin: 0 1.5%;
}

.centeredlist>li.col33 {
	width: 32%;
	margin: 0 0.5%;
}

.centeredlist>li.col40 {
	width: 37%;
	margin: 0 1.5%;
}

.centeredlist>li.col45 {
	width: 43%;
	margin: 0 1.5%;
}

.centeredlist>li.col50 {
	width: 45%;
	margin: 0 2.4%;
}

.centeredlist>li.col60 {
	width: 57%;
	margin: 0 1.5%;
}

.centeredlist>li.col70 {
	width: 60%;
	margin: 0 3.5%;
}

.centeredlist>li.col100 {
	width: 100%;
}




.nomargintop {
	margin-top: 0;
	padding-top: 0;
}

.titlepadding {
	padding-top: 75px;
}

.titlepaddingmini {
	padding-top: 45px;
}

.titlepaddingmadium {
	padding-top: 150px;
}

.titlepaddingbig {
	padding-top: 200px;
}

.spacer {
	clear: both;
	padding: 40px 0;
}

.red {
	color: var(--red) !important;
}
.whitecolor {
	color: var(--blanc) !important;
}




.screensW,
.screensAnimW {
	width: 100%;
	height: 100%;
}

.screen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


.screenZimW,
.screenCarouselW,
.screenCarouselZoomW {
	width: 100vw;
	height: 100vh;
	position: static;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
}

.screenZim,
.carouselZim,
.carouselZoomZim,
.carouselZoomZimW {
	display: block;
	position: absolute;
}

.screenZim {
	display: none;
}

.screenCarouselW {
	display: none;
}

.carouselZim,
.carouselZoomZimW {
	opacity: 0;
}

/*.screenCarouselZoomW.half{ height: 50%;}*/
.screenCarouselZoom {
	height: 100%;
	width: 100%;
}


.screensAnimW {
	overflow: hidden;
}

.halfZimW {}

.halfZimW div {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.halfZimL {
	left: 0;
	top: 0;
}

.halfZimR {
	right: 0;
	top: 0;
}

.halfZimR img {
	right: 0;
	left: auto !important;
}



.carouselZoomZim {

	/* image ÃƒÆ’Ã‚Â  l'ÃƒÆ’Ã‚Â©chelle 1 au dÃƒÆ’Ã‚Â©part */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);

	transform: scale(1);
}

.carouselZoomZim.scale {

	-moz-transition: all 7s ease-out;
	-webkit-transition: all 7s ease-out;
	-o-transition: all 7s ease-out;
	transition: all 7s ease-out;

	transform: translate3d(0px, 0px, 0px) scale(1.10);
}


.colZim {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.voidList {
	overflow: auto;
}

.styledBlockW {
	position: relative;
	z-index: 10;
	top: 40px;
}

.styledBlockW.big {
	top: 20px;
}

.styledBlock {
	padding: 20px 100px 20px 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.styledBlock * {
	text-align: left;
}


.styledBlock h3.alone {
	margin: 0;
}

.styledBlock .buttonLayer {}

.decalLeft {
	margin-left: -20%;
}

.decalRight {
	margin-right: -20%;
}




#OverlayLoad {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #f9f9f9 url(zims/loader/loader.gif) no-repeat center 49%;
}

#SoonPopupW {
	display: none;
}

#SoonPopup {
	margin: 100px 150px;
	display: block !important;
}

.takeawayLink {}


/* SCROLLICON */

@-webkit-keyframes arrow-jump {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(111px);
		-moz-transform: translateY(111px);
		-0-transform: translateY(111px);
		transform: translateY(111px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-0-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes arrow-jump-line {
	0% {
		opacity: 1;
		height: 0
	}

	50% {
		opacity: 1;
		height: 111px
	}

	100% {
		opacity: 1;
		height: 0
	}
}

.scroll-section {
	position: absolute;
	z-index: 200;
	text-align: center;
	bottom: 130px;
	left: 0;
	width: 101%;
}

.scroll-section a {
	transition: all ease .5s;
}

.scroll-section a:after {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	content: "";
	-webkit-animation: arrow-jump 5s infinite;
	-moz-animation: arrow-jump 5s infinite;
	-o-animation: arrow-jump 5s infinite;
	animation: arrow-jump 5s infinite;
	top: 100%;
}

.relative-block {
	position: relative;
}

.scroll-section span {
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
}

.scroll-section a:after,
.scroll-section:after {
	left: 1px;
}

.scroll-section a:after {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	content: "";
	-webkit-animation: arrow-jump 5s infinite;
	-moz-animation: arrow-jump 5s infinite;
	-o-animation: arrow-jump 5s infinite;
	animation: arrow-jump 5s infinite;
	top: 100%;
}

.scroll-section:after {
	-webkit-animation: arrow-jump-line 5s infinite;
	-moz-animation: arrow-jump-line 5s infinite;
	-o-animation: arrow-jump-line 5s infinite;
	animation: arrow-jump-line 5s infinite;
}

.scroll-section:after {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	height: 90px;
	background: #fff;
	content: "";
	top: 100%;
}


.linebutton {
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.85em;
	color: #fff;
}

.linebutton span {
	display: inline-block;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-moz-transition: bottom 0.35s ease-in-out;
	-webkit-transition: bottom 0.35s ease-in-out;
	-o-transition: bottom 0.35s ease-in-out;
	-ms-transition: bottom 0.35s ease-in-out;
	transition: bottom 0.35s ease-in-out;
}

.linebutton:hover {
	text-decoration: none;
}

.linebutton:hover span {
	bottom: 100%;
	border-color: #bb3b35;

}

a.button.triggerResa {
	text-decoration: none;
	padding: 13px 16px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * GENERAL * * * * * * * * * * * * * * * * * * * * * * * * * * * * */






/* 
	
		
		OR : #111111
		
	*/

/* HEADER */


#UpHeader {
	background: #111;
	height: 20px;
	padding: 8px 3% 6px;
	position: relative;
	z-index: 500;
	width: 94%;
}

#UpHeader p {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	display: inline-block;
	color: #fff;
}

#UpHeader p a,
#UpHeader p * {
	color: #fff;
	text-decoration: none;
}

#UpHeader p#Socials {
	float: right;
}

#UpHeader p#Socials {
	font-size: 18px;
}

#UpHeader p#Socials a {
	margin-left: 15px;
}





#Header {
	top: 0;
	width: 100%;
	z-index: 400;
	height: 60px;
	width: 100vw;
	position: fixed;
	margin-top: 20px;
	backdrop-filter: blur(10px) BRIGHTNESS(0.8);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-moz-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out, margin 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out, margin 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out, margin 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out, margin 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out, margin 0.2s ease-in-out;
}

.scrolledHead #Header,
.forcedScroll #Header {
	background: rgba(0, 0, 0, 0.9);
	margin-top: 0;
}

/*.headerBG { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom: none;
		-moz-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out;
		transition: background-color 0.2s ease-in-out, border 0.7s ease-in-out;
	}
	
	
	.scrolled .headerBG { background: #f2f2f2; border-bottom: 1px solid #ccc; }*/

/*#Header.deploy  { height: 100% !important;} 
	.deploy .headerBG { background: none; border-bottom: none;  } */

#HomeLinkW {
	position: absolute;
	z-index: 1001;
	margin: 0;
	text-align: center;
	height: 1px;
	width: 100vw;
	top: -4px;
	left: 0;
}

#HomeLinkW a {
	display: inline-block;
}

#HomeLinkW a img {
	width: 170px;
	-moz-transition: width 0.2s ease-in-out;
	-webkit-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.scrolledHead #HomeLinkW,
.forcedScroll #HomeLinkW {
	top: 3px;
}

.scrolledHead #HomeLinkW a img,
.forcedScroll #HomeLinkW a img {
	width: 140px;
}

/*.scrolled #HomeLinkW a img {width: 185px; }	*/

/*#HomeLinkW a img#LOGOB{ display: none; }
	
	.black #HomeLinkW a img#LOGO{  }
	.black #HomeLinkW a img#LOGOB{ display: none;}*/


/*
	#Socials{ padding-left:45px; margin-top: 40px; }
	#Socials a{ font-size: 1.5em; color: #fff; margin-right: 30px;}
	#Socials a:hover{ color: #fff; }*/

.links {
	margin: 0;
	color: #fff;
	display: inline-block;
}

.links a {
	color: #fff;
	display: inline-block;
	margin-right: 25px;
}

.links a.btn {
	color: #fff;
	display: inline-block;
	margin-right: 25px;
	padding: 7px 20px; 
	border: 1px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:  1.1em;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative; top: -7px;
	
}
.links a.btn:hover{ background: var(--red);}


.links a svg {
	font-size: 1.1em;
}

.links a.social svg {
	font-size: 1.3em;
	position: relative;
	top: 2px;
}

.links a img {
	height: 16px;
	position: relative;
	top: 2px;
}

#LeftUpperMenu .links {
	padding: 19px 0 0 3%;
}

#MenuLinks {
	text-align: right;
	margin-top: 30px;
}

#MenuLinks a {
	display: inline-block;
	margin-right: 25px;
}

#MenuLinks a.social svg {
	font-size: 1.4em;
}

#MenuLinks a img {
	height: 20px;
	position: relative;
	top: 2px;
}



/* MAIN MENU */

#Nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
}

#Nav.open {
	height: 100%;
}

/*#UpperNav{ position: absolute; z-index: 5010; height: 70px; width: 100%; }*/

#UpperMenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1005;
}

#UpperMenu ul {
	width: 40%;
	height: 40px;
	position: absolute;
	top: 0;
	margin-top: 25px;
}

#UpperMenu #LeftUpperMenu {
	left: 0;
	width: 50%
}

#UpperMenu #RightUpperMenu {
	right: 0;
	width: 33%
}

#UpperMenu #RightUpperMenu p {
	float: right;
	padding-top: 19px;
}

#UpperMenu ul li {
	display: inline-block;
	float: left;
	margin: -25px 0 0 0;
	padding-top: 18px;
	background: url(zims/frontend/upmenu-line.gif) no-repeat center top;

}

.black #UpperMenu ul li {
	background-image: url(zims/frontend/upmenu-line-b.gif);
}

#UpperMenu ul li a {
	padding: 12px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	display: block;
	font-weight: 400;
	background: #111111;
}

.black #UpperMenu ul li a {}

#UpperMenu ul li a span,
#MainMenu>li>a span {
	transition: all 0.3s;
}

#UpperMenu ul li a::before,
#MainMenu>li>a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	transform: scale(0.1, 1);

}

#UpperMenu ul li a::before {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 1);

}

#MainMenu>li>a::before {

	border-bottom-color: #111111;
	border-bottom-width: 1px;
	border-bottom-style: solid;


}

#UpperMenu ul li a:hover span {
	letter-spacing: 2px;
}

#UpperMenu ul li a:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

#UpperMenu ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
}

#UpperMenu ul li a:hover::after {
	opacity: 0;
	transform: scale(0.1, 1);
}

#UpperMenu ul#RightUpperMenu li {
	float: right;
}

#UpperMenu ul li a:hover {
	text-decoration: none;
}


/* ANIMATED MENU ICO */

#NavIcoW {
	position: fixed;
	z-index: 5001;
	right: 3%;
	top: 21px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/*.scrolled #NavIcoW { top: 30px  }*/

#NavIco {
	display: block;
	z-index: 5001;
	height: 25px;
	width: 32px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#NavIcoW strong {
	position: absolute;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	left: -60px;
	top: -1px;
	color: #fff;

}

.open #NavIcoW strong {
	color: #ffffff;
}

#NavIco span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#NavIco span:nth-child(1) {
	top: 0px;
	width: 130%;
}

#NavIco span:nth-child(2),
#NavIco span:nth-child(3) {
	top: 9px;
	width: 80%
}

#NavIco span:nth-child(4) {
	top: 18px;
}

#NavIco.active span {
	background: #ffffff;
}

#NavIco.active span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#NavIco.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%;
}

#NavIco.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100%;
}

#NavIco.active span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*-#NavIco strong {
		position: absolute;
		left: 55px; font-size: 1.1em;
		line-height: 1em;
		top: 10px; color: #fff;
		text-transform: uppercase;
		font-weight: normal;
	}*/




#MenuW {
	overflow: visible;
	width: 100%;
	position: absolute;
	z-index: 1001;
	height: 0;
}

.open #MenuW {
	height: 100vh;
	position: fixed;
}

#MenuOverlay {
	background: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 900;
}

#Menu {
	background: rgb(0 0 0 / 95%);
	/* url(zims/frontend/menu-texture.png) center;*/
	position: fixed;
	top: -21px;
	z-index: 1000;
	opacity: 0;
	overflow: visible;
	height: 100vh;
	width: 25%;
	backdrop-filter: blur(10px);
}

.scrolledHead #Menu {
	top: 0;
}


#MainMenuW {
	padding-top: 150px;
}

#MainMenu>li {
	position: relative;
}

#MainMenu>li span.menuItemLine {
	position: absolute;
	top: 48%;
	left: 0;
	width: 25px;
	height: 3px;
}

#MainMenu>li>a,
#MainMenu>li>strong {
	display: block;
	position: relative;
	font-family: 'Carambola', serif;
	padding: 17px 40px 8px 0;
	min-height: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.5em;
	cursor: pointer;
	text-align: right;
	border-top: 1px solid rgb(255 255 255 / 0%);
	border-bottom: 1px solid rgb(255 255 255 / 0%);
	-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#MainMenu>li>a span,
#MainMenu>li>strong span {
	width: 100%;
	display: inline-block;
}

#MainMenu>li>a i,
#MainMenu>li>strong i {
	font-size: 1.3em;
}

#MainMenu>li>a i.fa-caret-down,
#MainMenu>li>a i.fa-caret-up,
#MainMenu>li>strong i.fa-caret-down,
#MainMenu>li>strong i.fa-caret-up {
	display: none;
}


#MainMenu>li>a:hover,
#MainMenu>li>strong:hover,
#MainMenu>li.actived>a,
#MainMenu>li.actived>strong {
	text-decoration: none;
	letter-spacing: 4px;
	color: var(--red2);
	/* border-color: #000; */
	border-color: var(--red2);
}




/* */
/*
	#LangsW{ position: absolute; left: 14%; top: 29px; width: 48px; z-index: 5010; padding: 0 7px 20px 7px; }
	#LangsW #LangOpen{ display: block; float: left;  color: #fff; font-size: 1.4em; }
	#LangLinks{ float: right;  }
	#LangLinks li{ text-align: right } 
	#LangLinks li a{ display: inline-block;  width: 22px} 
	#LangLinks li a span{ opacity: 0;} 
	#LangLinks li.disabled{ display: none;} 
	
	#LangLinks li a#FrLink{ background: url(zims/frontend/fr.jpg) no-repeat center;}
	#LangLinks li a#EnLink{ background: url(zims/frontend/en.jpg) no-repeat center;}
	
	.black #LangsW #LangOpen{ color: #000;  }
	*/


.animbtn {
	width: 180px;
	height: 24px;
	padding: 8px 0 3px !important;
	cursor: pointer;
	background: transparent;
	border: 1px solid rgba(150, 12, 12, 1);
	outline: none;
	transition: 1s ease-in-out;
	font-size: 1.1em !important;
	letter-spacing: 2px;
}

.animbtn>svg {
	position: absolute;
	left: 0;
	top: 0;
	fill: none;
	stroke: #fff;
	stroke-dasharray: 150 480;
	stroke-dashoffset: 150;
	transition: 1s ease-in-out;
}

.animbtn:hover {
	transition: 1s ease-in-out;
	/*  background: rgba(186,131,13, 0.9);*/
	color: #fff !important;
	border-color: #fff;
}

.animbtn:hover>svg {
	stroke-dashoffset: -480;
}

/* Content */



#SideLinks {
	position: fixed;
	bottom: 20px;
	right: 1%;
	z-index: 1000;
}

#SideLinks a {
	display: table-cell;
	position: relative;
	top: -20px;
	opacity: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 1.1em;
	line-height: 1em;
	width: 90px;
	height: 90px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	transition: transform 280ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

#SideLinks a:hover {
	color: #fff;
	transform: translate(0, -8px) scale(1);
}

#SideLinks a.cnc {
	background: #111111;
}

#SideLinks a.liv {
	background: #00cdbe;
}

#page-apparthotel #SideLinks,
#page-contact #SideLinks {
	display: none;
}





/*#Content {  background: url(zims/frontend/bg-black.jpg) no-repeat center top; padding: 120px 10% 0; }*/

#FooterW {
	/* background: #111 url(zims/frontend/bg-black.jpg) no-repeat center; */
	padding: 30px 0;
	background-size: cover;
	background: #101010;
}

#Footer {
	margin: 0 3%;
	display: flex;
	width: 94%;
}

#Footer>div,
#Footer>ul,
#Footer>p {
	flex: 1;
	font-size: 0.8em;
}

#Footer * {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#Footer {
	margin: 0 3%;
	display: flex;
}


#FooterLogo img {
	width: 150px;
}

#FooterAsso img {
	width: 130px;
}

#FooterAddr {}

#FooterAddr svg {
	font-size: 1.8em;
}

#FooterAddr img {
	height: 16px;
	position: relative;
	top: 2px;
}


#FooterBottom,
#FooterBottom p {
	color: #fff;
	font-size: 0.9em;
}

#FooterBottom p a {
	color: #fff;
}

#FooterBottom {
	margin: 40px 0 0 0;
}


#Copyrights{ margin-top: 50px; padding: 0 40px 0 15px; color: #fff; text-align: right; font-size: 0.8em;}





#ContentW {
	width: 100vw;
	overflow: hidden;
}

#Content {}


#page-mentions-legales{ background: #000; }
#page-mentions-legales #Content *{ color: #fff; }




.contentSlidersW {}

.contentSliders {
	display: flex;
	position: relative;
}

.contentSlider {
	flex: 1;
}




/* HOME */
/*#page-home { background: #0f0f0f url(zims/frontend/bg-simple.jpg) no-repeat center; background-size: cover; background-attachment: fixed;  }
	#page-home #Content {  background: none; padding: 0; }
	*/

.homeSectionW {
	clear: both;
	min-height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
}

.homeSectionW.extended {
	min-height: auto;
	overflow: visible;
	overflow-x: hidden;
	padding-bottom: 60px;
	background: #F4F2F3;
}

.homeSectionW.degrad {
	background: rgb(242, 242, 242);
	background: linear-gradient(305deg, rgba(242, 242, 242, 1) 0%, rgba(251, 251, 251, 1) 100%);
}

.homeSectionW.blcasse {
	background: #000;
}


.colZim.debord {
	width: 140%;
	position: relative;
	left: -40%;
}

.colZim.debordR {}








/*
	
	#HomeOverlay { width: 100%; height: 100%; position: relative; overflow:hidden; }
	
	#HomeTitleW{
		position: absolute; bottom:2%; z-index: 200;
		width: 100%;
	}
	#HomeTitleW h2 { text-align: center; color: #000;}
	
	#HomeTitleW h2 strong{ display: inline-block;  font-size: 2.5em; line-height: 1em; padding: 0; margin: 0; letter-spacing: 5px; font-weight: 500;}
	#HomeTitleW h2 span{ position: relative; top: 10px; font-weight: 600;}

	#HomeTitleW .line{ display: block; border-top: 2px solid #000; width: 250px; height: 0; margin: 20px auto; }
	*/


/*	.decoW{ position: relative;}
	.decoW > *{ position: relative; z-index: 5;}
	.decoSvg{ position: absolute; z-index: 0; }
	
	#DecoHome1{ width: 400px; top: -80px; right: 10px;  }
	#DecoHome2{ width: 250px; top: 20px; left: 30px;  }
	
	
	#HomeZimsIntro{ position: relative; }
	
	#HomeZims{ padding: 150px 10% 0; width: 80%;}
	#HomeZims ul{ display: flex; flex-wrap : wrap; align-items: flex-start }
	#HomeZims ul li { width: 46%; vertical-align: top;  }
	#HomeZims ul li:first-child { margin-right: 8%; }
	#HomeZims ul li img{ display: block; width: 100%; }
	
	
	#HomeZimsBg{ position: absolute; top: 0; left: 0; width: 100%; height: 70%; z-index: 0; }
	*/

#HomeTitleScreen {
	background: #f2f2f2;
}

#HomeTitleW {
	position: absolute;
	bottom: 15vh;
	left: 0;
	width: 100%;
	z-index: 200;
	color: #fff !important;
}

.homeTitle {
	text-align: left;
	color: #ffffff;
	letter-spacing: 3px;
	font-size: 2em;
	font-weight: 400;
	line-height: 0.9em;
}


.homeTitle span {
	display: inline-block;
	margin: 0;
}

.homeTitle strong {
	display: inline-block;
	font-size: 56px;
	color: #d23131;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 600;
}

#MenusScreen strong.titlefont {
	color: #fff;
}

.lined::after {
	content: "";
	display: flex;
	width: 60%;
	height: 2px;
	background: #ffffff;
}

/* .lined::after {
	margin: auto;
} */

.homeTitle em {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0;
	color: #fff;
	margin: 0;
	font-style: normal;
	transform: translate(0, -20px);
}


#HomeTitleW .homeTitle {
	text-align: center;
	color: #fff;
}

#HomeTitleW .homeTitle strong {
	font-size: 3em;
	/* border-bottom: none!important; */
	color: #fff !important;
}

#HomeTitleW h2 {
	font-size: 1.2em;
	color: #fff !important;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.69);
}




.homeSection,
.contentSection {}

.smallpadding {
	padding: 30px 0;
}

.mediumpadding {
	padding: 60px 0;
}

.mediumpaddingtop {
	padding: 60px 0 0 0;
}

.bigpadding {
	padding: 100px 0;
}

.bigpadding2 {
	padding: 200px 0;
}

.nospacetop {
	padding-top: 0;
	margin-top: 0;
}

.homeSection ul {}

.homeSection p {
	margin: 25px 0;
	color: #fff;
}

.sable .homeSection,
.sable .contentSection {
	background: #912d34;
}

.sable .homeSection *,
.sable .contentSection *,
.blue .homeSection *,
.blue .contentSection * {
	color: #fff;
}

.sable .homeSection .styledBlock * {
	color: #000;
}

.sable .homeSection .button,
.sable .contentSection .button {
	border-color: #fff;
}

.sable .homeSection .styledBlock .button {
	border-color: #000;
}

.sable .homeSection .button:hover,
.sable .contentSection .button:hover {
	color: #fff;
}


/*------------*/
.whitetxt p,
.whitetxt h3,
.whitetxt * {
	color: #fff !important;
	border-color: #fff !important;
}

.redbg .separLine {
	margin: 15px 0;
	background: #fff;

}

.redbg .centeredlist {
	display: table;

	margin-left: 13.5% !important;
	margin-right: 13.5% !important;

}

.sectionW.redbg,
.sectionW.pinkbg {
	background: #841813 url(zims/bg-motif-red.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 60px 0;
}

.sectionW.pinkbg {
	background-color: #cb2039;
}

.sectionW.goldbg *,
.sectionW.pinkbg * {
	color: #fff;
}

.sectionW.goldbg .button,
.sectionW.pinkbg .button {
	border-color: #fff;
}

.sectionW.goldbg .button:hover {
	background: #fff;
	color: #111111;
}

.sectionW.pinkbg .button:hover {
	background: #fff;
	color: #cb2039;
}


.bigPictureW {
	margin: 50px 10%;
}

.bigPictureW .imageW {
	position: relative;
	overflow: hidden;
}

.bigPictureW .textW {
	position: relative;
}

.bigPictureW .imageW img:not(.inlineZim) {
	display: block;
	width: 100%;
}

.bigPictureW .imageW.half,
.bigPictureW .textW.half {
	width: 48.5%;
	float: left;
}

.bigPictureW .imageW.half:first-child,
.bigPictureW .textW.half:first-child {
	margin-right: 3%;
}


.imageW .colorOverlayW {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111111;
}

.goldbg .imageW .colorOverlayW {
	background: #c18f24;
}

.pinkbg .imageW .colorOverlayW {
	background: #cb2039;
}




.parallaxW,
.topParallaxW {
	margin: 50px 0;
	width: 100%;
	padding: 80px 0;
	max-height: 100%;
	height: 600px;
	position: relative;
}

.topParallaxW {
	margin: 0;
	padding: 0 0 80px;
}

.parallaxZimW {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.parallaxZim {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.topParallaxW .parallaxZim {
	display: none;
}




.parallaxTextW {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}

.parallaxText {
	padding: 80px 25%;
}

.parallaxText * {
	text-align: center;
}

.parallaxText h3 {
	font-size: 4em;
	;
}

.line {
	height: 25px;
	background: #111111
}


.parallaxHeaderW {
	margin: 0 0 50px 0;
	width: 100%;
	padding: 0;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.parallaxZim {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.zimAppearSection.float {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.zimAppearW {
	position: absolute;
}


.zimAppearW.p50 {
	width: 50%;
}

.zimAppearW.p30 {
	width: 30%;
}

.zimAppearW.p25 {
	width: 25%;
}

.zimAppearW.centering {
	max-width: unset !important;
	left: 0 !important;
	text-align: center;
}

.zimAppearW.centering.p30 {
	margin: 0 35%;
}

.zimAppearW.centering.p25 {
	margin: 0 40%;
}

.zimAppearW img {
	display: block;
	width: 100%;
	vertical-align: top;
}

.zimAppearW .deco {
	display: inline-block;
	border: 2px solid #111111;
	padding: 4px;
	position: relative;
	opacity: 0;
	z-index: 10;
}

.zimW img {
	display: block;
	max-width: 100%;
}




#RestoScreen {
	background: url(zims/frontend/bg-abstract.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

#PrivatisationScreen {
	background: url(zims/frontend/bg-abstract.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}


#HomeGallery {
	background: url(zims/frontend/bg-abstract.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;

}

#ContactScreen {
	background: url(zims/frontend/bg-abstract.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

#ContactScreen .centeredlist {
	display: flex;

}

#PrivatisationScreen .centertxt {
	color: #fff;
}

.centertxt .maingalleryW {
	position: relative;
}

.maingallery {
	width: 100%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.maingallery li {
	width: 22.5%;
	margin: 0 1.25% 30px 1.25%;
	max-width: 400px;
}

.maingallery li img {
	width: 100%;
	display: block;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.maingallery li a:hover img {
	opacity: 0.7;
	padding: 5%;
	width: 90%;
}

.galZimW {
	display: table-cell;
	vertical-align: top;
}



.sectionFetes {
	padding: 100px 0 60px;
	background: #111;
}

.sectionFetes h2 {
	font-size: 3em;
	text-transform: uppercase;
	background: linear-gradient(45deg, rgba(226, 185, 101, 1) 3%, rgba(232, 199, 105, 1) 14%, rgba(252, 246, 186, 1) 38%, rgba(227, 190, 111, 1) 57%, rgba(251, 245, 183, 1) 83%, rgba(236, 204, 120, 1) 95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sectionFetes p {
	color: #fff;
}

.sectionFetes p a.button {
	padding: 8px 20px;
	font-size: 1.2em;
	background: linear-gradient(45deg, rgba(226, 185, 101, 1) 3%, rgba(232, 199, 105, 1) 14%, rgba(252, 246, 186, 1) 38%, rgba(227, 190, 111, 1) 57%, rgba(251, 245, 183, 1) 83%, rgba(236, 204, 120, 1) 95%);
}

.sectionFetes p a.button:hover {
	color: #000;
}


/* CARTE */




.carteCatW {
	display: flex;
	margin: 0 15%;
	gap: 10px;
	margin-bottom: 60px;
	justify-content: space-evenly;
}

.carteCatW>li {
	text-align: center;
	line-height: 20px;
}

.carteCatW>li a {
	display: block;
}








#page-la-carte #Content {
	padding-top: 250px;
}

.bigtitleW {
	position: relative;
	z-index: 500;
	top: 120px;
	display: table;
	width: 100%;
}

.bigtitleW h2 {
	color: #fff;
	font-size: 10em;
	line-height: 0.7em;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	opacity: 0;
	top: -50px;
}



#ZimCarte1 {
	top: 120px;
	left: 0;
}

#ZimCarte2 {
	top: 120px;
	left: 25%;
}

#ZimCarte3 {
	top: 120px;
	right: 25%;
}

#ZimCarte4 {
	top: 120px;
	right: 0%;
}






.carteZimW {
	padding-top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.carteMainCateg:last-child {
	padding-bottom: 50px;
}

#CarteList {}

#CarteList h2:first-child {
	display: none;
}

#CarteList .centeredlist {
	padding-top: 0;
	display: flex;
}


#CarteList .centeredlist>li.fullsize {
	width: 100%;
	margin-right: 0;
}

.carteCategTitle {
	text-align: center;
	font-size: 4.5em;
}

.carteMainCateg .separ {
	display: block;
	width: 50%;
	border-top: 5px double #111111;
	margin: 40px auto;
}

.carteMainCateg:first-child .separ {
	display: none;
}

.carte {
	margin-top: 25px !important;
	color: #fff;
}
.carte:first-child,.carte:first-child h3{
	margin-top: 0 !important;
}

.carte h3 {
	margin-bottom: 0;
	letter-spacing: 3px;
}

.carte h3 .bigprix {
	font-size: 0.6em;
}


.separLine {
	display: block;
	margin: 15px auto;
	width: 150px;
	height: 1px;
	background: #ffffff;
}

/*
	.carte .zimAppearW{ position: relative; max-width: 380px; position: relative; margin: 0 auto; width: auto; min-height: 450px;}
	.carte .zimAppearW img{ width: 100%; }
	.carte .zimAppearW.rot1 .deco{ bottom: 35%; left: auto; right: -20px; width: 20%; height: 30%; }
	.carte .zimAppearW.rot2 .deco{ top: -15px; right: -20px; width: 50%; height: 20%; }
	*/

.carteItem {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.carteItem:last-child {
	border-bottom: none;
}

.carteItem.lien-suivant {
	margin-bottom: 0;
}

.carteItemText {
	display: block;
	line-height: 0.9em;
	text-align: left;
	line-height: 1.1em;
}

.noprice .carteItemText {
	text-align: center;
}

.carteItemText span.dName {
	line-height: 1.1em;
	font-weight: 500;
}

/*.noprice .carteItemText span.dName{ font-weight: 600; }*/

.carteItemText span.dName .carteItemPrix {
	display: inline-block;
	float: right;
	width: 10%;
	text-align: right;
}

.carteItemText span.desc {
	display: block;
	font-size: 0.9em;
	margin-top: 4px;
}

.carteItemText span.separ-ou {
	font-size: 1.1em;
	position: relative;
	top: 1px;
}

.carteItemPrix {
	display: block;
}

.enavant {
	border: 3px double #111111;
	padding: 15px;
}

.conclus {
	clear: both;
	margin: 0;
	padding: 30px 0
}

#CarteList .centeredlist>li.fullsize .carte-list>li {
	display: block;
	float: left;
	width: 30%;
	margin: 0 1%;
}




a#btnCarteBoisson {
	padding: 14px 20px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	/* margin-top: 23px; */
	background: var(--red);
	text-decoration: none;
	transition: 0.3s;
}

a#btnCarteBoisson:hover {
	filter: brightness(1.3);
	transition: 0.3s;
}


/* APPART */

#page-apparthotel #Content {
	padding-top: 250px;
}



#ZimAppart1 {
	top: 120px;
	left: 0;
}

#ZimAppart2 {
	top: 120px;
	right: 0;
}


.tab {
	display: none;
}

#FormationsMenu {}

.randomItemMenu {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	background: #c18f24;
}

.randomItemMenu li {
	flex-grow: 1;
	margin: 0;
	text-align: center;
	font-size: 1.1em;
	display: table;
	padding: 10px;
	border-right: 2px solid #fff;
}

.randomItemMenu li:last-child {
	border-right: 0;
}

.randomItemMenu li a {
	display: table-cell;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.randomItemMenu li a img {
	display: block;
	width: 100%;
}


.randomItemMenu li.active {
	background: #fff;
	color: #111111
}

.randomItemMenu li.active a {
	color: #111;
}

.randomItemMenu li a:hover {
	text-decoration: underline;
}



.appart {}

.appart h3 {
	margin: 0;
}

.appart .separLine {
	margin: 25px 0;
}


.prestaList {
	overflow: auto;
}

.prestaList {
	text-align: left;
}

.prestaList li {
	width: 47.5%;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	font-size: 0.9em;
}

.prestaList li:nth-child(odd) {
	margin-right: 5%;
	clear: left;
}


.prices {
	background: #87b943;
	padding: 10px 15px;
	font-size: 1.3em;
	font-weight: 800;
	color: #fff;
	line-height: 1.5em;
}

.priceList {
	border-top: 1px solid #87b943;
}

.priceList li {
	border-bottom: 1px solid #87b943;
	padding: 5px 15px;
}



span.zoomIco {
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
	font-size: 3em;
	position: absolute;
	z-index: 20;
	color: #fff;
	bottom: 10px;
	right: 10px;
	-moz-transition: right 0.3s ease-in-out, bottom 0.3s ease-in-out;
	-webkit-transition: right 0.3s ease-in-out, bottom 0.3s ease-in-out;
	-o-transition: right 0.3s ease-in-out, bottom 0.3s ease-in-out;
	-ms-transition: right 0.3 ease-in-out, bottom 0.3s ease-in-out;
	transition: right 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.fancyGal:hover span.zoomIco {
	bottom: 15px;
	right: 15px;
}




.pictosW {
	display: flex;
	margin: 50px 0 70px;
	margin: 0 5%;
}

.pictosW li {
	width: 20%;
	border-right: 1px solid #111111;
}

.pictosW li:last-child {
	border-right: none;
}

.pictosW li p {
	padding: 100px 25px 25px;
	margin-bottom: 0;
	background: url(zims/frontend/pictos.png) no-repeat center top;
}

.pictosW li p.fit {
	background-position: center -273px;
}

.pictosW li p.spa {
	background-position: center -567px;
}

.pictosW li p.clean {
	background-position: center -927px;
}

.pictosW li p.conc {
	background-position: center -1297px;
}

.pictosW li p.pres {
	background-position: center -1743px;
}



.pictosW li p i {
	color: #111111;
	font-size: 2em;
}

.textLeft50 {
	width: 50%;
	left: 50%;
	transform: translate(-50%);
	position: relative;
}




#InstaList {
	display: flex;
	width: 100%;
}

#InstaList>li {
	flex: 1;
	position: relative;
}

#InstaList>li span {
	position: absolute;
	width: 85%;
	height: 85%;
	margin: 7.5%;
	text-align: center;
	z-index: 10;
	opacity: 0;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(7px);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#InstaList>li a:hover span {
	width: 80%;
	height: 80%;
	margin: 10%;
	opacity: 1;

}

#InstaList>li svg {
	font-size: 3em;
	padding-top: 42%;
}

#InstaList>li img {
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * NEWS * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#page-la-carte {
	background-image: url(zims/frontend/bg-sculpt.jpg);
}

#CarteList {}

#ActuTitle {
	margin: 0 0 40px 0;
}

#ActusList {
	margin: 0 auto 100px;
	padding-top: 0;
}

#ActusList li {
	width: 30%;
	margin: 0 1.5% 20px;
}

#ActusList li:nth-child(3n+1) {
	clear: left;
}


.actu {
	position: relative;
	margin-bottom: 30px;
}

.actu h3 {
	margin: 0;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.actu a {
	display: block;
	vertical-align: top;
}

.actu a img {
	width: 100%;
}


.actu-listItemOverlay {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	height: 92%;
	width: 92%;
	vertical-align: middle;
	padding: 4%;
	background: rgba(20, 20, 20, 0.2);


}

.chrome .actu-listItemOverlay {
	width: 93%;
	height: 91%;
}

/*.actu a:hover .actu-listItemOverlay { padding: 0; width: 100%; height: 100%}*/

.actu-listItemTitle {

	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0;
	color: #fff;
	height: 100%;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #000;

}

.actu a:hover .actu-listItemTitle {
	border: 1px solid #fff;
}

.actu-listItemSubtitle {
	font-size: 0.5em;
	display: inline-block;
	margin-top: 20px;
	border-top: 1px solid #fff;
	line-height: 1.2em;
	padding-top: 10px;
}




.backLink {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #111;
}


.actuSubtitle {
	background: #111111;
	text-align: center;
	color: #fff;
	padding: 0.6em 10px;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.3em;
}

.actuFlyerW {}

.actuFlyerW img,
.actuHeaderW img,
.actuFooterW img {
	display: block;
	width: 100%;
}

.actuHeaderW {
	margin-bottom: 40px;
}

.actuFooterW {
	margin-top: 20px;
}



.newsGalPagi {
	position: relative;
	margin-top: 5px;
}

.newsGalArrow {
	position: absolute;
	font-size: 1.8em;
	color: #111;
	top: 0;
}

.newsGalArrow.carousel-prev {}

.newsGalArrow.carousel-next {
	right: 0;
	left: auto;
}

.newsGalCounter {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.8em;
	color: #111
}


#OfferContent {
	padding-bottom: 40px;
}

#OfferContent div {
	text-align: left;
}

#OfferContent ul {
	margin: 15px 0;
}

#OfferContent ul li {
	display: block;
	list-style: square inside !important;
}

#OfferContent a {
	color: #000;
	border: 1px solid #000;
	padding: 8px 20px;
}

/* GROUPES */

.twoImages {
	display: flex;
	width: 86%;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-between;
	/*margin-top: -20%;*/
	z-index: 1;
	position: relative;
	user-select: none;
	transition: 0.5s;
	gap: 30px;
	align-items: center;
	padding-bottom: 80px;
}

.twoImages > div{ width: calc(33% - 60px);}

.twoImages > div.frame-img1 {
	width: 33%;
	max-width: 450px;
	/* overflow: hidden; */
	max-height: 550px;
	transition: 0.5s;

}

.twoImages > div.frame-img2 {
	width: 33%;
	max-width: 450px;
	/* overflow: hidden; */
	max-height: 550px;
	transition: 0.5s;

}

.frame-img1:hover,
.frame-img2:hover {
	transform: translate(0, -15px);
	transition: 0.5s;
}

.frame-img1 .deco,
.frame-img2 .deco {
	transition: 0.5s;
	box-shadow: 0px 0px 19px 0px #00000015;
}

.frame-img1:hover .deco,
.frame-img2:hover .deco {
	transition: 0.5s;
	box-shadow: 0px 15px 19px 0px #0000003d;
	filter: brightness(1.08);
}

.twoImages img {
	min-width: 100%;
	object-fit: cover;
	/* lÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢image couvre toute la div en gardant ses proportions */
	object-position: center;
}

span.deco {
	display: flex;
	width: 100%;
	padding: 3px;
	border: 2px solid var(--red);
	height: 100%;
}

.centertxt {
	font-size: 16px;
	text-align: justify !important;
	text-align-last: center;
	padding-top: 39px;
}




/* CONTACT */


#ContactBlock {}

#ContactBlock p {
	border-bottom: 1px solid #111111;
	padding-bottom: 15px
}

#ContactBlock p:last-child {
	border: none;
}

#ContactBlock svg {
	font-size: 2em;
	color: #111111;
}

#ContactBlock svg.mini {
	font-size: 1.2em;
}

#Coords .fn {
	font-size: 1.5em;
	margin-bottom: 20px;
}

#Content .vcard .type,
.vcard .uri,
.vcard .geo {
	display: none;
}


#ContactFormWW {
	position: relative;
	padding-bottom: 15px;
}

#ContactFormW {
	background: #000;
	padding: 25px;
	position: relative;
	z-index: 10;
}

#ContactForm {
	margin: 0;
}

#ContactFormWW .deco2 {
	position: absolute;
	z-index: 1;
	opacity: 0;
}

#ContactDeco1 {
	bottom: -15px;
	left: -15px;
	width: 30%;
	height: 20%;
	border-bottom: 2px solid #111111;
	border-left: 2px solid #111111;
}

#ContactDeco2 {
	top: -15px;
	right: -15px;
	width: 30%;
	height: 20%;
	border-top: 2px solid #111111;
	border-right: 2px solid #111111;
}

#ContactForm fieldset p,
#ReservForm fieldset p {
	width: 45%;
	display: inline;
	float: left;
}

.fieldW {
	display: block;
}

#NewsletterForm fieldset p {
	width: 90%
}

#ContactForm fieldset p#field-nom,
#ContactForm fieldset p#field-email,
#ContactForm fieldset p#field-date,
#ReservForm fieldset p#field-nom,
#ReservForm fieldset p#field-email,
#ContactForm fieldset p#field-nbpers {
	margin-right: 9%;
}

#ContactForm fieldset p#field-societe {
	margin-right: 50%;
}

#ContactForm fieldset p#field-objet,
#ContactForm fieldset p#field-message,
#ReservForm fieldset p#field-message {
	width: 100%;
}

#ContactForm fieldset p#field-message textarea,
#ContactForm fieldset p#field-objet input {
	width: 95%;
}


#ContactFormButtons {
	clear: both;
}

#message {
	height: 100px;
}



.legendform {
	margin: 15px 0;
}



p#Confirmation {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 300;
	color: #fff;
	line-height: 1.5em;
	padding: 0;
	margin: 15px 0;
	text-align: center;
}




#jGMapW {
	width: 100%;
	height: 450px;
	margin: 40px 0 0 0;
	border: none;
	padding: 0;
	/*-webkit-perspective: 1000;*/
}

#jGMapW .geo {
	display: none;
}

#jGMap {
	width: 100%;
	height: 100%;
}




.vcard .tel .type,
.vcard .uri {
	display: none;
}

#jGMap .vcard .hor {
	display: none;
}

#jGMap .vcard {
	padding: 10px 10px 0 10px;
}

#jGMap .vcard p {
	color: #111;
	line-height: 1.3em;
	margin: 5px 0;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}

#jGMap .vcard p.fn {
	margin: 0;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

#jGMap .vcard .tel .value {
	font-size: 1.1em;
}



/* RESA */


.fancybox-inner {
	background: url(zims/frontend/bg-abstract.jpg) no-repeat center top;
	background-size: cover;
}

.fancybox-inner #ResaBox {
	padding: 15px 25px;
	margin: 0;
}

.fancyContent {
	padding: 15px 25px;
	width: 600px;
}

.fancyContent * {
	color: #fff;
}

.fancyContent #ContactForm {
	overflow: hidden;
}






#page-reserver #Content .fancyContent {
	padding: 15px 25px;
	width: 600px;
	margin: 150px auto 0
}

#page-reserver #Content .fancyContent * {
	color: #000;
}

#page-reserver #Content input[type="text"],
#page-reserver #Content input[type="email"],
#page-reserver #Content input[type="tel"],
#page-reserver #Content input[type="number"],
#page-reserver #Content input[type="date"],
#page-reserver #Content input[type="datetime"],
#page-reserver #Content textarea {

	border-bottom: solid 1px rgba(0, 0, 0, 0.5);
	color: #000;

}

#page-reserver #Content input[type="button"],
#page-reserver #Content input[type="submit"],
#page-reserver #Content input[type="reset"],
#page-reserver #Content .button {

	border: 1px solid #000;
	color: #000;

}

/*
	.alert{ border: 2px dashed #d92222; padding: 15px !important; color: #d92222;}
	
	
	
	#FancyContactBox{ width: 600px;}
	#FancyContactBox #ContactForm{ overflow: hidden;}
	
	.fancyContent h2 { padding: 10px 15px; background: #111111; font-size: 4em;  color: #fff; margin-bottom: 5px; padding: 15px; margin-top: 0; }
	.fancyContentText { padding: 20px; }
	
	*/

.mobonly,
.mobonlyinline,
.stretchonly {
	display: none;
}


/* - -------------------------- - */

@media(max-width:1620px) {

	.homeTitle strong {
		font-size: 1.6em;
	}

}

@media(max-width:1350px) {

	.homeTitle strong {
		font-size: 1.8em;
	}
	
	.twoImages > div {
		width: calc(50% - 60px);
	}
	.twoImages > div.frame-img1, .twoImages > div.frame-img2 {
		width: 25%;
	}
	.homeTitle strong {
		font-size: 1.4em;
	}
	

}


@media(max-width:1024px) {

	.nomob {
		display: none;
	}

	.mobonly {
		display: block;
	}

	.mobonlyinline,
	.stretchonly {
		display: inline;
	}

	#ContentW,
	#Content {
		height: auto;
		overflow-x: hidden;
		width: 100vw;
	}

	/*#HomeLinkW a img{  width: 180px;}*/


	/*#MainMenu > li, #MainMenu > li > strong { margin: 7px 0; }
		#MainMenu > li > a, #MainMenu > li > strong { padding: 5px 0;}
		#MainMenu-resa-Link{ background: #fff!important; color: #000!important; padding: 5px 15px!important;}
		
		#UpperMenu ul#RightUpperMenu {
			right: unset; left: 0;
			padding-right: unset;
		}
		#UpperMenu ul {    margin-top: 74px;}
		#UpperMenu ul#RightUpperMenu li {  float: none; }
		
		.black #UpperMenu ul li {    background: none; }
		

		#MenuZimWW{ display: none;}
		*/
	#NavIcoW {
		right: 5%;
	}

	.scrolled #NavIcoW {
		top: 20px;
	}

	.scrolled #NavIcoW strong {
		display: none;
	}

	#LeftUpperMenu,
	#RightUpperMenu {
		display: none;
	}



	#Menu {
		width: 100%;


	}

	#MainMenu>li {
		margin-bottom: 0;
	}

	#MainMenu>li>a,
	#MainMenu>li>strong {
		line-height: 0.8em;
	}

	#MainMenu>li>a:hover,
	#MainMenu>li>strong:hover,
	#MainMenu>li.actived>a,
	#MainMenu>li.actived>strong {
		color: #fff;
		background-color: none;
	}

	#MainMenu>li>a,
	#MainMenu>li>strong {
		padding: 17px 3% 8px 0;
	}


	#Copyrights {
		padding-left: 15px;
	}



	.centeredlist,
	.centeredlist80,
	.centeredlist75,
	.centeredlist50,
	.centeredlist30,
	.redbg .centeredlist {
   
		margin-left: 2.5% !important;
		margin-right: 2.5% !important;
		width: 95%;
	}



	.screenW {
		height: auto;
	}

	.centeredlist>li {
		width: 100%;
		margin: 0;
	}

	.alert {
		padding: 15px 5% !important;
		width: 85%
	}

	.littleup {
		font-size: 1.2em !important
	}

	.big {
		font-size: 1.4em !important
	}

	.super {
		font-size: 1.8em !important
	}

	.mega {
		font-size: 2.7em !important
	}

	.ultra {
		font-size: 3.5em !important
	}




	.spacer {
		padding: 0;
	}


	.sfont.super {
		font-size: 2.2em !important;
	}

	.sfont.mega {
		font-size: 3.1em !important;
	}



	/* */

	#SoonPopup {
		margin: 70px 40px;
	}



	#HomeTitleScreen {
		background-position: center right;
	}

	#HomeTitleW {
		bottom: 20vh;

		width: 100%;
	}

	#HomeSculptW {
		bottom: 0;
		right: 0;
		width: 100%;
		height: 50%;
		overflow: hidden;
	}





	.carteCategTitle {
		font-size: 3.5em;
	}

	.carte .zimAppearW {
		max-width: 200px;
		min-height: auto;
	}

	.carte .zimAppearW .deco {
		display: none
	}

	#CarteList .centeredlist>li.fullsize .carte-list>li {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.enavant {
		width: 95% !important;
		padding: 15px 2.5%
	}

	.twoImages {
		display: flex;
		width: 95%;
		flex-direction: column;
		transform: none;
		gap: 25px;
		margin: auto;
	}

	.frame-img1,
	.frame-img2 {
		width: calc(100% - 8px);
		height: 350px;
		max-width: none;
	}

	.priva-section .centeredlist {
		padding: 0 0px;
	}

	.priva-section .redbg .centeredlist {
		margin: 0 5% !important;
		width: calc(100% - 10%);

	}

	#CarteList .centeredlist {
		padding-top: 0;
		display: flex;
		flex-direction: column;
	}

	#ContactScreen .centeredlist {
		display: flex;
		flex-direction: column;
	}

}



@media(max-width:768px) {

	#HomeLinkW {
		text-align: left;
		padding-left: 3%;
	}

	/*#HomeLinkW a img{  width: 180px;}*/

	.centeredlist>li,
	.centeredlist>li.col25,
	.centeredlist>li.col25.colbigspace,
	.centeredlist>li.col30,
	.centeredlist>li.col33,
	.centeredlist>li.col40,
	.centeredlist>li.col45,
	.centeredlist>li.col50,
	.centeredlist>li.col60,
	.centeredlist>li.col70,
	.centeredlist>li.col100 {
		width: 100%;
		margin: 0%
	}


	body {
		line-height: 1.5em;
	}

	#MainMenuW {
		padding-top: 140px;
	}


	.homeTitle {
		/* padding-left: 5%; */
		width: 95%
	}

	.homeTitle span {
		margin: 0;
	}

	.homeTitle strong {
		font-size: 1.5em;
		padding-left: 0;
	}

	.homeTitle em {
		font-size: 0.7em;
		line-height: 1.4em;
		margin: 0;
		line-height: 2.1em;
	}

	.homeTitle.centered {
		padding-left: 0;
		width: 100%
	}

	#HomeTitleW h2 {
		font-size: 0.8em;
		padding: 0;
	}

	#HomeTitleW .homeTitle {
		padding-left: 0;
	}

	#HomeTitleW .homeTitle strong {
		font-size: 2.6em;
	}





	.colZim.debord {
		width: 115%;
		left: -10%;
	}

	.carteCatW {
		display: flex;
		flex-direction: column;
		margin: 0 2.5%;
		margin-bottom: 40px;
	}

	.linebutton:hover span {
		bottom: 0;
	}

	#MenusScreen {
		background-size: 100%;
	}

	.carteZimW {
		padding-top: 30px;
		min-height: 300px;
	}


	#ContactCoords {
		padding-left: 5%;
		width: 90%;
	}

	#InstaList {
		flex-wrap: wrap;
	}

	#InstaList>li {
		flex: unset;
		width: 50%;
	}

	#Footer {
		flex-direction: column;
	}

	#FooterBottom,
	#FooterBottom * {
		font-size: 0.9em;
		margin: 0;
	}

	#FooterMenu,
	#FooterAddr,
	#FooterBottom {
		margin-top: 30px;
	}



	.fancyContent {
		padding: 15px 5%;
		width: 90%;
	}

	#ContactForm fieldset p,
	#ReservForm fieldset p {
		width: 100%;
		display: inline;
		float: none;
		margin-bottom: 18px;
		display: block;
	}

	#ContactForm fieldset p#field-nom,
	#ContactForm fieldset p#field-email,
	#ContactForm fieldset p#field-date,
	#ReservForm fieldset p#field-nom,
	#ReservForm fieldset p#field-email,
	#ContactForm fieldset p#field-nbpers {
		margin-right: 0;
	}

	#ContactForm ::placeholder {
		color: #111;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	textarea {

		padding: 0.2em 0 0.2em 0.5em;
		width: 95%;
		line-height: 1.3em;
	}

	.maingallery li {
		width: 48%;
		margin: 0 1% 10px 1%;
		max-width: 400px;
	}

	p#Confirmation {

		padding-bottom: 80px
	}
	
	.carte:first-child, .carte:first-child h3 {
		margin-bottom: 40px !important;
	}
	
	
	.twoImages > div {
		width: calc(100%) !important;
	}
	span.deco {
		width: 95%;
	}
		


}

@media(max-width:420px) {





	#ResaBox {
		width: 95%;
		margin: 0 auto;
	}

	.fancybox-inner #ResaBox {
		padding: 15px 2.5%;
		margin: 0;
	}
	
	

}



@media(max-width:370px) {

	.homeTitle {
		font-size: 1.7em;
	}



}