/*
Theme Name: Famille Laplace
Author: Gwenn Laudrin
Author URI: http://gwenn.design
Description: Theme pour Famille Laplace
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #f6f0eb;
    position: fixed;
    top: 0;
    right: 0;
	z-index: 9999999;
}
.preloader-wrapper .preloader, .icon-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width:150px;
	height:150px;
	pointer-events:none;
}
.preloader-wrapper .preloader:before, #page-cache:before, .icon-loading:before {
	content:"";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width:150px;
	height:150px;
	background:url(img/loading.png) bottom center no-repeat;
	background-size:150px;
	-webkit-animation: spin 1.5s infinite;
    animation: spin 1.5s infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
@-webkit-keyframes spin {
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

body {
	--color-text: #343434;
	--color-title: #1d1c1c;
	--color-bg: #fff;
	--color-link: #c5a572;
	--color-link-hover: #c5a572;
	--color-main-bg-1: #c5a572;
	--font-family-body: 'Light', Arial, Helvetica, sans-serif;
	--font-family-bold: 'Bold', Arial, Helvetica, sans-serif;
	--font-family-title: 'Majesti', Times, "Times New Roman", serif;
	--font-weight-title: normal;
	--site-max-width: 1240px;
}
@font-face {
    font-family: 'Majesti';
    src: url('https://www.famillelaplace.com/wp-content/themes/laplace/fonts/majesti-banner.woff2') format('woff2'),
         url('https://www.famillelaplace.com/wp-content/themes/laplace/fonts/majesti-banner.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family:'Light';
    src: url('https://www.famillelaplace.com/wp-content/themes/laplace/fonts/Light.woff2') format('woff2'),
         url('https://www.famillelaplace.com/wp-content/themes/laplace/fonts/Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family:'Bold';
    src: url('https://www.famillelaplace.com/wp-content/themes/laplace/fonts/SemiBold.woff2') format('woff2'),
         url('https://www.famillelaplace.com/wp-content/themes/laplace/fonts/SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
.animate {
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
::selection{background:var(--color-link); color:var(--color-bg);}
::-moz-selection{background:var(--color-link); color:var(--color-bg);}

html {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	font-family:var(--font-family-body);
	color:var(--color-text);
	background:var(--color-bg);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
	width:100%;
	position:relative;
}
#page-cache {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#f6f0eb;
    z-index: 9999;
	pointer-events:none;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition: -moz-transform .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
#page-cache:before {
    bottom:calc(50% - 75px);
    left:calc(50% - 75px);
	opacity:0;
	-webkit-transition: opacity 0.2s; 
	transition: opacity 0.2s;
}
body.opening #page-cache {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
body.opening #page-cache:before {
	opacity:1;
	transition-delay:.4s;
}
a {
	color:var(--color-link);
	text-decoration:none;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s;
}
a:hover, a:focus {
	color:var(--color-link-hover);
	text-decoration:none;
}
.main-color-1 {
	color:var(--color-link) !important;
}
.majesti {
	font-family:var(--font-family-title);
	font-weight:normal !important;
}
strong, b, .fl-builder-content .fl-rich-text strong, th {
	font-family:var(--font-family-bold);
	font-weight:normal !important;
}
a img{
	border:none;
}
blockquote,
q {
	quotes: none;
	margin:0px 0 10px 0;
	padding:0;
	font-weight:normal;
	font-size:30px;
	line-height:42px;
	color:var(--color-text);
	border:none;
}
p {
	margin:0 0 20px 0;
}
ol {
	margin:0 0 10px 0;
	padding-left:25px;
}
ol li {
	padding-bottom:5px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0 40px;
	width:100%;
	border-top:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
}
table table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:0px 0 0px;
}
th,
td {
	padding:9px 15px;
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
	width:auto;
}
table tr:last-child td {
}
table tr td p {
	margin-bottom:5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.titre-page {
	font-family:var(--font-family-title);
	clear: both;
	margin:0;
	font-weight:var(--font-weight-title);
	color:var(--color-title);
	position:relative;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
h1, .titre-page {
font-size:160px;
line-height:.8;
margin:0px 0 0px 0;
letter-spacing:0;
color:#FFF;
max-width:75%;
}
#page:not(.home) h1 span, .titre-page span {
display:block;
font-size:24px;
line-height:32px;
font-family:var(--font-family-body);
margin-top:15px;
}
h2 {
font-size:115px;
line-height:.9;
margin:10px 0 10px 0;
}
h3 {
font-size:70px;
line-height:.95;
margin:0 0 10px 0;
}
h4, .preview-cuvee h2, .appellation {
font-family:var(--font-family-bold);
font-size:18px;
line-height:22px;
letter-spacing:1px;
text-transform:uppercase;
margin:0 0 15px 0;
}
h5 {
font-family:var(--font-family-bold);
font-size:16px;
line-height:20px;
letter-spacing:2px;
text-transform:uppercase;
margin:0 0 12px 0;
}
.fl-module-heading .fl-heading {
    position:relative;
    z-index:10;
}
hr {
	background-color:#f0f0f0;
	border: 0;
	height:1px;
	border-bottom:none;
	margin:35px auto 40px;
	clear:both;
}
sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size:80%;
}
img {
	border: 0;
}
.clear{
	clear:both;
}
.appellation {
	color:var(--color-link-hover);
	font-size:15px;
}
.no-padding {
	padding:0;
}
.grecaptcha-badge {
    display:none;
}
.site-content ul {
	list-style:none;
	padding-left:15px;
	margin-bottom:20px;
}
.site-content ul li {
	position:relative;
	padding-left:10px;
	padding-bottom:3px;
}
.site-content ul li:first-letter {
	text-transform:uppercase;
}
.fl-photo-caption {
    font-size:11px;
	color:#666666;
	text-align:center;
	padding-top:5px;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
input,
select,
textarea {
	padding:15px 15px 14px 15px;
	color:#2e2e2e;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	border:none;
	border-radius:0px;
	margin:0 0 0px 0;
	font-family:var(--font-family-body);
	background:#ffffff;
	outline:none;
}
select{
	padding:15px 40px 14px 10px;
	font-size:13px;
	color:#2e2e2e;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAARklEQVQ4jWNgGAWjgAYgl4GB4Q4BnIHPACUGBoZHDAwM/3HgBwwMDAqEXKGMwxCiNOMyhCTN6IaQpRkGJBkYGCTI1UwUAACGZhvu4LRe7wAAAABJRU5ErkJggg==);
	background-repeat:no-repeat;
	background-position:90% 40%;
	background-position:-moz-calc(100% - 10px) 40%;
    background-position:-webkit-calc(100% - 10px) 40%;
   	background-position:calc(100% - 10px) 40%;
}
textarea {
	overflow:hidden;
	vertical-align: top;
	margin-bottom:0;
	resize:vertical;
	min-height:150px;
}
.error input,
.error select,
.error textarea {
	color:#fff;
	background:#22313b;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	padding: 0;
	width:auto;
}
input[type="file"] {
	padding:22px 20px 18px 20px;
	width:100%;
}
input[type="radio"] {
	margin:3px;
	vertical-align:text-top;
	width:auto;
}
input[type="checkbox"] {
	margin:3px;
	vertical-align:text-top;
}

/* Buttons */
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .button, button.fl-button {
	font-family:var(--font-family-bold);
	font-weight:normal;
	padding:17px 40px 16px 40px;
	background-color:transparent;
	border:none !important;
	color:#ffffff;
	font-size:13px;
	line-height:20px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	border-radius:0;
	letter-spacing:0px;
	cursor:pointer;
	position:relative;
}
.fl-builder-content .fl-button span, button.fl-button span, .fl-builder-content .fl-button i {
	-webkit-transition: all 0.4s; 
	-moz-transition: all 0.4s; 
	-ms-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	transition: all 0.4s;
}
.fl-builder-content a.fl-button *, button.fl-button *, .fl-builder-content a.fl-button:visited * {
	color:unset;
	z-index:3;
	position:relative;
}
.fl-builder-content .fl-button i {
	font-size:1em;
	vertical-align:middle;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align:middle;
}
.button-small, .button-small:focus {
	font-size:11px;
	padding:12px 15px 10px;
	line-height:18px;
}
.fl-builder-content a.fl-button:hover, .fl-builder-content .button:hover {
	text-decoration:none;
	background-color:transparent !important;
}
.fl-builder-content a.fl-button:before,
.fl-builder-content a.fl-button:after,
button.fl-button:before,
button.fl-button:after {
	display:block;
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:0%;
	height:100%;
	z-index:1;
	-webkit-transition: width 0.3s; 
	-moz-transition: width 0.3s; 
	-ms-transition: width 0.3s; 
	-o-transition: width 0.3s; 
	transition: width 0.3s;
}
.fl-builder-content a.fl-button:before, button.fl-button:before {width:100%;}
.fl-builder-content a.fl-button:after, button.fl-button:after {z-index:2;}
.fl-builder-content a.fl-button:hover:after, button.fl-button:hover:after {width:100%;}

.fl-builder-content a.fl-button.button-gold:before, button.fl-button.button-gold:before {background-color:var(--color-link);}
.fl-builder-content a.fl-button.button-gold *, button.fl-button.button-gold * {color:#FFF;}
.fl-builder-content a.fl-button.button-black:before {background-color:#010101;}
.fl-builder-content a.fl-button.button-white * {color:var(--color-text);}
.fl-builder-content a.fl-button.button-white:before {background-color:#FFF;}
.fl-builder-content a.fl-button.button-border, .fl-builder-content a.fl-button.button-border-white {border:2px solid var(--color-link) !important; color:var(--color-link); padding:15px 40px 14px 40px;}
.fl-builder-content a.fl-button.button-border-white {border:2px solid #fff !important; color:#fff;}
.fl-builder-content a.fl-button.button-border:before, .fl-builder-content a.fl-button.button-border-white:before {width:0%;}

.fl-builder-content a.fl-button.button-to-black:after, button.fl-button.button-gold:after {background-color:#010101;}
.fl-builder-content a.fl-button.button-to-white:after {background-color:#fff;}
.fl-builder-content a.fl-button.button-to-white:hover * {color:var(--color-text);}
.fl-builder-content a.fl-button.button-to-gold:after {background-color:var(--color-link)}
.fl-builder-content a.fl-button.button-to-gold:hover * {color:#fff;}

.fl-builder-content a.fl-button i {vertical-align:inherit;}

.fl-builder-content a.fl-button.button-small {padding:13px 35px 11px 30px;}
.fl-builder-content a.fl-button.button-big {font-size:30px; line-height:28px; padding:35px 50px 27px 40px; letter-spacing:0;}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	margin-right:20px;
}
img.alignright{
	margin-left:20px;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding:0px 0;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-family:var(--font-family-bold);
	font-style:normal;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:2;
	color:#000000;
	text-align:center;
	padding-top:5px;
}
.gallery .gallery-item {
	display:inline-block;
	margin:0 15px 15px 0;
	vertical-align:top;
	text-align:center;
}

/* =Basic structure
-------------------------------------------------------------- */
@media only screen and (min-width: 1280px){
.container {
    width: var(--site-max-width);
}
}
/* Page structure */
#wrapper-main {
   	width:100%;
	position:relative;
	margin:0px 0 0 0;
	z-index:3;
	overflow: hidden;
}
body.not-legal #wrapper-main {
	opacity:0;
}
.site-content {
	width:100%;
	min-height:400px;
	margin:0px auto 0;
	padding:0px 0px 0;
	position:relative;
	z-index:6;
}
#wrapper-main header#page-header, #wrapper-main article > header#page-header {
	margin:0 auto 0px;
	min-height:100vh;
	width:100%;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding:70px 0px 20px;
	border:none;
	overflow:hidden;
	color:#FFF;
}
#wrapper-main header#page-header #post-thumbnail, #wrapper-main article header#page-header #post-thumbnail {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0%;
	z-index:-1;
}
#wrapper-main header#page-header #post-thumbnail img, #wrapper-main article > header#page-header #post-thumbnail img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.has-post-thumbnail #wrapper-main header#page-header:before,
.has-post-thumbnail #wrapper-main article#page-header > header:before, 
.archive #wrapper-main header#page-header:before {
	display:block;
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.40);
}
#wrapper-main header#page-header *,
#wrapper-main header#page-header .fl-row-content-wrap .fl-row-content,
#wrapper-main article > header * {
	position:relative;
	z-index:3;
}
#content {
	margin:70px auto 70px auto;
	max-width:var(--site-max-width);
}
#page.fl-builder #content {
	max-width:100%;
	margin:0 auto;
	padding:0;
}
#breadcrumbs {
	margin:0 auto 0px auto;
	background:#f9f9f9;
	font-size:12px;
	padding:13px 0 9px 0;
	line-height:18px;
}
#breadcrumbs > div {
	margin:0 auto;
	padding:0 15px;
	max-width:1200px;
}
#breadcrumbs > div i {
	color:#d8d8d8;
	margin:0 2px;
}
#breadcrumbs > div a {
	color:#2e2e2e;
}
#breadcrumbs > div a:hover {
	color:var(--color-link);
}

#sound-control {
    width:30px;
    height:30px;
    z-index:7;
    position:absolute;
    top:93vh;
    right:45px;
}
body.not-legal #sound-control {
	opacity:0;
}
.has-post-thumbnail #sound-control {
	display:none;
}
#sound-control svg {
	display:none;
}
#sound-control.muted #mute {
	display:block;
}
#sound-control:not(.muted) #unmute {
	display:block;
}
#video-container {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.yt-video-playing #video-container {
	position:fixed;
    z-index:9999999;
    pointer-events:all;
    background-color:#000;
}
#video-container:after {
	position:absolute;
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	background:rgba(0,0,0,.30);
}
.yt-video-playing #video-container:after {
	display:none;
}
#video-container iframe {
   width: 100vw;
   height: 56.25vw;
   min-height: 100vh;
   min-width: 177.77vh;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.yt-video-playing #video-container iframe {
   width: 100vw;
   height: 56.25vw;
   min-height:0;
   min-width:0;
}

#close-video {
	position:absolute;
	right:25px;
	top:20px;
	width:25px;
	height:25px;
	cursor:pointer;
	z-index:8;
	display:none;
}
.yt-video-playing #close-video {
	display:block;
}
#close-video:before, #close-video:after {
	display:block;
	position:absolute;
	content:" ";
	width:25px;
	height:2px;
	top:11px;
	left:0px;
	background:#fff;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
#close-video:after {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

/* Header */
#site-header {
	width:100%;
	position:absolute;
	z-index:10;
	padding:0px 0px 0 0px;
	left:0;
	top:0px;
}
body.not-legal #site-header > * {
	opacity:0;
}
#site-header a.site-title {
	z-index:99;
	position:absolute;
	margin:0px 0 0 0px;
	width:235px;
	text-align:center;
	left:50%;
	top:30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0s; 
	-moz-transition: all 0s; 
	-ms-transition: all 0s; 
	-o-transition: all 0s; 
	transition: all 0s;
	opacity:1 !important;
}
#site-header a.site-title .site-logo {
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}
body:not(.isEdge) #site-header a.site-title .site-logo {
	height:auto;
}
#site-header a.site-title .site-logo-menu {
	display:none;
}
#site-header .site-description {
	display:block;
	text-align:center;
	margin:5px 0 0 0;
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	color:#FFF;
	letter-spacing:0.15em;
}

.open-menu {
  z-index:101;
  position:absolute;
  width:60px;
  height:60px;
  top:80px;
  text-align:left;
}
.open-menu .icon-left {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  height: 1px;
  width: 15px;
  top: 30px;
  left:14px;
  background-color: #ffffff;
}
.open-menu .icon-left:before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  top: -10px;
}
.open-menu .icon-left:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  top: 10px;
}
.open-menu .icon-left:hover {
  cursor: pointer;
}
.open-menu .icon-right {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  height: 1px;
  width: 5px;
  top: 30px;
  background-color: #ffffff;
  left: 29px;
}
.open-menu:hover .icon-right {
  width:15px;
}
.open-menu .icon-right:before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  top: -10px;
}
.open-menu .icon-right:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  top: 10px;
}
.menu-open .open-menu .icon-left {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: transparent !important;
}
.menu-open .open-menu .icon-left:before {
  -webkit-transform: rotateZ(45deg) scale(1.2, 1.0) translate(2px, 2px);
          transform: rotateZ(45deg) scale(1.2, 1.0) translate(2px, 2px);
  background-color: #222222;
}
.menu-open .open-menu .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scale(1.2, 1.0) translate(2px, -2px);
          transform: rotateZ(-45deg) scale(1.2, 1.0) translate(2px, -2px);
  background-color: #222222;
}
.menu-open .open-menu .icon-right {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: transparent !important;
}
.menu-open .open-menu .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scale(1.2, 1.0) translate(-2px, 1px);
          transform: rotateZ(-45deg) scale(1.2, 1.0) translate(-2px, 1px);
  background-color: #222222;
}
.menu-open .open-menu .icon-right:after {
  -webkit-transform: rotateZ(45deg) scale(1.2, 1.0) translate(-2px, -1px);
          transform: rotateZ(45deg) scale(1.2, 1.0) translate(-2px, -1px);
  background-color: #222222;
}
.open-menu:hover {
  cursor: pointer;
}
@-webkit-keyframes updown{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes updown{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}50%{-moz-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes updown{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}50%{-o-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes updown{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}
.scroll-down{position:absolute !important;left:50%;margin-left:-10px;width:25px;height:40px;bottom:20px;z-index:3;}
.scroll-down.svg svg{width:25px;opacity:1;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}
.scroll-down.svg .scroller{fill:#e2e2e2;-webkit-animation:updown 1s infinite;-moz-animation:updown 1s infinite;-o-animation:updown 1s infinite;animation:updown 1s infinite}
.scroll-down.svg .stroke{stroke:#e2e2e2}

/* Footer */
footer {
	position:relative;
	width:100%;
	background:#f6f0eb;
	padding:80px 20px 25px;
	z-index:4;
}
#footer-area {
	padding:0 0 20px;
}
footer a {
	color:var(--color-text);
}
footer a:hover {
	color:var(--color-link);
}
footer .infos-footer {
	text-align:center;
}
footer .infos-footer > div {
	margin-bottom:35px;
}
footer .socials li {
	margin-right:20px;
}
footer .infos-footer .socials li a i {
    font-size:27px;
}
footer .infos-footer .socials li a i.fa-facebook-f {
	font-size:22px;
}
footer .menu {
	list-style:none;
	margin:45px 0 35px 0;
	padding:0;
	column-count:3;
	column-gap:0;
}
footer .menu li {
	line-height:30px;
}
footer .menu li.menu-item-home {
	display:none;
}
footer .menu li a {
	display:inline-block;
	font-size:13px;
	line-height:16px;
	letter-spacing:1px;
	font-family:var(--font-family-bold);
	text-transform:uppercase;
}
footer .menu a:hover, footer .menu .current-menu-item a {
	color:var(--color-link);
}
#footer-logos img {
	display:inline-block;
	vertical-align:middle;
	max-height:50px;
	width:auto;
	margin:0 20px 0 0;
	-webkit-filter:grayscale(1);
	filter:grayscale(1);
}
#footer-logos img:hover {
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
}
#footer-copyright {
	padding:15px 0px 5px;
	text-align:left;
	font-size:11px;
	line-height:16px;
}
#footer-copyright .row {
	display:flex;
	justify-content:space-between;
}
#footer-copyright .row:before, #footer-copyright .row:after {
	display:none;
}
#footer-copyright strong {
	font-size:12px;
}
#footer-copyright a {
	white-space:nowrap;
}
#footer-copyright p {
	margin:0;
}
#footer-copyright a:hover {
	color:var(--color-link);
}
#copyright svg {
    vertical-align:sub;
	height:14px;
}
#copyright:hover svg path {
	fill:var(--color-link);
}

/* Socials */
.socials {
	padding:0;
	margin:0;
	list-style:none;
}
.socials li {
	display:inline-block;
	vertical-align:middle;
	margin-right:30px;
}
.socials li a i {
	font-size:21px;
}
header .socials li a i {
	color:#FFF;
}
.socials li a i.fa-facebook-f {
	font-size:18px;
	transform:translateY(-2px);
}
header .socials li a:hover i {
	color:var(--color-link);
}

/* Cookie Notice */
#cookie-notice {
	font-family:var(--font-family-body);
    width:100%;
    font-size:12px;
    line-height:18px;
    left:inherit;
    text-align:left;
    right:0px;
	bottom:0px;
	box-shadow:0 0 30px rgba(0,0,0,.25);
	z-index:7;
}
.not-legal #cookie-notice {
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
}
#cookie-notice .cookie-notice-container {
	display:flex;
	align-items:center;
}
#cn-close-notice {
	display:none;
}
.cn-close-icon:after, .cn-close-icon:before {
    background-color:#000;
}
.cookie-notice-container {
    padding:30px 2.5% 25px;
    text-align:left;
}
.cookie-notice-container > span {
	display:block;
	margin:0;
	max-width:50%;
}
#cookie-notice .cn-buttons-container {
    margin:0 0 0 auto;
}
#cookie-notice .cn-button {
    margin:0 10px 0 0;
	border-radius:0;
	background-color:var(--color-bg);
	color:var(--color-text);
}
#cookie-notice .cn-button:last-of-type {
	margin-right:0;
}
#cookie-notice .cn-button:hover {
	background-color:var(--color-text);
	color:#FFF;
}

/*********  
*	Age verification
*********/
body.not-legal {
	overflow:hidden;
}
#modal_screen {
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 8;
	background-color:rgba(0,0,0,.6);
}
#modal_screen.nope {}
#modal_content {
	position:fixed;
	z-index: 9;
	top:0%;
	left:0%;
	margin: 0 auto;
	background:none;
	padding:30px 15px 20px 15px;
	width:100%;
	height:100%;
	font-size:15px;
	color:#FFF;
	display:flex;
}
#modal_content .content_wrapper {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:100%;
	text-align:center;
}
#modal_content .content_wrapper:before {
	content:"";
	display:block;
	height:115px;
}
#modal_content #modal_regret_wrapper {
	justify-content:center;
}
#modal_content h2 {
	margin:0 0 10px 0;
	font-size:50px;
	line-height:55px;
	max-width:575px;
	color:#FFF;
}
#modal_content p {
	margin:10px auto 25px;
	line-height:22px;
}
p#regret_text {
	margin-bottom:5px;
}
#modal_content nav ul {margin:20px 0 0px 0; padding:0; text-align:center}
#modal_content nav li {display:inline-block; margin:0 12px 15px;}
#modal_content nav:after {
	content: "";
	display: block;
	clear: both;
}
#modal_content nav strong {
	display: block;
	margin: 0 0 0;
}
#modal_content nav a.av_btn {}
#modal_content nav .av_go {}
#modal_content nav .av_no {}
#modal_content nav .av_btn:hover {}
#modal_content #modal_regret_wrapper nav li:first-child {
	margin-right:0;
}
#modal_content #modal_regret_wrapper nav a.av_btn {
	margin-top:0;
}

/*********  
*	Home
*********/
.home h1 {
	font-family:'Playfair Display', serif;
	font-weight:400;
	max-width:100%;
}
.home #titre-nos-vins-home h2 {
	margin-bottom:-40px !important;
	position:relative;
	z-index:10;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme > .fl-col-content  {
	position:relative;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme .fl-module-photo {
	width:280px;
	height:100%;
	position:absolute;
	left:0%;
	top:0;
	z-index:10;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events:none;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme-tradition .fl-module-photo {
	left:100%;	
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme .fl-module-photo .fl-photo-content {
    height:87vh;
    width:100%;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme .fl-module-photo img {
	position:absolute;
	width:auto;
	height:calc(100% - 85px);
	top:45px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	opacity:1;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme-bassecour .fl-module-photo img {
	opacity:0;
}
.home:not(.fl-builder-edit) #nos-vins-home.basse-cour-hover .gamme-tradition .fl-module-photo img {
	opacity:0;
}
.home:not(.fl-builder-edit) #nos-vins-home.basse-cour-hover .gamme-bassecour .fl-module-photo img {
	opacity:1;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme-bassecour h3 {
	padding-right:8% !important;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme-bassecour h3 span.fl-heading-text {
	position:relative;
	display:inline-block;
	transform:translateY(-55%);
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme-bassecour h3 span.fl-heading-text span {
	display:inline-block;
	position:absolute;
	top:60%;
	left:47%;
}

/*********  
*	Page
*********/
.fl-timeline-item:nth-of-type(1) .fl-timeline-photo {
    -webkit-transform: translate(0px,-35%);
	-ms-transform: translate(0px,-35%);
	transform: translate(0px,-35%);
	opacity:1;
}
.fl-timeline-item:nth-of-type(3) .fl-timeline-photo {
    -webkit-transform: translate(20px,-10%);
	-ms-transform: translate(20px,-10%);
	transform: translate(20px,-10%);
	opacity:1;
	text-align:right;
}

/*********  
*	Page vins
*********/
.page-vins #content {
	margin:0 auto;
	padding:0 !important;
	max-width:100%;
}
.page-vins .cuvee {
	height:100vh;
	min-height:100vh;
	width:100%;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	transition-delay:0s;
}
.cuvee-infos {
	position:absolute;
	height:100vh;
	max-width:50%;
	left:calc(50% + 225px);
	left:62vw;
	top:0;
	padding-right:70px;
	display:flex;
	align-items:center;
	font-size:18px;
	line-height:28px;
	z-index:2;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transition-delay:.4s;
}
.cuvee-theme-dark .cuvee-infos, .cuvee-theme-dark .cuvee-infos h2 {
	color:#FFF
}
.cuvee-infos .appellation {
	margin-bottom:25px;
	margin-top:5vh;
}
.cuvee-infos div > p {
	max-width:505px;
}
.cuvee-infos .fl-button {
	margin-top:20px;
}
.cuvee .cuvee-bouteille {
	display:flex;
	position:absolute;
	width:400px;
   	height:100%;
	top:0;
	left:calc(50% - 200px);
	background-position:50% 6.5vh;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:auto 87vh;
	z-index:2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease, background-position 0s ease;
	transition-delay:0s;
	pointer-events:none;
}
.cuvee .cuvee-bouteille img {
	display:none;
}
.cuvee-image {
	position:absolute;
	display:inline-block;
	max-width:45%;
	pointer-events:none;
	z-index:1;
	left:0px;
	right:55%;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	transition-delay:.4s;
}
.cuvee-image-position-top {top:7vh;}
.cuvee-image-position-middle {top:50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.cuvee-image-position-bottom {bottom:5vh;}
.cuvee-image img {
	max-width:100%;
	height:auto;
}
.cuvee .icon-loading {
    width:100px;
	height:100px;
	z-index:3;
	display:none;
	pointer-events:none;
}
.cuvee .icon-loading:before {
	background-image:url(img/feuille.svg);
	width:100px;
	height:100px;
	background-size:100px;
}
.fiche-loading .cuvee .icon-loading {
	display:block;
}

.cuvee#cuvee-chateau-aydie .cuvee-infos .appellation {
	color:var(--color-link) !important;
}
.cuvee#cuvee-la-poule-aux-oeufs-or, .cuvee#cuvee-la-poule-aux-oeufs-or-2 {
	background-image:url(../../uploads/2020/12/paper-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.cuvee#cuvee-chateau-aydie-moelleux .cuvee-image, .cuvee#cuvee-chateau-aydie-sweet .cuvee-image {
	bottom:0 !important;
	top:0 !important;
	transform:none !important;
}
.cuvee#cuvee-chateau-aydie-moelleux .cuvee-image img,
.cuvee#cuvee-chateau-aydie-sweet .cuvee-image img {
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
}

/*Active*/
.page-vins .fiche-loading .cuvee, .page-vins .cuvee.active {
	background:#FFF !important;
	height:auto;
	padding-top:13vh;
}
.page-vins .fiche-open .cuvee:not(.active) {
	height:0;
	min-height:0;
}
.cuvee.active .cuvee-bouteille {
	z-index:3;
	background-attachment:scroll;
	background-size:auto 100%;
	background-position:50% 0;
	max-height:1060px;
	height:115vh;
	top:6.5vh;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	transition-delay:.2s;
}
.fiche-loading .cuvee .cuvee-image, .cuvee.active .cuvee-image {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity:0;
	pointer-events:none;
	transition-delay:0s;
}
.fiche-loading .cuvee .cuvee-infos, .cuvee.active .cuvee-infos {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity:0;
	pointer-events:none;
	transition-delay:0s;
}
@media only screen and (min-width: 1025px){
.page-vins .cuvee #infos-cuvee-left {
    -webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity:0;
}
.page-vins .cuvee.active #infos-cuvee-left {
    -webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity:1;
	transition-delay:.1s;
}
.page-vins .cuvee #infos-cuvee-right {
    -webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity:0;
}
.page-vins .cuvee.active #infos-cuvee-right {
    -webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	opacity:1;
	transition-delay:.5s;
}
}
.page-vins .cuvee #recompenses-cuvee {
	display:none;
}
.page-vins .cuvee.active #recompenses-cuvee {
	display:flex;
}

.close-fiche {
	position:absolute;
	right:5%;
	top:0px;
	width:45px;
	height:45px;
	cursor:pointer;
	z-index:8;
	display:none;
}
.cuvee.active .close-fiche {
	display:block;
}
.close-fiche:before, .close-fiche:after {
	display:block;
	position:absolute;
	content:" ";
	width:55px;
	height:2px;
	top:20px;
	left:-6px;
	background:#000;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.close-fiche:after {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.pagination-vins {
	position:fixed;
	right:25px;
	top: 50%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:13px;
	line-height:15px;
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	opacity:0;
	pointer-events:none;
	z-index:3;
}
.show-pagination .pagination-vins {
	opacity:1;
	pointer-events:all;
}
.fiche-open.show-pagination .pagination-vins {
	opacity:0;
	pointer-events:none;
}
.pagination-vins li {
	padding:0px !important;
	text-align:right;
}
.pagination-vins a {
	display:inline-block;
	margin-bottom:3px;
	position:relative;
	padding:4px;
}
.pagination-vins a .hover-text {
	position:absolute;
	right:10px;
	top:-1px;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
	white-space:nowrap;
	color:var(--color-title);
}
.pagination-vins a:hover .hover-text {
	opacity: 1;
}
.pagination-vins a:after {
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	background:rgba(0,0,0,.3);
	border-radius:50%;
	content:'';
	position:relative;
	margin:auto;
	top:0;
	right:0px;
	bottom:0;
}
.pagination-vins.pagination-dark a:after {
	background:rgba(255,255,255,.3);
}
.pagination-vins a.active:after {
	transform: scale(1.8);
	border:1px solid rgba(0,0,0,0.3);
	background:#FFF;
	margin-right:0px;
}
.pagination-vins li.first-of-gamme > span {
    padding:100% 10px 0;
    height:0;
    display:block;
}
.pagination-vins li.first-of-gamme > span span {
	color:var(--color-text);
	font-family:var(--font-family-bold);
	font-size:16px;
	display:block;
	transform:rotate(90deg) translate(0%,0%);
	transform-origin:bottom right;
	position:relative;
	bottom:22px;
	right:4px;
	white-space:nowrap;
}
.pagination-vins.pagination-dark li.first-of-gamme > span span {
	color:#FFF;
}
.pagination-vins.pagination-dark a .hover-text {
	color:#FFF;
}


/*********  
*	Cuvee
*********/
#content-cuvee {
	margin:0 0% 50px 0%;
	max-width:100%;
	padding-top:12vh;	
}
#infos-cuvee {
	position:relative;
	min-height:109vh;
}
#infos-cuvee-left {
	display:flex;
	flex-direction:column;
	position:absolute;
	top:0px;
	left:5%;
	width:calc(46% - 200px);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transition-delay:0s;
}
#infos-cuvee-left header {
	order:2;
}
#infos-cuvee-left h1 {
	color:var(--color-title);
	font-size:115px;
	line-height:100px;
	margin:45px 0 20px;
	max-width:100%;
}
#infos-cuvee-left h3 {
	order:1;
}
#infos-cuvee-left p {
	order:3;
	font-size:20px;
	line-height:34px;
	padding-right:4vw;
}
#infos-cuvee-left .cepages {
	padding:0;
	margin:0;
	order:4;
}
#infos-cuvee-left .cepages h5 {
	margin-top:20px;
}
#infos-cuvee-left .cepages li {
	display:inline-block;
	padding:0 50px 20px 0;
	font-size:64px;
	line-height:68px;
	letter-spacing:-4px;
}
#infos-cuvee-left .cepages strong {
	font-family:var(--font-family-body);
	font-size:24px;
	line-height:28px;
	letter-spacing:0;
	display:block;
}
#content-cuvee #cuvee-thumbnail {
	max-width:400px;
	text-align:center;
	min-height:115vh;
	max-height:1060px;
	margin:0px auto 0;
	position:relative;
}
#content-cuvee #cuvee-thumbnail:after {
	position:absolute;
	content:"";
	width:1200px;
	height:100%;
	top:50%;
	left:50%;
	opacity:.5;
	pointer-events:none;
	background:url(img/feuille-bouteille.jpg) 50% 65% no-repeat;
	background-size:contain;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:-1;
}
#infos-cuvee-right {
	position:absolute;
	bottom:45px;
	right:5%;
	width:calc(44% - 265px);
	line-height:28px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transition-delay:0s;
}
#infos-cuvee-right p {
	margin-bottom:28px;
}
#download-fiche-cuvee {
	font-size:15px;
	margin:50px 0 25px;
}
#download-fiche-cuvee i {
	font-size:24px;
	margin:-4px 12px 0 0;
	vertical-align:middle
}
#download-fiche-cuvee a {
	color:var(--color-text);
}
#download-fiche-cuvee a:hover {
	color:var(--color-link);
}
#share-cuvee {
	font-size:15px;
	display:inline-block;
}
#share-cuvee svg {
	vertical-align:middle;
	margin:-2px 12px 0 0;
}
#share-cuvee:hover > strong, #share-cuvee.open > strong {
	display:none;
}
#share-cuvee #share-buttons {
	display:none;
}
#share-cuvee:hover #share-buttons, #share-cuvee.open #share-buttons {
	display:inline-block;
}
#share-cuvee #share-buttons a {
	color:var(--color-text);
	margin-right:25px;
}
#share-cuvee #share-buttons a i {
	font-size:13px;
}
#share-cuvee #share-buttons a:hover {
	color:var(--color-link);
}

#recompenses-cuvee {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin:150px 5% 0;
}
.recompense-cuvee {
	padding:0px 50px 0;
	line-height:20px;
	min-height:90px;
	margin:0 55px 40px;
	text-align:center;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-width:230px;
}
.recompense-cuvee:before, .recompense-cuvee:after {
	position:absolute;
	content:"";
	display:block;
	width:33px;
	height:100%;
	top:0;
	background:url(img/palme.svg) top center no-repeat;
	background-size:contain;
}
.recompense-cuvee:before {left:0;}
.recompense-cuvee:after {right:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}

.recompense-cuvee strong {
	font-size:22px;
	color:var(--color-title);
	display:block;
	margin-bottom:4px;
}
.recompense-cuvee i {
	font-size:18px;
	color:var(--color-title);
	margin:0 2px;
}
.recompense-cuvee img {
	margin:0 2px;
}
.recompense-cuvee .guide-recompense {
	font-size:13px;
	line-height:16px;
	padding:0 3px;
	text-transform:uppercase;
	display:block;
	margin-top:6px;
	position:relative;
}

#video-cuvee {
    text-align: center;
    padding: 0 15px;
    margin: 50px auto 50px;
}
#video-cuvee .wp-video {
    width: 100% !important;
    max-width: 1280px;
    aspect-ratio:16/9;
    margin: 0 auto;
}
#video-cuvee .wp-video video {
    width: 100%;
    height: auto;
}
/* Player video */
#page .mejs-container {
    overflow: hidden;
}
#page .mejs-container .mejs-controls {
    background: none;
    -webkit-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
    transform: translateY(100%);
}
#page .mejs-container:hover .mejs-controls {
    transform: translateY(0);
}
#page .mejs-controls .mejs-time-rail .mejs-time-current {
    background: var(--color-link);
}
#page .mejs-time-total {
    margin-top: 9px;
}
.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    height: 5px !important;
}
#page .mejs-time-total {
    border-radius: 5px;
    overflow: hidden;
}
#page .mejs-overlay-button {
    background: var(--color-link);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
#page .mejs-overlay-button:hover {
    opacity: .8;
}
#page .mejs-fullscreen-button button,
#page .mejs-playpause-button button {
    background: none;
}
#page .mejs-overlay-button:before,
#page .mejs-fullscreen-button button:before,
#page .mejs-playpause-button button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    top: 3px;
    position: relative;
}
#page .mejs-overlay-button:before {
    font-size: 16px;
    top: 26px;
    left: 2px;
    content: "\f04b";
}
#page .mejs-fullscreen-button button:before {content: "\f065";}
#page .mejs-play button:before {content: "\f04b";}
#page .mejs-pause button:before {content: "\f04c";}

#more-cuvees {
	text-align:center;
	margin-top:150px;
}
#more-cuvees > h2 {
	font-size:140px;
	line-height:0.75;
	color:#e5e2dd;
}
#more-cuvees > div {
	display:flex;
	align-items:flex-end;
	justify-content:center;
	margin-top:100px;
}
.preview-cuvee {
	flex:25%;
	max-width:25%;
	text-align:center;
	position:relative;
	background-color:transparent !important;
}
.preview-cuvee a {
	display:block;
}
.preview-cuvee h2 {
	margin-bottom:8px;
}
.preview-cuvee .appellation {
	font-size:13px;
}
.preview-cuvee .preview-cuvee-bouteille {
	height:295px;
	overflow:hidden;
	padding-top:35px;
}
.preview-cuvee:hover .preview-cuvee-bouteille {
	padding-top:15px;
}
.preview-cuvee .preview-cuvee-bouteille img {
	width:auto;
	height:465px;
}

/*********  
*	News
*********/
.archive #content {
	margin-top:90px;
	margin-bottom:120px;
	max-width:1320px;
	padding:0 20px;
}
.search-no-results #content {
}
.archive #content > article {
	width:50%;
	position:relative;
	padding:0 55px 80px 0;
	margin-top:-20vh;
}
.archive #content > article:nth-of-type(2n) {
	padding-right:0;
	padding-left:55px;
	margin-top:20vh;
}
.archive #content > article:nth-of-type(1) {
	margin-top:0vh !important;
}
.archive #content > article:nth-of-type(2) {
	margin-top:30vh;
}
.post-header h2 {
	font-size:48px;
	line-height:44px;
	letter-spacing:-0.01em;
}
.post-header h2 a:not(:hover) {
	color:var(--color-title);
}
.article-infos {
	position:absolute;
	right:25px;
	bottom:0;
	display:inline-block;
	background-color:#FFF;
	max-width:60%;
	min-width:430px;
	padding:25px 0px 15px 35px;
}
.archive #content > article:nth-of-type(2n) .article-infos {
	right:-30px;
}
.article-date {
	font-size:13px;
	text-transform:uppercase;
	display:block;
	margin-bottom:25px;
	letter-spacing:0.1em;
	color:var(--color-link);
}
.article-image {
	height:65vh;
	max-height:620px;
	background-color:#fff;
	overflow:hidden;
}
.article-image a {
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
}
.article-image img {
	object-fit:cover;
	width:100%;
	height:100%;
	transition-duration:1.0s;
}
.archive #content > article:hover img {
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.single header#page-header > div:first-child {
	max-width:55%;
}
.single header h1 {
	font-size:100px;
	line-height:95px;
	max-width:100%;
}
header .fl-post-info-date {
	color:#FFF;
	font-size:16px;
}
.fl-post-tags {
	margin:50px 0 25px;
}
.fl-post-tags a {
	font-size:18px;
	display:inline-block;
	margin-right:25px;
}
.fl-post-tags a:before {
	content:"#";
}
.video-yt-wrapper {
	position:relative;
	padding-bottom:56.25%;
	margin-bottom:30px;
}
.video-yt-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-post #content img {
	max-width:100%;
    height: auto;
}
.galerie-photos {
	margin-top:60px;
	display:flex;
	flex-wrap:wrap;
}
.galerie-photos > div {
    margin:0 20px 20px 0;
	max-width:190px;
}
.galerie-photos > div img {
	max-width:100%;
}
.mfp-counter {
    display:none;
}

#more-posts {
	text-align:center;
	margin:80px auto 150px;
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
    border:none;
    padding:5px 11px 2px;
    background:#fff; 
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
    background:var(--color-link);
	color:#fff;
}


/*********  
*	Contact
*********/
.contact-form .form-input, .contact-form .um-field-area {
    font-size:15px;
}
.contact-form .form-input, .contact-form .um-field-area {
    margin-bottom:15px;
}

#amis-vignerons .fl-col-group {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
#amis-vignerons .fl-col-group:before, #amis-vignerons .fl-col-group:after {
	display:none;
}
#amis-vignerons .fl-col-group .fl-col {
	text-align:center;
	width:auto;
	margin:0 15px;
}
#amis-vignerons .fl-col-group .fl-col a {
	font-size:16px;
	width:auto;
}

/*********  
*	Formulaires
*********/
.wpcf7 label {
    margin-bottom:6px;
	display:block;
	font-weight:normal;
}
.wpcf7 .champ-contact {
	margin-bottom:10px;
}
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea, .wpcf7 select {
	width:100%;
}
span.wpcf7-not-valid-tip {
    font-size:13px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-response-output {
    border:none !important;
	background:none;
	padding:0px 0px 5px !important;
	color:var(--color-link);
	margin:20px 0 5px 0 !important;
	font-size:15px;
	line-height:20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-response-output {
	background:none;
	padding:16px 20px 15px !important;
	color:#ffffff;
	background-color:var(--color-title);
}

/*********  
*	404
*********/
.error404 .site-content {
	padding:0;
}
.error404 .site-content article {
    margin:0px auto;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	position:relative;
	padding-top:100px;
	z-index:3;
	font-size:20px;
	color:#FFF;
}
.error404 h1 {
	font-size:250px;
	line-height:190px;
}
.error404 h1 em {
	font-style:normal;
	font-size:70px;
	line-height:70px;
	display:block;
}
@media only screen and (max-height: 920px){
#infos-cuvee {
    min-height:115vh;
}
}
@media only screen and (max-height: 800px){
.open-menu {
    top:39px;
}
}
@media only screen and (max-width: 1500px), (max-height: 900px){
#infos-cuvee-right {
    right:2%;
    width:calc(50% - 265px);
}
.close-fiche {
    right:2%;
}
}
@media only screen and (max-width: 1400px){
.cuvee-infos {
	left:60vw;
	font-size:16px;
	line-height:26px;
}
.cuvee-infos h2 {
    font-size:7vw;
}
.page-vins .fiche-loading .cuvee, .page-vins .cuvee.active {
    padding-top:7vh;
	padding-bottom:7vh;
}
.cuvee.active #infos-cuvee-left {
    width:calc(50% - 200px);
	left:2%;
}
#content-cuvee #cuvee-thumbnail img {
	max-height:80vw;
	width:auto;
}
#content-cuvee #infos-cuvee-right {
    width:calc(56% - 265px);
}
#infos-cuvee-left h1 {
    font-size:7vw;
    line-height:6vw;
	margin:25px 0 20px;
}
#infos-cuvee-left p {
    font-size:18px;
    line-height:28px;
}
.cuvee.active #infos-cuvee-right {
    right:3%;
    width:calc(52% - 265px);
	font-size:16px;
}
}
@media only screen and (max-width: 1280px){
.container {
    width:-moz-calc(100% - 30px);
    width:-webkit-calc(100% - 30px);
    width:calc(100% - 30px);
}
#content {
	padding:0 15px;
}
.cuvee-infos .fl-button {
    margin-top:0px;
}
.cuvee.active #infos-cuvee-left {
    width:calc(55% - 200px);
}
.cuvee.active #infos-cuvee-right {
    width:calc(55% - 265px);
}
#infos-cuvee-left {
    left:3%;
    width:calc(58% - 200px);
}
}
@media only screen and (max-width: 1025px){
#site-header a.site-title {
    width:185px;
    top:30px;
}
#site-header .site-description {
    font-size:9px;
    letter-spacing:0.1em;
}
.fl-row-full-height .fl-row-content-wrap, .fl-row-custom-height .fl-row-content-wrap {
    min-height:calc(100 * var(--vh));
}
#wrapper-main header#page-header, #wrapper-main article > header#page-header {
    min-height:calc(100 * var(--vh));
}
#video-container {
    height:calc(100 * var(--vh));
}
h1, .titre-page {
	font-size:15vw;
	max-width:95%;
}
#sound-control {
	display:none !important;
}
.scroll-down {
    display:none;
}
#modal_content h2 {
    font-size:6vw;
    line-height:1;
}
.fl-node-5fc600f95b9eb > .fl-row-content-wrap:before {
	position:absolute;
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	background:rgba(0,0,0,.30);
}
.fl-node-5fc600f95b9eb > .fl-row-content-wrap .fl-row-content {
	position:relative;
	z-index:2;
}
.archive #content > article {
	padding-right:25px;
}
.archive #content > article:nth-of-type(2n) {
    padding-left:25px;
}
.archive #content > article:nth-of-type(2n) .article-infos {
    right:-20px;
}
.single header#page-header > div:first-child {
    max-width:95%;
}
.single header h1 {
    font-size:12vw;
    line-height:12vw;
}
.page-vins .cuvee {
	height:calc(100 * var(--vh));
	min-height:calc(100 * var(--vh));
}
.page-vins .fiche-open .cuvee:not(.active) {
    height:calc(100 * var(--vh));
}
.cuvee-infos {
    left:55vw;
}
.cuvee .cuvee-bouteille {
	left:calc(35% - 200px);
	background-position:35% 6.5vh;
	transition-delay:0s;
	transition:opacity 0.3s ease 0s !important;
	background-image:none !important;
}
.cuvee .cuvee-bouteille img {
    display:block;
	margin:6.5vh auto;
	max-height:87vh;
	width:auto !important;
}
.cuvee.active .cuvee-bouteille {
	opacity:0;
	pointer-events:none;
}
#infos-cuvee {
	min-height:0;
	padding:50px 20px 80px;
}
#share-cuvee:not(.open) #share-buttons a {
	pointer-events:none;
}
.close-fiche {
    right:20px;
}
#infos-cuvee-left {
	width:100% !important;
	left:0 !important;
	position:relative;
}
.page-vins #infos-cuvee-left {
	opacity:0;
	pointer-events:none;
}
.cuvee.active #infos-cuvee-left {
	opacity:1;
	pointer-events:all;
}
#infos-cuvee-left h1 {
    font-size:18vw;
    line-height:17vw;
}
#infos-cuvee-right {
	width:100% !important;
	left:0 !important;
	right:0 !important;
	position:relative;
	bottom:auto;
	top:25px;
}
.page-vins #infos-cuvee-right {
	opacity:0;
	pointer-events:none;
}
.cuvee.active #infos-cuvee-right {
	opacity:1;
	pointer-events:all;
}
.cuvee-image {
	max-width:60%;
	right:40%;
}
.cuvee.active #recompenses-cuvee {
    margin:20px 3% 50px;
}
.pagination-vins {
	display:none;
}
.preview-cuvee {
    flex:33%;
    max-width:33%;
}
.preview-cuvee:last-of-type {
	display:none;
}
}
@media only screen and (max-width: 768px){
.archive #content > article {
    width:100%;
    padding:0 0px 80px 0;
    margin-top:8vh !important;
}
.archive #content > article:nth-of-type(2n) {
    padding-left:0;
}
.archive #content > article .article-infos {
    right:0px !important;
	max-width:85%;
}
.archive #content > article {
    padding: 0 0px 0px 0;
}
.article-infos {
    right:0px !important;
    max-width:90% !important;
	min-width:90%;
    padding:25px 0px 0px 25px;
}
.article-date {
    margin-bottom:10px;
}
.post-header h2 {
    font-size:38px;
    line-height:34px;
}
.galerie-photos > div {
	max-width:calc(50% - 20px);
}
#modal_content h2 {
    font-size:8vw;
}
.error404 h1 {
    font-size:50vw;
    line-height:38vw;
}
.error404 h1 em {
    font-size:12vw;
    line-height:11vw;
}
.cuvee .cuvee-bouteille {
	width:45vw;
    left:0;
    background-position:5vw 6.5vh;
}
.cuvee-infos {
    left:48vw;
	max-width:52vw;
	padding-right:40px;
}
.cuvee-infos h2 {
    font-size:12vw;
}
.cuvee-image {
	display:none;
}
.single-cuvee #infos-cuvee {
	display:flex;
	flex-direction:column;
    padding:0px 20px 80px;
}
.single-cuvee #cuvee-thumbnail {
    order:0;
}
.single-cuvee #infos-cuvee-left {
	padding-top:50px;
	order:1;
}
.single-cuvee #infos-cuvee-right {
	order:2;
}
#infos-cuvee-left h1 {
    font-size:20vw;
    line-height:19vw;
}
#content-cuvee #cuvee-thumbnail img {
    max-height:none;
}
#content-cuvee #cuvee-thumbnail:after {
	display:none;
}
#recompenses-cuvee {
    margin:40px 20px 0;
}
.recompense-cuvee {
    margin:0 20px 40px;
}
#more-cuvees {
	display:none;
}
}
@media only screen and (max-width: 768px){
img {
	max-width:100%;
	height:auto;
}
small {
    font-size:70%;
}
h1, .single-post h1 {
    font-size:22vw;
}
h2 {
    font-size:16vw;
}
h3 {
    font-size:13vw;
}
.home #titre-nos-vins-home h2 {
    margin-bottom:0px !important;
}
.home:not(.fl-builder-edit) #nos-vins-home .gamme-bassecour h3 {
    padding-right:20% !important;
}
.fl-col-small {
    max-width:100%;
}
#cookie-notice .cookie-notice-container {
    display:block;
	padding-left:15px;
	padding-right:15px;
}
.cookie-notice-container > span {
    max-width:100%;
}
#cookie-notice .cn-buttons-container {
    margin-top:10px;
}
span.wpcf7-list-item {
    display:block !important;
}
footer {
    padding:50px 0px 25px;
}
#footer-copyright {
	text-align:center;
}
footer .infos-footer > div:last-child {
    margin-bottom:0px;
}
footer .menu {
    column-count:1;
    text-align:center;
}
footer .menu li {
	display:none;
}
footer .menu li#menu-item-36, footer .menu li.menu-item-privacy-policy {
	display:block;
}
#footer-logos {
	text-align:center;
}
#footer-logos img {
    margin:0 10px 20px;
}
#footer-copyright .row {
    display:block;
}
#footer-copyright strong {
    display:block;
    margin:10px auto;
}
}
@media only screen and (max-width: 520px){
.cuvee-infos {
	display:none;
}
.cuvee .cuvee-bouteille {
    width:100%;
    left:0;
	background-size:auto 85%;
	background-position:50% 50%;
	pointer-events:all;
}
#footer-logos img {
    margin:0 7px 20px;
}
}