* {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background: #171C23;
	font-family: serif;
	text-align: center;
	color: #333;
	height: 100%;
	font-family: 'Trebuchet MS', sans-serif;
	color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}

header {
	position: absolute;
	width: 425px;
	height: 176px;
	left: 70%;
	top: 30%;
	margin-top: -195px;
	margin-left: -150px;
	transform: translateX(-50%);
	text-align: center;
	z-index: 50;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 100%;
	-webkit-filter: lighten(100%);
}

.logo-header {
	position: absolute;
    bottom: 20px;
	margin-top: 85vh;
	margin-left: 8vw;
	z-index: 17;
}

.logo-header img {
	height: 10vh;
}

.bottle-header {
	position: absolute;
    bottom: 0;
	margin-left: 74vw;
	margin-top: 10vw;
	z-index: 20;
}

.bottle-white-header {
	position: absolute;
    bottom: 0;
	margin-left: 85vw;
	margin-top: 10vw;
	z-index: 20;
}

.bottle-header img,
.bottle-white-header img {
	height: 38vw;
}

.bib-header {
	position: absolute;
    bottom: 0;
	left: 20vw;
	margin-top: 24vw;
}

.bib-header img {
	width: 26vw;
}

.bib-header-mobile {
	display: none;
}

.verre-header {
	position: absolute;
    bottom: 0;
	margin-left: 64vw;
	margin-top: 26vw;
	z-index: 18;
}

.verre-header img {
	height: 23vw;
}


@media screen and (min-width:850px) and (max-width:1280px) {
	header {
		top: 35%;
	}
}

@media screen and (min-width:568px) and (max-width:850px) {
	header {
		width: 420px;
		height: 140px;
		left: 69%;
	}

	.logo-header {
		display: none;
	}

	.bottle-header,
	.bottle-white-header {
		margin-top: 46vw;
	}

	.bottle-header {
		margin-left: 58vw;
	}

	.bottle-white-header {
		margin-left: 79vw;
	}

	.bottle-header img,
	.bottle-white-header img {
		height: 80vw;
	}

	.bib-header {
		left: 3vw;
		margin-top: 79vw;
	}

	.bib-header img {
		width: 50vw;
	}

	.verre-header {
		display: none;
	}
}


#menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 900;
	height: 50px;
	background: transparent;
	color: white;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-right: 4em;
	padding-top: 1.5em;
	text-align: right;
	cursor: pointer;
	transition: background 0.4s ease-in-out;
}

#menu.darker {
	background: #1D242A;
}

#menu::after {
	content: "";
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	width: 1.4em;
	height: 0.15em;
	background: white;
	box-shadow:
		0 0.45em 0 0 white,
		0 0.9em 0 0 white;
}

nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;

}

nav .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 19, 23, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

nav.active {
	pointer-events: inherit;

}

nav.active .overlay {
	opacity: 1;
	left: 0;
}

nav .content {
	position: absolute;
	background: #19A596;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	text-align: left;
	padding: 4em 2em 0;

	transform: translate3d(100%, 0, 0);
	transition: transform 0.3s ease-in-out;

	-webkit-transform: translate3d(100%, 0, 0);
	transition: -webkit-transform 0.3s ease-in-out;
}

nav.active .content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

nav .content a {
	font-size: 0.9em;
	letter-spacing: 2px;
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1.2em 1em;
	border-bottom: 1px solid #2C7E72;
	min-width: 250px;
	transition: opacity 0.4s ease-in-out;
}

nav .content a:hover {
	opacity: 0.6;
}

nav .content a:last-child {
	border: 0;
}

footer {
	background-color: #222;
	color: white;
	padding: 1em 0;
}

footer a {
	font-size: 0.9em;
	color: inherit;
	text-decoration: none;
	margin: 0 1em;
}


footer a:hover {
	opacity: 0.5;
}

footer .icos {
	padding: .5em 0;
}

footer .icos img {
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	-webkit-filter: invert(80%);
	filter: invert(80%);
}

footer .legal {
	display: block;
	font-family: sans-serif;
	letter-spacing: 2px;
	font-size: 0.8em;
	padding: 1em 0;

	color: gray;
}

.hero {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	min-height: 40px;
	position: relative;
}

.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); */
}


.hero h2 {
	color: white;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	padding-top: 60px;
}

.hero::after {
	content: 'Découvrir';
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 2px;
	position: absolute;
	display: block;
	bottom: 7%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	height: 50px;
	text-align: center;
	z-index: 10;
	background: url(../img/arrow-scroll.svg) no-repeat;
	background-position: 50% 100%;
	background-size: 20px;
}

#presentation,
#contact {
	padding: 8em 0;
	color: white;
	background-color: #20262F;
}

#presentation i {
	font-size: 0.8em;
}


h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.75em;
	letter-spacing: 2px;
	margin: 0 auto 0 auto;
	width: 60%;
}

h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.75em;
	letter-spacing: 2px;
}

h3::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #158C7F;
	margin: 1em auto;
}

p {
	font-size: 16px;
	line-height: 1.5em;
	width: 60%;
	margin: 0 auto 1em auto;
	opacity: 0.6;
	letter-spacing: 0.5px;
}

#presentation {
	padding-bottom: 0;
}


#presentation section h4,
#presentation section p {
	margin: 0;
	text-align: left;
	width: 100%;
	max-width: none;
}

#presentation section h4 {
	margin-bottom: 1em;
}

#presentation section p {
	margin-bottom: 1em;
}

#presentation section {
	width: 100%;
	min-height: 200px;
	position: relative;
	font-size: 16px;
	background: #1F262E;
}

#presentation section:nth-of-type(1) {
	margin-top: 8em;
	background: #1F262E;
}

#presentation section:nth-of-type(2) {
	background: #1C232A;
}

#presentation section:nth-of-type(3) {
	background: #1A2027;
}

#presentation section:nth-of-type(4) {
	background: #1F262E;
}

#presentation section:nth-of-type(5) {
	background: #1C232A;
}

#presentation section:nth-of-type(6) {
	background: #1A2027;
}

#presentation section:nth-of-type(7) {
	background: #1F262E;
}

#presentation section:nth-of-type(8) {
	background: #1C232A;
}

#presentation section .thumb {

	background-size: cover;
	background-position: 50%;
	width: 40%;
	height: 100%;
	position: absolute;
}

#presentation section .content {
	margin-left: 40%;
	padding: 8em 4em 7em 4em;
	max-width: 48em;
	width: 60%;
}

#presentation section:nth-child(even) .thumb {
	right: 0;
}

#presentation section:nth-child(even) .content {
	margin-left: 0;
	margin-right: 40%;
}


#nos-vins {
	background-color: #3E3E80;
	padding: 8em 0;
}

#nos-vins h3::after {
	background: #313165;
}

#nos-vins .packshot {
	height: 500px;
	width: 350px;
	display: inline-block;
	vertical-align: middle;
	position: relative;

	margin: 3em 0;
}

#nos-vins .packshot img {
	width: auto;
	max-width: 130%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


#storelocator {
	background-color: #1A2027;
	padding: 1rem 5rem;
}

#storelocator h2 {
	text-transform: uppercase;
	margin-bottom: 2em;
}

form.contact .rgpd p {
	color: lightgrey;
}

/* SMARTPHONES */
@media only screen and (max-width:568px) {
	body {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
		background-attachment: fixed;
		background-position-x: -25em;
	}

	header {
		width: 87%;
		height: 161px;
		left: 54%;
		margin-left: 0;
		background-size: 70%;
		top: 26%;
	}

	.bottle-header {
		margin-left: 44vw;
		margin-top: 34vh;
		z-index: 20;
	}

	.bottle-header img,
	.bottle-white-header img {
		height: 50vh;
	}

	.bottle-white-header {
		margin-left: 71vw;
		margin-top: 34vh;
		z-index: 20;
	}

	.bib-header {
		display: none;
	}

	/* .bib-header-mobile {
		display: block;
		position: absolute;
		z-index: 19;
		left: 13vw;
		margin-top: 33rem;
	} */

	.bib-header img {
		width: 22vh;
	}

	.verre-header {
		position: absolute;
		z-index: 18;
		margin-left: 19vw;
		margin-top: 52vh;
	}

	.verre-header img {
		height: 32vh;
	}

	#nos-vins .packshot {
		margin: 0em 0em;
	}

	#nos-vins .packshot img {
		max-width: 100%;
		max-height: 80%;
		bottom: 70px;
	}

	.hero {
		background-size: cover;
	}

	.hero h2 {
		font-size: 0.9em;
	}

	.hero::after {
		font-size: 0.65em;
	}

	h3,
	h4 {
		font-size: 1em;
	}

	h3,
	p {
		padding: 0 2em;
		width: 100%;
	}

	#presentation,
	#contact,
	#nos-vins {
		padding: 2em 0;
	}

	#presentation {
		padding-bottom: 0;
	}

	#presentation section:nth-of-type(1) {
		margin-top: 2em;
	}

	#presentation section .thumb {
		width: 100%;
		height: 240px;
		display: block;
		position: relative;
	}

	#presentation section .content {
		margin: 0 !important;
		padding: 2em;
		width: 100%;
		max-width: none;
	}

	#presentation section .content h4,
	#presentation section .content p {
		padding: 0;
		width: 100%;
	}

	#storelocator {
		padding: .3rem .3rem;
	}

	label,
	legend,
	select {
		font-size: 12px;
	}

	form .cnil {
		font-size: 0.6em;

	}

	footer .legal {
		font-size: 0.8em;
		line-height: 1.4em;
		letter-spacing: 0;
	}



}

/*
		VARIATIONS
*/

.variant1 nav .content a {
	color: #1F262E;
	border-bottom-color: gainsboro;
}

.variant1 h3 {
	color: #333;
}

.variant1 p {
	color: #333;
}

.variant1 #presentation,
.variant1 nav .content {
	background: white;
}

.variant1 #presentation section p {
	color: white;
}

.variant1 #nos-vins {
	background: white;
}

.variant1 #presentation h3::after,
.variant1 #nos-vins h3::after {
	background-color: whitesmoke;
}

.variant1 #contact form {
	max-width: 60vw;
	margin: 0 auto;
}

@media only screen and (max-width:800px) {
	.variant1 #contact form {
		max-width: 80vw;
		margin: 0 auto;
	}
}

@media only screen and (max-width:600px) {
	.variant1 #contact form {
		max-width: 90vw;
		margin: 0 auto;
	}
}


.variant1 #contact input[type="submit"] {
	color: white;
	background: #2B323B;
}

.variant1 #contact input[type="submit"]:hover {
	color: #2B323B !important;
	background: whitesmoke;
}


.variant1 #contact input,
.variant1 #contact textarea {
	background-color: whitesmoke;
	color: #2B323B;
}


.variant1 #contact h3::after {
	background-color: #2E3748;
}

.variant1 #contact select {
	border-color: #38435D;
	background-color: #2B323B;
	color: white;
}

.variant1 .civilite label[for]::before {
	background-color: #38435D;
}

.variant1 .civilite input[type=radio]:checked+label::after {
	background-color: white;
}

.variant1 #contact h3,
.variant1 #contact label,
.variant1 #contact legend {
	color: white;
}

.variant1 input::-moz-placeholder {
	color: gray;
}

.variant1 ::-webkit-input-placeholder {
	color: gray;
}

.variant1 form .cnil {
	color: #58627E;
}

.variant1 footer {
	background-color: white;
	color: gray;
}

.variant1 footer .icos img {
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}


.btn.spec {
	display: inline-block;
	background: #c42c5a;
	color: white;
	border: 2px solid #712a38;
	padding: 1em;
	margin-top: 1em;
	text-decoration: none;
}

.btn.spec:hover {
	border-color: white;
}

.tlv img {
	opacity: 1 !important;
}


/* Filtre */

#filtre {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: table;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000000;
}

#filtre .ask {
	display: table-cell;
	vertical-align: middle;
}

#filtre .ask hr {
	margin: 0;
	border: 0;
}

#filtre .ask h3,
#filtre .ask p {
	color: white;
	margin: 0 auto;
	opacity: 1;
}

#filtre .ask p {
	color: #A4A4A4;
}

#filtre .ask h3::after {
	display: none;
}

#filtre .ask a.btn {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 34px;
	padding: 8px 16px;
	margin: 12px 12px;
	background-color: #F97862;
	border-radius: 6px;
}

#filtre .ask a.btn:hover {
	color: #F97862;
	background-color: white;
}

#filtre .ask p.smaller {
	font-size: 0.75em;
	max-width: 450px;
}

#filtre .ask p.smaller a {
	color: #F97862;
	display: block;
	margin: 0.5em auto;
}

#filtre .ask p.smaller a:hover {
	color: white;
}

.status {
	color: white;
	text-align: center;
}

.rgpd {
	margin: 1em auto;
}

.rgpd p {
	font-size: 0.9em;
	color: white;
	width: 100%;
	max-width: none;
}

.rgpd p a {
	color: white;
	text-decoration: underline;
}

.mentions {
	background: white;
	color: #222;
}

.mentions h3 {
	color: #222;
	line-height: 1.1;
	margin-top: 2rem;
}

.mentions h3::after {
	background: whitesmoke;
}

.disclaim-logo {
	filter: invert();
}

form.contact h1,
form.contact p.sent {
	filter: invert();
}