/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #777879;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

body{
	direction: rtl;
	text-align: right;
}
body .content .cta a i{ 
	transform: none;
    /*float: right;*/
    margin: 1px 0 0 10px;
}
body #triggerMenu{
	float: right;
}
/* arabic "&" sign */
body .slide_video h1 span:first-child::after{
    background: transparent url('../img/icon_et_arabic.svg') center center no-repeat;
    background-size: 200px;
}
body .content h2 span:first-child::after {
    background: transparent url('../img/icon_et_arabic.svg') center center no-repeat;
	background-size: 100px;
	margin: -38px 0 0 -60px;
}

/*******************************************************************/


/********************* 404  ****************************************/


/*******************************************************************/

#page404 {
	background-image: url('../img/404_background.jpg');
	background-size: cover;
	background-position: center center;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	/*     height: 100%; */
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: white;
	min-height: calc(100vh - 160px);
}

#page404 h1 {
	color: white;
	font-size: 80px;
	line-height: 90px;
	font-family: "RM_Bodoni_Italic";
	width: 100%;
	text-align: center;
	margin: 0;
}

#page404 .btn_royalmonceau {
	min-width: 190px;
	background: transparent;
	color: white;
}

#page404 .btn_royalmonceau:hover,
#page404 .btn_royalmonceau:focus {
	color: white;
	background: transparent;
}

.error404 #wrapper {
	min-height: calc(100% - 160px);
}


/*******************************************************************/


/********************* SWIPER **************************************/


/*******************************************************************/


/**
 * Swiper 3.4.2
 */

.swiper-container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: right
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev{
	right: 10px;
	left: auto
}

.swiper-button-next{
	left: 10px;
    right: auto;
}


.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	right: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	left: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	right: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	right: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 0% 0;
	-moz-transform-origin: 0% 0;
	-ms-transform-origin: 0% 0;
	transform-origin: 0% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	right: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	left: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	right: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(-360deg)
	}
}

.swiper-container#rm_vertical_full_swiper {
	overflow: visible;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	left: -17px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px auto;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	margin: 3px auto;
}

.rm_horizontal_list_swiper .swiper-button-next,
.rm_horizontal_list_swiper .swiper-button-prev {
	top: 30%;
}

.swiper-button-prev {
	background-image: url('../img/swipebox_next_shadow.svg');
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	display: none;
}

.swiper-button-next {
	background-image: url('../img/swipebox_prev_shadow.svg');
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}


/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	background: white;
	position: relative;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 38px;
	color: #807975;
	height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-indent: 10px;
}

.selectric .button {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*   width: 22px; */
	width: 15px;
	height: 38px;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}

.selectric-focus .selectric {
	border-color: #aaaaaa;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	right: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}


/* Items box */

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	border: 0;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}

.selectric-items li.selected {
	background: #E0E0E0;
	color: #444;
}

.selectric-items li.highlighted {
	background: #D0D0D0;
	color: #444;
}

.selectric-items li:hover {
	background: #D5D5D5;
	color: #444;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-right: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-right: 25px;
}

.selectric-wrapper {
	width: 40px;
}

#wrap_lang {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 12px;
	width: 60px;
}

#wrap_lang .selectric-wrapper {
	width: 60px;
}

#wrap_lang .selectric .label {
	text-indent: 0;
	text-align: center;
	white-space: initial;
}

#wrap_menu {
	right: 5px;
}

#fil_ariane {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	display: none;
	color: white;
	font-family: "RM_Bodoni_Italic";
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.5);
}

#fil_ariane a {
	color: white;
	text-decoration: none;
}

#fil_ariane a:hover {
	text-decoration: underline;
}


/*
#rm_vertical_list_swiper #fil_ariane{
	top:55px;
}
*/


/*****************************************************************************/


/********************* CUSTOM CSS : MOBILE FIRST *****************************/


/*****************************************************************************/


/* GLOBAL */

@font-face {
	font-family: 'Futura';
	src: url('../fonts/RM_Futura.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/RM_Futura.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/RM_Futura.woff') format('woff'), /* Modern Browsers */
	url('../fonts/RM_Futura.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/RM_Futura.svg#46af28ad40083b62cc76b7a5dc6075f7') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'RM_Bodoni_Regular';
	src: url('../fonts/RM_Bodoni.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/RM_Bodoni.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/RM_Bodoni.woff') format('woff'), /* Modern Browsers */
	url('../fonts/RM_Bodoni.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/RM_Bodoni.svg#46af28ad40083b62cc76b7a5dc6075f8') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'RM_Bodoni_Italic';
	src: url('../fonts/RM_Bodoni_Italic.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/RM_Bodoni_Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/RM_Bodoni_Italic.woff') format('woff'), /* Modern Browsers */
	url('../fonts/RM_Bodoni_Italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/RM_Bodoni_Italic.svg#46af28ad40083b62cc76b7a5dc6075f9') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: 100;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	/* 	-webkit-font-smoothing: subpixel-antialiased; */
	font-family: "Futura", "Helvetica", "Arial", sans-serif;
}

body {}


/*
#wrapper {
  -webkit-animation: fadein 5s; 
     -moz-animation: fadein 5s; 
      -ms-animation: fadein 5s; 
       -o-animation: fadein 5s; 
          animation: fadein 5s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
*/

body.noScroll,
body.menu_opened {
	overflow: hidden;
}

h1,
h2,
h3 {
	font-family: "RM_Bodoni_Italic", "Times New Roman", serif;
	color: #4A4A4A;
	font-weight: 100;
}

h1,
h2,
h3,
p,
span,
strong,
li {
	text-rendering: geometricPrecision;
	backface-visibility: hidden;
}

#cookie_law_banner {
	bottom: 74px!important;
	opacity: 0.8!important;
	top: auto!important;
	background: rgba(0, 0, 0, 0.8)!important;
	color: white!important;
	z-index: 10!important;
	right: 10px!important;
	left: 10px!important;
	width: calc(100% - 20px)!important;
}

#cookie_law_banner a#cookie_law_banner_close {
	width: 30px!important;
}

#cookie_law_banner_text {
	padding: 5px!important;
	width: 90%!important;
}

#cookie_law_banner_close {
	background-image: url('../img/swipebox_close.svg');
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 15px;
	overflow: hidden;
	padding: 0;
	height: 15px!important;
	width: 15px!important;
}

#wrapper {
	z-index: 1;
	margin-top: 80px;
	right: 10px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	background: white;
	position: relative;
	height: auto;
	overflow: visible;
	float: right;
}

#main_header {
	position: fixed;
	right: 10px;
	width: calc(100% - 20px);
	height: 80px;
	background: white;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#main_header {
	top: 0;
}

#logo {
	background: transparent url(../img/logo_royalmonceau_classic@1x.png) center center no-repeat;
	width: 183px;
	height: 56px;
	margin: 10px auto 0 auto;
	display: block;
	text-indent: -9999px;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

#lang_sel {
	float: left;
}

#landscape_alert,
#browserupgrade_alert {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
	z-index: 100;
	display: none;
	color: white;
	font-family: "RM_Bodoni_Regular";
	line-height: 80vh;
}

#landscape_alert {
	background-image: url('../img/icon_rotate.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#browserupgrade_alert {
	display: block;
}

#wrap_socialmedia {
	display: none;
}

#wrap_socialmedia ul,
#homefooter_wrap_socialmedia ul,
#fiche_share ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#wrap_socialmedia ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	/*     height: 100%; */
	justify-content: center;
}

#wrap_socialmedia ul li,
#homefooter_wrap_socialmedia ul li,
#fiche_share ul li {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 8px;
	transition: all .3s ease;
	opacity: 1;
}

#homefooter_wrap_socialmedia ul li {
	width: 30px;
	height: 30px;
	background-size: 30px;
}

#wrap_socialmedia ul li.facebook,
#homefooter_wrap_socialmedia ul li.facebook,
#fiche_share ul li.facebook {
	background-image: url('../img/icon_facebook.svg');
	/* 	background-size: 16px; */
}

#wrap_socialmedia ul li.twitter,
#homefooter_wrap_socialmedia ul li.twitter,
#fiche_share ul li.twitter {
	background-image: url('../img/icon_twitter.svg');
	/* 	background-size: 18px; */
}

#wrap_socialmedia ul li.instagram,
#homefooter_wrap_socialmedia ul li.instagram,
#fiche_share ul li.instagram {
	background-image: url('../img/icon_instagram.svg');
	/* 	background-size: 16px; */
}

#wrap_socialmedia ul li.youtube,
#homefooter_wrap_socialmedia ul li.youtube,
#fiche_share ul li.youtube {
	background-image: url('../img/icon_youtube.svg');
}

#wrap_socialmedia ul li.weibo,
#homefooter_wrap_socialmedia ul li.weibo,
#fiche_share ul li.weibo {
	background-image: url('../img/icon_weibo.svg');
	background-size: 90%;
	background-position-y: 2px;
}

#wrap_socialmedia ul li a,
#homefooter_wrap_socialmedia ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#wrap_socialmedia ul li:hover,
#homefooter_wrap_socialmedia ul li:hover {
	opacity: 0.6;
}


/*******************************************************************/


/********************** MENUS / NAVS *******************************/


/*******************************************************************/

#triggerMenu {
	outline: none;
	float: right;
	margin-top: 30px;
}
.shoppify_link{
	display: none;
	outline: none;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
    height: 30px;
    position: relative;
    text-align: left;
    font-weight: 100;
    line-height: 24px;
    font-size: 12px;
    color: #4A4A4A;
    text-transform: uppercase;
    text-decoration: none;
}
.shoppify_link::before{
	content: '';
    position: relative;
    top: -2px;
    background: transparent url(../img/icon-shop.svg) top left no-repeat;
    width: 30px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    margin-left: 20px;
}

#main_nav {
	z-index: 6;
	background: #ebebeb;
}

.sub-menu {
	z-index: 7;
	background: #f5f5f5;
	opacity: 0;
}

#main_nav,
#main_nav ul.sub-menu {
	height: calc(100% - 160px);
	width: calc(100% - 20px);
	position: fixed;
	right: -100%;
	top: 80px;
	-webkit-backface-visibility: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	-display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.050, 0.600, 0.040);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.050, 0.600, 0.040);
	-o-transition: all 500ms cubic-bezier(1.000, 0.050, 0.600, 0.040);
	transition: all 500ms cubic-bezier(1.000, 0.050, 0.600, 0.040);
	/* custom */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.050, 0.600, 0.040);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.050, 0.600, 0.040);
	-o-transition-timing-function: cubic-bezier(1.000, 0.050, 0.600, 0.040);
	transition-timing-function: cubic-bezier(1.000, 0.050, 0.600, 0.040);
	/* custom */
}

#main_nav.open,
.menu_opened #main_nav ul.sub-menu.open {
	right: 10px;
}

.menu_opened #main_nav ul.sub-menu.open {
	opacity: 1;
}

#backMenuArrow {
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 8;
	transition: all .3s ease;
	background: transparent url('../img/icon_arrow_black.svg') top left no-repeat;
	width: 34px;
	height: 22px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
}

.submenu_opened #backMenuArrow {
	opacity: 1;
}

#main_nav ul,
.sub-menu {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#main_nav ul li,
#main_nav ul.sub-menu li {
	width: 90%;
	margin: 5px auto;
	position: relative;
	text-align: center;
}

#main_nav ul li a,
.sub-menu li a {
	font-size: 15px;
	line-height: 25px;
	color: #7F7874;
	text-decoration: none;
	font-family: 'RM_Bodoni_Italic';
	font-style: normal;
	height: 100%;
	width: 100%;
	opacity: 1;
	/*     transition: opacity .3s ease; */
}

#main_nav ul li a:hover,
.sub-menu li a:hover {
	opacity: 0.7;
}

#main_nav ul li:after,
.sub-menu li:after {
	background: #D8D8D8;
	position: absolute;
	height: 1px;
	width: 50px;
	right: 50%;
	content: "";
	margin-right: -25px;
	bottom: -5px;
}

#main_nav ul li:last-child::after,
.sub-menu li:last-child::after {
	content: none;
}


/* https://github.com/jonsuh/hamburgers/ */

.hamburger {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {}

.hamburger-box {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	text-align: left;
	font-weight: 100;
	line-height: 23px;
	font-size: 12px;
}

.hamburger-box .menu_text {
	display: none;
	color: #4A4A4A;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 20px;
	height: 1px;
	background-color: #7F7874;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
	right: 7px;
}

.hamburger-inner::after {
	bottom: -10px;
	right: 3px;
}

.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider.is-active .hamburger-inner {
	top: 0px;
}

.hamburger--slider .hamburger-inner::before {
	top: 7px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
	top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	-ms-transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	-ms-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
	right: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -14px, 0) rotate(90deg);
	-webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
	-ms-transform: translate3d(0, -14px, 0) rotate(90deg);
	right: 0;
}


/* Grow Shadow */

.hvr-grow-shadow {}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {}


/**********************************************************************************/


/************************ FOOTER (mobile first) ***********************************/


/**********************************************************************************/

#main_footer {
	right: 10px;
	width: calc(100% - 20px);
	height: 79px;
	border-top: 1px solid #ebebeb;
	position: fixed;
	bottom: 0;
	background: white;
	z-index: 5;
}

#main_footer #cta_reserver {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -60px;
	margin-top: -25px;
	height: 50px;
	line-height: 50px;
	width: 120px;
	font-size: 18px;
}

.btn_royalmonceau {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	outline: none;
	color: #4A4A4A;
	text-decoration: none;
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	transition: all .35s ease;
	font-family: "RM_Bodoni_Italic";
	font-style: normal;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	padding-bottom: 0;
	padding-top: 0;
	background: linear-gradient(to right, #ffffff 50%, #7F7874 50%);
	/*     background-size: 200% 102%; */
	background-size: 200% 100%;
	background-position: left bottom;
	overflow: hidden;
}

#cta_reserver {
	/* 	border:1px solid #B1B1B1; */
	background: linear-gradient(to right, #7F7874 50%, #4A4A4A 50%);
	background-size: 200% 102%;
	background-position: left bottom;
	color: white;
	border: none;
}

#main_footer #cta_reserver:hover,
.btn_royalmonceau:hover {
	background-position: right bottom;
	color: white;
}

.btn_royalmonceau[disabled]:hover {
	background-position: left bottom;
	color: #4A4A4A;
}

.legals {
	width: 100%;
	position: relative;
	color: #7F7874;
	font-family: "Futura";
	font-size: 12px;
	line-height: 24px;
}

.legals a {
	text-decoration: underline;
	color: #7F7874;
	transition: all .3s ease;
}

.legals a:hover {
	opacity: 0.7;
}

#main_footer .legals .text {
	display: none;
	margin: 5px 0 0 0;
}

#main_footer .legals .text address {
	font-style: normal;
}


/*
#main_footer .legals .text a{
	color: #7F7874;		
	text-decoration: none;
}
*/

#main_footer .callback {
	font-family: "RM_Bodoni_Italic";
	font-size: 15px;
	line-height: 15px;
	font-style: normal;
	color: #4A4A4A;
	text-decoration: none;
	margin: 32px 0 0 0;
	padding: 0 0 0 10px;
	float: left;
	transition: opacity .3s ease;
	vertical-align: top;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
}

#main_footer .callback:hover {
	opacity: 0.7;
}

#main_footer .callback i {
	width: 15px;
	height: 16px;
	background-image: url('../img/icon_callback.svg');
	background-position: center center;
	background-size: 15px;
	display: inline-block;
	margin: 0 0 0 4px;
}


/*******************************************************************/


/******************** MODAL MEDIAS GALLERY *************************/


/*******************************************************************/

#medias_swiper {
	height: 100%;
	min-height: 100%;
}

#medias_swiper .swiper-slide {
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.8);
	background-repeat: no-repeat;
	height: 100%;
	background-size: contain;
	width: 100%;
}


/**********************************************************************************/


/************************ RESA MODAL (mobile first) *******************************/


/**********************************************************************************/


/* The Modal (background) */

.modal {
	width: calc(100% - 20px);
	height: calc(100% - 160px);
	position: fixed;
	z-index: 3;
	right: 10px;
	bottom: -100%;
	overflow: auto;
	/*     left: -100%; */
	transition: all .6s ease;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.modal.open {
	bottom: 80px;
	opacity: 1;
}

.modal#modal_reserver,
.modal#modal_contact {
	height: 100%;
	z-index: 10;
}

.modal#modal_reserver.open,
.modal#modal_contact.open {
	top: 0;
	height: 100%;
	bottom: 0;
	/*     z-index: 10; */
}

.modal#modal_medias .swiper-slide {}

.modal#modal_medias .swiper-slide .simulateGrab {
	width: 100%;
	height: 100%;
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	background: transparent;
}


/* Modal Content */

.modal_body {
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
}

.modal_body .wpcf7{
	direction: rtl !important;
}

/* The Close Button */

.modal_close {
	width: 25px;
	height: 25px;
	top: 20px;
	left: 20px;
	background-image: url('../img/swipebox_close_black.svg');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

#modal_menumodo .modal_close {
	background-image: url('../img/swipebox_close_black.svg');
}

.modal_close:hover,
.modal_close:focus {}

.modal .medias_nav {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 58px;
	background-position: center center;
	z-index: 5;
	text-indent: -9999px;
	margin-top: -28px;
}

.modal .medias_nav.medias_prev {
	right: 10px;
	background-image: url('../img/swipebox_next_shadow.svg');
	transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

.modal .medias_nav.medias_next {
	float: none;
	left: 10px;
	background-image: url('../img/swipebox_prev_shadow.svg');
	transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

#modal_reserver,
#modal_contact {
	/* 	display: none; */
	/* 	padding: 0; */
	background-image: url('../img/modal_resa_background.jpg');
	background-position: center center;
	background-size: cover;
}

#modal_contact {
	background-image: url('../img/modal_contact_background.jpg');
}

#modal_contact #form_footercontact {
	width: 86%;
	margin: 0 auto;
}

#modal_contact #form_footercontact > div {
	width: 96%;
	padding: 0 2%;
	float: right;
	margin: 5px 0;
}

#modal_contact #form_footercontact > div.large {
	width: 96%;
	clear: both;
}


/*
#modal_contact #form_footercontact #submitBtn{
	float: right;
	width: auto;
}
*/

#modal_contact #form_footercontact textarea {
	background: #ebebeb;
	width: 100%;
	height: 100px;
	border: none;
	padding: 0;
	margin: 0;
}

#modal_contact #mandatory,
#modal_reserver #mandatory {
	font-family: "RM_Bodoni_Italic";
	font-size: 12px;
	color: #4A4A4A;
	clear: both;
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
	float: right;
	padding: 0 7%;
	text-indent: 5px;
}

#modal_reserver #mandatory {
	padding: 0;
	text-indent: 0;
}

#modal_contact #form_footercontact #sendFooterContactForm,
#modal_contact #form_footercontact input[type=submit] {
	min-width: 100%;
}

#modal_reserver .modal_body,
#modal_newsletter .modal_body,
#modal_contact .modal_body {
	height: 100%;
	background: white;
	overflow: auto;
}

#modal_reserver_sidebar,
#modal_reserver_content {
	float: right;
}


/*
#modal_reserver_sidebar{
	display: none;
}
*/

#modal_reserver_content {
	display: block;
}

#modal_reserver_content .modal_tab,
#modal_reserver_content .modal_tab .step {
	display: none;
	/* 	overflow: hidden; */
	width: 100%;
	position: relative;
}

#modal_reserver_content .modal_tab.active,
#modal_reserver_content .modal_tab .step.active {
	display: block;
}

#modal_reserver_content .modal_tab:first-child,
#modal_reserver_content .modal_tab .step:first-child {
	/* 	display: block; */
}

#modal_reserver_sidebar {
	width: 100%;
	font-family: "RM_Bodoni_Italic";
	font-size: 18px;
	color: #B1B1B1;
	text-align: center;
	/*
   position: fixed;
   bottom: 0;
*/
}

#modal_reserver_content {
	width: 100%;
}

#modal_reserver_content h3,
#modal_contact h3 {
	font-size: 26px;
	margin: 14px 0;
	width: 100%;
	text-align: center;
	font-family: "RM_Bodoni_Italic";
	color: #4A4A4A;
	font-weight: 100;
	position: relative;
}

#modal_contact h3 {
	font-size: 30px;
	margin: 14px 0 24px 0;
}

#modal_reserver_content h3:after,
#modal_contact h3:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -10px;
	right: 50%;
	width: 120px;
	margin: 0 -60px 0 0;
	height: 1px;
	background: #ccc;
}

#modal_reserver_sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}

#modal_reserver_sidebar .logo_rm {
	background: transparent url(../img/template_home/footer_rm.png) center center no-repeat;
	width: 164px;
	height: 70px;
	display: inline-block;
	margin: 15px auto;
}

#modal_reserver_sidebar ul li {
	width: 100%;
	list-style-type: none;
	display: block;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

#modal_reserver_sidebar .logo_rm {
	display: none;
}

#modal_reserver_sidebar ul li a {
	color: #B1B1B1;
	text-decoration: none;
}

#modal_reserver_sidebar ul li::after {
	background: #D8D8D8;
	position: absolute;
	height: 1px;
	width: 50px;
	right: 50%;
	content: "";
	margin-right: -25px;
	bottom: -5px;
}

#modal_reserver_sidebar ul li:last-child::after {
	content: none;
}

#modal_reserver_sidebar ul li.active,
#modal_reserver_sidebar ul li.active a {
	color: #4A4A4A;
}

#modal_reserver .config_inner {
	width: 300px;
	margin: 0 auto;
}

#modal_reserver_sidebar .selectric-wrapper {
	/* 	width:278px; */
	width: 298px;
	border: 1px solid #ccc;
	margin: 58px auto 0 auto;
}

#modal_reserver_sidebar .selectric .label {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

#modal_reserver_sidebar .selectric .button {
	top: 15px;
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	left: 20px;
}

#modal_reserver .step .selectric-wrapper {
	height: 30px;
	line-height: 30px;
	width: 200px;
	margin-bottom: 15px;
}

#modal_reserver .step .selectric .label {
	background-color: #EBEBEB;
	line-height: 30px;
	height: 30px;
}

#modal_reserver .modal_tab.restaurants .select_field_children .selectric-wrapper .selectric-items,
#modal_reserver .modal_tab.restaurants .select_field_hour .selectric-wrapper .selectric-items {
	top: auto;
	bottom: 100%;
}

#modal_reserver .selectric .button {
	height: 30px;
}

#modal_reserver .config_step_1 .selectric {}

#modal_reserver .select_room .selectric-wrapper {
	width: 50px;
}

#modal_reserver .select_room .select_field label {
	color: #4A4A4A;
	font-family: "RM_Bodoni_Italic";
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
}

#modal_reserver #rooms {
	width: 100%;
	clear: both;
	float: right;
}

#modal_reserver .select_room {
	border-top: 1px solid #EBEBEB;
	padding: 14px 0;
	clear: both;
	float: right;
}

#modal_reserver .select_room .select_field {
	width: 90px;
	float: right;
}

#modal_reserver .select_room .children_ages {
	display: inline;
}

#modal_reserver .select_room .select_field.large {}

#modal_reserver .select_room h3 {
	text-align: right;
	margin: 0 0 15px 0;
}

#modal_reserver .select_room h3:after {
	content: none;
}

.bigdate_container {
	width: 280px;
	margin: 0 auto;
}

.date_link {
	cursor: pointer;
}

.date_link span {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.date_step_1 .arrival > *,
.date_step_1 .departure > * {
	opacity: 1;
}

.date_step_1 .arrival.isLoading,
.date_step_1 .departure.isLoading {
	background: url('../img/loader.svg') center center no-repeat;
}

.date_step_1 .arrival.isLoading > *,
.date_step_1 .departure.isLoading > * {
	opacity: 0;
}

.config_link {
	display: block;
	width: 100%;
	text-align: center;
	background: white;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-right: none;
	border-left: none;
	padding: 12px 0;
	text-decoration: none;
	color: #4A4A4A;
	font-family: "RM_Bodoni_Regular";
	font-size: 16px;
	line-height: 20px;
	margin: 25px 0 0 0;
	clear: both;
	float: right;
}

.cinema p.info {
	color: #4A4A4A;
	font-family: "RM_Bodoni_Regular";
	font-size: 16px;
	line-height: 20px;
}

.config_link:hover {
	color: #9B9B9B;
}

.config_link.errorForm {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	color: red;
}

.config_link i {
	background: transparent url('../img/icon_arrow_black.svg') top left no-repeat;
	width: 34px;
	height: 22px;
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	margin: -6px 10px 0 0;
	display: inline-block;
	vertical-align: top;
	transition: transform .2s ease;
	-webkit-backface-visibility: hidden;
}

.config_link[disabled],
.check_dispo[disabled] {
	opacity: 0.4;
}

.check_dispo {
	display: block;
	width: calc(100% - 2px);
	margin: 20px auto 0 auto;
	float: right;
}

.modal_tab .btn_royalmonceau#send_cinema_form {
	margin: 15px 0;
	width: 100%;
}

.modal_tab.chambres .date_step_1 .btn_royalmonceau.check_dispo,
.modal_tab.restaurants .date_step_1 .btn_royalmonceau.check_dispo,
.modal_tab.celebrations .date_step_1 .btn_royalmonceau.check_dispo {
	width: calc(100% - 2px);
}

.restaurants .caleran-container .caleran-input .caleran-header .caleran-header-start,
.cinema .caleran-container .caleran-input .caleran-header .caleran-header-start,
.celebrations .caleran-container .caleran-input .caleran-header .caleran-header-start {
	margin: 0 auto;
	float: none;
}

#cinema_form_successes,
#cinema_form_errors,
#footercontact_form_successes,
#footercontact_form_errors,
#evenementscontact_form_successes,
#evenementscontact_form_errors {
	clear: both;
	float: right;
	width: 100%;
	margin: 15px auto 15px auto;
	font-family: 'RM_Bodoni_Italic';
	text-align: center;
	font-size: 16px;
	display: none;
}

#cinema_form_successes,
#cinema_form_errors {
	margin: 5px auto 15px auto;
}

#cinema_form_errors,
#footercontact_form_errors,
#evenementscontact_form_errors {
	color: red;
}

.modal_tab .backArrow {
	background: url('../img/icon_arrow_black.svg') center center no-repeat;
	display: inline-block;
	float: right;
	width: 48%;
	height: 55px;
	margin: 15px 0;
}

.modal_tab .btn_royalmonceau {
	width: 48%;
	float: right;
}

.modal_tab.spa .config_inner .btn_royalmonceau {
	width: 100%;
	float: none;
}

.confirm_date,
.confirm_config,
.confirm_avantages,
.confirm_form,
.confirm_seance {
	/*
        position: fixed;
    bottom: 65px;
    width: 100%;
*/
	position: relative;
	/*     width: 95%; */
	margin: 15px 0 15px 0;
}

.confirm_date[disabled],
.confirm_config[disabled],
.confirm_avantages[disabled],
.confirm_form[disabled],
.confirm_seance[disabled] {
	opacity: 0.5;
}

.select_field label,
.avantage label,
.wpcf7-form label {
	font-family: "RM_Bodoni_Italic";
	color: #4A4A4A;
	font-size: 16px;
	line-height: 22px;
	display: block;
}

.wpcf7-form label.error {
	color: red;
	margin: 0 0 10px 0;
	font-family: 'Futura';
	font-size: 11px;
	display: inline;
	margin: 0 5px 0 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
	outline: none;
}

.wpcf7-form p {
	margin: 0;
}

form.wpcf7 .screen-reader-response,
form.wpcf7 .wpcf7-response-output {
	display: none;
}

.promo_link {
	-webkit-appearance: none;
	border: none;
	background: transparent;
	text-align: center;
	width: 100%;
	height: 20px;
	color: #4A4A4A;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-decoration: underline;
	margin: 20px auto 10px auto;
}

.promo_link:hover {
	color: #9B9B9B;
}

.input_avantage,
input.wpcf7-text {
	height: 30px;
	display: block;
	text-indent: 10px;
	background-color: #EBEBEB;
	border-radius: 0;
	-webkit-appearance: none;
	border: none;
	margin: 0 0 12px 0;
	padding: 0;
	width: 95%;
}

#modal_contact input.wpcf7-text {
	width: 100%;
	margin: 0;
}

.wpcf7-not-valid-tip {
	margin: -10px 0 10px 0;
	display: block;
	color: red;
	font-size: 12px;
}


/*


.datepick {
	color: #000;
	font-size: 90%;
	width: 100%!important;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {

}
.datepick-nav, .datepick-ctrl {
	float: right;
    position: relative;
    width: 100px;
    font-size: 0px;
}
.datepick-ctrl {
}
.datepick-cmd {
	width: 30%;
}

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	display: block;
}
button.datepick-cmd {
	text-align: center;
}

.datepick-month-row {
	clear: left;
	width: 100%;
}
.datepick-month {
	float: left;
	width: 100%;
	max-width: 100%;
	border: none;
	text-align: center;
}

.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	margin: 0em;
	padding: 0em;
	border: none;
	font-size: 100%;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.datepick-month th {
	    padding-bottom: 10px;
}

.datepick-month a {

 color: #7F7874;
 	outline:none;
 	display: block;
 	width: 100%;
 	height: 42px;
 	line-height: 42px;
 	margin: 0 auto;
 	text-align: center;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	opacity: 0.3;
}
.datepick-month thead span {
	opacity: 1;	
	color: #333333;
}

.datepick-month td .datepick-today {
}
.datepick-month td a:hover {
	background-image: url('../img/calendar_circle_empty.png');
    background-position: center center;
    background-repeat: no-repeat;
    
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
*/

.caleran-container,
.caleran-container-mobile {
	font-size: 15px;
	float: right;
	font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 9999
}

.caleran-container .caleran-input,
.caleran-container-mobile .caleran-input {
	margin: 5px;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	background: white;
	box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column
}

.caleran-container .caleran-input .caleran-header,
.caleran-container-mobile .caleran-input .caleran-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #ddd
}

.caleran-container .caleran-input .caleran-header .caleran-header-separator,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
	float: right;
	display: inline-block;
	margin: 0;
	margin-top: -2px;
	padding: 0 16px;
	color: aliceblue;
	font-size: 32px
}

.caleran-container .caleran-input .caleran-header .caleran-header-start,
.caleran-container .caleran-input .caleran-header .caleran-header-end,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	float: right;
	white-space: nowrap;
	display: block;
	margin-left: 10px;
	text-align: right
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
	float: right;
	font-size: 2.5em;
	color: #1885FC;
	margin-top: -10px;
	margin-left: 8px;
	padding-right: 4px;
	font-weight: 100;
	text-align: right
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
	font-size: 0.9em;
	color: #A6AAB3;
	display: inline-block
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {
	font-size: 0.7em;
	color: #c9c9d1
}

.caleran-container .caleran-input .caleran-calendars,
.caleran-container-mobile .caleran-input .caleran-calendars {
	position: relative;
	display: flex
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector {
	position: absolute;
	display: none;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 2px solid #fff;
	border-width: 3px 0 0 3px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {
	flex: 1 1 25%;
	border: 1px solid #fff;
	border-width: 0 3px 3px 0;
	background: #eee;
	height: 33.33%;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	display: flex;
	box-sizing: border-box
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current {
	background: #0666CD;
	color: white
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover {
	background: #1783FF;
	cursor: pointer;
	color: white
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year {
	flex: 1 1 20%;
	border: 1px solid #fff;
	border-width: 0 3px 3px 0;
	background: #eee;
	height: 33.33%;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	display: flex;
	box-sizing: border-box
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current {
	background: #0666CD;
	color: white
}

.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover {
	background: #1783FF;
	cursor: pointer;
	color: white
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
	float: right;
	padding-bottom: 8px;
	border-left: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar.no-border-right,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.no-border-right {
	border-left: none
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	text-align: center;
	font-weight: 300;
	font-size: 1.1em;
	color: #424242;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	padding: 12px 8px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover {
	color: #1783FF;
	cursor: hand;
	cursor: pointer
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {
	margin-top: -4px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {
	padding: 10px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	width: calc(100% / 7 - 1px);
	float: right;
	text-align: center;
	padding: 3px;
	font-size: .76em;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	margin-bottom: 1px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
	pointer-events: none;
	display: block;
	padding: 3px;
	border-radius: 3px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: 600;
	color: #616161
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day {
	cursor: pointer;
	overflow: hidden;
	color: #212121
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
	background: gainsboro;
	border-radius: 3px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
	background: #1783FF;
	color: white;
	border-radius: 0
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {
	color: deeppink !important
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered {
	background: #c8e1ff;
	color: black
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:first-child,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:first-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:last-child,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:last-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {
	background: #0666CD
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
	background: #0666CD
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today {
	color: deeppink !important;
	font-weight: bold
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered {
	color: black
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range {
	color: silver
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	color: silver
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend {
	color: #01579B
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {
	cursor: pointer;
	font-size: 1.25em
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover {
	text-shadow: -1px 2px 3px #eee
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next {
	float: left
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {
	float: right
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar:last-child,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:last-child {
	border-left: none
}

.caleran-container .caleran-input .caleran-ranges,
.caleran-container-mobile .caleran-input .caleran-ranges {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 10px;
	text-align: right
}

.caleran-container .caleran-input .caleran-ranges i,
.caleran-container-mobile .caleran-input .caleran-ranges i {
	float: right;
	color: #6a6e71;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 1px
}

.caleran-container .caleran-input .caleran-ranges .caleran-range-header,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
	font-size: 0.8em;
	color: #6a6e71;
	display: inline-block;
	margin-left: 5px;
	font-weight: bold
}

.caleran-container .caleran-input .caleran-ranges .caleran-range,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
	display: inline-block;
	color: #1783FF;
	margin: 3px;
	font-size: 0.7em;
	cursor: pointer;
	font-weight: bold
}

.caleran-container .caleran-input .caleran-ranges .caleran-range:hover,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range:hover {
	text-decoration: underline
}

.caleran-popup {
	position: absolute;
	display: none;
	top: 0;
	right: 0
}

.caleran-box-arrow-top {
	width: 22px;
	height: 22px;
	z-index: 12;
	margin-right: 0;
	position: absolute;
	top: 0px
}

.caleran-box-arrow-top:after,
.caleran-box-arrow-top:before {
	bottom: calc(100% - 6px);
	right: 27px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.caleran-box-arrow-top:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-right: -10px
}

.caleran-box-arrow-top:before {
	border-color: rgba(184, 184, 184, 0);
	border-bottom-color: #ddd;
	border-width: 11px;
	margin-right: -11px
}

.caleran-box-arrow-bottom {
	width: 22px;
	height: 22px;
	z-index: 12;
	margin-right: 0;
	position: absolute;
	bottom: 0px
}

.caleran-box-arrow-bottom:after,
.caleran-box-arrow-bottom:before {
	bottom: -15px;
	right: 27px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.caleran-box-arrow-bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 11px;
	margin-right: -11px
}

.caleran-box-arrow-bottom:before {
	border-color: rgba(184, 184, 184, 0);
	border-top-color: #ddd;
	border-width: 10px;
	margin-right: -10px
}

.caleran-open {
	overflow: hidden
}

.caleran-container-mobile .caleran-input {
	margin: 0;
	border: 0;
	border-radius: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: 12px;
	border-radius: 6px;
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	overflow-y: auto
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input {
		overflow-y: scroll;
		flex-wrap: wrap
	}
}

.caleran-container-mobile .caleran-input .caleran-header {
	box-sizing: border-box;
	padding: 12px;
	order: 0;
	display: flex;
	flex: 0 0 auto;
	flex-flow: nowrap;
	background: white;
	justify-content: space-between;
	align-items: center
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-header {
		width: 50%;
		float: left;
		order: 1;
		padding: 12px 6px;
		border-right: 1px solid #ddd;
		height: 61px
	}
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
	padding: 0;
	margin: 0;
	display: flex;
	color: lightsteelblue;
	margin-top: 2px
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
		flex: 1 0 auto
	}
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	min-width: 39vmin;
	margin: 0
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
	.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
		width: 50%;
		min-width: 0;
		padding: 0 8px
	}
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
	font-size: 38px;
	margin: -10px;
	font-weight: 400
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
	font-size: 15px;
	color: #6a6e71;
	font-weight: 500
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {
	font-size: 12px;
	color: #6a6e71;
	font-weight: 400;
	line-height: 10px
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day {
	margin-left: 8px;
	margin-right: 0;
	float: right
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	text-align: left
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
	float: left;
	margin-right: 8px;
	margin-left: 0
}

.caleran-container-mobile .caleran-input .caleran-calendars {
	order: 1;
	flex: 1 1 auto;
	background: white;
	display: flex;
	flex-direction: column;
	overflow: scroll;
	padding-bottom: 20px
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars {
		width: 50%;
		float: right;
		order: 0
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {
	flex: 1 1 33.33%;
	height: 25%
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year {
	flex: 1 1 20%;
	height: 33.33%
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
		border: none
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	padding: 12px 18px;
	background: white;
	font-size: 1.36em
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {
	margin-top: -6px
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title i {
	font-size: 0.9em
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
		height: 61px;
		box-sizing: border-box;
		padding-top: 18px
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {
	padding: 10px
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	min-height: 30px;
	font-size: 14px !important;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
		min-height: calc((80vmin - 62px) / 7)
	}
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	left: 4px
}

.caleran-container-mobile .caleran-input .caleran-ranges {
	background: white;
	order: 2;
	flex: 0 0 auto;
	margin: 0px;
	padding: 4px;
	border: none;
	text-align: center
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-ranges {
		width: 50%;
		box-sizing: border-box;
		flex: 1 1 0;
		border-right: 1px solid #ddd;
		overflow-y: scroll;
		min-height: 50px
	}
}

.caleran-container-mobile .caleran-input .caleran-ranges i {
	font-size: 20px;
	display: none
}

.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
	font-size: 0.9em;
	display: none
}

.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
	font-size: 0.85em;
	padding: 5px 14px;
	background: #0666CD;
	font-weight: 400;
	color: white;
	border-radius: 21px
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
		border-radius: 6px;
		margin: 6px;
		display: block
	}
}

.caleran-container-mobile .caleran-input .caleran-filler {
	display: none
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-filler {
		display: block;
		box-sizing: border-box;
		flex-grow: 1;
		margin-bottom: auto;
		border-right: 1px solid #ddd;
		min-height: 100px;
		order: 3
	}
}

.caleran-container-mobile .caleran-input .caleran-ranges+.caleran-filler {
	display: none
}

.caleran-container-mobile .caleran-input .caleran-footer {
	order: 3;
	flex: 0 0 auto;
	text-align: center;
	padding: 8px 8px 10px 8px;
	background: white;
	border-top: 1px solid #ddd
}

@media screen and (orientation: landscape) {
	.caleran-container-mobile .caleran-input .caleran-footer {
		width: 50%;
		box-sizing: border-box;
		border-right: 1px solid #ddd;
		margin-top: auto
	}
}

.caleran-container-mobile .caleran-input .caleran-footer button {
	font-size: 15px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	padding: 8px;
	font-weight: 400;
	outline: none;
	border: none;
	border-radius: 4px;
	width: calc((100% - 10px)/2)
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
	background: #f03a47;
	color: white;
	margin-right: 7px;
	font-weight: 500;
	border: 1px solid #f03a47
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply[disabled=disabled],
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply:disabled {
	background: #c9c9d1;
	color: #A6AAB3;
	border: 1px solid #A6AAB3
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel {
	background: transparent;
	color: #f03a47;
	border: 1px solid #f03a47;
	box-sizing: border-box
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {
	color: black!important;
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
	color: #4A4A4A;
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {
	color: #9B9B9B;
	text-transform: capitalize;
}

.caleran-container {
	width: 300px;
	margin: 60px auto 0 auto;
	display: block;
	overflow: hidden;
	float: none;
}

.cinema .caleran-container {
	margin: 20px auto 0 auto;
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
	background: inherit;
	color: inherit;
	border: none;
	/* border: 1px solid #f03a47; */
}

.caleran-container .caleran-input .caleran-header,
.caleran-container-mobile .caleran-input .caleran-header {
	border: none;
}

.caleran-container .caleran-input,
.caleran-container-mobile .caleran-input {
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0 0 0 0;
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.caleran-container .caleran-input .caleran-header,
.caleran-container-mobile .caleran-input .caleran-header {
	padding: 0;
}

.caleran-container .caleran-input .caleran-calendars,
.caleran-container-mobile .caleran-input .caleran-calendars {
	display: block;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
	float: none;
	clear: both;
	display: block;
	border: none;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	border: none;
}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
	font-size: 10px;
}

.date_link strong,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
	font-family: "RM_Bodoni_Regular";
	font-size: 72px;
	line-height: 78px;
	display: block;
	text-align: center;
	font-weight: 100;
	letter-spacing: -5px;
	margin: -10px auto 0px 10px;
	color: #4A4A4A;
}

.caleran-container .rm_multi_datepicker {
	display: none;
}

.caleran-container-mobile .caleran-input {
	padding-top: 15px;
}

.ui-datepicker-title,
.datepick-month-header,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
	font-family: "RM_Bodoni_Regular";
	font-weight: 100;
	font-size: 22px;
	text-align: right;
	color: #4A4A4A;
	margin-bottom: 15px;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,

/* .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-hovered,  */


/* .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-hovered, */

.caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start span,
.caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-hovered {
	background: #4A4A4A;
	color: white;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected {
	background: #ebebeb;
}


/*
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end

{
	background: #ebebeb;
}
*/

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span1978 {
	/*
	border-radius: 35px;
    height: 35px;
    line-height: 35px;
*/
	/*
    height: 33px;
    line-height: 33px;
    border-radius: 33px;
*/
	margin: 0 auto;
	padding: 0;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
	border-radius: 33px;
	min-height: 33px;
	line-height: 33px;
}

.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	min-height: 40px;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
	height: 40px;
}

.caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start span {
	border-radius: 25px;
}

.caleran-header-separator i {
	height: 30px;
	width: 30px;
	display: block;
	border-top: 1px solid #4A4A4A;
	border-left: 1px solid #4A4A4A;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 15px -15px 0 0;
}

.caleran-day.caleran-hovered:hover span {
	background: #4A4A4A;
	color: white;
}

.caleran-day.caleran-hovered:last-child:hover {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
	border-radius: 25px;
}

.caleran-container .caleran-input .caleran-header .caleran-header-start,
.caleran-container .caleran-input .caleran-header .caleran-header-end,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	margin-left: 0;
	width: 40%;
}

.caleran-container .caleran-input .caleran-header .caleran-header-separator,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
	width: 8%;
}

.caleran-container .caleran-input .caleran-header,
.caleran-container-mobile .caleran-input .caleran-header {
	display: block;
}

.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
	float: left;
}

.caleran-container-mobile .caleran1-input .caleran-footer button.caleran-apply,
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel {
	background: white;
	color: #4A4A4A;
	font-family: "RM_Bodoni_Italic";
	font-weight: 100;
	border: 1px solid #ccc;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend {
	color: #212121;
}

.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today {
	color: #212121!important;
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply,
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel,
.caleran-container-mobile .caleran-input .caleran-footer button {
	border-radius: 0;
	font-family: "RM_Bodoni_Italic"!important;
}

.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
	background: #4A4A4A;
	color: white;
}


/**********************************************************************************/


/************************ GLOBAL SWIPER  (mobile first)****************************/


/**********************************************************************************/

.swiper-button-disabled {
	opacity: 0;
}

.swiper-container#rm_vertical_full_swiper {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	display: block;
}

#modal_medias .swiper-wrapper {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.swiper-slide {
	height: auto;
	margin-bottom: 10px;
}

.swiper-slide:last-child {
	margin-bottom: 0;
}

.swiper-pagination-bullet {
	background: transparent;
	width: 6px;
	height: 6px;
	border: 1px solid #7F7874;
	border-radius: 12px;
	position: relative;
	transition: all .3s ease;
	box-shadow: 0px 0px 0px #7F7874;
	opacity: 0.5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -3px -3px 0 0;
	background: #7F7874;
	border-radius: 8px;
}

.scrollDown,
.scrollUp {
	width: 20px;
	height: 32px;
	text-indent: 9999px;
	position: absolute;
	bottom: 5px;
	left: 15px;
	background: transparent url('../img/icon_scrolldown.svg') top left no-repeat;
	z-index: 20;
	transition: all .3s ease;
	display: none;
	white-space: nowrap;
}

.scrollUp {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	bottom: 15px;
}

.scrollDown:hover,
.scrollDown:focus {
	bottom: 15px;
}

.content,
.swiper-slide.fullslide,
.swiper-slide.single_slice_more_content {
	background-color: #ebebeb;
	overflow: hidden;
	position: relative;
}

.content {
	/* 	padding-top: 50px; */
}

.price_from {
	line-height: 50px;
	font-family: "RM_Bodoni_Regular";
	font-weight: 100;
	text-align: center;
	height: 50px;
	font-size: 14px;
	/* 	width: 95px; */
	display: block;
	/*     line-height: 22px; */
	line-height: 50px;
	float: right;
	width: 40%;
}

.price_from strong {
	font-size: 21px;
	font-weight: 100;
}

.other_content .price_from strong {
	/* 	margin-left: 5px; */
}


/*******************************************************************/


/******************** PRESS SWIPER *********************************/


/*******************************************************************/

#wrapper_press_swiper {}

#wrapper_press_swiper .other_content .text em {
	font-family: "RM_Bodoni_Italic";
	margin: 15px 15px 0 15px;
	display: block;
	width: auto;
	clear: both;
}

#wrapper_press_swiper .swiper-slide.other_content .text h3 {}

#wrapper_press_swiper .swiper-slide.other_content .text .innertext {
	margin: 10px 15px 0 15px;
}


/**********************************************************************************/


/************* VERTICAL LIST SWIPER (rooms, restaurants, etc) *********************/


/**********************************************************************************/

#vertical_list_items_container {
	display: block;
	justify-content: space-around;
	height: 100%;
	padding-bottom: 70px;
	margin-bottom: 0;
}

#rm_vertical_list_swiper h1,
.blog .swiper-wrapper > h1 {
	position: absolute;
	font-size: 18px;
	top: 15px;
	right: 15px;
	z-index: 5;
	color: white;
	font-style: normal;
	margin: 0;
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.5);
}

#vertical_list_items_container .item {
	width: 100%;
	min-height: 145px;
	height: 145px;
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
}

#vertical_list_items_container .item .overlay {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
	height: 100%;
	position: absolute;
	z-index: 4;
	width: 100%;
	opacity: 0.2;
	transition: opacity .3s ease;
	top: 0;
}

#vertical_list_items_container .item .media {
	background-position: center center;
	background-size: cover;
	opacity: 1;
	height: 100%;
	display: flex;
	transition: opacity 1s ease;
	align-items: flex-end;
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.page-template-template_list_talented-chefs #vertical_list_items_container .item {
	min-height: 180px;
	/*height: 180px;*/
}

.page-template-template_list_talented-chefs #vertical_list_items_container .item .text {
	top: 75px;
}

.page-template-template_list_talented-chefs #vertical_list_items_container .item .media {
	background-position: 50% 20%;
}

#vertical_list_items_container .item .text {
	color: white;
	transition: all .4s ease-out;
	padding: 20px;
	display: block;
	position: absolute;
	/* 	bottom: -80px; */
	top: 25px;
	z-index: 6;
}

#vertical_list_items_container .item .text .excerpt {
	display: none;
}

#vertical_list_items_container .item .text h2 {
	color: white;
	margin: 40px 0 5px 0;
	font-size: 24px;
	font-weight: 100;
	line-height: 24px;
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.5);
	font-family: "RM_Bodoni_Regular";
}

#vertical_list_items_container .item .text span {
	font-size: 20px;
	line-height: 20px;
	font-family: "RM_Bodoni_Regular";
	text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.5);
}

#vertical_list_items_container .item .text p {
	opacity: 0;
	transition: all .3s ease;
}

#vertical_list_items_container .item:hover .overlay {
	opacity: 0.5;
}


/**********************************************************************************/


/************* HORIZONTAL FULL SWIPER SLIDE TEMPLATE ******************************/


/**********************************************************************************/

.single .fullslide .columns {
	background: #ebebeb;
}

#preloadedMedias {
	display: none;
}

.single .fullslide .media {
	background-size: cover;
	background-position: center center;
	min-height: 220px;
	position: relative;
}

.single-chef .fullslide .media {
	background-position: center 6%;
}

.single .fullslide .media .medialinks {
	position: absolute;
	bottom: 28px;
	right: 28px;
}

.single .fullslide .media .medialinks a {
	color: white;
	text-decoration: none;
	font-family: "RM_Bodoni_Italic";
	margin: 0;
	text-shadow: 0px 0px 2px black;
}

.single .fullslide .media .medialinks a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.single .fullslide .media .medialinks .sep {
	margin: 0 10px;
	color: white;
}

.single .fullslide .columns .content .innertext,
.single .fullslide .columns .content .room_area,
.single .fullslide .columns .content .pdf_link {
	width: 90%;
	margin: 0 auto;
}

.single .swiper-slide.fullslide .content .room_area {
	margin-top: 15px;
}

.single .swiper-slide.fullslide .content .pdf_link {
	margin-top: 12px;
	color: #7F7874;
	text-decoration: underline;
}

.single .bottom_nav {
	/* 	position: relative; */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.single .bottom_nav .first_button,
.single .bottom_nav .second_button {
	position: relative;
	margin: 0;
	width: auto;
	border: none;
	display: block;
	width: 50%;
	float: right;
	text-overflow: ellipsis;
}

.single .bottom_nav .first_button.price_from {
	width: 50%;
}

.single .bottom_nav .second_button {
	width: calc(50% - 2px);
	border: 1px solid #D8D8D8;
}

.single .bottom_nav .second_button.hasOnlyOneButton {
	width: calc(100% - 2px);
}

.single .bottom_nav .first_button.hasBorder {
	width: calc(50% - 1px);
	border-right: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

.single .bottom_nav a.first_button.btn_royalmonceau {
	background: linear-gradient(to right, #ebebeb 50%, #ffffff 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	-webkit-background-origin: border-box;
	background-origin: border-box;
}

.single .bottom_nav a.first_button.btn_royalmonceau:hover {
	background-position: right bottom;
	color: #4A4A4A;
}

.single .content h1,
.slide_news .colonne h2 {
	font-weight: 100;
	font-size: 40px;
	line-height: 42px;
	margin: 15px 0;
	font-style: normal;
	font-family: "RM_Bodoni_Regular";
}

.single .fullslide .columns .content .text {
	/* 	padding-bottom: 20px; */
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}

.single .swiper-slide.fullslide .content .innertext p {
	line-height: 22px;
}

.single.single-restaurant .swiper-slide.fullslide .content .innertext p a {
	color: #fff;
}

.single .swiper-slide.fullslide .content .innertext strong {
	font-family: "RM_Bodoni_Regular";
	color: #282626;
	font-size: 20px;
	font-weight: 100;
	display: block;
	margin: 0 0 20px 0;
	/*float: left;*/
	width: 100%;
	line-height: 24px;
}

.single .swiper-slide.fullslide .content .innertext p,
.single .swiper-slide.fullslide .content .innertext li {
	color: #7F7274;
	font-size: 14px;
	/* 	margin: 10px 0; */
	margin: 20px 0;
}

.single .swiper-slide.fullslide .content .innertext p,
.single .swiper-slide.fullslide .content .innertext strong {
	/* 	text-align: justify; */
}

.rm_horizontal_list_swiper {
	height: auto;
	/* 	margin-bottom: 70px; */
}

.rm_horizontal_list_swiper .swiper-wrapper {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.rm_horizontal_list_swiper .swiper-slide {
	height: 100%;
	min-height: 0;
	margin-bottom: 0;
}

.rm_horizontal_list_swiper .swiper-slide.other_content {
	width: calc(100% - 20px);
	/* 	border-right: 1px solid #fff; */
	position: relative;
	/* 	height: 100%; */
	/* 	height: auto; */
	margin: 0;
}

.rm_horizontal_list_swiper .swiper-slide.other_content:after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0px;
	background: white;
	width: 1px;
	z-index: 4;
	top: 0;
	min-height: 999px;
}

.single-restaurant .rm_horizontal_list_swiper .swiper-slide.other_content:after {
	background: #ccc;
}

.rm_horizontal_list_swiper .swiper-slide.other_content:last-child:after {
	content: none;
}

.swiper-slide.other_content .media {
	display: block;
}


/*
.swiper-slide.fullslide_more_rooms,
.swiper-slide.fullslide_more_offers{
	background: #ebebeb;
	overflow: hidden;
}
*/

.swiper-slide.single_slice_more_content > h2 {
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 20px;
	line-height: 60px;
	height: 65px;
	color: #4A4A4A;
	font-weight: 100;
}

.swiper-slide.other_content .media,
.swiper-slide.other_content .media {
	height: 60%;
	min-height: 220px;
	background-position: center center;
	background-size: cover;
}

.swiper-slide.other_content .text,
.swiper-slide.other_content .text {
	height: 40%;
	position: relative;
	overflow: hidden;
}

.swiper-slide.other_content .text .btn_royalmonceau,
.swiper-slide.other_content .text .btn_royalmonceau {
	/*
    right: 15px;
    bottom: 15px;
    margin: 0;
*/
	float: left;
	margin: 0 15px 15px 15px;
}

.swiper-slide.other_content .text .btn_royalmonceau {
	width: 160px;
}

.swiper-slide.other_content .text .btn_royalmonceau i,
.swiper-slide .btn_royalmonceau i {
	background: transparent url('../img/icon_arrow_black.svg') top left no-repeat;
	width: 34px;
	height: 22px;
/*	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);*/
	margin: 17px 10px 0 0;
	display: inline-block;
	vertical-align: top;
	transition: transform .2s ease;
	-webkit-backface-visibility: hidden;
}

.swiper-slide.other_content .text .btn_royalmonceau:hover i,
.swiper-slide .btn_royalmonceau:hover i {
	transform: translate(-12px);
	-ms-transform: translate(-12px);
	-webkit-transform: translate(-12px);
	background: transparent url('../img/icon_arrow_white.svg') top left no-repeat;
}

.single-spa .swiper-slide .btn_royalmonceau:hover i {
	background: transparent url('../img/icon_arrow_black.svg') top left no-repeat;
}

.swiper-slide.other_content .text h3,
.swiper-slide.other_content .text h3 {
	margin: 15px 15px 0 0;
	font-weight: 100;
	font-family: "RM_Bodoni_Regular";
	font-size: 24px;
	line-height: 24px;
}

.swiper-slide.other_content .text .innertext {
	margin: 10px 30px 0 30px;
	font-size: 14px;
	line-height: 24px;
	color: #7F7874;
	text-align: justify;
}

.single-art .swiper-slide.other_content .text .innertext,
.single-spa .swiper-slide.other_content .text .innertext {
	line-height: 20px;
}

.single-art .swiper-slide.other_content .text .innertext {
	padding-bottom: 50px;
}

.swiper-slide.other_content .text .innertext p {
	margin: 0 0 15px 0;
}

.swiper-slide.last_fullslide {
	/* 	margin-bottom: 80px; */
}


/*******************************************************************/


/*********************** FOOTER SLIDE ******************************/


/*******************************************************************/

#univers_footer {
	width: 100%;
	/* 	min-height: 200px; */
	padding-bottom: 80px;
}

#univers_footer #footer_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
*/
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
}

#homefooter_wrap_legals,
#homefooter_wrap_socialmedia,
#homefooter_wrap_extralinks,
#homefooter_wrap_logos,
#homefooter_wrap_satlinks {
	width: calc(100% - 2px);
}

#homefooter_wrap_legals {
	-ms-flex-order: 1;
	order: 1;
}

#homefooter_wrap_socialmedia {
	-ms-flex-order: 2;
	order: 2;
	margin: 15px auto;
	position: relative;
}

#footer_newsletter_zone {
	position: relative;
	float: right;
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
}

#footer_newsletter_zone a {
	font-family: "RM_Bodoni_Italic";
	color: #4A4A4A;
	text-decoration: none;
	font-size: 16px;
	margin: 0 0 0 20px;
	transition: all .5s ease;
	display: block;
	width: 100%;
	text-align: center;
}

#footer_newsletter_zone h3 {
	float: right;
	margin: 0;
	width: 30%;
}

#footer_newsletter_zone form#footer_newsletter_form {
	float: right;
	margin: 0;
	display: block;
	overflow: hidden;
	min-width: 200px;
	/*     background: red; */
}

#footer_newsletter_zone form#footer_newsletter_form input#footer_newsletter_field_email {
	float: right;
	background: #f3f3f3;
	width: 50%;
	border: 0 solid #f3f3f3;
	font-size: 10px;
	height: 32px;
	text-indent: 5px;
	-webkit-appearance: none;
	padding: 0;
	border-radius: 0;
}

#footer_newsletter_zone form#footer_newsletter_form input.btn_royalmonceau {
	position: relative;
	float: right;
	width: calc(50% - 2px);
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 25px;
	font-size: 14px;
	-webkit-appearance: none;
	border-radius: 0;
}

#homefooter_wrap_extralinks {
	-ms-flex-order: 3;
	order: 3;
}

#homefooter_wrap_logos {
	-ms-flex-order: 4;
	order: 4;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 15px;
}

#univers_footer .legals {
	border: 1px solid #EBEBEB;
}

#univers_footer .legals,
#univers_footer .extralinks {
	/* 	padding: 10px; */
	text-align: center;
	/* 	width: calc(100% - 22px); */
}

#univers_footer .extralinks {
	width: 100%;
}

#univers_footer address {
	display: inline;
}

#univers_footer .text a {
	color: #7F7874;
	text-decoration: underline;
}

#homefooter_wrap_socialmedia ul {
	/* 	margin: 20px auto; */
	margin: 10px auto;
	text-align: center;
	width: 100%;
}

#homefooter_wrap_socialmedia ul li {
	height: 30px;
	width: 30px;
	background-size: 30px;
	margin: 0 8px;
}

.extralinks {
	overflow: hidden;
}

.extralinks ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 100%;
	/*
    flex-flow: row wrap;
    align-content: center;
*/
}

.extralinks ul li {
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	font-family: "RM_Bodoni_Italic";
	font-style: normal;
}

.extralinks ul li a {
	color: #737373;
	width: 100%;
	text-decoration: none;
	display: block;
	transition: all .4s ease;
	text-align: center;
	opacity: 1;
	/*
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    display: block;
*/
}

.extralinks ul li a:hover {
	opacity: 0.7;
}

#univers_footer #homefooter_wrap_satlinks {
	display: block;
	order: 4;
}

#homefooter_wrap_satlinks ul li a {
	color: #4A4A4A;
	text-decoration: none;
	font-size: 12px;
	margin: 0 10px;
	transition: all .5s ease;
}

#homefooter_wrap_satlinks ul {
	margin: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	padding: 0;
}

#homefooter_wrap_satlinks ul li {
	list-style: none;
	display: inline-block;
}

#univers_footer #homefooter_wrap_logos {
	display: block;
	/*
	display: -webkit-box;		
	display: -moz-box;		 
	display: -ms-flexbox;		 
	display: -webkit-flex;	 
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align:center;
	align-items: center;
	justify-content: center;
*/
	margin: 15px 0 0 0;
}

#univers_footer #homefooter_wrap_logos .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 30px 0;
}

#homefooter_wrap_socialmedia ul li {
	/*
	width: 32px;
	height: 32px;
	background-size: 32px;
*/
	width: 36px;
	height: 36px;
	background-size: 36px;
}

#univers_footer #homefooter_wrap_logos .logodiv {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	margin: 0 15px;
}

#univers_footer #homefooter_wrap_logos .logodiv.app_stores,
#univers_footer #homefooter_wrap_logos .logodiv.app_rm {
	margin-right: auto;
	margin-left: auto;
}

#univers_footer #homefooter_wrap_logos .logodiv span {
	display: block;
	position: absolute;
	font-family: "RM_Bodoni_Italic";
	font-size: 14px;
	color: #4A4A4A;
}

#univers_footer #homefooter_wrap_logos .logodiv.app_rm span {
	/*     top: -30px; */
	top: -19px;
	right: -30px;
	width: 130px;
}

#univers_footer #homefooter_wrap_logos .logodiv.app_stores span {
	/*     top: -15px; */
	top: -20px;
	width: 100%;
	text-align: center;
}

#univers_footer #homefooter_wrap_logos .logolink {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

#univers_footer #homefooter_wrap_logos .logodiv.raffles .logolink {
	background-image: url('../img/slide_bigfooter/mobile/footer_raffles.png');
	width: 53px;
	height: 52px;
	margin: 10px 0 0 0;
}

#univers_footer #homefooter_wrap_logos .logodiv.leading .logolink {
	background-image: url('../img/slide_bigfooter/mobile/footer_leading.png');
	width: 101px;
	height: 46px;
}

#univers_footer #homefooter_wrap_logos .logodiv.palace .logolink {
	background-image: url('../img/slide_bigfooter/mobile/footer_palace.png');
	width: 95px;
	height: 55px;
	margin: 10px 0 0 0;
}

#univers_footer #homefooter_wrap_logos .logodiv.app_rm .logolink {
	background-image: url('../img/slide_bigfooter/mobile/footer_apprm.png');
	width: 35px;
	height: 43px;
}

#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.android {
	background-image: url('../img/slide_bigfooter/mobile/footer_android.png');
	width: 85px;
	height: 25px;
	margin: 16px 0 0 0;
}

#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.ios {
	background-image: url('../img/slide_bigfooter/footer_apple.png');
	width: 90px;
	height: 27px;
	margin: 15px 0 0 0;
}


/*
#univers_footer #homefooter_wrap_logos .logo{
	display: -webkit-box;		
	display: -moz-box;		 
	display: -ms-flexbox;		 
	display: -webkit-flex;	 
	display: flex;
	
	width: 164px;
	height: 70px;
	text-indent: -9999px;
}
#univers_footer #homefooter_wrap_logos .clubaccor{
	background:transparent url('../img/template_home/footer_clubaccor.png')  center center no-repeat;
	
    background-size: 164px;
    background-position: center left;
}
#univers_footer #homefooter_wrap_logos .raffles{
	background:transparent url('../img/template_home/footer_raffles.png')  center center no-repeat;
}
#univers_footer #homefooter_wrap_logos .rm{
	background:transparent url('../img/template_home/footer_rm.png')  center center no-repeat;
}
#univers_footer #homefooter_wrap_logos .clubaccor{
	background-size:100%;
}
#univers_footer #homefooter_wrap_logos .appaccor{
	background:transparent url('../img/template_home/footer_app_accor.png')  center center no-repeat;
}
#univers_footer #homefooter_wrap_logos .appandroid{
	background:transparent url('../img/template_home/footer_app_android.png')  center center no-repeat;
}
#univers_footer #homefooter_wrap_logos .appios{
	background:transparent url('../img/template_home/footer_app_ios.png')  center center no-repeat;
}
#univers_footer #homefooter_wrap_logos .raffles{
	width: 40%;
	float: left;	
}
#univers_footer #homefooter_wrap_logos .clubaccor{
	width: 60%;
	float: left;
}
#univers_footer #homefooter_wrap_logos .appios,
#univers_footer #homefooter_wrap_logos .appandroid{
	width: 50%;
	float: left;
}
#univers_footer #homefooter_wrap_logos .appaccor{
	margin: 0 auto;
}
#univers_footer #homefooter_wrap_logos .appaccor,
#univers_footer #homefooter_wrap_logos .appandroid,
#univers_footer #homefooter_wrap_logos .appios{
}
*/

#univers_footer .copyright {
	font-family: "RM_Bodoni_Italic";
	font-size: 12px;
	color: #4A4A4A;
	text-align: center;
}

#univers_footer .copyright#copyright_desktop {
	display: none;
}

#univers_footer .copyright#copyright_mobile {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	order: 4;
	width: 100%;
	text-align: center;
	justify-content: center;
	margin: 10px auto;
}


/*****************************************************************************/


/********************* PAGE SIMPLE (mentions...) *****************************/


/*****************************************************************************/

.page-template-default #fiche_content {
	width: auto;
	border: none;
	background: white;
}

.page-template-default #fiche_sidebar {
	display: none;
}

.page-template-default #fiche_content h1 {
	font-family: "RM_Bodoni_Regular";
}

.page-template-default #fiche_content h2 {
	color: #4A4A4A;
	font-family: "RM_Bodoni_Regular";
	font-size: 20px;
	font-weight: 100;
	line-height: 26px;
	text-align: justify;
	margin: 12px 20px;
	clear: both;
}

.page-template-default #fiche_content h3 {
	font-family: "Futura";
	font-size: 16px;
	margin: 12px 20px 0 20px;
	clear: both;
}

.single .other_content .price_from {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 15px 0 0;
	display: none;
}


/*****************************************************************************/


/********************* CUSTOM CSS : MOBILE LARGE *****************************/


/*****************************************************************************/

@media (min-width: 390px) {
	.single .other_content .price_from {
		display: block;
	}
}


/*****************************************************************************/


/********************* CUSTOM CSS : TABLETS **********************************/


/*****************************************************************************/

@media only screen and (min-width: 768px) {
	/* OVERLAY MENU */
	body .swiper-container#rm_vertical_full_swiper::before,
	body .swiper-container#medias_swiper::before,
	body #section_galerie_wrapper::before,
	body #fullfiche_wrapper::before,
	body #map_ctx::before {
		content: "";
		transition: opacity 1s ease;
		height: 100%;
		position: absolute;
		top: 0;
		right: -100%;
		width: 100%;
		background-color: rgba(0, 0, 0, .5);
		z-index: 4;
		opacity: 0;
	}
	body.menu_opened .swiper-container#rm_vertical_full_swiper::before,
	body.menu_opened .swiper-container#medias_swiper::before,
	body.menu_opened #section_galerie_wrapper::before,
	body.menu_opened #fullfiche_wrapper::before,
	body.menu_opened #map_ctx::before {
		opacity: 1;
		right: 0;
	}
	#medias_swiper .swiper-slide {
		background-size: cover;
	}
}


/*****************************************************************************/


/********************* CUSTOM CSS : DESKTOP **********************************/


/*****************************************************************************/

@media only screen and (min-width: 990px) {
	/*****************************************************************************/
	/**************************** GLOBAL *****************************************/
	/*****************************************************************************/
	.shoppify_link{
		display: block;
	}
	.single-chef .fullslide .media {
		background-position: center center;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores,
	#univers_footer #homefooter_wrap_logos .logodiv.app_rm {
		margin-right: 0;
		margin-left: 0;
	}
	#fil_ariane {
		display: block;
	}
	#univers_footer #homefooter_wrap_logos .row {
		margin: 0;
	}
	#univers_footer #homefooter_wrap_logos .row.first {
		justify-content: flex-end;
	}
	#univers_footer #homefooter_wrap_logos .row.last {
		justify-content: flex-start;
	}
	.btn_royalmonceau.pagepush {
		width: auto;
		display: inline-block;
		padding: 0 50px;
		position: absolute;
		left: 26px;
		top: 26px;
	}
	#cookie_law_banner {
		right: 20px!important;
		left: 20px!important;
		width: calc(100% - 40px)!important;
	}
	#footer_newsletter_zone form#footer_newsletter_form {
		float: left;
	}
	#footer_newsletter_zone a {
		display: inline;
		width: auto;
		text-align: left;
	}
	#wrapper {
		right: 20px;
		width: calc(100% - 40px);
		height: calc(100% - 164px);
		position: fixed;
		top: 90px;
		margin-top: 0;
		float: none;
	}
	#mask {
		display: block;
		position: fixed;
		width: 20px;
		top: 0;
		right: 0;
		height: 100%;
		min-height: 100%;
		background: white;
		z-index: 8;
	}
	#mask-right {
		display: block;
		position: fixed;
		width: 20px;
		top: 0;
		left: 0;
		height: 100%;
		min-height: 100%;
		background: white;
		z-index: 8;
	}
	#main_header,
	#main_footer {
		right: 20px;
		width: calc(100% - 40px);
		height: 90px;
		position: fixed;
	}
	#lang_switcher {
		display: none;
	}
	/*
	#main_nav ul li::after,	
	#child_nav ul li::after{
		bottom: -15%;	
	}
*/
	/*****************************************************************************/
	/**************************** HEADER *****************************************/
	/*****************************************************************************/
	#main_header {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex: 1;
	}
	#wrap_menu,
	#wrap_logo,
	#wrap_socialmedia {
		position: relative;
		display: block;
	}
	#wrap_socialmedia ul {
		float: left;
	}
	#wrap_socialmedia ul li {
		margin-top: 34px;
	}
	#wrap_menu {
		order: 1;
		width: 25%;
	}
	#wrap_logo {
		order: 2;
		width: 50%;
	}
	#wrap_socialmedia {
		order: 3;
		width: 20%;
	}
	#wrap_socialmedia ul {
		margin-left: 40px;
	}
	#wrap_lang {
		order: 4;
		/* 		width: 5%; */
		top: 24px;
		/* 		right:10px; */
	}
	#logo {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 14px;
		/*
		width: 178px;
		height: 50px;
		margin: 18px auto;
		background-size: 178px;
		margin: 18px auto 0 auto;
*/
	}
	/*****************************************************************************/
	/**************************** FOOTER *****************************************/
	/*****************************************************************************/
	#main_footer {
		height: 73px;
		bottom: 0;
		border-top: 1px solid #ebebeb;
	}
	#main_footer #cta_reserver {
		margin-right: -94px;
		margin-top: -26px;
		font-size: 18px;
		width: 188px;
		height: 50px;
		line-height: 50px;
	}
	#main_footer .legals {
		font-size: 11px;
		line-height: 16px;
		padding: 28px 0 0 0;
		width: 40%;
		float: right;
	}
	#main_footer .legals .text address {
		display: inline;
	}
	#main_footer .callback {
		font-size: 16px;
		position: relative;
		margin: 28px 0 0 0;
	}
	#main_footer .callback i {
		margin: 0 0 0 10px;
	}
	/*****************************************************************************/
	/**************************** MAIN SWIPER ************************************/
	/*****************************************************************************/
	.swiper-wrapper {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
	.swiper-slide {
		height: 100%;
		min-height: 0;
		margin-bottom: 0;
	}
	.scrollDown,
	.scrollUp {
		display: block;
	}
	/*****************************************************************************/
	/**************************** MENUS ******************************************/
	/*****************************************************************************/
	#triggerMenu {
		margin-right: 0px;
		/* 		margin-top: 0; */
	}
	#main_nav ul li a,
	#main_nav ul.sub-menu li a {
		font-size: 18px;
		line-height: 18px;
	}
	#backMenuArrow,
	.submenu_opened #backMenuArrow {
		opacity: 0;
		display: none;
	}
	#main_nav {
		z-index: 6;
	}
	#main_nav,
	#main_nav ul.sub-menu {
		height: calc(100% - 164px);
		top: 90px;
		transition: ease .3s;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#main_nav ul,
	#main_nav .sub-menu {
		align-items: baseline;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 auto;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		/* 		width: 90%; */
	}
	#main_nav ul li,
	#main_nav ul.sub-menu li {
		text-align: right;
		/*text-indent: 20px;*/
		padding-right: 20px;
		margin: 15px auto;
	}
	#main_nav ul li:first-child,
	#main_nav ul.sub-menu li:first-child {
		margin: 45px auto 15px auto;
	}
	body.rtl #main_nav ul li,
	body.rtl .sub-menu li {
		padding-right: 20px;
	}
	#main_nav ul li:after,
	#child_nav ul li:after {
		margin: 0;
		right: 20px;
		bottom: -15px;
	}
	/* STATE : NOT OPENED */
	#main_nav,
	#main_nav ul.sub-menu {
		width: 25%;
		right: -25%;
	}
	#main_nav .sub-menu {
		right: -20%;
	}
	body.rtl #main_nav,
	body.rtl #main_nav ul.sub-menu {
		left: -25%;
		right: auto;
	}
	#main_nav ul.sub-menu {
		z-index: 5;
		right: 0;
		width: 0px;
		overflow: hidden;
	}
	/* STATE : FIRST LEVEL OPENED (nav#main_nav) */
	#main_nav.open {
		right: 20px;
	}
	body.rtl #main_nav.open,
	body.rtl.menu_opened .sub-menu {
		right: 20px;
		left: auto;
	}
	#main_nav.open ul.sub-menu {
		right: calc(25% + 19px);
	}
	/* STATE : SECOND LEVEL OPENED (ul.sub-menu) */
	.menu_opened #main_nav ul.sub-menu.open {
		right: 25%;
		width: 25%;
	}
	body.rtl.menu_opened #main_nav ul.sub-menu.open {
		right: calc(25% + 19px);
		left: auto;
	}
	.hamburger-box {
		width: 74px;
		line-height: 16px;
	}
	.hamburger-box .menu_text {
		display: block;
	}
	/*****************************************************************************/
	/**************************** MODAL ******************************************/
	/*****************************************************************************/
	.modal {
		width: calc(100% - 40px);
		height: calc(100% - 154px)!important;
		right: 20px;
	}
	.modal.open#modal_menumodo {
		height: calc(100% - 162px)!important;
		bottom: 72px;
	}
	.modal.open {
		bottom: 74px;
	}
	.modal#modal_reserver.open,
	.modal#modal_contact.open {
		bottom: 72px;
		top: 80px;
	}
	.modal_close {
		top: 60px;
		left: 70px;
		background-image: url('../img/swipebox_close.svg');
	}
	.modal .medias_nav.medias_prev {
		right: 70px;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.modal .medias_nav.medias_next {
		left: 70px;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	#modal_reserver {
		z-index: 5;
	}
	#modal_reserver .modal_body,
	#modal_newsletter .modal_body,
	#modal_contact .modal_body {
		width: 600px;
		margin: 0 auto;
	}
	#modal_contact .modal_body {
		width: 550px;
	}
	#modal_contact #form_footercontact > div {
		width: 46%;
	}
	#modal_contact #form_footercontact #submitBtn {
		float: left;
		width: auto;
	}
	#modal_contact #form_footercontact #sendFooterContactForm,
	#modal_contact #form_footercontact input[type=submit] {
		min-width: 130px;
	}
	#modal_reserver_sidebar {
		width: 199px;
		float: right;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		border-left: 1px solid #F3F3F3;
		position: fixed;
		height: 500px;
	}
	#modal_reserver_sidebar .selectric-wrapper {
		display: none;
	}
	#modal_reserver_sidebar ul,
	#modal_reserver_sidebar .logo_rm {
		display: block;
	}
	#modal_reserver .modal_body,
	#modal_newsletter .modal_body {
		height: 500px;
	}
	#modal_contact .modal_body {
		/* 		height: 610px; */
		height: auto;
	}
	.modal#modal_reserver {
		z-index: 3;
	}
	.modal#modal_reserver.open {
		top: auto;
		height: calc(100% - 164px)!important;
		bottom: 74px;
	}
	#modal_reserver_content {
		/* 	    width: 380px; */
		width: 398px;
		float: left;
		min-height: 500px;
	}
	#modal_reserver_content h3 {
		font-size: 26px;
		margin: 20px 0 40px 0;
	}
	.confirm_date {
		position: absolute;
		bottom: 30px;
		left: 30px;
		width: 160px;
	}
	#modal_reserver .confirm_date,
	#modal_reserver .config_inner {
		width: 320px;
	}
	#modal_reserver_content .modal_tab,
	#modal_reserver_content .modal_tab .step {
		min-height: 500px;
		float: right;
	}
	/*******************************************************************/
	/******************* DATEPICKER ************************************/
	/*******************************************************************/
	.caleran-container {
		width: 320px;
	}
	.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
	.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
	.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
	.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span1978 {
		height: 33px;
		line-height: 33px;
		border-radius: 33px;
	}
	/***********************************************************************/
	/******************** SINGLE VIEW GLOBAL SLIDE *************************/
	/***********************************************************************/
	.single .content h1 {
		margin: 0 -30px 20px 0;
	}
	.single .swiper-slide.fullslide .columns {
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.single .swiper-slide.fullslide .columns .content,
	.single .swiper-slide.fullslide .media {
		width: 50%;
		-ms-flex-basis: 50%;
		max-width: 50%;
		flex-basis: 50%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
		-ms-flex-pack: center;
		float: none;
		position: relative;
	}
	.single .fullslide .columns .content .innertext,
	.single .fullslide .columns .content .room_area,
	.single .fullslide .columns .content .pdf_link {
		width: 76%;
	}
	.single .bottom_nav {
		top: auto;
		width: 76%;
		margin: 0 auto;
		bottom: 30px;
		right: 12%;
	}
	.single .bottom_nav .first_button.btn_royalmonceau,
	.single .bottom_nav .second_button.btn_royalmonceau {
		border: 1px solid #d8d8d8;
		width: auto;
		max-width: calc(50% - 2px);
		padding: 0 16px;
	}
	.single .bottom_nav .first_button.btn_royalmonceau {
		padding: 0 9px;
	}
	/*
	.single .bottom_nav .second_button.btn_royalmonceau{
		border: 1px solid #D8D8D8;	
	}
*/
	.single .bottom_nav .second_button.btn_royalmonceau {
		/* 		float: right;	 */
		margin: 0 6px 0 0
	}
	.single .bottom_nav .second_button.btn_royalmonceau.hasOnlyOneButton {
		margin: 0;
	}
	.single .bottom_nav .price_from {
		line-height: 50px;
	}
	.single .bottom_nav .first_button.price_from {
		width: auto;
	}
	.single .other_content .price_from {
		line-height: 24px;
		width: calc(100% - 208px);
		padding: 0 15px 0 0;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.single .has_1_children .other_content .price_from,
	.single .has_2_children .other_content .price_from,
	.single .has_3_children .other_content .price_from {
		/* 		width: 55%; */
		width: auto;
		line-height: 50px;
	}
	.content {
		padding-top: 0px;
	}
	.price_from {
		font-size: 18px;
	}
	.price_from strong {
		font-size: 24px;
		margin-right: 5px;
	}
	.single .fullslide .columns .content .text {
		padding-bottom: 100px;
	}
	.single .fullslide .columns .content .text.noButtons {
		padding-bottom: 0;
	}
	/**********************************************************************************/
	/************* VERTICAL LIST SWIPER (rooms, restaurants, etc) *********************/
	/**********************************************************************************/
	#rm_vertical_list_swiper h1,
	.blog .swiper-wrapper > h1 {
		font-size: 30px;
		right: 25px;
	}
	.page-template-template_list_talented-chefs #vertical_list_items_container .item .text {
		top: auto;
	}
	#vertical_list_items_container .item .text {
		/*     	bottom:-105px; */
		bottom: -170px;
		top: auto;
		/*     	height: 220px; */
		height: 270px;
	}
	#vertical_list_items_container.noswiper {
		display: flex;
	}
	#vertical_list_items_container.hasswiper {
		display: block;
		height: 100%;
	}
	#vertical_list_items_container .item {
		width: calc(25% - 25px);
		float: right;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
		border-left: 1px solid white;
	}
	#vertical_list_items_container .item .text .excerpt {
		display: block;
		top: 25px;
		position: relative;
		opacity: 0;
		font-size: 15px;
		-webkit-font-smoothing: antialiased;
	}
	#vertical_list_items_container .item:hover .text .excerpt {
		opacity: 1;
	}
	#vertical_list_items_container .has_1_children .item {
		width: calc(100% - 1px);
	}
	#vertical_list_items_container .has_2_children .item {
		width: calc(50% - 1px);
	}
	#vertical_list_items_container .has_3_children .item {
		width: calc(33.33% - 1px);
	}
	#vertical_list_items_container .has_4_children .item {
		/* 		width: calc(33.33% - 5px); */
		width: 25%;
	}
	#vertical_list_items_container .item .media {}
	#vertical_list_items_container .item .text h2 {
		font-size: 28px;
		line-height: 28px;
	}
	#vertical_list_items_container .item:hover .text {
		bottom: 0;
	}
	#vertical_list_items_container .item:hover .text p {
		opacity: 1;
	}
	#vertical_list_items_container .item .media {
		opacity: 1;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transition: all 1.2s ease;
	}
	#vertical_list_items_container .item:hover .media {
		opacity: 1;
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	/**********************************************************************************/
	/************* HORIZONTAL LIST SWIPER (content pushs slice) ***********************/
	/**********************************************************************************/
	.rm_horizontal_list_swiper {
		height: calc(100% - 105px);
		margin-bottom: 0;
	}
	.rm_horizontal_list_swiper .swiper-slide.other_content {
		width: calc(33% - 10px);
		/* 		border-right: 1px solid #fff; */
		height: auto;
	}
	.rm_horizontal_list_swiper .has_1_children .swiper-slide.other_content {
		width: 100%;
	}
	.rm_horizontal_list_swiper .has_2_children .swiper-slide.other_content {
		width: calc(50% - 1px);
	}
	.rm_horizontal_list_swiper .has_2_children .swiper-slide.other_content:last-child {
		width: 50%;
	}
	.rm_horizontal_list_swiper .has_3_children .swiper-slide.other_content {
		width: calc(33.33% - 1px);
	}
	.rm_horizontal_list_swiper .has_3_children .swiper-slide.other_content:last-child {
		width: 33.33%;
	}
	.rm_horizontal_list_swiper .has_4_children .swiper-slide.other_content {
		/* 		width: calc(25% - 1px); */
	}
	/*
	.rm_horizontal_list_swiper  .swiper-slide.other_content .media, .swiper-slide.other_content .media,
	.rm_horizontal_list_swiper  .swiper-slide.other_content .media, .swiper-slide.other_content .media,
	.rm_horizontal_list_swiper  .swiper-slide.other_content .media, .swiper-slide.other_content .media{
		
	}
	.rm_horizontal_list_swiper .has_1_children .swiper-slide.other_content .media, .swiper-slide.other_content .media,
	.rm_horizontal_list_swiper .has_2_children .swiper-slide.other_content .media, .swiper-slide.other_content .media,
	.rm_horizontal_list_swiper .has_3_children .swiper-slide.other_content .media, .swiper-slide.other_content .media{
		cursor: default;
	}
	*/
	.swiper-slide.single_slice_more_content > h2 {
		font-size: 40px;
		line-height: 108px;
		height: 105px;
	}
	.swiper-slide.last_fullslide {
		margin-bottom: 0;
	}
	/*******************************************************************/
	/*********************** FOOTER SLIDE ******************************/
	/*******************************************************************/
	#univers_footer #footer_wrapper {
		height: 100%;
	}
	#univers_footer .copyright#copyright_desktop {
		/*
		display: block;
	    position: absolute;
	    left: 0;
*/
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 33%;
	}
	#univers_footer .copyright#copyright_mobile {
		display: none;
	}
	#homefooter_wrap_socialmedia {
		margin: 0;
		position: relative;
	}
	#univers_footer #homefooter_wrap_socialmedia,
	#univers_footer #homefooter_wrap_satlinks,
	#univers_footer #homefooter_wrap_logos {
		border-bottom: 1px solid #ebebeb;
		border-right: none;
		border-left: none;
	}
	#univers_footer #homefooter_wrap_satlinks {
		border-bottom: none;
	}
	#univers_footer #homefooter_wrap_logos {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}
	#univers_footer #homefooter_wrap_socialmedia,
	#univers_footer #homefooter_wrap_satlinks {
		height: 10%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		-ms-flex-pack: center;
		align-items: center;
		-ms-flex-align: center;
	}
	#univers_footer #homefooter_wrap_socialmedia {
		height: 11%;
		/* 	    min-height: 80px; */
	}
	#univers_footer #homefooter_wrap_legals {
		display: none;
	}
	#univers_footer #homefooter_wrap_satlinks {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		-ms-flex-pack: center;
		-ms-flex-order: 4;
		order: 4;
	}
	#univers_footer #homefooter_wrap_satlinks a {
		color: #4A4A4A;
		text-decoration: none;
		font-size: 12px;
		margin: 0 10px;
		transition: all .5s ease;
	}
	#univers_footer #homefooter_wrap_satlinks a:hover {
		color: #877d7d;
	}
	#univers_footer .extralinks {
		height: 54%;
		background-image: url('../img/template_home/slide_footer.jpg');
		background-size: cover;
		background-position: center center;
		/* 		width: 100%; */
		max-width: 100%;
	}
	#univers_footer .extralinks .menu,
	#univers_footer .extralinks .menu ul {
		height: 100%;
		min-height: 100px;
	}
	#univers_footer .extralinks ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		/*
	    align-content: center;
	    -ms-flex-align:center;
*/
		max-width: 100%;
		overflow: hidden;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#univers_footer #footer_newsletter_zone {
		/*
		position: absolute;
		right: 0;
		top:auto;
*/
		overflow: hidden;
		width: 33%;
		margin: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-self: center;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
	}
	#univers_footer #footer_newsletter_zone h3 {
		display: block;
		float: right;
		margin: 0 0 0 5px;
		padding: 0;
		text-align: right;
		font-size: 21px;
		line-height: 38px;
		font-weight: 100;
		width: auto;
	}
	#univers_footer #footer_newsletter_zone form {
		display: block;
		float: right;
		max-width: 70%;
		margin-left: 30px;
	}
	#univers_footer #footer_newsletter_zone form input {
		display: block;
		float: right;
		height: 40px;
		padding: 0;
		margin: 0;
		border: 1px solid #B1B1B1;
		box-sizing: border-box;
	}
	#univers_footer #footer_newsletter_zone form input#footer_newsletter_field_email {
		background: #F3F3F3;
		text-indent: 12px;
		font-size: 12px;
		height: 40px;
		width: 60%;
		outline: none;
	}
	#univers_footer #footer_newsletter_zone form input.btn_royalmonceau {
		display: block;
		float: right;
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
		margin: 0;
		position: relative;
		width: 40%;
		height: 40px;
		line-height: 40px;
		outline: none;
	}
	/*
	.extralinks ul li{
	    flex-basis: 100%;
	    max-width:100%;
	    width: auto;
	}
*/
	#univers_footer .extralinks ul li {
		margin: 0;
		/* 		height: 20%; */
		/*
		width: 33%;
		max-width: 100%;
		
*/
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		/*	
		 -ms-flex-direction: column;
		flex-direction: column;
*/
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		font-size: 20px;
		position: relative;
	}
	#univers_footer .extralinks ul li:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 50%;
		background: #D8D8D8;
		height: 1px;
		width: 50px;
		margin-right: -25px;
	}
	#univers_footer .extralinks ul li:nth-last-child(-n+3):after {
		content: none;
	}
	#univers_footer .extralinks ul li a {
		color: white;
	}
	#univers_footer #homefooter_wrap_logos {
		/* 		height: 15%; */
		height: 24%;
		margin: 0;
		padding-bottom: 0;
		/* 		min-height: 110px; */
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores span {
		/* top: -15px; */
		top: -23px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.raffles .logolink {
		background-image: url('../img/slide_bigfooter/footer_raffles.png');
		width: 75px;
		height: 74px;
		margin: 10px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.leading .logolink {
		background-image: url('../img/slide_bigfooter/footer_leading.png');
		width: 145px;
		height: 65px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.palace .logolink {
		background-image: url('../img/slide_bigfooter/footer_palace.png');
		width: 137px;
		height: 78px;
		margin: 10px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_rm .logolink {
		background-image: url('../img/slide_bigfooter/footer_apprm.png');
		width: 50px;
		height: 61px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.android {
		background-image: url('../img/slide_bigfooter/footer_android.png');
		width: 122px;
		height: 36px;
		margin: 16px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.ios {
		background-image: url('../img/slide_bigfooter/footer_apple.png');
		width: 129px;
		height: 38px;
		margin: 15px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_rm {
		width: 124px;
		margin-right: 50px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.leading {
		margin: 0 30px 0 15px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores {
		width: 255px;
	}
	#homefooter_wrap_socialmedia ul {
		width: 33%;
		margin: 0;
	}
	#homefooter_wrap_socialmedia ul li {
		width: 32px;
		height: 32px;
		background-size: 32px;
	}
	#univers_footer .legals {}
	#homefooter_wrap_legals {
		-ms-flex-order: 0;
		order: 0;
	}
	#homefooter_wrap_socialmedia {
		-ms-flex-order: 2;
		order: 2;
	}
	#homefooter_wrap_extralinks {
		-ms-flex-order: 1;
		order: 1;
	}
	#homefooter_wrap_logos {
		-ms-flex-order: 3;
		order: 3;
	}
	#univers_footer #homefooter_wrap_logos .appaccor,
	#univers_footer #homefooter_wrap_logos .appandroid,
	#univers_footer #homefooter_wrap_logos .appios {
		display: block;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}
	.has_1_children .swiper-button-next,
	.has_1_children .swiper-button-prev,
	.has_2_children .swiper-button-next,
	.has_2_children .swiper-button-prev,
	.has_3_children .swiper-button-next,
	.has_3_children .swiper-button-prev,
	#vertical_list_items_container.has_4_children .swiper-button-next,
	#vertical_list_items_container.has_4_children .swiper-button-prev {
		display: none;
	}
	.single .fullslide .media .medialinks a {
		font-size: 20px;
		line-height: 25px;
	}
}


/***************************************************************************************************/


/********************* CUSTOM CSS : SWIPER MORECONTENT			 ************************************/


/***************************************************************************************************/

@media only screen and (min-width: 990px) {
	.single-art .swiper-slide.other_content .text .innertext .extract {
		display: none;
	}
	.single-art .swiper-slide.other_content.produits .text .innertext .extract {}
}

@media only screen and (min-width: 1825px) and (min-height:900px) {
	.single-art .swiper-slide.other_content .text .innertext .extract {
		display: block;
	}
}


/***************************************************************************************************/


/********************* CUSTOM CSS : LARGE SCREENS (typos only)  ************************************/


/***************************************************************************************************/

@media only screen and (min-width: 1025px) {
	#main_footer .legals .text {
		display: block;
	}
	.single .other_content .price_from {
		flex-direction: row;
	}
}


/***************************************************************************************************/


/********************* CUSTOM CSS : LARGE SCREENS   ************************************/


/***************************************************************************************************/

@media only screen and (min-width: 1100px) {
	.single .bottom_nav .first_button.btn_royalmonceau,
	.single .bottom_nav .second_button.btn_royalmonceau {
		border: 1px solid #d8d8d8;
		width: auto;
		max-width: calc(50% - 2px);
		padding: 0 22px;
	}
	.single .bottom_nav .second_button.btn_royalmonceau {
		margin: 0 10px 0 0
	}
}


/**************************************************************************************/


/********************* CUSTOM CSS : SMALL HEIGHT  *************************************/


/**************************************************************************************/

@media only screen and (max-height: 600px) and (min-width: 1023px) {
	.content .text {
		font-size: 11px;
		line-height: 18px;
	}
	.page-template-template_home .content h2 span:first-child::after {
		background: transparent url(../img/icon_et.svg) center center no-repeat;
		background-size: 100px;
		content: "";
		position: absolute;
		width: 100px;
		height: 100px;
		margin: -45px -30px 0 0;
		z-index: -1;
	}
	#main_nav ul li,
	#main_nav ul.sub-menu li {
		margin: 10px auto;
	}
	#main_nav ul li:after,
	#child_nav ul li:after {
		bottom: -10px;
	}
}

@media only screen and (min-width: 1023px) and (max-height: 519px) {
	#wrapper {
		height: auto;
		display: block;
		position: relative;
	}
	.swiper-container#rm_vertical_full_swiper,
	.swiper-wrapper {
		height: auto;
		display: block;
	}
	.swiper-slide {
		border-bottom: 1px solid white;
	}
	.scrollDown,
	.scrollUp {
		top: 15px;
	}
	.content .text {
		font-size: 11px;
		line-height: 18px;
	}
	.page-template-template_home .content h2 span:first-child::after {
		background: transparent url(../img/icon_et.svg) center center no-repeat;
		background-size: 100px;
		content: "";
		position: absolute;
		width: 100px;
		height: 100px;
		margin: -45px -30px 0 0;
		z-index: -1;
	}
}

@media (min-width:1023px) and (max-height: 640px) {
	.swiper-slide.other_content .text .innertext {
		display: none;
	}
	.single .content h1 {
		font-size: 30px;
		line-height: 32px;
	}
	.single .swiper-slide.fullslide .content .innertext strong {
		font-size: 16px;
		line-height: 20px;
	}
	.single .swiper-slide.fullslide .content .innertext p,
	.single .swiper-slide.fullslide .content .innertext li {
		font-size: 12px;
	}
	.single .swiper-slide.fullslide .content .innertext p {
		margin: 8px 0;
	}
	.single .swiper-slide.fullslide .content .room_area,
	.single .swiper-slide.fullslide .content .pdf_link {
		margin-top: 8px;
	}
	.single .bottom_nav {
		bottom: 15px;
	}
	.modal {
		align-items: flex-start;
	}
}

@media (max-height: 479px) {
	#main_nav ul li a,
	.sub-menu li a {
		font-size: 20px;
		line-height: 25px;
	}
}


/**************************************************************************************/


/********************* CUSTOM CSS : RTL SUPPORT ***************************************/


/**************************************************************************************/

body.rtl {
	direction: rtl;
}

body.rtl #wrapper {
	left: 20px;
}

body.rtl .content .cta a i {
	transform: none;
	float: left;
	margin: 1px 10px 0 0;
}

/* arabic "&" sign */

body.rtl .slide_video h1 span:first-child::after {
	background: transparent url('../img/icon_et_arabic.svg') center center no-repeat;
	right: 50%;
}

body.rtl .content h2 span:first-child::after {
	background: transparent url('../img/icon_et_arabic.svg') center center no-repeat;
	background-size: 100px;
	margin: -38px -20px 0 0;
}


/**************************************************************************************/


/********************* CUSTOM CSS : HIGH RES IMAGES ***********************************/


/**************************************************************************************/

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#logo {
		background: transparent url('../img/logo_royalmonceau_classic@2x.png') center center no-repeat;
		background-size: 183px;
	}
	#univers_footer #homefooter_wrap_logos .rm,
	#modal_reserver_sidebar .logo_rm {
		background: transparent url('../img/template_home/footer_rm@2x.png') center center no-repeat;
		background-size: 64px;
	}
	/*
	#univers_footer #homefooter_wrap_logos .raffles {
	    background: transparent url('../img/template_home/footer_raffles@2x.png') center center no-repeat;
	    background-size: 56px;
	}
	#univers_footer #homefooter_wrap_logos .clubaccor {
	    background: transparent url('../img/template_home/footer_clubaccor@2x.png') center left no-repeat;
	    background-size: 164px;
	}
	#univers_footer #homefooter_wrap_logos .appaccor{
		background:transparent url('../img/template_home/footer_app_accor@2x.png')  center center no-repeat;
		background-size: 160px;
	}
	#univers_footer #homefooter_wrap_logos .appandroid{
		background:transparent url('../img/template_home/footer_app_android@2x.png')  center center no-repeat;
		background-size: 122px;
	}
	#univers_footer #homefooter_wrap_logos .appios{
		background:transparent url('../img/template_home/footer_app_ios@2x.png')  center center no-repeat;
		background-size: 139px;
	}
*/
	#univers_footer #homefooter_wrap_logos .logodiv.raffles .logolink {
		background-image: url('../img/slide_bigfooter/mobile/footer_raffles@2x.png');
		width: 53px;
		height: 52px;
		margin: 10px 0 0 0;
		background-size: 53px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.leading .logolink {
		background-image: url('../img/slide_bigfooter/mobile/footer_leading@2x.png');
		width: 101px;
		height: 46px;
		background-size: 101px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.palace .logolink {
		background-image: url('../img/slide_bigfooter/mobile/footer_palace@2x.png');
		width: 95px;
		height: 55px;
		margin: 10px 0 0 0;
		background-size: 95px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_rm .logolink {
		background-image: url('../img/slide_bigfooter/mobile/footer_apprm@2x.png');
		width: 35px;
		height: 43px;
		background-size: 35px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.android {
		background-image: url('../img/slide_bigfooter/mobile/footer_android@2x.png');
		width: 85px;
		height: 25px;
		background-size: 85px;
		margin: 16px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.ios {
		background-image: url('../img/slide_bigfooter/mobile/footer_ios@2x.png');
		background-size: 90px;
		width: 90px;
		height: 27px;
		margin: 15px 0 0 0;
	}
	#landscape_alert {
		background-image: url('../img/icon_rotate@2x.png');
		background-size: 60px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and ( min-width: 990px),
only screen and ( min--moz-device-pixel-ratio: 2) and ( min-width: 990px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and ( min-width: 990px),
only screen and ( min-device-pixel-ratio: 2) and ( min-width: 990px),
only screen and ( min-resolution: 192dpi) and ( min-width: 990px),
only screen and ( min-resolution: 2dppx) and ( min-width: 990px) {
	#univers_footer #homefooter_wrap_logos .logodiv.raffles .logolink {
		background-image: url('../img/slide_bigfooter/footer_raffles@2x.png');
		background-size: 75px;
		width: 75px;
		height: 74px;
		margin: 10px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.leading .logolink {
		background-image: url('../img/slide_bigfooter/footer_leading@2x.png');
		background-size: 145px;
		width: 145px;
		height: 65px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.palace .logolink {
		background-image: url('../img/slide_bigfooter/footer_palace@2x.png');
		background-size: 137px;
		width: 137px;
		height: 78px;
		margin: 10px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_rm .logolink {
		background-image: url('../img/slide_bigfooter/footer_apprm@2x.png');
		background-size: 50px;
		width: 50px;
		height: 61px;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.android {
		background-image: url('../img/slide_bigfooter/footer_android@2x.png');
		background-size: 122px;
		width: 122px;
		height: 36px;
		margin: 16px 0 0 0;
	}
	#univers_footer #homefooter_wrap_logos .logodiv.app_stores .logolink.ios {
		background-image: url('../img/slide_bigfooter/footer_apple@2x.png');
		background-size: 129px;
		width: 129px;
		height: 38px;
		margin: 15px 0 0 0;
	}
}


/**************************************************************************************/


/********************* CUSTOM CSS : HIGH RES IMAGES ***********************************/


/**************************************************************************************/

@media screen and (min-width: 768px) and (orientation: landscape),
screen and (min-width: 768px) and (orientation: portrait) {
	a[href*="tel:"] {
		cursor: default;
		pointer-events: none;
		text-decoration: none !important;
	}
}


/* HIDE MOVIE SELECT LIST*/

.select_themovie {
	display: none;
}