/*
 _______  ______   _______  _______  ______   _______    _______  ______   _______  _______  _______  _  _  _  _______  ______   _     _ 
(_______)(_____ \ (_______)(_______)(_____ \ (_______)  (_______)(_____ \ (_______)(_______)(_______)(_)(_)(_)(_______)(_____ \ (_)   | |
 _        _____) ) _____    _______   ____) ) _____      _____    _____) ) _______  _  _  _  _____    _  _  _  _     _  _____) ) _____| |
| |      |  __  / |  ___)  |  ___  | / ____/ |  ___)    |  ___)  |  __  / |  ___  || ||_|| ||  ___)  | || || || |   | ||  __  / |  _   _)
| |_____ | |  \ \ | |_____ | |   | || (_____ | |        | |      | |  \ \ | |   | || |   | || |_____ | || || || |___| || |  \ \ | |  \ \ 
 \______)|_|   |_||_______)|_|   |_||_______)|_|        |_|      |_|   |_||_|   |_||_|   |_||_______) \_____/  \_____/ |_|   |_||_|   \_)

Version 0.9.6.0
Date 02/01/2015                                                                                 
*/

/* ################################################################################################################																		     *                                                                      							
														IMPORTS
 *###############################################################################################################*/


/*
@font-face {
  font-family: Optima;
  src: url('font/optima.woff2') format('woff2'), 
       url('font/optima.woff') format('woff'), 
       url('font/optima.ttf')  format('truetype') 
}
*/

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: 'cascadia_coderegular';
	src: url('font/cascadia-webfont.woff2') format('woff2'),
		url('font/cascadia-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Core Circus Regular';
	src: url('font/CoreCircus.eot');
	src: url('font/CoreCircus.eot?#iefix') format('embedded-opentype'),
		url('font/CoreCircus.woff') format('woff'),
		url('font/CoreCircus.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* ################################################################################################################																		     *                                                                      							
														BASICS
 *###############################################################################################################*/


html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	scrollbar-color: #17233e #dcd1ce;
	height: 100%;
}

body {
	font-size: 14px;
	background: #fff;
	color: #111;
	font-family: "Alexandria", sans-serif;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5em;
	overflow-x: hidden;
	scrollbar-color: aliceblue red;
	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: #333;
	text-decoration: none;
}

a:hover {
	/* text-decoration: underline; */

}

a:active,
a:focus {
	outline: 0;
}

a img {
	border: 0;
}


strong,
b {
	font-weight: 700;
}


.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: 0;
}

.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: 3.2em;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

h5 {
	font-size: 25px;
	margin: auto;
	font-weight: 500;
}

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;
}


/* ################################################################################################################																		     *                                                                      							
														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;
	width: calc(100% - 16px);
}

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: #E02627;
}

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;
	font-size: 15px;
}

.text-announcement {
	width: 100vw;
	padding: 0;
	margin: 0;

}

.text-announcement p {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	padding: 0;
	margin: 0;

}

.modal {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
	background-color: #ff0a69;
	margin: 5vh auto;
	padding: 20px;
	border: 7px solid #f8b40d;
	border-radius: 8px;
	width: 90%;
	max-width: 2000px;
	max-height: 80vh;
	position: relative;
	overflow-y: scroll;
	scrollbar-color: #6e0c32 #ffffff38;
}

.close {
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
	z-index: 36;
}

/* 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.3em 2em 0.2em;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 5px;
	background: #e74d59;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 13px;
	position: relative;
	margin: 8px auto;
	width: fit-content;
	display: flex;
	font-size: 11px;
	font-weight: 600;
	border-radius: 44px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
	background: #960c0c;
	color: #fff;

}

.button.black {
	border: 1px solid #000;
	color: #000;
}

.button.black:hover {
	border: 1px solid #960c0c;
	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;
}

.centered-justify {
	text-align: justify !important;
	text-align-last: center !important;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	font-size: 13px;
}

.lefted {
	text-align: left !important;
}

.righted {
	text-align: right !important;
}




/* ################################################################################################################																		     *                                                                      							
														PAGES
 *###############################################################################################################*/

.visit-button button {
	background: transparent;
	border: 2px solid rgba(150, 12, 12, 1);
	padding: 11px 35px;
	font-size: 17px;
	transition: 0.5s;
	color: #960c0c;
	font-family: 'Core Circus Regular', sans-serif;

}

.visit-button button:hover {
	background: rgba(150, 12, 12, 1);
	padding: 11px 35px;
	color: #fafafa;
	font-size: 17px;
	transition: 0.5s;
}


h2.homeTitle h2:nth-child(1) {
	font-size: 90px;
	color: #00cdbe !important;
}

.big-font {
	font-family: "Trend Sans W00 Four" !important;
}

.sfont {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.titlefont {
	font-family: "Trend Sans W00 Four";
	color: #000000;
	font-weight: 900;
	font-size: 4rem;
}

.bouillon {
	font-family: "Trend Sans W00 Four";
	font-size: 4rem;
	line-height: 3.3rem;
	margin: 0;
	padding: 0;
	color: #d22020;

}

.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;
}


.littleup {
	font-size: 1.3em !important
}

.big {
	font-size: 1.6em !important
}

.super {
	font-size: 2.2em !important
}

.mega {
	font-size: 3.2em !important
}

.ultra {
	font-size: 4.2em !important
}


.redcolor {
	color: #c51528;
}

/*
	.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: 95px;
}

.titlepaddingmini {
	padding-top: 15px;
	padding-bottom: 40px;
}

.titlepaddingmadium {
	padding-top: 150px;
}

.titlepaddingbig {
	padding-top: 200px;
}

.spacer {
	clear: both;
	padding: 40px 0;
}

.gold {
	color: #960c0c;
}




.screensW,
.screensAnimW {
	width: 100%;
	height: 100%;
}

.screen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


.screenZimW,
.screenCarouselW,
.screenCarouselZoomW {
	width: 100%;
	height: 100%;
	position: absolute;
	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 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 {
	/* propri?t?s de transition */
	-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;
}


.decalLeft {
	margin-left: -20%;
}

.decalRight {
	margin-right: -20%;
}


#OverlayLoad {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-size: 30%;
	background: #17233e url(zims/loader/loader2.png) no-repeat center 50%;
	background-size: 240px;
}

#SoonPopupW {
	display: none;
}

#SoonPopup {
	margin: 100px 150px;
}



/* 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: 140px;
	left: 0;
	width: 100%; */
	/* display: none; */
}

.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: #000;
	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: #000;
	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: #e62727;
	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: #000000;
	content: "";
	top: 100%;
}

.carousel-container {
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: auto;
	overflow: hidden;
	/* Cache les images qui sortent de l'affichage */
}

/* Slide des images */
.carousel-slide {
	display: flex;
	width: 100%;
	transition: transform 0.4s ease-in-out;
	/* Effet de transition pour le d?filement */
}

/* Images */
.carousel-slide img {
	width: 100%;
	border-radius: 10px;
}

/* Boutons */
.prev-btn,
.next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 24px;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
}

.prev-btn {
	left: 10px;
}

.next-btn {
	right: 10px;
}

.prev-btn:hover,
.next-btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.centeredlist-off {
	display: none;
}

.linebutton {
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.05em;
	font-weight: 900;
	color: #ffffff;
}

/* .linebutton span {
	display: inline-block;
	border-bottom: 1px solid #c3162a00;
	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;
	text-decoration: none;
} */

.linebutton:hover {
	text-decoration: none;
}

/* .linebutton:hover span {
	bottom: 100%;
} */

.linebutton:hover {
	letter-spacing: 4px;
	color: #fff0cb !important;
	transition: 0.8s;
}

#sous-menu-boissons .linebutton:hover {
	color: #000000 !important;
	transition: 0.8s;
}

.list-item {
	/* border-bottom: 4px solid #00000000; */
	/* Vous pouvez changer la couleur et l'?paisseur du border-bottom ici */
	transition: 0.8s;
}

.list-item a {
	border-bottom: 4px solid #00000000;
	/* Vous pouvez changer la couleur et l'?paisseur du border-bottom ici */
	transition: 0.8s;
}

.active {
	border-bottom: 4px solid #f8b40d !important;
	/* Vous pouvez changer la couleur et l'?paisseur du border-bottom ici */
	transition: 0.2s;
	color: #f8b40d;
}

.list-item.active::after {
	content: '';
	/* N?cessaire pour afficher le pseudo-?l?ment */
	position: absolute;
	/* Pour positionner le pseudo-?l?ment correctement */
	left: 0;
	/* Align? ? gauche du li */
	bottom: 0;
	/* Align? en bas du li */
	width: 100%;
	/* La largeur du li */
	height: 2px;
	/* Hauteur du border-bottom */
	background-color: #000;
	/* Couleur du border-bottom */
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * GENERAL * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.title-home {
	font-size: 3rem !important;
	padding: 0;
	margin: 0;
}

h2.title-home.tconcept span:first-child,
h2.title-home.tconcept span:last-child {
	font-size: 8rem;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.primary-color {
	color: #c41717;
}


/* 
	
		
		OR : #960c0c
		
	*/

/* HEADER */


#UpHeader {
	background: #C3162A;
	height: 20px;
	padding: 10px 3% 10px;
	position: relative;
	z-index: 500;
	width: 94%;

}

.lang-dropdown ul,
.lang-dropdown li,
.lang-dropdown a,
.lang-dropdown span {
	all: unset;
	display: block;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.lang-dropdown {
	position: absolute;
	right: 6%;
	top: 4px;
	/* display: inline-block; */
	font-family: Arial, sans-serif;
	/* background: #ff4748; */
}

#LangToggle {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 8px 12px;
	cursor: pointer;
}

#LangLinks {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	width: fit-content;
	z-index: 10;
}

#LangLinks li {
	padding: 8px 12px;
}

#LangLinks li a {
	text-decoration: none;
	color: black;
	display: block;
}

#LangLinks li:hover {
	background-color: #f0f0f0;
}

#LangLinks li.disabled {
	color: gray;
	/* pointer-events: none; */
	opacity: 0.5;
	text-align: center;
}

#LangLinks.hidden {
	display: none;
}

li.active {
	font-weight: bold;
}

#UpHeader div img {
	width: 68px;
}

#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 {
	display: flex;
	font-size: 18px;
	/* width: 500px; */
	align-content: center;
	align-items: center;
	padding-bottom: -5px;
	bottom: 0px;
	position: relative;
}

#UpHeader p#Socials a {
	margin-left: 15px;
}

#LOGO {
	top: 2px;
	position: absolute;
}

#Header {
	top: 0;
	width: 100%;
	z-index: 400;
	height: 85px;
	position: absolute;
}

.homeTitle p {
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #fff;
	line-height: 46px;
	font-weight: 800;
}

/*.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: relative;
	z-index: 1001;
	margin: 0;
	text-align: center;
	position: absolute;
	height: 1px;
	top: 60px;
	left: 3%;
	padding-top: 5px;
}

#HomeLinkW a {
	display: inline-block;
}

#HomeLinkW a img {
	width: 270px;
	-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;
}

/*.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; }*/

@keyframes scrollUpDown {

	0%,
	100% {
		transform: translate(-50%, 0);
	}

	50% {
		transform: translate(-50%, -20px);
	}
}

#home-scroll {
	width: 50px;
	display: flex;
	opacity: 1;
	position: absolute;
	bottom: 0vh;
	left: 50%;
	transform: translate(-50%);
	animation: scrollUpDown 2s ease-in-out infinite;
}



/* MAIN MENU */

#Nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: auto;
	z-index: 1000;
	overflow: hidden;
}

#Nav.open {
	height: 100%;
}

/*#UpperNav{ position: absolute; z-index: 5010; height: 70px; width: 100%; }*/

#UpperMenu {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	z-index: 1005;
}

#UpperMenu ul {
	width: 40%;
	height: 40px;
	position: absolute;
	top: 0;
	margin-top: 25px;
}

#UpperMenu ul#LeftUpperMenu {
	left: 0;
	padding-left: 7%;
}

#UpperMenu ul#RightUpperMenu {
	right: 0;
	padding-right: 7%;
}

#UpperMenu ul li {
	display: inline-block;
	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: #960c0c;
}

#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: #960c0c;
	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: 70px;
	-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;

}

.open #NavIcoW strong {
	color: #fff;
}

#NavIco span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	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: #fff;
}

#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: rgba(10, 10, 10, 0.85);
	/* url(zims/frontend/menu-texture.png) center;*/
	position: absolute;
	z-index: 1000;
	opacity: 0;
	overflow: visible;
	height: 100%;
	width: 25%;
}


#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;
	padding: 17px 40px 8px 0;
	min-height: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	color: #fff;
	font-size: 1.3em;
	cursor: pointer;
	text-align: right;
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 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;
	border-color: #a41313;
}




/* */
/*
	#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 */

.mywarp {
	visibility: hidden;
}

#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: #960c0c;
}

#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; }*/


.info-footer {
	background: #bb0808;
	width: 100vw;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 0.88em;
}

.footer-element-center {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);


}

#FooterW {
	background: #ff0a69;
	padding: 10px;
}

#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: 3px;
}

#Footer {
	margin: 0 3%;
	display: flex;
}

#FooterLogo {
	display: flex;
	align-items: center;
}

#FooterLogo img {
	width: 150px;

}

#FooterConception {
	text-align: center;
}

#FooterLogo1 img {
	width: 115px;
	position: relative;
	/*top: 35%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/
}

#FooterLogo1 span {
	margin: auto;
	top: 12%;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}

#FooterLogo1 {
	/*display: flex;
	flex-direction: column;*/
	text-align: center;
}

.footer-element-center.concept {
	top: 10%;
}


#FooterAddr svg {
	font-size: 1.5em;
}


#FooterBottom,
#FooterBottom p {
	color: #fff;
	font-size: 0.8em;
}

#FooterBottom a {
	color: #fff;
}

#FooterBottom {
	margin: 40px 0 0 0;
}






#ContentW {
	width: 100vw;
	overflow: hidden;
	scrollbar-color: aliceblue red;
}



.contentSliders {
	display: flex;
	position: relative;
}

.bg-red {

	background: transparent;
	/* max-height: 1300px; */
}

.contentSlider {
	flex: 1;
}

div#CarteScreen1 {
	width: 100%;
	display: flex;
}

#sous-menu-boissons .carteCatW {
	background: transparent;
}

.carte-block {
	background: #fff;
	margin-left: 15% !important;
	margin-right: 15% !important;
	margin-top: 5% !important;
	margin-bottom: 5% !important;
}

.carteCatW>li a {
	width: auto;
	line-height: initial;
}

#sous-menu-boissons .carteCatW>li a {
	font-size: 1rem;
	border: none;
	color: #f8b40d;
	letter-spacing: 4px;
}

#sous-menu-boissons {

	/* overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-color: #df5151 #ffe1e1;
	scrollbar-width: thin; */
}

#Carte-10 .carteZimW.lastMob {
	display: none;
}

#Carte-10 .carteCatW>li a {
	color: #791313;
}

.carte-img {
	width: 100%;

}

.image-cropper {
	width: 100%;
	/* Largeur souhaitée */
	height: 15vh;
	/* Hauteur souhaitée */
	overflow: hidden;
	/* Masquer les parties en excès */
	position: relative;
	border: none;
}

.image-cropper img {
	width: 100%;
	/* Ajuster la taille de l'image */
	height: auto;
	position: absolute;
	top: 50%;
	/* Centrer verticalement */
	left: 50%;
	/* Centrer horizontalement */
	transform: translate(-50%, -50%);
	/* Ajuster l'image pour qu'elle soit centrée */
}


.scrolling-text {
	display: none;
}


/* 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;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
}

.homeSectionW.extended {
	height: auto;
	/* overflow: visible; */
	overflow-x: hidden;
	/* padding-bottom: 60px; */
}

.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: #ffffff;
}


.colZim.debord {
	width: 110%;
	position: relative;
	left: -30%;
	top: 90px;
}








/*
	
	#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; }
	*/


.bg-hero {
	width: 50%;
	height: 50%;
	display: none;

}

#HomeTitleScreen {
	background-size: cover !important;
	/* L'image s'ajuste pour ?tre enti?rement visible */
	/* background-position: center; */
	/* L'image est centr?e */
	background-repeat: no-repeat;
	/* Evite la r?p?tition de l'image */
	background: url(../media/images/home/bg-hero.png) no-repeat;
	/* margin-top: 120px; */
	background-clip: cover;
}

#HomeTitleW {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 21%);
	width: fit-content;
	z-index: 200;
	fill: #fff;
	color: #fff;
}

.homeTitle {
	text-align: left;
	color: #ffffff;
	letter-spacing: 3px;
	font-size: 6em;
	margin: 0;
	font-weight: 400;
}

.homeTitle span {
	display: inline-block;
	text-align: center;
}

.homeTitle strong {
	display: inline-block;
	font-size: 3em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 400;
}

.homeTitle em {
	display: inline-block;
	font-size: 0.5em;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0;
	margin: -30px 0 0 80px;
	font-style: normal;
	display: none;
}

#HomeTitleW h2 {
	font-size: 1.2em;
}


.img-border-red {
	transform: rotate(5deg);
	/* Rotation de 180 degr?s au survol */
	border: 7px solid #C3162A;
	transition: 1s;
	margin-top: 30px;
}

.img-border-red:hover {
	transform: rotate(2deg);
	width: 115% !important;
	/* Rotation de 180 degr?s au survol */
}

#home-logo {
	width: 620px;
	display: block;
	margin: 0 auto;
}

#second-logo {
	width: 350px;
	display: block;
	margin: 0 auto;
}

#third-logo {
	width: 300px;
	display: block;
	margin: 0 auto;
}

#HomeSculptW {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 60%;
	height: 90%;
	z-index: 180;
	text-align: right;
	display: none;
}

#HomeSculptW img {
	display: inline-block;
	max-height: 100%;
}

.firstMob p {
	font-size: 0.8rem;
	width: 580px !important;
	padding: 30px;
}


.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 p {
	margin: 25px 0;
	width: 700px;
	position: relative;
	left: 50%;
	text-align: justify;
	text-align-last: center;
	transform: translate(-50%);
	text-transform: uppercase;
	/* font-weight: bold; */

}

.container-title {
	display: flex;
	justify-content: center;
	/* Centrer horizontalement */
	align-items: center;
	/* Centrer verticalement */
	height: 100vh;
	/* La hauteur du conteneur sera 100% de la hauteur de l'?cran */
}

.title-concept {
	font-size: 36px !important;
	/* Taille du texte */
	font-weight: 500 !important;
	/* Texte en gras */
	font-family: 'Core Circus Regular';
	margin-bottom: 0;
	display: block;
}

.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;
}


/* DUAL SECTION */
.dual-section {
	display: flex;
	height: 800px;
	width: 100vw;
	overflow: hidden;
}

.dual-section {

	.leftblock {
		width: 50%;
		display: flex;
		position: relative;
		overflow: hidden;
	}

	.text-band {
		position: absolute;
		z-index: 99;
		font-size: 3.8em;
		background: #fff;
		padding: 18px;
		font-weight: bold;
		left: 50%;
		width: max-content;
		transform: translate(-50%);
	}



	.rightblock {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		padding: 0;
		width: 50%;
		align-content: center;
		overflow: hidden;
		align-items: center;
	}

	.leftblock img {
		width: 134%;
		height: fit-content;
		position: relative;
		/* top: -74px; */
		transform: translate(0, -50%);
		bottom: 0;
	}

	.text-band.wht-ora {
		background-color: #FF3A07;
		color: #fff;
		bottom: 27%;
		rotate: 2deg;
		left: 50%;
	}

	.text-band.pink-yel {
		background-color: #F8B40D;
		color: #FF0A69;
		bottom: 22%;
		left: 50%;
		rotate: -1deg;
		z-index: 113;
	}

	.text-band.yel-pink {
		background-color: #FF0A69;
		color: #F8B40D;
		bottom: 14%;
		rotate: 1deg;
		left: 50%;
	}

	.rightblock h3 {
		text-transform: uppercase;
		font-size: 2em;
		font-weight: 700;
		padding: 0 30px;
		color: #ff0a69;
	}

	.rightblock p {
		padding: 0 93px;
		font-family: poppins;
		font-size: 22px;
		line-height: 26px;
	}
}

/* BUBBLE SECTION  */
.bubble-section {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF3A07;
}

.bubble-left {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.bubble-right {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

a.btn-pink {
	position: absolute;
	color: #fff;
	font-family: 'Alexandria';
	font-size: 2.3em;
	text-transform: uppercase;
	background: #ff0a69;
	padding: 14px;
	font-weight: 600;
	rotate: 0deg;
	transition: 0.4s;
	cursor: pointer;
}

a.btn-pink:hover {
	background: #ff0a69;
	transition: 0.4s;
	rotate: 3deg;
}

.bubble-left,
.bubble-right {
	img {
		width: 100%;
	}
}

/* TEXT BAND  */
.text-band {
	width: 100%;
	display: flex;
	text-align: center;
	gap: 49px;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.text-band h4 {
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #FF0A69;
}

.text-band img {
	width: 41px;
}

/* GAME SECTION */
.game-section {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	width: 100vw;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 700px;
}

.game-section {
	.text-game {
		font-size: 6.4em;
		/* font-weight: 800; */
		font-family: 'Alexandria';
		text-transform: uppercase;
		margin: 100px 0px 100px 24%;
		z-index: 15;
	}

	.text-game h4:nth-of-type(2) {
		/* Tes styles ici */
		background: #FF3A07;
		padding: 17px;
		transform: translate(-50%);
		color: #f8b40d;
	}
}

.text-game h4 {
	color: #fff;
	font-weight: 800;
	margin: 31px;
}

.overlay-game {
	/* background: aqua; */
	height: 100%;
	width: 100vw;
	/* content: ""; */
	position: absolute;
	height: -webkit-fill-available;
	z-index: 1;
	background: linear-gradient(90deg, rgba(248, 180, 13, 1) 0%, rgba(248, 180, 13, 1) 62%, rgba(0, 212, 255, 0) 86%);
}

img {
	width: 40%;
}


.dual-section.seconde {
	.leftblock img {
		transform: translate(0);
	}


	.leftblock {
		width: 35%;
		display: flex;
		position: relative;
		overflow: hidden;
	}

	.rightblock {
		width: 65%;
		overflow: hidden;

	}

	.rightblock p {
		padding: 0 270px;
		font-family: poppins;
		font-size: 22px;
		line-height: 26px;
	}

	.icon-reseaux {
		display: flex;
		gap: 15px;
	}

	.icon-reseaux img {
		width: 50px;
	}

	.rightblock h3 {
		font-size: 3em;

	}

	.hashtag-bloc h4 {
		font-size: 2.4em;
		color: #FF78AD;
		font-weight: 700;
		margin: 0;
	}

	.hashtag-bloc {
		margin: 36px 0 0 0;
	}

	.hashtag-bloc h4:nth-of-type(1) {
		/* Styles pour le premier h4 */

		transform: translate(-57px);
	}

	.hashtag-bloc h4:nth-of-type(2) {
		/* Styles pour le premier h4 */

		rotate: -3deg;
		transform: translate(50px);
	}
}

/* TEXT BAND 2 */
.text-band.seconde {

	background: #FF0A69;
}

.text-band.seconde h4 {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 13px;
}

/*------------*/

/* CONCOURS  */
.concours-section {
	height: 500px;

	position: relative;
	background: url(../media/images/home/terrasse-nuit.webp);
}

.concours-section {

	.card-1,
	.card-2 {
		width: 390px;
		text-align: center;
		background: #fff;
		padding: 13px;
		border-radius: 35px;
		min-height: 120px;
	}

	.card-1 {
		border: 8px solid #F8B40D;
		rotate: -7deg;
		transform: translate(15px, 40%);
		z-index: 15;
		position: relative;
	}

	.card-2 {
		rotate: 0deg;
		transform: translate(-15px, -40%);
		display: flex;
		align-items: center;
	}

	.card-2 img {
		width: 74px;
	}

	.card-2 p {
		font-size: 2em;
		line-height: 37px;
		text-align: left;
		padding: 20px;
		margin: 0;
		font-weight: 400;
	}

	.card-concours {
		height: 100%;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		min-height: 120px;
	}

	>p {
		position: absolute;
		bottom: -4px;
		right: 34px;
		color: #fff;
		font-weight: 600;
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.8em;
		margin: 15px;
		color: #ff0a69;
		font-weight: 600;
	}

	p {
		font-size: 1.3em;
		margin-bottom: 15px;
	}
}

/* AUTRE */



.sectionW.goldbg,
.sectionW.pinkbg {
	background: #c18f24 url(zims/frontend/sigle-bg.png) no-repeat -10% 95%;
	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: #960c0c;
}

.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: #960c0c;
}

.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: #960c0c
}


.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%;
}

.zimAppearW .deco {
	display: inline-block;
	border: 2px solid #960c0c;
	padding: 4px;
	position: relative;
	opacity: 0;
	z-index: 10;
}

.zimW img {
	display: block;
	max-width: 100%;
}




#ScrollingText {
	width: 100vw;
	max-width: 100vw;
	overflow: hidden;
}








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;
}

.subcontainer {
	max-width: 1050px;
	margin: auto;

	margin: 20px auto 0;
}


.containerstyle1 {
	color: #17233E;
	background: #F6EAE6;
	text-align: center;
	padding: 48px 0;
}

.containerstyle1 img {
	width: 335px;
}

.wd90 {
	width: 90%;
	margin: auto;
}

.wd80 {
	width: 80%;
	margin: auto;
}

.wd70 {
	width: 70%;
	margin: auto;
}

.wd60 {
	width: 60%;
	margin: auto;
}

a.btnstyle {
	background: #e74d59;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 13px;
	margin-top: 27px;
	/* height: 50px; */
	position: relative;
	margin: 29px auto;
	width: fit-content;
	display: flex;
	font-size: 26px;
	font-weight: 600;
	border-radius: 44px;
	transition: 0.3s;
}

a.btnstyle:hover {
	transition: 0.3s;
	filter: brightness(0.8);
}

.containerstyle2 {
	background: #17233e;
	color: #fff;
	text-align: center;
	padding: 88px 0;
	position: relative;
	overflow-y: hidden;
}

.promo {
	position: relative;
	margin-top: 10px;
	margin-bottom: 52px;
}

.promo span {
	background: #e74d59;
	padding: 3px 9px;
	border-radius: 17px;
	position: absolute;
	top: 0;
	font-weight: 600;
	left: 50%;
	transform: translate(45%);
}

.soussec {
	width: 50%;
	margin: auto;
	margin-bottom: 38px;
}

.soussec strong {
	text-transform: uppercase;
}

img.fourchette-abso {
	position: absolute;
	width: 554px;
	rotate: -79deg;
	left: 11vw;
	bottom: -110px;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 50px;
	color: #17233e;

}

.left-flex {
	text-align: center;
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.right-flex {
	width: 31%;
}

h4 {
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	color: #17233e;
}


.containerstyle3 span {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
}

.containerstyle3 p {
	font-size: 17px;
}

p,
strong {
	line-height: 1;
	font-size: 23px;
	margin: 0;
}

strong {
	font-size: 27px;
}

.child {
	width: 100%;
}


.containerstyle1 h3 {
	margin-bottom: 35px;
}

















.pictosW {
	display: flex;
	margin: 50px 0 70px;
	margin: 0 5%;
}

.pictosW li {
	width: 20%;
	border-right: 1px solid #960c0c;
}

.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: #960c0c;
	font-size: 2em;
}




#InstaList {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: stretch;
}

#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);
	-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 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* CONTACT */



#ContactBlock p {
	border-bottom: 1px solid #960c0c;
	padding-bottom: 15px
}

#ContactBlock p:last-child {
	border: none;
}

#ContactBlock svg {
	font-size: 2em;
	color: #960c0c;
}

#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: transparent;
	padding: 25px;
	position: relative;
	z-index: 10;
}


#ContactFormWW .deco2 {
	position: absolute;
	z-index: 1;
	opacity: 0;
}

#ContactDeco1 {
	bottom: -15px;
	left: -15px;
	width: 30%;
	height: 20%;
	border-bottom: 2px solid #960c0c;
	border-left: 2px solid #960c0c;
}

#ContactDeco2 {
	top: -15px;
	right: -15px;
	width: 30%;
	height: 20%;
	border-top: 2px solid #960c0c;
	border-right: 2px solid #960c0c;
}

#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%;
	/* padding: 5px; */
}



#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: 90vw;
	height: 400px;
	margin: 40px 0 0 0;
	padding: 30px;
	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: #0f0f0f url(zims/frontend/bg-simple.jpg) no-repeat center;
}

.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;

}

.mobonly,
.mobonlyinline,
.stretchonly {
	display: none;
}


@media(max-width:1620px) {

	.homeTitle strong {
		font-size: 2.5em;
	}

	.homeSection p {
		width: 500px;
	}

	.colZim.debord {
		width: 110%;
		position: relative;
		top: 190px;
	}

	#UpHeader p {
		font-size: 10px;
		letter-spacing: 0.29px;
	}

}

@media(max-width:1350px) {

	.homeTitle strong {
		font-size: 3.0em;
		line-height: 4.5rem;
		padding: 0 15px 0 15px;

	}

	#UpHeader p {
		font-size: 9px;
		letter-spacing: 0.21px;
	}



}



@media(max-width:1024px) {

	#ContentW,
	#Content {
		height: auto;
		overflow-x: hidden;
		width: 100vw;
	}

	.text-announcement {
		display: none;
	}

	p.address-ontext {
		font-weight: 500;
		letter-spacing: 2px;
		color: #c21b1b;
		font-size: 1.9rem;
		padding-left: 40px;
		padding-top: 20px;
		padding-right: 40px;
		line-height: 35px;

	}

	.plan-img {
		border: 3px double #960c0c;
		width: 80vw;
	}

	.body-container {
		height: 35vh;

	}

	.homeSection p {
		font-size: 1.2rem;
	}

	.modal-content {
		width: 85%;
	}


	.titlepaddingmini {
		padding-top: 45px;
		/* margin-top: 50px; */
	}

	.colZim.debord {
		transform: rotate(0deg) !important;
		width: 70%;
		position: relative;
		left: -0%;
		top: 0px;

	}

	.planche {
		height: 100%;
	}

	.planche-carte {
		padding-bottom: 0;
		top: 30px;
	}

	.nomob {
		display: none;
	}

	.mobonly {
		display: block;
	}

	.mobonlyinline,
	.stretchonly {
		display: inline;
	}


	.centered-justify {
		text-align: center !important;
		word-break: unset;
		-webkit-hyphens: none;
		hyphens: none;

	}

	#ContentW,
	#Content {
		height: auto;
		overflow-x: hidden;
		width: 100vw;
	}

	#HomeLinkW a img {
		width: 180px;
	}

	#home-scroll {
		display: flex;
		bottom: -53vh;
	}


	/*#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;
		font-family: "cascadia_coderegular";

	}



	#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 {
		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: 4em !important;
	}



	/* */

	#SoonPopup {
		margin: 70px 40px;
	}



	#HomeTitleScreen {
		background-position: bottom;
		margin-top: 0;
	}

	#HomeTitleW {
		bottom: auto;
		top: 180px;
		/* transform: none; */
		transform: translate(-50%, 50%);
		width: fit-content;
	}

	#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%
	}

	.title-contact {
		font-size: 4rem;
	}

	.subtitle-contact {
		font-size: 1.6rem;
		line-height: 29px;
	}

	div.body-container {
		width: 70vw;

	}

	.carteCatW>li a {
		width: auto;
	}

	.carteCatW {
		display: block;
	}

	div#CarteScreen1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-bottom: 145px;
	}

}



@media(max-width:768px) {

	body {
		width: 100vW;
		overflow-x: hidden;
	}

	#HomeTitleScreen {
		background-position: bottom;
		/* margin-top: 100px !important; */
	}

	p.address-ontext {
		display: none;
		border-top: 3px solid;
	}

	.homeSection strong,
	h2 {
		width: auto;
		padding-top: 30px;
	}

	.subtitle-contact {
		font-size: 0.9rem;
	}

	.firstMob p {
		font-size: 0.7rem;
		width: 340px !important;
		padding: 30px;
	}

	.card-mobile p {
		font-size: 0.7rem;
		width: 90%;
		padding: 30px 0;
	}

	.noscrolling-text {
		display: none;
	}

	.bouillon {
		font-size: 2.8rem;
	}


	.homeSectionW {

		height: 85vh;
	}



	.text-announcement {
		display: none;
	}

	/*.homeSection strong,*/
	h2 {
		width: auto;
		padding: 30px;

	}

	#home-logo {
		width: 300px;
	}

	#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 0 0 50px;
	}

	.homeTitle strong {
		font-size: 1.8em;
		padding-left: 10px;
		line-height: 45px;
	}

	.homeTitle em {
		font-size: 0.7em;
		line-height: 1.4em;
		margin: -10px 0 0 65px;
	}

	.homeTitle.centered {
		padding-left: 0;
		width: 100%;
		padding: 0;
	}

	#HomeTitleW h2 {
		font-size: 0.8em;
		padding: 0;
	}

	#HomeTitleW .homeTitle {
		padding-left: 0;
	}

	.planche {
		height: -webkit-fill-available;
		border-top: 3px solid #960c0c;

	}

	.carteCatW>li a .div-carte-img {
		padding: 0;
	}

	.padding-top-30 {
		padding-top: 30px !important;
	}

	.margin-top-30 {
		margin-top: 30px !important;
	}

	.active {
		border: 2px solid #ba0f0f !important;
	}

	.div-carte-img {
		padding: 0;
	}

	.titlepaddingmini {
		padding-top: 0px;
	}

	.carteItem {
		margin-bottom: 17px;
	}

	.carteItemText span.dName {
		font-size: 12px;
	}

	.carteCatW>li {

		font-size: 13px;
		line-height: 8px;

	}

	.carteCatW>li a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.086);
		padding: 10px 0;
	}

	.carteCatW {
		gap: 5px;

	}



	.address-ontext {
		font-size: 0.6rem;
		margin-top: 30px;
		margin-bottom: 0px;
		padding: 9px;
	}

	p.address-text {
		font-size: 0.9rem;
		letter-spacing: 3px !important;
		padding: 10px 30px 10px 30px;
		margin: 0;
		width: calc(100% - 60px) !important;

	}

	#FooterLogo1 span {
		margin-bottom: 30px;
	}

	#HomeTitleW .homeTitle strong {
		font-size: 2.4em;
	}

	.scroll-section {
		left: 50%;
		/* right: 5px; */
		width: 30px;
		bottom: 80px;
		transform: translate(-50%);
	}

	.card-mobile {
		/* color: #fff;
		background: #db0909;
		border: 2px solid #ff5757; */

	}

	.homeSectionW.extended {

		padding-bottom: 0;
	}

	.titlepaddingmini {
		/* padding-top: 15px; */
	}

	.colZim.debord {
		width: 115%;
		left: -10%;
	}

	.carteCatW {
		display: flex;
		flex-direction: column;
		margin: 0 2.5%;
		margin-bottom: 40px;
	}

	.linebutton:hover span {
		bottom: 0;
	}


	.carteZimW {
		padding-top: 30px;
	}


	#ContactCoords {
		padding-left: 10%;
	}

	#InstaList {
		flex-wrap: wrap;
	}

	#InstaList>li {
		flex: unset;
		width: 50%;
	}

	#Footer {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	#FooterBottom,
	#FooterBottom * {
		font-size: 1em;
		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 div.form-row {
		flex-direction: column;
	}


	#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;*/
	}

	.follow-insta {
		padding-top: 0px;
	}

	/* Conteneur de d?filement */
	.scrolling-text {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		display: initial;
	}

	/* Texte d?filant avec un point entre les r?p?titions */
	.scrolling-text p {
		display: inline-block;
		margin-top: 0;
		animation: scroll-text 30s linear infinite;
		font-weight: 800;
	}

	div.body-container {
		width: 80vw;
		justify-content: center;
		align-items: center;
		height: 400px;
	}

	.plan-img {
		width: 90vw;
		height: 20vh;
		border: 5px double #960c0c;
	}

	.title-contact {
		font-size: 2.1rem;
	}

	.subtitle-contact {

		margin-bottom: 20px;
	}

	.form-row {
		gap: 40px;
	}

	#ContactForm {
		width: 85%;
		margin: 0 auto;
		padding-bottom: 0;
	}


	/* Animation continue du texte sans espaces */
	@keyframes scroll-text {
		0% {
			transform: translateX(0);
		}

		100% {
			transform: translateX(-50%);
		}
	}

	/* Style pour centrer le texte et le rendre en gras */
	/* .centered {
		font-weight: bold;
	} */


	#FooterW {
		margin-top: 2px;

	}

	.banner-subtitle {
		line-height: 35px;
		font-size: 1.8rem;
	}

	.info-more-reserve {
		padding-top: 30px;
		font-size: 11px;

	}


	#third-logo {
		width: 250px;
	}

	.carteContentW {
		width: 90% !important;

	}

	.image-cropper {
		width: 100%;
	}


}

@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;
	}



}

.custom-lang-dropdown {
	position: relative;
	width: 132px;
}

.custom-lang-selected,
.custom-lang-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 10px;
	cursor: pointer;
	border: 1px solid #ffffff;
	background: #ffffff00;
	color: #960c0c;
}

.custom-lang-options {
	position: absolute;
	width: 100%;
	border: 1px solid #ff7d7d;
	border-top: none;
	background: white;
	color: #960c0c;
	z-index: 1000;
	display: none;
	max-height: 200px;
	overflow-y: auto;
}

.custom-lang-options.visible {
	display: block;
}

.custom-lang-option:hover {
	background: #f0f0f0;
}

.lang-flag {
	width: 20px;
	height: auto;
}

.custom-lang-selected {
	color: #fff;
}

@media screen and (max-width: 1800px) {
	.homeTitle p {

		font-size: 1.2em;
		text-transform: uppercase;

	}

	.dual-section {
		.leftblock img {
			width: 100%;
			height: fit-content;
			position: relative;
			/* top: -74px; */
			transform: translate(0, -20%);
			bottom: 0;
		}
	}
}


@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1480px) {

	img.fourchette-abso {
		width: 450px;
		left: 80px;
		bottom: -110px;
	}
}

@media screen and (max-width: 1350px) {
	img.fourchette-abso {
		width: 400px;
		left: 20px;
		bottom: -110px;
	}
}

@media screen and (max-width: 1028px) {
	img.fourchette-abso {
		width: 350px;
		left: 20px;
		bottom: -110px;
	}

}

@media screen and (max-width: 768px) {
	img.fourchette-abso {
		width: 271px;
		left: -60px;
		bottom: -50px;
		rotate: 298deg;
	}

	.promo span {

		left: 50%;
		width: max-content;
		transform: translate(-50%, 115%);
	}

	.soussec {
		width: 80%;
		margin: auto;
		margin-bottom: 38px;
		z-index: 1;
		position: relative;
	}

	h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	h4 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
		margin-top: 0;
		color: #17233e;
	}

	.subcontainer {
		max-width: 90%;
		/* margin: auto; */
		overflow-y: hidden;
	}

	.containerstyle3 {
		padding-top: 25px;
	}

	.wd60 {
		width: 100%;
		margin: auto;
	}


	p {

		font-size: 17px;

	}

	strong {
		font-size: 19px;
		margin-bottom: 15px;
	}

	.containerstyle1 img {
		width: 250px;
	}

	.subcontainer.flex-row {
		flex-direction: column;
		gap: 0;
	}

	.left-flex {
		width: 100%;
	}

	.right-flex {
		width: 50%;
		margin: auto;
	}

	br {
		/* display: none; */
	}

	.containerstyle3 span {
		font-size: 12px;
	}

}

@media screen and (max-width: 480px) {
	.concours-section {

		.card-1 p,
		.card-2 p {
			font-size: 1.6em;
			text-align: center;
		}
	}

	.dual-section {
		.leftblock {
			height: 500px;
		}
	}

	.text-band img {
		width: 25px;
	}
}

img.lang-flag {
	width: 20px !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FORM RESA * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#page-reservation .formButtons {
	margin-top: 15px;
}

#page-reservation h2 {
	color: #fff;
	font-size: 3.2em;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

#page-reservation #form-container-reservation {
	background-color: #17233e;
	width: 50%;
	margin: 40px auto;
	color: #fff;
	border-radius: 15px;
	padding: 27px;
	position: relative;
	z-index: 800000;
}

body#page-reservation div#Content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 95vh;
	align-content: center;
}

body#page-reservation {
	background: url(../media/images/home/bg-hero.png);
	background-size: cover;
	/* background-color: #000; */
	backdrop-filter: blur(4px) brightness(0.5);
}

#confirmation-reservation {
	p {
		margin-top: 15px;
		text-align: center;
		color: #fff;
	}
}