

/* STYLE POUR ECRAN < 900 PX */

.over-900     { display: none!important; }
.over-b-900   { display: none!important; }
.over-ib-900  { display: none!important; }
.over-tb-900  { display: none!important; }
.over-tbc-900 { display: none!important; }
.under-900    { display: initial!important; }
.under-b-900  { display: block!important; }
.under-ib-900 { display: inline-block!important; }
.under-tb-900 { display: table!important; }
.under-tbc-900{ display: table-cell!important; }









#site-header .header-titles {
	top: 0;
	right: 0;
	width: 100%;
	height: 110px;
	bottom: auto;
}

#site-header .site-title {
	border-bottom: 4px solid #FFF;
	border-right: none;
}

#site-header .site-title:after {
	content: '';
	display: block;
	height: 4px;
	width: 300px;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -150px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 10%, rgba(178,178,178,1) 33%, rgba(102,102,102,1) 50%, rgba(178,178,178,1) 67%, rgba(255,255,255,1) 90%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 10%,rgba(178,178,178,1) 33%,rgba(102,102,102,1) 50%,rgba(178,178,178,1) 67%,rgba(255,255,255,1) 90%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 10%,rgba(178,178,178,1) 33%,rgba(102,102,102,1) 50%,rgba(178,178,178,1) 67%,rgba(255,255,255,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	z-index: 2;
}

#site-header .site-title a {
	width: auto;
	display: inline-block;
	height: 300px;
	position: relative;
	top: -25px;
	margin: 0 auto;
	text-align: center;
	background-image: url('../img/fond-titre-mobile.png');
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: bottom center;
}

#site-header .site-title a img {
	height: 100%;
	width: auto;
}

.just-carousel-slide .just-carousel-slide-content {
	margin-left: 0;
}

.just-carousel-slide > span {
	width: 1200px!important;
	padding-top: 570px !important;
	position: relative;
	left: 50%;
	margin-left: -600px;
}

#site-header .header-links {
	position: static;
}

#site-header .header-links a {
	top: 114px;
	position: absolute;
	right: 15px;
	z-index: 1;
}

#site-header .header-links a:first-child {
	right: auto;
	left: 15px;
}

.just-carousel-slide {
	overflow: hidden;
}


/* NAV */

#site-header .header-navigation-wrapper {
	z-index: auto;
	position: static;
}

#site-header .header-navigation-wrapper > nav {
	overflow: hidden;
}

#site-header .header-navigation-wrapper > nav,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu-block {
	position: fixed;
	left: -80%;
	top: 0;
	bottom: 0;
	width: 80%;
	height: 100%;
	z-index: 999999;
	background-color: #57616D;
	border-right: 5px solid #2C2F34;
	border-bottom: none;
	font-size: 0;
	padding: 0;
	-webkit-transition: left .4s cubic-bezier(.5,0,0,1);
	-o-transition: left .4s cubic-bezier(.5,0,0,1);
	transition: left .4s cubic-bezier(.5,0,0,1);
}

#site-header .header-navigation-wrapper ul.primary-menu .sub-menu-block {
	border-right-color: transparent !important;
}

#site-header .header-navigation-wrapper > input:checked ~ nav {
	left: 0;
}

#site-header .header-navigation-wrapper > nav:before,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu-block:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
}

#site-header .header-navigation-wrapper > nav:after {
	content: '';
	width: 100%;
	height: 400px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: url('../img/menu.jpg');
}






/* UL */

#site-header .header-navigation-wrapper ul.primary-menu,
#site-header .header-navigation-wrapper ul,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu-block > ul {
	height: 75%;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	font-size: 14px;
	font-size: 1rem;
	padding: 0;
	position: relative;
	left: 0;
	top: auto!important;
	right: auto;
	bottom: auto;
	z-index: 2;
	-webkit-transition: left .4s cubic-bezier(.5,0,0,1);
	-o-transition: left .4s cubic-bezier(.5,0,0,1);
	transition: left .4s cubic-bezier(.5,0,0,1);
}





/* LI */

#site-header .header-navigation-wrapper ul.primary-menu > li,
#site-header .header-navigation-wrapper ul > li,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu li {
	display: table;
	width: 100%;
	margin: 0;
	height: 12.5%;
	min-height: 60px;
	vertical-align: top;
	position: relative;
}







/* A */

#site-header .header-navigation-wrapper ul.primary-menu > li > a,
#site-header .header-navigation-wrapper ul > li > a,
#site-header .header-navigation-wrapper ul.primary-menu ul.sub-menu > li > a,
#site-header .header-navigation-wrapper ul.primary-menu ul.sub-menu > li.back-item > label,
#site-header .header-navigation-wrapper ul.primary-menu a:hover,
#site-header .header-navigation-wrapper ul.primary-menu a:focus,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu .back-item label:hover,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu .back-item label:focus {
	padding: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	background-image: none;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	opacity: 1 !important;
}









/* LABEL */

#site-header .header-navigation-wrapper ul.primary-menu li.menu-item-has-children > label {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: right;
	width: auto;
}

#site-header .header-navigation-wrapper ul.primary-menu li.menu-item-has-children > label .submenu-toggle-icon {
	width: auto;
	height: 100%;
	margin-right: 0;
	margin-left: auto;
	display: inline-block;
	position: relative;
}

/* Firefox */
@-moz-document url-prefix() {
	#site-header .header-navigation-wrapper ul.primary-menu li.menu-item-has-children > label .submenu-toggle-icon {
		height: 9.375vh;
	}
}

#site-header .header-navigation-wrapper ul.primary-menu li.menu-item-has-children > label img {
	height: 100%;
	width: auto;
	max-width: none;
}

#site-header .header-navigation-wrapper ul.primary-menu li.menu-item-has-children > a[href="#"] ~ label {
	width: 100%;
}











/* SUBMENU */

#site-header .header-navigation-wrapper ul.primary-menu .sub-menu-block,
#site-header .header-navigation-wrapper ul.primary-menu a:hover ~ .sub-menu-block,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu-block:hover {
	display: block !important;
	width: 80%;
	height: 100%;
	position: fixed;
	left: -80%;
	right: auto;
	min-width: 0;
	top: 0;
	bottom: 0;
	max-width: none;
	overflow: auto;
	background: none;
	-webkit-transition: left .4s cubic-bezier(.5,0,0,1);
	-o-transition: left .4s cubic-bezier(.5,0,0,1);
	transition: left .4s cubic-bezier(.5,0,0,1);
}

#site-header .header-navigation-wrapper > input:checked ~ nav ul.primary-menu li[data-checked="true"] > .sub-menu-block {
	left: 0!important;
}
/*
#site-header .header-navigation-wrapper ul.primary-menu li.current_page_item > a,
#site-header .header-navigation-wrapper ul.primary-menu li.current_page_parent > a,
#site-header .header-navigation-wrapper ul.primary-menu li.current_page_ancestor > a,
#site-header .header-navigation-wrapper ul.primary-menu li.current-menu-item > a,
#site-header .header-navigation-wrapper ul.primary-menu li.current-menu-parent > a,
#site-header .header-navigation-wrapper ul.primary-menu li.current-menu-ancestor > a {
	color: #547CAF!important;
}
*/

#site-header .header-navigation-wrapper ul.primary-menu a:after {
	bottom: 20px;
	margin-left: 0;
	height: 1px;
}

#site-header .header-navigation-wrapper ul.primary-menu a:hover:after,
#site-header .header-navigation-wrapper ul.primary-menu a:focus:after,
#site-header .header-navigation-wrapper ul.primary-menu li:hover > a:after,
#site-header .header-navigation-wrapper ul.primary-menu li:focus > a:after,
#site-header .header-navigation-wrapper ul.primary-menu .current_page_item > a:after,
#site-header .header-navigation-wrapper ul.primary-menu .current_page_parent > a:after,
#site-header .header-navigation-wrapper ul.primary-menu .current_page_ancestor > a:after,
#site-header .header-navigation-wrapper ul.primary-menu .current-menu-item > a:after,
#site-header .header-navigation-wrapper ul.primary-menu .current-menu-parent > a:after,
#site-header .header-navigation-wrapper ul.primary-menu .current-menu-ancestor > a:after {
	width: 100px;
	margin-left: -50px;
	left: 50%;
}

#site-header .header-navigation-wrapper nav[data-opened="true"] ul.primary-menu > li[data-checked="true"] > a[href="#"] ~ label::before,
#site-header .header-navigation-wrapper nav[data-opened="true"] ul.primary-menu > li[data-checked="true"] > a[href="#"] ~ label::after {
	bottom: 24%!important;
}

#site-header .header-navigation-wrapper ul.primary-menu a,
#site-header .header-navigation-wrapper ul.primary-menu .sub-menu .back-item label {
	padding-left: 100px;
}

#site-header .header-navigation-wrapper ul.primary-menu li li > a,
#site-header .header-navigation-wrapper ul.primary-menu li li.back-item > label {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0;
}

#site-header .header-navigation-wrapper ul.primary-menu li li.menu-item-has-children > a {
	padding-right: 100px;
	margin-right: -100px;
}

#site-header .header-navigation-wrapper ul.primary-menu li li.menu-item-has-children > label {
	display: inline-block;
	height: 38px;
	width: 100px;
	vertical-align: middle;
}

#site-header .header-navigation-langs {
	left: auto;
	right: 20px;
	width: auto;
	height: 50px;
	text-align: right;
	z-index: 9;
}

#site-header .header-titles {
	text-align: center;
}

/**
* BUTTON
*/
.menu-toggle-panel {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 999998;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .4s cubic-bezier(.5,0,0,1);
	-o-transition: opacity .4s cubic-bezier(.5,0,0,1);
	transition: opacity .4s cubic-bezier(.5,0,0,1);
}

#site-header .header-navigation-wrapper > input:checked ~ .menu-toggle-panel {
	opacity: 1;
	pointer-events: all;
}

.menu-toggle-button {
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0!important;
	position: relative;
	z-index: 2;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Trajan', 'Trajan Pro', 'Cinzel', 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 90px;
	height: 110px;
	margin-left: 20px!important;
	text-align: right;
	padding-right: 10px;
	line-height: 108px;
}

.menu-toggle-button .menu-toggle-label {
	width: 70px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.menu-toggle-button .menu-toggle-label:before {
	content: '';
	width: 10px;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 3px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	left: -10px;
}

.menu-toggle-button .menu-toggle-label:after {
	content: '';
	width: 10px;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 3px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	right: -10px;
}

.menu-toggle-button .menu-toggle-icon {
	position: absolute;
	width: 0px;
	height: 30px;
	margin-top: -16px;
	margin-right: 45px;
	top: 50%;
	right: 0;
	display: block;
	-webkit-transition: all .5s cubic-bezier(.7,0,0,1);
	-o-transition: all .5s cubic-bezier(.7,0,0,1);
	transition: all .5s cubic-bezier(.7,0,0,1);
}

.menu-toggle-button:hover .menu-toggle-icon,
.menu-toggle-button:focus .menu-toggle-icon {
	width: 90px;
	margin-right: 0;
}

.menu-toggle-button .menu-toggle-icon:before {
	content: '';
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.menu-toggle-button .menu-toggle-icon:after {
	content: '';
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#site-header .header-navigation-langs > * {
	line-height: 50px;
}

#site-header .header-navigation-langs > *.active {
	background-color: #7C8086;
}

#site-header .header-titles-links {
	height: 50px;
	position: absolute;
	top: -56px;
	right: 0;
	background-color: transparent;
	background-image: none;
	background: none;
}

#site-header .header-titles-links a {
	font-size: 14px;
	font-size: 1rem;
	line-height: 50px;
	padding: 0 10px !important;
}

#site-header .header-titles-links span {
	height: 42px;
}

#site-header .header-titles-wrapper {
	z-index: 3;
	padding: 0;
}






#site-content {
	padding-left: 10px;
	padding-right: 10px;
}

.easingslider-controls,
.easingslider-slide-content {
	height: 220px;
	top: 340px;
}

.easingslider-pagination {
	padding-right: 0;
}

.easingslider-buttons {
	padding-right: 0;
}

.easingslider-controls .easingslider-buttons div.easingslider-next {
	right: 30px;
}

.easingslider-slide-content-inner {
	left: 0;
	padding: 0 60px 70px 60px;
}

.easingslider-slide-content-inner h2 {
	font-size: 24px;
	font-size: 1.714rem;
}

.easingslider-slide-content-inner h3 {
	font-size: 18px;
	font-size: 1.286rem;
}

.easingslider,
.easingslider-wrapper {
	height: 600px !important;
}

.easingslider-slide-content-inner .read-more {
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 9px;
	top: auto;
	height: 70px;
	width: 200px;
	padding: 8px 0 0 0;
	background: none;
}

.easingslider-slide-content-inner .read-more:after {
	display: none;
}

.easingslider-controls .easingslider-buttons div.easingslider-next {
	background-color: rgba(255,255,255,.66);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

body.page-template-accueil .accueil-appart,
body.page-template-accueil .accueil-tignes {
	-webkit-background-size: auto 220px;
	background-size: auto 220px;
}

body.page-template-accueil .accueil-appart {
	padding-top: 80px;
	padding-right: 50px;
	padding-left: 30px;
}

body.page-template-accueil #site-content .accueil-appart h3 {
	margin-bottom: 60px;
	max-width: 50%;
}

body.page-template-accueil .accueil-tignes {
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
}

body.page-template-accueil #site-content .accueil-tignes h2 {
	margin-bottom: 55px;
	max-width: 200px;
}

body.page-template-accueil .accueil-appart:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 440px;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

body.page-template-accueil .accueil-tignes:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 440px;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(123,181,227,0) 20%, rgba(123,181,227,1) 50%);
	background: -webkit-linear-gradient(top, rgba(123,181,227,0) 20%, rgba(123,181,227,1) 50%);
	background: linear-gradient(to bottom, rgba(123,181,227,0) 20%, rgba(123,181,227,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

body.page-template-accueil .accueil-appart > *,
body.page-template-accueil #site-content .accueil-appart .accueil-btns,
body.page-template-accueil .accueil-tignes > *,
body.page-template-accueil #site-content .accueil-tignes .accueil-btns {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	z-index: 2;
}

body.page-template-accueil #site-content .accueil-appart .accueil-btns,
body.page-template-accueil #site-content .accueil-tignes .accueil-btns {
	margin-right: 0;
	text-align: center;
}

body.page-template-accueil #site-content .accueil-appart .accueil-btns .accueil-btn,
body.page-template-accueil #site-content .accueil-tignes .accueil-btns .accueil-btn {
	margin-right: 0;
}

body.page-template-accueil #site-content .accueil-appart div,
body.page-template-accueil #site-content .accueil-tignes div {
	max-width: none;
}

body.page-template-accueil .accueil-webcam {
	height: 200px;
}

body.page-template-accueil .accueil-webcam a {
	-ms-background-position-x: center;
	background-position-x: center;
	overflow: hidden;
}

body.page-template-accueil .accueil-webcam a:before,
body.page-template-accueil .accueil-webcam a:after {
	content: '';
	position: absolute;
	right: 50%;
	width: 200px;
	background-color: #F00;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(196,215,236,1) 0%, rgba(196,215,236,0) 70%);
	background: -webkit-linear-gradient(left, rgba(196,215,236,1) 0%, rgba(196,215,236,0) 70%);
	background: linear-gradient(to right, rgba(196,215,236,1) 0%, rgba(196,215,236,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eff8', endColorstr='#00e6eff8',GradientType=1 );
}

body.page-template-accueil .accueil-webcam a:after {
	left: 50%;
	right: auto;
	background: -moz-linear-gradient(left, rgba(196,215,236,0) 30%, rgba(196,215,236,1) 100%);
	background: -webkit-linear-gradient(left, rgba(196,215,236,0) 30%, rgba(196,215,236,1) 100%);
	background: linear-gradient(to right, rgba(196,215,236,0) 30%, rgba(196,215,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6eff8', endColorstr='#e6eff8',GradientType=1 );
}

body.page-template-accueil .accueil-webcam a span {
	z-index: 2;
	background-color: rgba(211,228,247,.8);
	max-width: 250px;
	height: auto;
	width: 100%;
	padding: 13px 0 15px 0;
	top: auto;
	line-height: 1;
}

body.page-template-accueil .accueil-presentation-inner {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 50px;
	-webkit-background-size: auto 270px;
	background-size: auto 270px;
	-webkit-background-size: 60% auto;
	background-size: 60% auto;
	background-position: right bottom;
}

body.page-template-accueil #site-content .accueil-presentation {
	overflow: hidden;
}

body.page-template-accueil #site-content .accueil-presentation h2 {
	margin-bottom: 30px;
	max-width: 100%;
}

body.page-template-accueil .accueil-presentation-inner > *,
body.page-template-accueil #site-content .accueil-presentation .accueil-btns {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	z-index: 2;
}

body.page-template-accueil #site-content .accueil-presentation .accueil-btns {
	margin-right: 0;
}

.header-slider-link {
	margin-bottom: 50px;
}









/**
* CONTACT
*
.contact-infos,
.contact-form {
	padding-right: 0;
	margin-right: 0;
	display: block;
	width: 100%;
}*/

.contact-infos {
	width: 250px;
	padding-left: 0;
	margin-left: 0;
}

.contact-form {
	width: 100%;
	padding-right: 250px;
	margin-right: -250px;
}

.contact-infos h4 strong {
	display: block;
}






body.page-template-accueil .accueil-cuisine {
	background-position: top right;
	-webkit-background-size: auto 300px;
	background-size: auto 300px;
	padding-bottom: 20px;
}

html body.page-template-accueil #site-content .accueil-resa {
	background-position: left center, top right;
}

html body.page-template-accueil #site-content .accueil-resa {
	padding-bottom: 90px;
}

html body.page-template-accueil #site-content .accueil-cuisine .accueil-btns {
	text-align: center;
	margin-left: -40px;
	margin-right: -40px;
}

body.page-template-accueil #site-content .accueil-cuisine:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 650px;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

body.page-template-accueil #site-content .accueil-cuisine > * {
	position: relative!important;
	left: auto!important;
	top: auto!important;
	right: auto!important;
	bottom: auto!important;
	z-index: 2;
}

body.page-template-accueil #site-content .accueil-cuisine div {
	margin-bottom: 60px;
}

body.page-template-accueil #site-content .accueil-cuisine .accueil-btns .accueil-btn {
	margin: 10px;
}

html body.page-template-accueil #site-content .accueil-resa .accueil-btns {
	max-width: 500px;
	left: 0;
	right: auto;
	text-align: left;
	bottom: 10px;
}

html body.page-template-accueil #site-content .accueil-resa .accueil-btns > * {
	margin-bottom: 10px;
}