t */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
 font-family: "Montserrat Thin";
 src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
}

@font-face {
 font-family: "Montserrat Light";
 src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
 font-family: "Montserrat Regular";
 src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
 font-family: "Montserrat Italic";
 src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
 font-family: "Montserrat Medium";
 src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
 font-family: "Montserrat Bold";
 src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
 font-family: "Montserrat ExtraBold";
 src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
 font-family: "Montserrat Black";
 src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
 font-family: "Lora";
 src: url("../fonts/Lora.ttf") format("truetype");
}

@font-face {
 font-family: "Geller Bold";
 src: url("../fonts/Geller-TextBold.otf") format("truetype");
}

@font-face {
 font-family: "Geller Light";
 src: url("../fonts/Geller-TextLight.otf") format("truetype");
}

@font-face {
 font-family: "Geller Regular";
 src: url("../fonts/Geller-TextRegular.otf") format("truetype");
}

@font-face {
 font-family: "Geller SemiBold";
 src: url("../fonts/Geller-TextSemiBold.otf") format("truetype");
}

body {
	line-height: 1.3;
	font-family: 'Montserrat Regular';
	font-size: .9rem;
	color: #000000;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	box-sizing: border-box;
}

div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}

div, nav, header {
	box-sizing: border-box;
}

p {
	text-align: left;
	font-family: Montserrat Regular;
	font-size: .8rem;
}

p.subtitle {
	margin: 0px;
	text-align: center;
	font-size: 1.7rem;
	font-family: Montserrat Light;
}

p.p-18 {
	font-size: 18px
}

a, a:active { text-decoration: none; color: inherit; }

strong {
	font-family: Montserrat Medium;
}

.text-center {
	text-align: center !important;
}

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

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

.primary-color {
	color: #7b1036 !important;
}

.bg-primary {
	background: #7b1036 !important;
}

.h1-page {
	position: relative;
	width: auto;
	font-family: Geller SemiBold;
	color: #7b1036;
	text-align: center;
	font-size: 3rem;
	margin: 10px 0;
}

.header-page {
	position: relative;
	height: 425px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -70px;
}

.header-millesime {
	background-image: url('../img/header-page-millesimes.png');
}

.header-chateau {
	background-image: url('../img/header-page-chateau.png');
}

.header-actus {
	background-image: url('../img/header-page-actus.png');
}

.h1-page-header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Geller SemiBold;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	line-height: .6;
	margin: 0;
}

.h1-subtitle {
	font-family: Montserrat Light;
	font-size: 1.3rem;
}

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

header {
	position: relative;
	max-width: 1200px;
	padding: 20px 15px;
	margin: 0px auto;
	text-align: center;
	height: 125px;
	z-index: 2;
}

.logo-header {
	position: relative;
	float: left;
	width: 20%;
	height: 130px;
	z-index: 2;
}

nav {
	position: relative;
	float: left;
	padding: 52px 10px;
	width: 60%;
}

nav ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Montserrat Bold;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 20px;
	cursor: pointer;
	transition: all .2s;
}

nav ul li:hover,
nav ul li.active {
	color: #7b1036;
}

.box-lang-header {
	position: relative;
	float: left;
	width: 20%;
	padding: 52px 10px;
	font-size: 1rem;
}

footer {
	position: relative;
	width: auto;
	background: linear-gradient(100deg, #fff, #cacaca);
	box-shadow: inset 0px 5px 15px 0px #ccc;
/*	background: url('../img/bg-footer.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;*/
}

.col-footer-40 {
	position: relative;
	float: left;
	width: 40%;
	padding: 39px 15px;
	line-height: 1.6;
}

.col-footer-20 {
	position: relative;
	float: left;
	width: 20%;
	padding: 15px;
}

.copyright {
	position: relative;
	text-align: center;
	color: #7b1036;
	font-size: .8rem;
	padding-bottom: 10px;
	font-family: Montserrat Medium;
}

.item-footer {
	position: relative;
	font-family: Montserrat Medium;
	font-size: .9rem;
}

.landing {
	position: relative;
	width: auto;
	/*background-image: url('../img/landing-image.jpg');*/
}

.home-video {
	position: relative;
	/*top: 0;
	left: 0;*/
	width: 100%;
	height: auto;
	z-index: 1;
	overflow: hidden;
}

.box-landing {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.logo-landing {
	position: relative;
	text-align: center;
	height: 310px;
}

.logo-landing img {
	height: 310px;
	width: 310px;
}

.box-btn-landing {
	position: relative;
	width: 1000px;
	margin-top: 35px;
	text-align: center;
}

.item-btn-landing {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 40px;
	margin: 0px 20px;
}

input[type=button].btn-landing {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	background: #7b1036;
	color: #FFF;
	border: none;
	padding: 10px 0;
	font-family: Montserrat Bold;
	font-size: 1rem;
	text-transform: uppercase;
	border-radius: 10px;
	/*margin: 0px 20px;*/
	vertical-align: top;
	cursor: pointer;
	/*box-shadow: 0 0 10px #000;*/
	cursor: pointer;
	/*transition: all .2s;*/
}

input[type=button].btn-landing:hover {
	box-shadow: 0 0 10px #333;
/*	padding: 9px 0;
	width: 179px;*/
}

.box-rs {
	position: fixed;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	background: #FFFFFF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
	z-index: 9;
	box-shadow: 0px 0px 10px 0px rgba(0, 0 ,0 , 0.3);
}

.item-rs {
	position: relative;
	height: 28px;
	width: 28px;
	margin-bottom: 10px;
}

.item-rs:last-child {
	margin-bottom: 0;
}

.box-lang {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	z-index: 9;
}

.container {
	position: relative;
	max-width: 1200px;
	padding: 20px 15px;
	margin: 0px auto;
}

.container-home {
	position: relative;
	padding: 20px 40px;
	margin: 0px auto;
}

.container-chateau {
	position: relative;
	height: 2665px;
	/*width: 2665px;*/
	padding: 20px 15px;
	background-image: url('../img/bg-page-chateau.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.col-3 {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 15px;
}

.col-2x3 {
	position: relative;
	float: left;
	width: 66.67%;
	padding: 15px;
}

.col-2 {
	position: relative;
	float: left;
	width: 50%;
	padding: 15px;
}

.encart-home {
	position: relative;
	width: auto;
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rollover-encart {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	cursor: pointer;
	opacity: 0;
	transition: all .2s;
}

.encart-home:hover .rollover-encart {
	opacity: .2;
}

.name-encart {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	font-family: Geller SemiBold;
	text-align: center;
	color: #FFF;
	font-size: 1.9rem;
	z-index: 2;
	cursor: pointer;
}

.form-contact	{
	position: relative;
	max-width: 1170px;
	margin: 0 auto 50px auto;
}

.ligne-form {
	position: relative;
	padding: 5px 0px;
}

.col-form {
	position: relative;
	float: left;
	width: 50%;
}

.col-left {
	padding-right: 5px;
}

.col-right {
	padding-left: 5px;
}

.col-left-large {
	padding-right: 3%;
}

.col-right-large {
	padding-left: 3%;
}

input[type="radio"].contact {
  display: none;
}

input[type="radio"].contact + label {
  position: relative;
 	float: left;
  height: auto;
  width: 19%;
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.3rem;
  color: #fff;
  background: #7b1036;
  border: none;
  margin-right: 1%;
  cursor: pointer;
  vertical-align: top;
}

input[type="radio"].contact + label:last-child {
	margin-right: 0;
}

input[type="radio"].contact:checked + label {
	background: url('../img/bg-radio-checked.png') no-repeat 95% 10%, #7b1036;
	background-size: 13%;
}

input[type=text] {
	position: relative;
	width: 100%;
	height: auto;
	padding: 7px;
	border: #ccc solid 1px;
	box-sizing: border-box;
	font-family: Montserrat Regular;
	font-size: .9rem;
}

textarea {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 7px;
	border: #ccc solid 1px;
	box-sizing: border-box;
	font-family: Montserrat Regular;
	font-size: .9rem;
}

input[type=submit] {
	position: relative;
	display: inline-block;
	min-width: 180px;
	background: #7b1036;
	color: #FFF;
	border: none;
	padding: 10px 30px;
	font-family: Montserrat Medium;
	border-radius: 10px;
	vertical-align: top;
	cursor: pointer;
}

.ligne-shadow {
	position: relative;
	width: auto;
	padding: 50px 0;
	background-image: url('../img/shadow-top.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.bloc-txt-chateau {
	position: absolute;
	text-align: left;
	width: 30%;
}

.h2-page {
	position: relative;
	text-align: left;
	font-family: Geller Regular;
	font-size: 2rem;
	color: #7b1036;
	margin: 0px;
	line-height: 1;
}

.btn-savoir-plus {
	position: relative;
	text-align: left;
	font-family: Montserrat Bold;
	color: #7b1036;
}

.h3-page {
	position: relative;
	text-align: center;
	font-family: Geller SemiBold;
	font-size: 2.2rem;
	color: #7b1036;
	margin: 0 0 30px 0;
}

.btn-blanc {
	position: relative;
	display: inline-block;
	background: #fff;
	border: #7b1036 solid 1px;
	border-radius: 7px;
	padding: 10px 20px;
	text-align: center;
	color: #7b1036;
	font-family: Montserrat Bold;
	margin: 0 15px;
	cursor: pointer;
	transition: all .2s;
}

.btn-blanc:hover {
	background: rgba(123, 16, 54, .2);
	cursor: pointer;
}

.btn-rouge {
	position: relative;
	display: inline-block;
	background: #7b1036;
	border-radius: 7px;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-family: Montserrat Medium;
	margin: 10px 0;
	border: none;
	cursor: pointer;
}

.tab-chateau {
	position: relative;
}

.line-tab-chateau {
	position: relative;
	height: auto;
	border-top: #ccc solid 1px;
}

.line-tab-chateau:last-child {
	border-bottom: #ccc solid 1px;
}

.col-tab-chateau {
	position: relative;
	float: left;
	width: 50%;
	padding: 10px 0;
	text-align: center;
	border-right: #ccc solid 1px;
}

.col-tab-chateau:last-child {
	border: none;
}

.box-galerie {
	position: relative;
	width: auto;
	height: auto;
}

.img-slide {
	position: relative;
	height: 275px;
	width: 275px;
	margin-bottom: 20px;
}

.img-slide:last-child {
	margin-bottom: 0;
}

.h4-page {
	position: relative;
	text-align: center;
	color: #000;
	font-family: MOntserrat Medium;
	font-size: 1rem;
	padding: 15px 0;
	margin-bottom: 15px;
}

.box-equipe {
	position: relative;
	background-image: url('../img/bg-equipe.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
	text-align: center;
	padding: 85px 0;
}

.arrow-equipe {
	position: absolute;
	top: -22px;
	left: 50%;
	height: 44px;
	width: 44px;
	transform: translateX(-50%);
}

.item-equipe {
	position: relative;
	display: inline-block;
	width: 210px;
	height: auto;
	vertical-align: top;
	margin-right: 25px;
}

.item-equipe:last-child {
	margin-right: 0;
}

.photo-item-equipe {
	position: relative;
	width: 210px;
	height: 260px;
	text-align: center;
	overflow: hidden;
}

.photo-item-equipe img {
	width: 100%;
}

.nom-item-equipe {
	position: relative;
	text-align: center;
	font-family: Geller SemiBold;
	font-size: 1.3rem;
	color: #7b1036;
	padding: 15px 0px 5px 0;
}

.fonction-item-equipe {
	position: relative;
	text-align: center;
}

.insta-pic {
	position: relative;
	float: left;
	height: 225px;
	width: 225px;
	margin-left: 20px;
}

.nom-bouteille {
	position: relative;
	text-align: center;
	font-family: Geller SemiBold;
	font-size: 1rem;
	color: #7b1036;
	padding: 5px 0px;
	transition: all .2s;
}

.annee-bouteille {
	position: relative;
	text-align: center;
	font-size: .9rem;
	transition: all .2s;
}

.col-fiche {
	position: relative;
	float: left;
}

.h3-fiche {
	position: relative;
	text-align: center;
	font-family: Geller SemiBold;
	font-size: 2.2rem;
	color: #7b1036;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1;
}

.sous-titre-fiche {
	font-size: 1.1rem;
	text-align: center;
	margin: 0;
}

p.millesime {
	font-size: 3rem;
	text-align: center;
	margin: 10px 0 20px 0;
}

.ligne-tab-fiche {
	position: relative;
	width: auto;
	padding: 8px 0;
	text-align: center;
	border-bottom: #ccc solid 1px;
}

.ligne-tab-fiche:first-child {
	border-top: #ccc solid 1px;
}

.scroller {
  width: auto;
  height: 670px;
  overflow-y: scroll;
  scrollbar-color: #cecece transparent;
  scrollbar-width: thin;
  ::-webkit-scrollbar-color: #cecece transparent;
  ::-webkit-scrollbar-width: thin;
  padding-right: 25px;
}

.scroller p {
	text-align: justify;
	line-height: 1.6;
}

.h5-page {
	position: relative;
	text-align: left;
	color: #7b1036;
	font-family: Montserrat Medium;
	font-size: 1rem;
	padding: 0;
	margin-bottom: 5px;
}

.ligne-call-to-action {
	position: relative;
	background-color: #7b1036;
	padding: 15px 0;
	text-align: center;
	font-family: Montserrat Bold;
	color: #fff;
	margin-bottom: 85px;
}

.ligne {
	position: relative;
	text-align: center;
}

.encart-3 {
	float: left;
	width: 33.33%;
}

.encart-newsletter {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 250px;
	width: 250px;
	background: #fff;
	box-shadow: 0 0 20px #ccc;
	margin: 21px 21px;
}

.encart-newsletter:nth-child(4n) {
	margin-right: 0;
}

.content-newsletter {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	font-family: Geller SemiBold;
	font-size: 2.4rem;
	color: #7b1036;
	text-align: center;
	line-height: .9;
}

.h4-newsletter {
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	font-family: Geller Regular;
	color: #7b1036;
	line-height: 1.2;
}

.form-newsletter {
	position: relative;
	float: right;
	text-align: right;
}

.form-newsletter input[type="text"] {
	border-radius: 10px;
	margin-bottom: 20px;
}

.content-popup {
	position: relative;
	float: left;
	width: 60%;
	height: 570px;
  overflow-y: scroll;
  scrollbar-color: #cecece transparent;
  scrollbar-width: thin;
  padding-right: 25px;
}

.content-popup p {
	text-align: justify;
	line-height: 1.6;
}

.pro-icone {
	position: relative;
	height: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.pro-icone img {
	width: 150px;
}

.pro-text {
	padding: 0 10px;
}

#phenologie h4 {
	margin-top: 0px;
}

.h2-mentions-legales {
	position: relative;
	text-align: left;
	font-family: Geller Regular;
	font-size: 1.7rem;
	color: #7b1036;
	margin: 0px;
	line-height: 1;
}

.pop-photo {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%;)
	width: 50%;
	height: 50%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px #999;
}

.col-pro {
	min-height: 350px;
}

.bloc-illustration {
	display: none;
}

.btn-menu-mobile {
	display: none;
}

.menu-mobile {
	display: none;
}

@media (max-width: 768px) {

	.home-video {
		display: none;
	}

	.landing {
		background-image: url('../img/landing-image.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 650px;
	}

	.box-landing {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: auto;
		padding: 50px 0;
	}

	.logo-landing {
		width: 60%;
		height: auto;
		margin: 0 auto 50px;
	}

	.logo-landing img {
		width: 100%;
		height: auto;
	}

	.box-btn-landing {
		width: auto;
	}

	.item-btn-landing {
		position: relative;
		display: block;
		text-align: center;
		width: auto;
		margin: 20px 0;
	}

	.item-btn-landing input {
		margin: 0px ! important;
	}

	.col-3 {
		position: relative;
		float: none;
		width: auto;
	}

	.container-home {
		padding: 20px 10px;
	}

	.h1-page-header {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: Geller SemiBold;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    line-height: .6;
    margin: 0;
	}

	.h1-subtitle {
		font-size: 1rem;
	}

	.container-chateau {
		height: auto;
		background: #FFF;
		padding: 0;
	}

	.bloc-txt-chateau {
		position: relative;
		height: auto;
		width: auto;
		top: 0 !important;
		left: 0 !important;
	}

	#h-auto {
		height: auto !important;
	}

	.h3-page {
		font-size: 1.8rem;
	}

	.btn-blanc {
		display: block;
		margin: 20px 0;
	}

	.col-tab-chateau {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 10px;
    text-align: left;
    border-right: none;
    border-bottom: #ccc solid 1px;
	}

	.col-fiche {
		position: relative;
		float: none;
		width: auto !important;
	}

	#hide-on-mobile {
		display: none;
	}

	.scroller {
		height: auto;
		overflow-y: none;
		padding-right: 0px;
	}

	.btn-rouge {
		display: block;
		margin: 10px auto !important;
	}

	.encart-3 {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.bloc-illustration {
		display: block;
		position: relative;
		height: auto;
		width: auto;
		margin-bottom: 15px;
		text-align: center;
	}

	.bloc-illustration img {
		width: 100%;
		height: auto;
	}

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

	.header-millesime {
		background-image: url('../img/header-page-millesimes-mobile.jpg');
	}

	.header-millesime {
		background-image: url('../img/header-page-chateau-mobile.jpg');
	}

	.header-actus {
		background-image: url('../img/header-page-actus-mobile.jpg');
	}

	.col-2 {
		position: relative;
		float: none;
		width: auto;
		height: auto;
		min-height: 0px !important;
	}

	.col-2x3 {
		position: relative;
		float: none;
		width: auto;
	}

	.fb-post iframe {
		width: auto !important;
	}

	.v-center {
    position: relative;
    top: 0;
    transform: none;
	}

	.encart-newsletter {
    position: relative;
    display: block;
    vertical-align: top;
    height: 250px;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    margin: 21px auto;
	}

	.encart-newsletter {
		box-shadow: 0 0 10px #ccc;
	}

	.encart-newsletter:nth-child(4n) {
		margin-right: auto !important;
	}

	.col-footer-40 {
		float: none;
		width: auto;
		padding: 0 15px;
	}

	.col-footer-20 {
		float: none;
		width: auto;
	}

	.item-footer {
		text-align: center;
	}

	.copyright {
		padding: 20px 15px;
	}

	input[type="radio"].contact + label {
    float: none;
    display: inline-block;
    width: 48%;
    padding: 10px 0;
    margin-bottom: 5px;
	}

	.ligne-form {
		padding: 0px;
	}

	.col-form {
		float: none;
		width: auto;
	}

	.col-left,
	.col-right {
		padding: 0;
	}

	.col-form input[type="text"] {
		margin-bottom: 10px;
	}

	.ligne-form input[type="submit"] {
		margin: 10px 0;
	}

	.col-right-large {
		padding-left: 0;
	}

	.col-left-large {
		padding-right: 0;
	}

	.box-equipe {
		height: auto;
	}

	.item-equipe {
		margin: 0 auto 20px auto;
	}

	.logo-header {
    position: relative;
    float: left;
    width: 130px;
    height: 130px;
    z-index: 2;
	}

	nav {
		display: none;
    position: relative;
    float: right;
    padding: 33px 0;
    width: 60%;
	}

	nav ul li {
    position: relative;
    display: block;
    vertical-align: top;
    font-family: Montserrat Bold;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: right;
    margin: 0px;
    cursor: pointer;
    transition: all .2s;
	}

	.box-lang-header {
    position: absolute;
    float: none;
    width: auto;
    padding: 0px;
    font-size: 1rem;
    top: 5px;
    right: 15px;
	}

	.btn-menu-mobile {
		display: block;
		position: relative;
		float: right;
		font-size: 2rem;
		padding: 25px 0px;
		z-index: 2;
	}

	.menu-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 1;
	}

	.content-menu {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
	}

	.item-menu-mobile {
		position: relative;
		text-align: center;
		text-transform: uppercase;
		font-family: Montserrat Bold;
    font-size: 1.3rem;
    padding: 5px;
	}

	#galerie .als-next {
    top: 53.5% !important;
    width: 25px !important;
    height: 25px !important;
    transform: translateY(-50%);
    text-align: center;
	}

	#galerie .als-prev {
		left: -11px !important;
	}

	#galerie .als-next {
    right: -15px !important;
	}

	#colorbox {
		background: #FFF !important;
	}

	.content-popup {
		width: auto;
		padding-top: 50px;
	}

	#cboxClose {
    right: 40px !important;
	}

	.als-item {
		min-width: 315px !important;
	}

	.img-slide {
		margin: 0 auto 20px;
	}

}
