@charset "UTF-8";
/***************************************** MOBILE FIRST Renaud COLLET for Weston Mills agency (c) 2018 */
/* Margins & Paddings */
/*
@custom-media --desktop (min-width: 769px); 
@custom-media --desktop-xl (min-width: 1281px);
@custom-media --desktop-1440 (min-width: 1440px);
@custom-media --desktop-1920 (min-width: 1920px);
@custom-media --desktop-2560 (min-width: 2560px);
@custom-media --tablet only screen and (max-width: 991px);
@custom-media --mobile only screen and (max-width: 767px);
@custom-media --small-mobile only screen and (max-device-height: 568px);
*/
/** We use a mobile first approach */
/** Media query mixin. We define some broad breakpoints in our vars file that are picked up here for use in a simple media query mixin. Our options are: palm lap lap-and-up portable desk desk-wide Not using a media query will, naturally, serve styles to all devices. `@include grid-media-query(palm){ [styles here] }` We work out your end points for you: */
/* $lap-start: 681px; $desk-start: 1025px; $desk-wide-start: 1280px; $desk-small: 1100px; $lap-small: 900px; $palm-end: $lap-start - 1px; $lap-end: $desk-start - 1px; @mixin grid-media-query($media-query) { @if $media-query == palm { @media only screen and (max-width: $palm-end) { @content; } } @if $media-query == lap { @media only screen and (min-width: $lap-start) and (max-width: $lap-end) { @content; } } @if $media-query == lap-and-up { @media only screen and (min-width: $lap-start) { @content; } } @if $media-query == portable { @media only screen and (max-width: $lap-end) { @content; } } @if $media-query == desk { @media only screen and (min-width: $desk-start) { @content; } } @if $media-query == desk-wide { @media only screen and (min-width: $desk-wide-start) { @content; } } @if $media-query == small-desk { @media only screen and (min-width: $desk-start) and (max-width: $desk-small) { @content; } } @if $media-query == large-desk { @media only screen and (min-width: $desk-small) { @content; } } @if $media-query == small-lap { @media only screen and (min-width: $lap-start) and (max-width: $lap-small) { @content; } } @if $media-query == large-lap { @media only screen and (min-width: $lap-small) and (max-width: $lap-end) { @content; } } } */
/* Stylesheets for Project */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126  License: none (public domain) */
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap");
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; }

body { line-height: 1; }

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; }

/* Folders */
/* Colors */
/* Fonts */
/* Constants */
@font-face { font-family: "DinRegular"; src: url("../fonts/din-regular.eot?#iefix"); src: url("../fonts/din-regular.eot?#iefix") format("eot"), url("../fonts/din-regular.woff") format("woff"), url("../fonts/din-regular.ttf") format("truetype"), url("../fonts/din-regular.svg#din-regular") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "MrsEavesRoman"; src: url("../fonts/mrseaves-roman.eot?#iefix"); src: url("../fonts/mrseaves-roman.eot?#iefix") format("eot"), url("../fonts/mrseaves-roman.woff") format("woff"), url("../fonts/mrseaves-roman.ttf") format("truetype"), url("../fonts/mrseaves-roman.svg#mrseaves-roman") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "MrsEavesItalic"; src: url("../fonts/mrseaves-italic.eot?#iefix"); src: url("../fonts/mrseaves-italic.eot?#iefix") format("eot"), url("../fonts/mrseaves-italic.woff") format("woff"), url("../fonts/mrseaves-italic.ttf") format("truetype"), url("../fonts/mrseaves-italic.svg#mrseaves-italic") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "MrsEavesBold"; src: url("../fonts/mrseaves-bold.eot?#iefix"); src: url("../fonts/mrseaves-bold.eot?#iefix") format("eot"), url("../fonts/mrseaves-bold.woff") format("woff"), url("../fonts/mrseaves-bold.ttf") format("truetype"), url("../fonts/mrseaves-bold.svg#mrseaves-bold") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "SackersGothic"; src: url("../fonts/sackersgothicstd-medium.eot?#iefix"); src: url("../fonts/sackersgothicstd-medium.eot?#iefix") format("eot"), url("../fonts/sackersgothicstd-medium.woff") format("woff"), url("../fonts/sackersgothicstd-medium.ttf") format("truetype"), url("../fonts/sackersgothicstd-medium.svg#sackersgothicstd-medium") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "OpenSans", sans-serif; src: url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap"); }

/* * * HELPER CLASSES * */
/* Image replacement */
.ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; }

.ir:before { content: ""; display: block; width: 0; height: 150%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* clearfix */
.clearfix { *zoom: 1; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/* FONT SIZES EM / REM */
/* FLEXBOX */
/* MEDIAQUERIES */
.list-reset { list-style: none; margin: 0; padding: 0; }

.list-reset li { margin: 0; padding: 0; }

/* * * BASE STYLES * */
html, button, input, select, textarea { color: #222; }

body { font-size: 1rem; line-height: 1.4; display: flex; flex-direction: column; justify-content: stretch; }

img { vertical-align: middle; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

img { vertical-align: middle; }

fieldset { border: 0; margin: 0; padding: 0; }

textarea { resize: vertical; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

*, *:before, *:after { box-sizing: border-box; }

#main { text-align: justify; }

#main ul { margin-bottom: 20px; }

.spacing-top { margin-top: -20px !important; }

@media only screen and (min-width: 640px) { html, body { position: relative; min-height: 100%; } }

body { font-family: "SackersGothic", Arial, sans-serif; font-size: 18px; background-color: #f5f5f5; color: #515151; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 640px) { body { padding-bottom: 44px; } }

@media only screen and (max-width: 640px) { body { font-size: 16px; padding-top: 50px; } }

body.page-template-template-experience { background-color: #1a1919 !important; }

@media only screen and (max-width: 640px) { body.single-vins, body.single-lamaison { padding-top: 129px; } }

a { color: #7f7f7f; text-decoration: none; transition: color 600ms; }

a:hover { color: #000; }

/* selection */
::-moz-selection { background: #1a1919; text-shadow: none; color: #fff; }

::selection { background: #1a1919; text-shadow: none; color: #fff; }

.link_classic, .link_classic:visited { color: #fff; text-decoration: none; transition: color 0.3s; }

.link_classic:hover, .link_classic:active { color: #fff; text-decoration: none; transition: color 0.3s; }

.desktop-size { display: block; }

@media only screen and (max-width: 640px) { .desktop-size { display: none; } }

.smartphone-size { display: none; }

@media only screen and (max-width: 640px) { .smartphone-size { display: block; } }

h1 { font-size: 25px; font-weight: normal; font-style: normal; color: #1a171b; text-align: initial; }

h2 { font-size: 21px; font-weight: normal; font-style: normal; color: #1a171b; }

h3 { font-size: 1.2em; font-weight: normal; font-style: normal; color: #1a171b; }

h4 { font-size: 20px; font-weight: normal; font-style: normal; color: #1a171b; }

h5 { font-size: 1em; font-weight: normal; font-style: normal; color: #1a171b; }

h6 { font-size: 0.9em; font-weight: normal; font-style: normal; color: #1a171b; }

@media only screen and (max-width: 640px) { .mediaquery-desktop { display: none; } }

.mediaquery-smartphone { display: none; }

@media only screen and (max-width: 640px) { .mediaquery-smartphone { display: block; } }

#header { background-color: #f5f5f5; background-image: url("/wp-content/themes/laurentperrier/assets/img/header-pattern.jpg"); background-position: center; padding: 30px 0 0; }

@media only screen and (max-width: 640px) { #header { position: fixed; top: 0; width: 100%; height: 70px; padding-top: 17px; z-index: 11; } }

#header #logo { width: 301px; height: 200px; margin: 20px auto 0px; overflow: hidden; text-indent: -999px; display: block; background: url(../img/logo-laurentperrier.png) no-repeat; background-size: 300px; }

@media only screen and (max-width: 640px) { #header #logo { width: 100%; height: 40px; margin: -3px 0 12px; background: url(../img/logo-letters-lp.svg) no-repeat; background-size: 180px 18px; background-position: center center; } }

#header .lang { position: absolute; top: 10px; right: 10px; text-transform: uppercase; font-size: 14px; font-family: "OpenSans", sans-serif; }

#header .lang a { color: #000000 !important; }

#header .lang a:hover { color: #7f7f7f !important; }

.fixed #header.fixed { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

#header.fixed { position: fixed; z-index: 12; top: 0; left: 0; width: 100%; padding: 15px 0; -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; background-image: none; background-color: white; border-bottom: 1px solid #dadada; }

#header.fixed #logo { width: 180px; height: 20px; position: absolute; z-index: 20; top: 20px; left: 20px; margin: 0; background: url(../img/laurent-perrier.svg) no-repeat; background-position: 50% 50%; }

@media only screen and (max-width: 640px) { #header.fixed { display: none; } }

.toggle-menu { position: absolute; top: 0; right: 0; height: 70px; width: 40px; background: url(../img/menu-toggle.png) 50% 50% no-repeat transparent; background-size: 19px 17px; text-indent: -9999px; }

.menu-visible .toggle-menu { background-image: url(../img/menu-close.png); background-size: 17px 17px; }

#footer { background-color: #1a1919; padding: 15px 20px; clear: both; font-family: "SackersGothic", Arial, sans-serif; font-size: 14px; overflow: hidden; }

#footer .separator { display: none; }

#footer .footer-socials, #footer .footer-nous-suivre { display: none; }

@media only screen and (min-width: 640px) { #footer { position: absolute; bottom: 0; right: 0; left: 0; height: 44px !important; height: auto; } }

@media only screen and (max-width: 640px) { #footer { position: relative; padding: 15px 20px 80px 20px !important; }
  #footer .clearfix { content: ""; display: block; clear: both; }
  #footer .separator { display: flex; border-top: 1px solid #dddddd; opacity: 0.5; margin-top: 10px; }
  #footer .footer-nous-suivre { display: flex; color: #fff; margin-top: 20px; letter-spacing: 1px; text-align: center; justify-content: center; text-transform: uppercase; }
  #footer .footer-socials { display: flex; justify-content: center; align-items: center; margin-top: 15px; }
  #footer .footer-socials .socials_link { display: flex; background-size: contain; background-position: center center; background-repeat: no-repeat; width: 20px; height: 20px; margin-right: 35px; }
  #footer .footer-socials .socials_link:last-child { margin-right: 0; }
  .socials_link.instagram { background-image: url(../img/socials-instagram.svg); }
  .socials_link.facebook { background-image: url(../img/socials-facebook.svg); }
  .socials_link.pinterest { background-image: url(../img/socials-pinterest.svg); }
  .socials_link.youtube { background-image: url(../img/socials-youtube.svg); }
  .socials_link.linkedin { background-image: url(../img/socials-linkedin.svg); } }

@media only screen and (max-width: 1120px) { #footer { font-size: 12px; } }

#footer p { float: left; color: #7f7f7f; }

@media only screen and (max-width: 640px) { #footer p { float: none; padding-top: 10px; padding-right: 30px; } }

#footer #menuFooter { float: right; }

#footer #menuFooter li { display: inline-block; text-decoration: none; }

@media only screen and (max-width: 640px) { #footer #menuFooter li { display: block; font-size: 14px; line-height: 24px; } }

#footer #menuFooter li a { color: #7f7f7f; }

#footer #menuFooter li a:hover { color: #fff; }

#footer #menuFooter li:before { content: "|"; margin: 0 10px; color: #7f7f7f; }

@media only screen and (max-width: 640px) { #footer #menuFooter li:before { display: none; } }

#footer #menuFooter li:first-child:before { display: none; }

@media only screen and (max-width: 640px) { #footer #menuFooter { float: none; } }

#footer .lang { float: left; margin-top: 10px; margin-right: 10px; color: #ffffff; text-transform: uppercase; }

#menu { background-color: #fff; text-align: center; position: relative; z-index: 11; }

@media only screen and (max-width: 640px) { #menu { display: none; text-align: left; } }

#menu > ul { display: none; display: inline-block; }

@media only screen and (max-width: 640px) { #menu > ul { display: block; } }

#menu > ul > li { display: inline-block; text-transform: uppercase; text-decoration: none; font-size: 12px; font-family: "SackersGothic", Arial, sans-serif; white-space: nowrap; }

@media only screen and (max-width: 640px) { #menu > ul > li { display: block; font-size: 13px; border-top: 1px solid #ececec; background-color: #f5f5f5; } }

#menu > ul > li > a { height: 40px; line-height: 40px; display: inline-block; color: #1a171b; padding: 0 30px; }

@media only screen and (max-width: 640px) { #menu > ul > li > a { display: block; padding: 0 0 0 15px; } }

#menu > ul > li a:hover { color: #000; }

#menu > ul > li .sub-menu-wrap { position: absolute; display: none; top: 40px; left: 0; width: 100%; padding: 15px 0; background-color: #fff; border-top: 1px solid #f5f5f5; }

@media only screen and (max-width: 640px) { #menu > ul > li .sub-menu-wrap { position: static; padding: 10px 0; overflow: hidden; } }

#menu > ul > li .sub-menu-wrap ul { float: left; position: relative; left: 50%; text-align: left; padding-left: 30px; }

@media only screen and (max-width: 640px) { #menu > ul > li .sub-menu-wrap ul { float: none; padding-left: 0; } }

#menu > ul > li .sub-menu-wrap li { display: inherit; margin: 0; font-size: 8px; }

@media only screen and (max-width: 640px) { #menu > ul > li .sub-menu-wrap li { font-size: 11px; } }

#menu > ul > li .sub-menu-wrap li a { height: 20px; line-height: 22px; color: #7f7f7f; }

@media only screen and (max-width: 640px) { #menu > ul > li .sub-menu-wrap li a { display: block; height: auto; line-height: 1em; padding: 12px 10px; } }

#menu > ul > li .sub-menu-wrap li a:hover { color: #1a171b; }

#menu > ul > li .sub-menu-wrap li#menu-item-4119 a, #menu > ul > li .sub-menu-wrap li#menu-item-4644 a, #menu > ul > li .sub-menu-wrap li#menu-item-4900 a, #menu > ul > li .sub-menu-wrap .menu-item-4900 a, #menu > ul > li .sub-menu-wrap .menu-item-4644 a, #menu > ul > li .sub-menu-wrap .menu-item-4119 a, #menu > ul > li .sub-menu-wrap .menu-item-5933 a { color: #db9d4d; }

#menu > ul > li .sub-menu-wrap li#menu-item-4119 a:hover, #menu > ul > li .sub-menu-wrap li#menu-item-4644 a:hover, #menu > ul > li .sub-menu-wrap li#menu-item-4900 a:hover, #menu > ul > li .sub-menu-wrap .menu-item-4900 a:hover, #menu > ul > li .sub-menu-wrap .menu-item-4644 a:hover, #menu > ul > li .sub-menu-wrap .menu-item-4119 a:hover, #menu > ul > li .sub-menu-wrap .menu-item-5933 a:hover { color: #ae7d3d; }

#menu > ul > li .sub-menu-wrap li#menu-item-5623, #menu > ul > li .sub-menu-wrap li#menu-item-5473 { margin-left: 25px; }

#menu > ul > li .sub-menu-wrap li#menu-item-5623:before, #menu > ul > li .sub-menu-wrap li#menu-item-5473:before { content: ""; background: url("https://www.laurent-perrier.com/wp-content/themes/laurentperrier/assets/img/basket.png"); background-size: cover; position: absolute; width: 21px; height: 20px; margin-left: -25px; margin-top: 0px; }

@media only screen and (max-width: 640px) { #menu > ul > li .sub-menu-wrap li#menu-item-5623:before, #menu > ul > li .sub-menu-wrap li#menu-item-5473:before { margin-left: -20px; margin-top: 10px; } }

#menu > ul > li:hover > a { color: #000; }

#menu > ul .current-menu-item a { color: #1a171b; }

.single-les-vins #menu > ul > li:first-child > a { color: #1a171b; }

@media only screen and (max-width: 640px) { #menu > ul li.menu-item-has-children > a:hover { background: #1a1919; color: #fff; } }

#menu > ul:hover > li > a { color: #7f7f7f; }

@media only screen and (min-width: 1025px) { #menu > ul:hover > li:hover > a { color: #000; } }

.menu-visible #menu { display: block; }

.single-la-maison #menu > ul > li:last-child > a { color: #1a171b; }

.single-post #menu > ul > li:nth-child(2) > a { color: #1a171b; }

#header.fixed #menu { background-color: transparent; text-align: right; padding-right: 50px; }

.menu-intern-bg { background-color: #b4b5b4; height: 41px; }

@media only screen and (max-width: 640px) { .menu-intern-bg { height: auto; } }

.menu-intern-bg nav { position: initial; z-index: 10; top: 189px; left: 0; width: 100%; background-color: #b4b5b4; border-top: 0px solid #f5f5f5; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; }

@media only screen and (max-width: 640px) { .menu-intern-bg nav { position: fixed; top: 49px; } }

.menu-intern-bg nav span { position: absolute; background-color: #1a1919; text-transform: uppercase; text-align: center; width: 230px; padding: 0; height: 40px; line-height: 40px; font-size: 9px; font-family: "SackersGothic", Arial, sans-serif; color: #fff; }

@media only screen and (max-width: 640px) { .menu-intern-bg nav span { width: 100%; display: block; position: static; font-size: 14px; } }

@media only screen and (max-width: 640px) { .single-les-vins .menu-intern-bg nav span { margin-top: 70px; } }

.menu-intern-bg nav ol { white-space: nowrap; margin-left: 230px; }

.menu-intern-bg nav .mobile { display: none; }

@media only screen and (max-width: 640px) { .menu-intern-bg nav ol { margin-left: 0; }
  .menu-intern-bg nav .mobile { display: flex; flex-direction: column; position: relative; }
  .menu-intern-bg nav .desktop { display: none; } }

.menu-intern-bg nav ol li { float: left; text-transform: uppercase; text-decoration: none; font-size: 9px; font-family: "SackersGothic", Arial, sans-serif; padding: 0 20px; }

@media only screen and (max-width: 640px) { .menu-intern-bg nav ol li { text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .menu-intern-bg nav ol li:last-child { border-bottom: 0; } }

.menu-intern-bg nav ol li a { height: 40px; line-height: 40px; display: inline-block; opacity: 1; color: #1a1919; }

.menu-intern-bg nav ol li a:hover { opacity: 1; color: #000; }

.menu-intern-bg nav ol li.current, .menu-intern-bg nav label.title { background-color: #636463; }

#collapse-header-menu { display: none; }

@media only screen and (max-width: 640px) { .menu-intern-bg nav .collapse-header { display: flex; justify-content: center; align-items: center; float: none; width: 100%; height: 40px; padding-left: 0; text-align: center; font-size: 10px; height: 40px; line-height: 40px; opacity: 1; color: #fff; background-color: #3d4876; text-transform: uppercase; }
  .menu-intern-bg nav .collapse-header .arrow { display: flex; width: 10px; height: 8px; background-image: url("../img/sub-menu-arrow.svg"); background-position: center center; background-repeat: no-repeat; background-size: contain; margin-left: 15px; }
  .menu-intern-bg nav .collapse-header:hover { color: #fff; }
  /* .menu-intern-bg nav .mobile ol.collapse-content li, .menu-intern-bg nav .mobile ol.collapse-content li.current { background: #727a9b; } */
  .menu-intern-bg nav .mobile ol.collapse-content li a { display: flex; width: 100%; }
  .menu-intern-bg nav .mobile .collapse-content { position: absolute; top: 40px; overflow: hidden; display: flex; flex-direction: column; width: 100%; height: 0; }
  #collapse-header-menu:checked + .collapse-header .arrow { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
  #collapse-header-menu:checked + .collapse-header + .collapse-content { height: auto; } }

.menu-intern-bg nav ol li.current a { opacity: 1; color: #fff; }

.menu-intern-bg nav a.previous, .menu-intern-bg nav a.next { width: 32px; height: 40px; line-height: 35px; position: absolute; top: 0; background-color: #fff; color: #ccc2c1; text-align: center; font-family: Courier New, Arial; display: none; }

@media only screen and (max-width: 640px) { .menu-intern-bg nav a.previous, .menu-intern-bg nav a.next { display: none; } }

.menu-intern-bg nav a.previous { left: 200px; }

.menu-intern-bg nav a.next { right: 0; }

.menu-intern-bg nav a:hover { color: #7f7f7f; }

.postid-221 .menu-intern-bg, .postid-348 .menu-intern-bg, .postid-394 .menu-intern-bg, .postid-396 .menu-intern-bg, .postid-397 .menu-intern-bg, .postid-2058 .menu-intern-bg, .postid-2045 .menu-intern-bg, .postid-2047 .menu-intern-bg, .postid-753 .menu-intern-bg, .postid-755 .menu-intern-bg, .postid-757 .menu-intern-bg { background-color: #bed2ff; }

.postid-221 .menu-intern-bg nav, .postid-348 .menu-intern-bg nav, .postid-394 .menu-intern-bg nav, .postid-396 .menu-intern-bg nav, .postid-397 .menu-intern-bg nav, .postid-2058 .menu-intern-bg nav, .postid-2045 .menu-intern-bg nav, .postid-2047 .menu-intern-bg nav, .postid-753 .menu-intern-bg nav, .postid-755 .menu-intern-bg nav, .postid-757 .menu-intern-bg nav { background-color: #bed2ff !important; }

.postid-221 .menu-intern-bg nav .title, .postid-348 .menu-intern-bg nav .title, .postid-394 .menu-intern-bg nav .title, .postid-396 .menu-intern-bg nav .title, .postid-397 .menu-intern-bg nav .title, .postid-2058 .menu-intern-bg nav .title, .postid-2045 .menu-intern-bg nav .title, .postid-2047 .menu-intern-bg nav .title, .postid-753 .menu-intern-bg nav .title, .postid-755 .menu-intern-bg nav .title, .postid-757 .menu-intern-bg nav .title { background-color: #131831; }

.postid-221 .menu-intern-bg nav ol li.current, .postid-348 .menu-intern-bg nav ol li.current, .postid-394 .menu-intern-bg nav ol li.current, .postid-396 .menu-intern-bg nav ol li.current, .postid-397 .menu-intern-bg nav ol li.current, .postid-2058 .menu-intern-bg nav ol li.current, .postid-2045 .menu-intern-bg nav ol li.current, .postid-2047 .menu-intern-bg nav ol li.current, .postid-753 .menu-intern-bg nav ol li.current, .postid-755 .menu-intern-bg nav ol li.current, .postid-757 .menu-intern-bg nav ol li.current { background-color: #3d4876; }

.postid-221 .menu-intern-bg nav label.title, .postid-348 .menu-intern-bg nav label.title, .postid-394 .menu-intern-bg nav label.title, .postid-396 .menu-intern-bg nav label.title, .postid-397 .menu-intern-bg nav label.title, .postid-2058 .menu-intern-bg nav label.title, .postid-2045 .menu-intern-bg nav label.title, .postid-2047 .menu-intern-bg nav label.title, .postid-753 .menu-intern-bg nav label.title, .postid-755 .menu-intern-bg nav label.title, .postid-757 .menu-intern-bg nav label.title { background-color: #3d4876; }

.postid-230 .menu-intern-bg, .postid-372 .menu-intern-bg, .postid-373 .menu-intern-bg, .postid-374 .menu-intern-bg, .postid-2049 .menu-intern-bg, .postid-2042 .menu-intern-bg, .postid-2059 .menu-intern-bg, .postid-776 .menu-intern-bg, .postid-778 .menu-intern-bg, .postid-779 .menu-intern-bg { background-color: #e9e4cf; }

.postid-230 .menu-intern-bg nav, .postid-372 .menu-intern-bg nav, .postid-373 .menu-intern-bg nav, .postid-374 .menu-intern-bg nav, .postid-2049 .menu-intern-bg nav, .postid-2042 .menu-intern-bg nav, .postid-2059 .menu-intern-bg nav, .postid-776 .menu-intern-bg nav, .postid-778 .menu-intern-bg nav, .postid-779 .menu-intern-bg nav { background-color: #e9e4cf !important; }

.postid-230 .menu-intern-bg nav .title, .postid-372 .menu-intern-bg nav .title, .postid-373 .menu-intern-bg nav .title, .postid-374 .menu-intern-bg nav .title, .postid-2049 .menu-intern-bg nav .title, .postid-2042 .menu-intern-bg nav .title, .postid-2059 .menu-intern-bg nav .title, .postid-776 .menu-intern-bg nav .title, .postid-778 .menu-intern-bg nav .title, .postid-779 .menu-intern-bg nav .title { background-color: #c5a25f; }

.postid-230 .menu-intern-bg nav ol li.current, .postid-372 .menu-intern-bg nav ol li.current, .postid-373 .menu-intern-bg nav ol li.current, .postid-374 .menu-intern-bg nav ol li.current, .postid-2049 .menu-intern-bg nav ol li.current, .postid-2042 .menu-intern-bg nav ol li.current, .postid-2059 .menu-intern-bg nav ol li.current, .postid-776 .menu-intern-bg nav ol li.current, .postid-778 .menu-intern-bg nav ol li.current, .postid-779 .menu-intern-bg nav ol li.current { background-color: #e9d78b; }

.postid-230 .menu-intern-bg nav label.title, .postid-372 .menu-intern-bg nav label.title, .postid-373 .menu-intern-bg nav label.title, .postid-374 .menu-intern-bg nav label.title, .postid-2049 .menu-intern-bg nav label.title, .postid-2042 .menu-intern-bg nav label.title, .postid-2059 .menu-intern-bg nav label.title, .postid-776 .menu-intern-bg nav label.title, .postid-778 .menu-intern-bg nav label.title, .postid-779 .menu-intern-bg nav label.title { background-color: #e9d78b; }

.postid-230 .menu-intern-bg nav ol li.current a, .postid-372 .menu-intern-bg nav ol li.current a, .postid-373 .menu-intern-bg nav ol li.current a, .postid-374 .menu-intern-bg nav ol li.current a, .postid-2049 .menu-intern-bg nav ol li.current a, .postid-2042 .menu-intern-bg nav ol li.current a, .postid-2059 .menu-intern-bg nav ol li.current a, .postid-776 .menu-intern-bg nav ol li.current a, .postid-778 .menu-intern-bg nav ol li.current a, .postid-779 .menu-intern-bg nav ol li.current a { color: #8e6923; }

.postid-3339 .menu-intern-bg, .postid-3349 .menu-intern-bg, .postid-3358 .menu-intern-bg, .postid-3473 .menu-intern-bg, .postid-3474 .menu-intern-bg, .postid-3475 .menu-intern-bg, .postid-3411 .menu-intern-bg, .postid-3453 .menu-intern-bg, .postid-3454 .menu-intern-bg { background-color: #98a0ab; }

.postid-3339 .menu-intern-bg nav, .postid-3349 .menu-intern-bg nav, .postid-3358 .menu-intern-bg nav, .postid-3473 .menu-intern-bg nav, .postid-3474 .menu-intern-bg nav, .postid-3475 .menu-intern-bg nav, .postid-3411 .menu-intern-bg nav, .postid-3453 .menu-intern-bg nav, .postid-3454 .menu-intern-bg nav { background-color: #d7eef8 !important; }

.postid-3339 .menu-intern-bg nav .title, .postid-3349 .menu-intern-bg nav .title, .postid-3358 .menu-intern-bg nav .title, .postid-3473 .menu-intern-bg nav .title, .postid-3474 .menu-intern-bg nav .title, .postid-3475 .menu-intern-bg nav .title, .postid-3411 .menu-intern-bg nav .title, .postid-3453 .menu-intern-bg nav .title, .postid-3454 .menu-intern-bg nav .title { background-color: #242c2f; }

.postid-3339 .menu-intern-bg nav ol li.current, .postid-3349 .menu-intern-bg nav ol li.current, .postid-3358 .menu-intern-bg nav ol li.current, .postid-3473 .menu-intern-bg nav ol li.current, .postid-3474 .menu-intern-bg nav ol li.current, .postid-3475 .menu-intern-bg nav ol li.current, .postid-3411 .menu-intern-bg nav ol li.current, .postid-3453 .menu-intern-bg nav ol li.current, .postid-3454 .menu-intern-bg nav ol li.current { background-color: #52636a; }

.postid-3339 .menu-intern-bg nav label.title, .postid-3349 .menu-intern-bg nav label.title, .postid-3358 .menu-intern-bg nav label.title, .postid-3473 .menu-intern-bg nav label.title, .postid-3474 .menu-intern-bg nav label.title, .postid-3475 .menu-intern-bg nav label.title, .postid-3411 .menu-intern-bg nav label.title, .postid-3453 .menu-intern-bg nav label.title, .postid-3454 .menu-intern-bg nav label.title { background-color: #52636a; }

.postid-3369 .menu-intern-bg, .postid-3382 .menu-intern-bg, .postid-3389 .menu-intern-bg, .postid-3477 .menu-intern-bg, .postid-3478 .menu-intern-bg, .postid-3479 .menu-intern-bg, .postid-3457 .menu-intern-bg, .postid-3458 .menu-intern-bg, .postid-3459 .menu-intern-bg { background-color: #e9e5d4; }

.postid-3369 .menu-intern-bg nav, .postid-3382 .menu-intern-bg nav, .postid-3389 .menu-intern-bg nav, .postid-3477 .menu-intern-bg nav, .postid-3478 .menu-intern-bg nav, .postid-3479 .menu-intern-bg nav, .postid-3457 .menu-intern-bg nav, .postid-3458 .menu-intern-bg nav, .postid-3459 .menu-intern-bg nav { background-color: #e9e5d4 !important; }

.postid-3369 .menu-intern-bg nav .title, .postid-3382 .menu-intern-bg nav .title, .postid-3389 .menu-intern-bg nav .title, .postid-3477 .menu-intern-bg nav .title, .postid-3478 .menu-intern-bg nav .title, .postid-3479 .menu-intern-bg nav .title, .postid-3457 .menu-intern-bg nav .title, .postid-3458 .menu-intern-bg nav .title, .postid-3459 .menu-intern-bg nav .title { background-color: #787567; }

.postid-3369 .menu-intern-bg nav ol li.current, .postid-3382 .menu-intern-bg nav ol li.current, .postid-3389 .menu-intern-bg nav ol li.current, .postid-3477 .menu-intern-bg nav ol li.current, .postid-3478 .menu-intern-bg nav ol li.current, .postid-3479 .menu-intern-bg nav ol li.current, .postid-3457 .menu-intern-bg nav ol li.current, .postid-3458 .menu-intern-bg nav ol li.current, .postid-3459 .menu-intern-bg nav ol li.current { background-color: #beb9a3; }

.postid-3369 .menu-intern-bg nav label.title, .postid-3382 .menu-intern-bg nav label.title, .postid-3389 .menu-intern-bg nav label.title, .postid-3477 .menu-intern-bg nav label.title, .postid-3478 .menu-intern-bg nav label.title, .postid-3479 .menu-intern-bg nav label.title, .postid-3457 .menu-intern-bg nav label.title, .postid-3458 .menu-intern-bg nav label.title, .postid-3459 .menu-intern-bg nav label.title { background-color: #beb9a3; }

.postid-3369 .menu-intern-bg nav ol li.current a, .postid-3382 .menu-intern-bg nav ol li.current a, .postid-3389 .menu-intern-bg nav ol li.current a, .postid-3477 .menu-intern-bg nav ol li.current a, .postid-3478 .menu-intern-bg nav ol li.current a, .postid-3479 .menu-intern-bg nav ol li.current a, .postid-3457 .menu-intern-bg nav ol li.current a, .postid-3458 .menu-intern-bg nav ol li.current a, .postid-3459 .menu-intern-bg nav ol li.current a { color: #ffffff; }

.postid-228 .menu-intern-bg, .postid-378 .menu-intern-bg, .postid-379 .menu-intern-bg, .postid-2078 .menu-intern-bg, .postid-2079 .menu-intern-bg, .postid-2082 .menu-intern-bg, .postid-4871 .menu-intern-bg, .postid-4871 .menu-intern-bg, .postid-772 .menu-intern-bg, .postid-774 .menu-intern-bg, .postid-5451 .menu-intern-bg, .postid-5459 .menu-intern-bg { background-color: #fef9f7; }

.postid-228 .menu-intern-bg nav, .postid-378 .menu-intern-bg nav, .postid-379 .menu-intern-bg nav, .postid-2078 .menu-intern-bg nav, .postid-2079 .menu-intern-bg nav, .postid-2082 .menu-intern-bg nav, .postid-4871 .menu-intern-bg nav, .postid-4871 .menu-intern-bg nav, .postid-772 .menu-intern-bg nav, .postid-774 .menu-intern-bg nav, .postid-5451 .menu-intern-bg nav, .postid-5459 .menu-intern-bg nav { background-color: #fef9f7 !important; }

.postid-228 .menu-intern-bg nav .title, .postid-378 .menu-intern-bg nav .title, .postid-379 .menu-intern-bg nav .title, .postid-2078 .menu-intern-bg nav .title, .postid-2079 .menu-intern-bg nav .title, .postid-2082 .menu-intern-bg nav .title, .postid-4871 .menu-intern-bg nav .title, .postid-4871 .menu-intern-bg nav .title, .postid-772 .menu-intern-bg nav .title, .postid-774 .menu-intern-bg nav .title, .postid-5451 .menu-intern-bg nav .title, .postid-5459 .menu-intern-bg nav .title { background-color: #3d103e; }

.postid-228 .menu-intern-bg nav ol li.current, .postid-378 .menu-intern-bg nav ol li.current, .postid-379 .menu-intern-bg nav ol li.current, .postid-2078 .menu-intern-bg nav ol li.current, .postid-2079 .menu-intern-bg nav ol li.current, .postid-2082 .menu-intern-bg nav ol li.current, .postid-4871 .menu-intern-bg nav ol li.current, .postid-4871 .menu-intern-bg nav ol li.current, .postid-772 .menu-intern-bg nav ol li.current, .postid-774 .menu-intern-bg nav ol li.current, .postid-5451 .menu-intern-bg nav ol li.current, .postid-5459 .menu-intern-bg nav ol li.current { background-color: #f8d2b4; }

.postid-228 .menu-intern-bg nav label.title, .postid-378 .menu-intern-bg nav label.title, .postid-379 .menu-intern-bg nav label.title, .postid-2078 .menu-intern-bg nav label.title, .postid-2079 .menu-intern-bg nav label.title, .postid-2082 .menu-intern-bg nav label.title, .postid-4871 .menu-intern-bg nav label.title, .postid-4871 .menu-intern-bg nav label.title, .postid-772 .menu-intern-bg nav label.title, .postid-774 .menu-intern-bg nav label.title, .postid-5451 .menu-intern-bg nav label.title, .postid-5459 .menu-intern-bg nav label.title { background-color: #f8d2b4; }

.postid-228 .menu-intern-bg nav ol li.current a, .postid-378 .menu-intern-bg nav ol li.current a, .postid-379 .menu-intern-bg nav ol li.current a, .postid-2078 .menu-intern-bg nav ol li.current a, .postid-2079 .menu-intern-bg nav ol li.current a, .postid-2082 .menu-intern-bg nav ol li.current a, .postid-4871 .menu-intern-bg nav ol li.current a, .postid-4871 .menu-intern-bg nav ol li.current a, .postid-772 .menu-intern-bg nav ol li.current a, .postid-774 .menu-intern-bg nav ol li.current a, .postid-5451 .menu-intern-bg nav ol li.current a, .postid-5459 .menu-intern-bg nav ol li.current a { color: #e8234a; }

.postid-228 .menu-intern-bg nav ol li.shop a, .postid-378 .menu-intern-bg nav ol li.shop a, .postid-379 .menu-intern-bg nav ol li.shop a, .postid-2078 .menu-intern-bg nav ol li.shop a, .postid-2079 .menu-intern-bg nav ol li.shop a, .postid-2082 .menu-intern-bg nav ol li.shop a, .postid-4871 .menu-intern-bg nav ol li.shop a, .postid-4871 .menu-intern-bg nav ol li.shop a, .postid-772 .menu-intern-bg nav ol li.shop a, .postid-774 .menu-intern-bg nav ol li.shop a, .postid-5451 .menu-intern-bg nav ol li.shop a, .postid-5459 .menu-intern-bg nav ol li.shop a { margin-left: 15px; }

.postid-228 .menu-intern-bg nav ol li.shop:before, .postid-378 .menu-intern-bg nav ol li.shop:before, .postid-379 .menu-intern-bg nav ol li.shop:before, .postid-2078 .menu-intern-bg nav ol li.shop:before, .postid-2079 .menu-intern-bg nav ol li.shop:before, .postid-2082 .menu-intern-bg nav ol li.shop:before, .postid-4871 .menu-intern-bg nav ol li.shop:before, .postid-4871 .menu-intern-bg nav ol li.shop:before, .postid-772 .menu-intern-bg nav ol li.shop:before, .postid-774 .menu-intern-bg nav ol li.shop:before, .postid-5451 .menu-intern-bg nav ol li.shop:before, .postid-5459 .menu-intern-bg nav ol li.shop:before { content: ""; background: url("https://www.laurent-perrier.com/wp-content/themes/laurentperrier/assets/img/basket.png"); background-size: cover; position: absolute; width: 21px; height: 20px; margin-left: -15px; margin-top: 10px; }

.postid-224 .menu-intern-bg, .postid-415 .menu-intern-bg, .postid-418 .menu-intern-bg, .postid-417 .menu-intern-bg, .postid-1935 .menu-intern-bg, .postid-2084 .menu-intern-bg, .postid-2087 .menu-intern-bg, .postid-2089 .menu-intern-bg, .postid-761 .menu-intern-bg, .postid-808 .menu-intern-bg, .postid-1937 .menu-intern-bg { background-color: #edd7bf; }

.postid-224 .menu-intern-bg nav, .postid-415 .menu-intern-bg nav, .postid-418 .menu-intern-bg nav, .postid-417 .menu-intern-bg nav, .postid-1935 .menu-intern-bg nav, .postid-2084 .menu-intern-bg nav, .postid-2087 .menu-intern-bg nav, .postid-2089 .menu-intern-bg nav, .postid-761 .menu-intern-bg nav, .postid-808 .menu-intern-bg nav, .postid-1937 .menu-intern-bg nav { background-color: #edd7bf !important; }

.postid-224 .menu-intern-bg nav span, .postid-415 .menu-intern-bg nav span, .postid-418 .menu-intern-bg nav span, .postid-417 .menu-intern-bg nav span, .postid-1935 .menu-intern-bg nav span, .postid-2084 .menu-intern-bg nav span, .postid-2087 .menu-intern-bg nav span, .postid-2089 .menu-intern-bg nav span, .postid-761 .menu-intern-bg nav span, .postid-808 .menu-intern-bg nav span, .postid-1937 .menu-intern-bg nav span { background-color: #ca8a5e; }

.postid-224 .menu-intern-bg nav ol li.current, .postid-415 .menu-intern-bg nav ol li.current, .postid-418 .menu-intern-bg nav ol li.current, .postid-417 .menu-intern-bg nav ol li.current, .postid-1935 .menu-intern-bg nav ol li.current, .postid-2084 .menu-intern-bg nav ol li.current, .postid-2087 .menu-intern-bg nav ol li.current, .postid-2089 .menu-intern-bg nav ol li.current, .postid-761 .menu-intern-bg nav ol li.current, .postid-808 .menu-intern-bg nav ol li.current, .postid-1937 .menu-intern-bg nav ol li.current { background-color: #edb980; }

.postid-224 .menu-intern-bg nav label.title, .postid-415 .menu-intern-bg nav label.title, .postid-418 .menu-intern-bg nav label.title, .postid-417 .menu-intern-bg nav label.title, .postid-1935 .menu-intern-bg nav label.title, .postid-2084 .menu-intern-bg nav label.title, .postid-2087 .menu-intern-bg nav label.title, .postid-2089 .menu-intern-bg nav label.title, .postid-761 .menu-intern-bg nav label.title, .postid-808 .menu-intern-bg nav label.title, .postid-1937 .menu-intern-bg nav label.title { background-color: #edb980; }

.postid-78 .menu-intern-bg, .postid-54 .menu-intern-bg, .postid-56 .menu-intern-bg, .postid-58 .menu-intern-bg, .postid-2053 .menu-intern-bg, .postid-2070 .menu-intern-bg, .postid-2092 .menu-intern-bg, .postid-748 .menu-intern-bg, .postid-750 .menu-intern-bg, .postid-751 .menu-intern-bg { background-color: #d2c5d7; }

.postid-78 .menu-intern-bg nav, .postid-54 .menu-intern-bg nav, .postid-56 .menu-intern-bg nav, .postid-58 .menu-intern-bg nav, .postid-2053 .menu-intern-bg nav, .postid-2070 .menu-intern-bg nav, .postid-2092 .menu-intern-bg nav, .postid-748 .menu-intern-bg nav, .postid-750 .menu-intern-bg nav, .postid-751 .menu-intern-bg nav { background-color: #d2c5d7 !important; }

.postid-78 .menu-intern-bg nav span, .postid-54 .menu-intern-bg nav span, .postid-56 .menu-intern-bg nav span, .postid-58 .menu-intern-bg nav span, .postid-2053 .menu-intern-bg nav span, .postid-2070 .menu-intern-bg nav span, .postid-2092 .menu-intern-bg nav span, .postid-748 .menu-intern-bg nav span, .postid-750 .menu-intern-bg nav span, .postid-751 .menu-intern-bg nav span { background-color: #322133; }

.postid-78 .menu-intern-bg nav ol li.current, .postid-54 .menu-intern-bg nav ol li.current, .postid-56 .menu-intern-bg nav ol li.current, .postid-58 .menu-intern-bg nav ol li.current, .postid-2053 .menu-intern-bg nav ol li.current, .postid-2070 .menu-intern-bg nav ol li.current, .postid-2092 .menu-intern-bg nav ol li.current, .postid-748 .menu-intern-bg nav ol li.current, .postid-750 .menu-intern-bg nav ol li.current, .postid-751 .menu-intern-bg nav ol li.current { background-color: #856c8c; }

.postid-78 .menu-intern-bg nav label.title, .postid-54 .menu-intern-bg nav label.title, .postid-56 .menu-intern-bg nav label.title, .postid-58 .menu-intern-bg nav label.title, .postid-2053 .menu-intern-bg nav label.title, .postid-2070 .menu-intern-bg nav label.title, .postid-2092 .menu-intern-bg nav label.title, .postid-748 .menu-intern-bg nav label.title, .postid-750 .menu-intern-bg nav label.title, .postid-751 .menu-intern-bg nav label.title { background-color: #856c8c; }

.postid-78 .menu-intern-bg nav ol li.current a, .postid-54 .menu-intern-bg nav ol li.current a, .postid-56 .menu-intern-bg nav ol li.current a, .postid-58 .menu-intern-bg nav ol li.current a, .postid-2053 .menu-intern-bg nav ol li.current a, .postid-2070 .menu-intern-bg nav ol li.current a, .postid-2092 .menu-intern-bg nav ol li.current a, .postid-748 .menu-intern-bg nav ol li.current a, .postid-750 .menu-intern-bg nav ol li.current a, .postid-751 .menu-intern-bg nav ol li.current a { color: #ffffff; }

#breadcrumb { background-color: #fff; height: 40px; }

@media only screen and (max-width: 640px) { #breadcrumb { display: none; } }

#breadcrumb nav { position: absolute; z-index: 10; left: 0; width: 100%; background-color: #fff; }

#breadcrumb ol { margin-left: 30px; }

#breadcrumb ol li { white-space: nowrap; display: inline-block; text-decoration: none; font-size: 12px; font-family: "OpenSans", sans-serif; line-height: 40px; color: #7f7f7f; }

#breadcrumb ol li a { color: #7f7f7f; }

#breadcrumb ol li a:hover { color: #000; }

#breadcrumb ol li:after { content: ">"; margin: 0 7px 0 10px; display: inline-block; font-family: Courier New, Arial; }

#breadcrumb ol li:last-child:after { display: none; }

.subFixed #menuIntern nav, .subFixed #breadcrumb nav { position: fixed; top: 0; -webkit-transform: translate3d(0, 70px, 0); transform: translate3d(0, 70px, 0); }

@media only screen and (max-width: 640px) { .subFixed #menuIntern nav, .subFixed #breadcrumb nav { top: 50px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

#betweenPage { text-align: initial !important; }

#betweenPage a { position: fixed; z-index: 10; top: 50%; text-indent: -999px; width: 40px; height: 25px; background: url(../img/bt-page-small.png) no-repeat 50% 0; transition: opacity 300ms; }

#betweenPage .previous { left: 20px; }

#betweenPage .next { right: 20px; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#betweenPage a:hover { opacity: 0.7; }

@media only screen and (max-width: 640px) { #betweenPage a { /* top: 96px; width: 20px; */ position: relative; text-indent: 0%; display: flex; height: 205px; width: 100%; color: #fff; background-color: #000; background-image: none; margin-bottom: 10px; z-index: 0; }
  #betweenPage a.previous { left: auto; }
  #betweenPage a.next { right: auto; -webkit-transform: rotate(0); transform: rotate(0); }
  #betweenPage a .left { width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 20px; text-transform: uppercase; letter-spacing: 0.2; font-size: 12px; }
  #betweenPage a .right { width: 50%; background-position: center center; background-repeat: no-repeat; background-size: cover; }
  #betweenPage a .sub { color: #db9d4d; text-transform: uppercase; font-size: 10px; } }

#backtotop { position: absolute; width: 20px; top: 0; bottom: 0; right: 20px; overflow: hidden; text-indent: -999px; background: url(../img/top.png) 50% 50% no-repeat; z-index: 12; }

@media only screen and (max-width: 640px) { #backtotop { width: 40px; height: 40px; top: auto; bottom: auto; } }

.page-id-20 .wrapper, .page-id-2028 .wrapper, .page-id-246 .wrapper { max-width: 960px; overflow: inherit !important; padding-bottom: 20px; }

.wrapper { max-width: 1300px; margin: 0 auto; overflow: hidden; }

#cover { display: none; height: 580px; overflow: hidden; position: relative; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }

@media only screen and (max-width: 640px) { #cover { height: 180px; background-attachment: scroll; } }

.page-id-20 #slider, #breadcrumb, .page-id-2028 #slider { display: none; }

.postid-76 .wrapper { overflow: visible; }

.postid-76 .wrapper #main #page.fluid { height: none !important; }

.postid-76 .wrapper #main #page.fluid .bloc { height: 750px; }

@media only screen and (max-width: 640px) { .postid-76 .wrapper #main #page.fluid .bloc { height: auto !important; } }

#main { padding: 40px; background: url("/wp-content/uploads/2020/04/split-bg.jpg") center no-repeat; background-repeat: repeat-y; flex-grow: 1; }

@media only screen and (max-width: 1379px) { #main { background: none; } }

@media only screen and (max-width: 1024px) { #main { padding: 40px 20px; background: none; } }

@media only screen and (max-width: 640px) { #main { padding: 20px; background: none; } }

#main .item { position: relative; width: 33%; padding: 70px 10px; float: left; }

@media only screen and (max-width: 640px) { #main .item { padding: 20px 10px; float: none; height: auto; width: 100%; margin: 0 0 30px; } }

#main .item .visual { position: relative; background-color: #000; display: block; overflow: hidden; width: 100%; height: auto; margin-bottom: 10px; }

@media only screen and (max-width: 640px) { #main .item .visual { max-height: 500px; } }

#main .item .visual img { position: relative; display: block; transition: opacity 600ms; }

@media only screen and (max-width: 640px) { #main .item .visual img { width: 100%; height: auto; } }

#main .item h2 { margin: 0px; line-height: 23px; font-family: "SackersGothic", Arial, sans-serif; }

@media only screen and (max-width: 640px) { #main .item h2 { margin: 0; } }

#main .item a { display: block; }

#main .item a h2 { color: #414141; }

#main .item a:hover img { opacity: 0.6; }

#main .item p { margin: 0 0 5px; }

@media only screen and (max-width: 640px) { #main .item p { margin: 0; } }

#main article.item a { height: 325px; }

@media only screen and (max-width: 640px) { #main article.item a { height: auto; } }

#main article.item a h2 { font-size: 15px; text-transform: uppercase; color: #ffffff; text-align: left; }

#main .more { text-align: center; clear: both; padding-top: 90px; }

#main .more a { font-size: 19px; background-color: white; padding: 20px 20px 20px 20px; }

#main .more a:after { content: ""; width: 6px; height: 5px; background: url(../img/more.png) no-repeat; background-size: 6px 5px; display: inline-block; margin-left: 10px; vertical-align: middle; }

#main .date { text-transform: uppercase; font-size: 8px; font-family: "SackersGothic", Arial, sans-serif; }

#main p { margin-bottom: 20px; font-family: "OpenSans", sans-serif; color: #535353; font-size: 15px; font-weight: 300; line-height: 1.8em; text-align: justify; }

#main p em { font-size: 16px; font-family: "SackersGothic", Arial, sans-serif; line-height: 25px; }

#main p strong { font-weight: 600; }

#main p img { width: 150px; }

@media only screen and (max-width: 640px) { #main p { font-size: 14px; } }

#main .titre_liste { margin-bottom: 0px; /* margin-top: -20px; */ }

#main li { font-family: "OpenSans", sans-serif; font-size: 15px; font-weight: 300; line-height: 1.9em; margin-left: 40px; color: #535353 !important; list-style: inside; }

#main li strong { font-weight: 600; }

#main p:last-child { margin-bottom: 0; }

#main iframe { display: block; }

@media only screen and (max-width: 640px) { #main iframe { width: 100%; height: auto; } }

#main #page.fluid { position: relative; margin: 0 auto; height: auto !important; }

@media only screen and (max-width: 1379px) { #main #page.fluid { position: relative !important; height: auto !important; } }

@media only screen and (max-width: 640px) { #main #page.fluid { width: auto !important; position: relative !important; height: auto !important; display: flex; flex-direction: column-reverse; padding-bottom: 0; } }

#main #page .row { clear: both; overflow: hidden; }

#main #page .row:nth-child(even) .bloc { float: right; }

#main #page .bloc { box-sizing: content-box; float: left; width: 550px; padding: 80px 50px; background: #fff; height: 100%; height: 1100px;}

@media only screen and (max-width: 1379px) { #main #page .bloc { position: relative !important; height: auto !important; } }

@media only screen and (max-width: 640px) { #main #page .bloc { position: relative !important; height: auto !important; float: none; width: auto; padding: 40px 30px; } }

#main #page .bloc h1 { line-height: 1.3em; margin-bottom: 15px; text-transform: uppercase; }

@media only screen and (max-width: 640px) { #main #page .bloc h1 { font-size: 21px; line-height: 28px; } }

#main #page .bloc h3 { font-size: 23px; font-family: "OpenSans", sans-serif; }

#main #page .bloc li { list-style: inside; }

#main #page .bloc .bouton { font-family: "SackersGothic", Arial, sans-serif; max-width: 380px; width: 100%; /* min-height: 70px; */ padding: 20px 40px; background: #1a1919; color: #ffffff; display: flex; align-items: center; justify-content: center; line-height: 1.1; }

.postid-5459 #main #page .bloc .bouton { background: #3e0c3f; font-size: 16px; }

#main #page .bloc .bouton span { display: block; margin-top: -5px; }

#main #page .bloc .bouton:hover { color: #7f7f7f; }

#main #page .bloc span.legende { font-size: 12px; font-style: italic; }

#main #page .bloc p.bouton { margin: auto; }

#main #page .bloc p.bouton a { color: #ffffff !important; }

#main #page .bloc p.bouton a:hover { color: #7f7f7f !important; }

#main #page .bloc:nth-child(even) { float: right; }

@media only screen and (max-width: 640px) { #main #page .bloc:nth-child(even) { float: none; } }

@media only screen and (max-width: 1379px) { #main #page .theme_0 { position: relative !important; } }

@media only screen and (max-width: 640px) { #main #page .theme_0 { position: relative !important; } }

#main #page .theme_1 { background: #1a1919; color: #fff; }

#main #page .theme_1 h1, #main #page .theme_1 h3 { color: #fff; }

#main #page .theme_2 { background: #c0b5b1; color: #fff; }

#main #page .theme_2 h1, #main #page .theme_2 h3 { color: #fff; }

#main #page .theme_3 { background: #d6c3bb; color: #fff; }

#main #page .theme_3 h1, #main #page .theme_3 h3 { color: #fff; }

#main #page .theme_4 { background: #dcc8b6; color: #fff; }

#main #page .theme_4 h1, #main #page .theme_4 h3 { color: #fff; }

#main #page img { width: 650px; top: 0px !important; max-width: none !important; height: auto !important; float: right; }

@media only screen and (max-width: 1379px) { #main #page img { position: relative !important; float: none; width: 100%; height: auto; } }

@media only screen and (max-width: 640px) { #main #page img { position: relative !important; float: none; width: 100%; height: auto; } }

#main #page img.image_logo { width: 490px !important; display: block !important; position: relative !important; left: 0px !important; top: 0px !important; float: none !important; text-align: center !important; margin: 0 auto !important; }

@media only screen and (max-width: 640px) { #main #page img.image_logo { width: 100% !important; } }

#main #page img.image_etiquette { width: 360px !important; display: block !important; position: relative !important; left: 0px !important; top: 0px !important; float: none !important; text-align: center !important; margin: 0 auto !important; }

@media only screen and (max-width: 640px) { #main #page img.image_etiquette { width: 100% !important; } }

#main #page img:nth-child(odd) { float: left; }

.postid-382 #main #page img:nth-child(odd), .postid-767 #main #page img:nth-child(odd), .postid-4885 #main #page img:nth-child(odd), .postid-4892 #main #page img:nth-child(odd) { float: right; }

@media only screen and (max-width: 640px) { #main #page img:nth-child(odd) { float: none; } }

#main #sitemap li { margin-left: 0px !important; }

#main #post { max-width: 1300px !important; padding: 0 60px; float: left; }

@media only screen and (max-width: 640px) { #main #post { width: 100%; float: none; padding: 0; } }

#main #post h1 { font-size: 45px; line-height: 1em; margin-bottom: 40px; }

@media only screen and (max-width: 640px) { #main #post h1 { font-size: 32px; } }

#main #post h2 { font-size: 35px; line-height: 1em; margin-bottom: 10px; }

@media only screen and (max-width: 640px) { #main #post h2 { font-size: 28px; } }

#main #post h3 { font-size: 22px; line-height: 1em; margin-bottom: 10px; }

@media only screen and (max-width: 640px) { #main #post h3 { color: #515151; } }

#main #post .content .credit { color: #777; font-size: 17px; font-family: "OpenSans", sans-serif; }

#main #post .share { text-align: right; padding-top: 30px; }

#main #post .share a { height: 16px; display: inline-block; overflow: hidden; text-indent: 100px; background: url(../img/bt-share.png) no-repeat; margin-left: 20px; transition: opacity 600ms; }

#main #post .share a.fb { width: 10px; }

#main #post .share a.tw { width: 17px; background-position: -29px 0; }

#main #post .share a.gp { width: 15px; background-position: 100% 0; }

#main #post .share a:hover { opacity: 0.7; }

#main #post img { position: relative; width: 100%; height: auto; }

@media only screen and (max-width: 640px) { #main #post img { width: 100%; } }

#main #post .navigation ul { border-top: 1px solid #dbdbda; margin-top: 10px; padding-top: 10px; overflow: hidden; }

#main #post .navigation ul li { text-decoration: none; font-size: 12px; font-family: "OpenSans", sans-serif; }

#main #post .navigation ul .previous { float: left; }

#main #post .navigation ul .previous:before { content: "<"; font-family: Courier New, Arial; display: inline-block; margin-right: 10px; color: #7f7f7f; }

#main #post .navigation ul .next { float: right; }

#main #post .navigation ul .next:after { content: ">"; font-family: Courier New, Arial; display: inline-block; margin-left: 10px; color: #7f7f7f; }

#main .wp-caption-text { font-size: 0.7222222222em; color: #888; margin-bottom: 18px; }

#main .wp-caption-text p:last-child { margin-bottom: 18px; }

#main #sidebar { float: right; width: 305px; margin-top: 200px; }

@media only screen and (max-width: 640px) { #main #sidebar { float: none; width: 100%; margin-top: 40px; } }

#main #sidebar h3 { border-bottom: 1px solid #e0dcda; color: #505050; margin-bottom: 25px; text-transform: uppercase; font-size: 8px; font-family: "SackersGothic", Arial, sans-serif; }

@media only screen and (max-width: 640px) { #main #sidebar h3 { font-size: 10px; } }

#main #sidebar .item { float: none; width: 100%; height: auto; margin: 0 0 25px 0; overflow: hidden; }

#main #sidebar .item .visual { float: left; width: 80px; margin-right: 20px; }

#main #sidebar .item h4 { font-family: "OpenSans", sans-serif; line-height: 20px; }

#main #sidebar .item h4 a { color: #777; }

#main #sidebar .item h4 a:hover { color: #000; }

.asideFixed #main #sidebar { position: fixed; top: 245px; margin-left: 655px; margin-top: 0; }

.page-template-default article { padding: 70px; background: #fff; }

@media only screen and (max-width: 640px) { .page-template-default article { padding: 30px 20px; } }

.page-template-default article .content { overflow: hidden; *zoom: 1; }

.page-template-default article h1 { margin-bottom: 40px; }

.page-template-default article h1.newsletter { margin-bottom: 10px; }

.page-template-default article h2 { font-size: 23px; font-family: "OpenSans", sans-serif; margin-bottom: 10px; color: #515151; }

.page-template-default .address { font-family: "SackersGothic", Arial, sans-serif; font-size: 12px; line-height: 20px; }

.page-template-default .address h3 { font-family: "SackersGothic", Arial, sans-serif; text-transform: uppercase; font-size: 14px; color: #7f7f7f; margin-bottom: 10px; padding-top: 25px; }

.page-template-default .right { float: right; width: 50%; }

@media only screen and (max-width: 640px) { .page-template-default .right { float: none; width: 100%; margin-top: 0 !important; } }

.page-template-default .right img { max-width: 100%; height: auto; }

@media only screen and (max-width: 640px) { .page-template-default .right img { display: none; } }

.page-template-default .wpcf7 { float: left; width: 50%; margin-bottom: 30px; }

@media only screen and (max-width: 640px) { .page-template-default .wpcf7 { float: none; width: 100%; overflow: hidden; } }

.page-template-default .legals { clear: both; font-size: 11px; font-family: "OpenSans", sans-serif; color: #a3a3a3; }

.page-template-template-la-maison-php #main, .page-template-template-les-vins-php #main { background-size: cover; display: table; vertical-align: middle; width: 100%; }

.single-post #main { background: none; }

@media only screen and (max-width: 640px) { .single-la-maison #main { padding-top: 100px; }
  .single-les-vins #main { padding: 120px 20px 10px; } }

#videoWrapper { position: absolute; top: 230px; left: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(255, 255, 255, 0.7); }

#video { position: absolute; top: 35px; left: 50%; margin: 0 0 0 -650px; }

#sitemap { vertical-align: middle; text-align: center; display: table-cell; }

@media only screen and (max-width: 640px) { #sitemap { width: 100%; } }

#sitemap > ol { background: #fff; padding: 60px 0; margin: 0 auto; width: 525px; }

#sitemap > ol > li:last-child { padding-bottom: 30px; background: url(../img/sitemap.png) no-repeat 50% 100%; }

@media only screen and (max-width: 640px) { #sitemap > ol { width: auto; } }

#sitemap li { font-size: 11px; font-family: "SackersGothic", Arial, sans-serif; text-transform: uppercase; line-height: 23px; }

#sitemap li a { color: #1a171b; }

#sitemap li a:hover { color: #000; }

#sitemap li ol { display: none; margin: 10px 0; background: url(../img/sitemap_sub.png) no-repeat 50% 0, url(../img/sitemap_sub.png) no-repeat 50% 100%; }

#sitemap li li { font-size: 9px; }

#sitemap li li a { color: #a3a3a3; }

#sitemap li li:first-child { padding-top: 10px; }

#sitemap li li:last-child { padding-bottom: 10px; }

.postid-4126 #menuIntern li.current, .postid-4833 #menuIntern li.current { display: none; }

.postid-4126 #main #page .bloc, .postid-4833 #main #page .bloc { position: relative !important; height: 840px; }

@media only screen and (max-width: 640px) { .postid-4126 #main #page .bloc, .postid-4833 #main #page .bloc { height: auto !important; } }

.postid-4641 #menuIntern li.current { display: none; }

.postid-4641 #main #page .bloc { position: relative !important; height: 940px; }

@media only screen and (max-width: 640px) { .postid-4641 #main #page .bloc { height: auto !important; } }

.postid-221 #main #page .bloc, .postid-348 #main #page .bloc, .postid-394 #main #page .bloc, .postid-396 #main #page .bloc, .postid-397 #main #page .bloc, .postid-2058 #main #page .bloc, .postid-2045 #main #page .bloc, .postid-2047 #main #page .bloc, .postid-2049 #main #page .bloc, .postid-2059 #main #page .bloc, .postid-753 #main #page .bloc, .postid-755 #main #page .bloc, .postid-757 #main #page .bloc { height: 960px; }

@media only screen and (max-width: 640px) { .postid-221 #main #page .bloc, .postid-348 #main #page .bloc, .postid-394 #main #page .bloc, .postid-396 #main #page .bloc, .postid-397 #main #page .bloc, .postid-2058 #main #page .bloc, .postid-2045 #main #page .bloc, .postid-2047 #main #page .bloc, .postid-2049 #main #page .bloc, .postid-2059 #main #page .bloc, .postid-753 #main #page .bloc, .postid-755 #main #page .bloc, .postid-757 #main #page .bloc { height: auto !important; } }

.postid-230 #main #page .bloc, .postid-372 #main #page .bloc, .postid-373 #main #page .bloc, .postid-374 #main #page .bloc, .postid-776 #main #page .bloc, .postid-778 #main #page .bloc, .postid-779 #main #page .bloc { height: 930px; }

@media only screen and (max-width: 640px) { .postid-230 #main #page .bloc, .postid-372 #main #page .bloc, .postid-373 #main #page .bloc, .postid-374 #main #page .bloc, .postid-776 #main #page .bloc, .postid-778 #main #page .bloc, .postid-779 #main #page .bloc { height: auto !important; } }

.postid-3339 #main #page .bloc, .postid-3349 #main #page .bloc, .postid-3358 #main #page .bloc, .postid-3473 #main #page .bloc, .postid-3474 #main #page .bloc, .postid-3475 #main #page .bloc, .postid-3411 #main #page .bloc, .postid-3453 #main #page .bloc, .postid-3454 #main #page .bloc { height: 930px; }

@media only screen and (max-width: 640px) { .postid-3339 #main #page .bloc, .postid-3349 #main #page .bloc, .postid-3358 #main #page .bloc, .postid-3473 #main #page .bloc, .postid-3474 #main #page .bloc, .postid-3475 #main #page .bloc, .postid-3411 #main #page .bloc, .postid-3453 #main #page .bloc, .postid-3454 #main #page .bloc { height: auto !important; } }

.postid-3369 #main #page .bloc, .postid-3389 #main #page .bloc, .postid-3477 #main #page .bloc, .postid-3478 #main #page .bloc, .postid-3479 #main #page .bloc, .postid-3457 #main #page .bloc, .postid-3458 #main #page .bloc, .postid-3459 #main #page .bloc { height: 960px; }

@media only screen and (max-width: 640px) { .postid-3369 #main #page .bloc, .postid-3389 #main #page .bloc, .postid-3477 #main #page .bloc, .postid-3478 #main #page .bloc, .postid-3479 #main #page .bloc, .postid-3457 #main #page .bloc, .postid-3458 #main #page .bloc, .postid-3459 #main #page .bloc { height: auto !important; } }

.postid-3382 #main #page.fluid { height: 850px !important; }

@media only screen and (max-width: 1379px) { .postid-3382 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 1024px) { .postid-3382 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 640px) { .postid-3382 #main #page.fluid { height: auto !important; } }

.postid-226 #main .bloc, .postid-765 #main .bloc { position: relative !important; }

.postid-226 #main .wrapper { display: flex; }

@media only screen and (max-width: 640px) { .postid-226 #main .wrapper { display: block; } }

.postid-226 #main #page img.attachment-page { min-height: none !important; height: none !important; }
.postid-226 #main #page img.image_logo { width: 440px; }

.postid-383 #main #page .bloc, .postid-2076 #main #page .bloc, .postid-769 #main #page .bloc { height: 1060px; }

.postid-226 #main #page .bloc { height: 705px; }

.postid-765 #main #page .bloc { height: 705px; }

.postid-2072 #main #page .bloc { height: 1100px; }

.postid-382 #main #page .bloc { height: 1250px; }

.postid-767 #main #page .bloc { height: 1076px; }

.postid-76 #main #page .bloc, .postid-6375 #main #page .bloc, .postid-6379 #main #page .bloc, .postid-6386 #main #page .bloc, .postid-6385 #main #page .bloc { height: 730px; }

.postid-6370 #main #page .bloc, .postid-6384 #main #page .bloc { height: 860px; }

.postid-6759 #main #page .bloc, .postid-6841 #main #page .bloc { height: 1030px; }

.postid-6761 #main #page .bloc, .postid-6843 #main #page .bloc { height: 700px; }

@media only screen and (max-width: 640px) { .postid-226 #main #page .bloc, .postid-383 #main #page .bloc, .postid-2076 #main #page .bloc, .postid-769 #main #page .bloc { height: auto !important; } }

.postid-3706 #main #page.fluid, .postid-4347 #main #page.fluid, .postid-2066 #main #page.fluid, .postid-767 #main #page.fluid, .postid-4892 #main #page.fluid { height: 1250px !important; }

.postid-4677 #main #page.fluid, .postid-4347 #main #page.fluid, .postid-4892 #main #page.fluid { height: 1230px !important; }

.postid-382 #main #page.fluid, .postid-2072 #main #page.fluid, .postid-4668 #main #page.fluid { height: 1050px !important; }

.postid-4885 #main #page.fluid { height: 1150px !important; }

.postid-3705 #main #page.fluid .bloc.theme_0 { height: 1175px; }

.postid-4871 #main .bloc, .postid-228 #main .bloc, .postid-2078 #main .bloc { height: 1180px !important; }

.postid-2078 #main #page .bloc .bouton, .postid-4871 #main #page .bloc .bouton { margin-left: 15%; }

.postid-5459 #main #page .bloc { height: 1000px; }

.postid-379 #main #page .bloc, .postid-6418 #main #page .bloc, .postid-6420 #main #page .bloc { height: 900px; }

.postid-2082 #main #page .bloc { height: 1100px; }

@media only screen and (max-width: 1379px) { .postid-382 #main #page.fluid, .postid-3705 #main #page.fluid, .postid-3706 #main #page.fluid, .postid-4347 #main #page.fluid, .postid-2066 #main #page.fluid, .postid-2072 #main #page.fluid, .postid-4668 #main #page.fluid, .postid-4677 #main #page.fluid, .postid-767 #main #page.fluid, .postid-4885 #main #page.fluid, .postid-4892 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 1024px) { .postid-382 #main #page.fluid, .postid-3705 #main #page.fluid, .postid-3706 #main #page.fluid, .postid-4347 #main #page.fluid, .postid-2066 #main #page.fluid, .postid-2072 #main #page.fluid, .postid-4668 #main #page.fluid, .postid-4677 #main #page.fluid, .postid-767 #main #page.fluid, .postid-4885 #main #page.fluid, .postid-4892 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 640px) { .postid-382 #main #page.fluid, .postid-3705 #main #page.fluid, .postid-3706 #main #page.fluid, .postid-4347 #main #page.fluid, .postid-2066 #main #page.fluid, .postid-2072 #main #page.fluid, .postid-4668 #main #page.fluid, .postid-4677 #main #page.fluid, .postid-767 #main #page.fluid, .postid-4885 #main #page.fluid, .postid-4892 #main #page.fluid { height: auto !important; } }

.postid-228 #main .bloc, .postid-2078 #main .bloc, .postid-2082 #main .bloc, .postid-774 #main .bloc, .postid-5451 #main .bloc { height: 1000px; }

@media only screen and (max-width: 640px) { .postid-228 #main .bloc, .postid-379 #main .bloc, .postid-2078 #main .bloc, .postid-2082 #main .bloc, .postid-4871 #main .bloc, .postid-774 #main .bloc, .postid-5451 #main .bloc, .postid-5459 #main .bloc { height: auto !important; } }

.postid-378 #main #page.fluid, .postid-2079 #main #page.fluid, .postid-774 #main #page.fluid, .postid-772 #main #page.fluid { height: 1140px !important; }

@media only screen and (max-width: 1379px) { .postid-378 #main #page.fluid, .postid-2079 #main #page.fluid, .postid-774 #main #page.fluid, .postid-772 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 1024px) { .postid-378 #main #page.fluid, .postid-2079 #main #page.fluid, .postid-774 #main #page.fluid, .postid-772 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 640px) { .postid-378 #main #page.fluid, .postid-2079 #main #page.fluid, .postid-774 #main #page.fluid, .postid-772 #main #page.fluid { height: auto !important; } }

.postid-224 #main #page .bloc, .postid-415 #main #page .bloc, .postid-418 #main #page .bloc, .postid-417 #main #page .bloc, .postid-1935 #main #page .bloc, .postid-2084 #main #page .bloc, .postid-2089 #main #page .bloc, .postid-761 #main #page .bloc, .postid-1937 #main #page .bloc { height: 1350px; }

@media only screen and (max-width: 640px) { .postid-224 #main #page .bloc, .postid-415 #main #page .bloc, .postid-418 #main #page .bloc, .postid-417 #main #page .bloc, .postid-1935 #main #page .bloc, .postid-2084 #main #page .bloc, .postid-2089 #main #page .bloc, .postid-761 #main #page .bloc, .postid-1937 #main #page .bloc { height: auto !important; } }

.postid-415 #main #page.fluid, .postid-2087 #main #page.fluid { height: 1320px !important; }

@media only screen and (max-width: 1379px) { .postid-415 #main #page.fluid, .postid-2087 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 1024px) { .postid-415 #main #page.fluid, .postid-2087 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 640px) { .postid-415 #main #page.fluid, .postid-2087 #main #page.fluid { height: auto !important; } }

.postid-78 #main #page .bloc, .postid-54 #main #page .bloc, .postid-58 #main #page .bloc, .postid-2053 #main #page .bloc, .postid-2070 #main #page .bloc, .postid-2092 #main #page .bloc, .postid-748 #main #page .bloc, .postid-750 #main #page .bloc, .postid-751 #main #page .bloc { height: 950px; }

@media only screen and (max-width: 640px) { .postid-78 #main #page .bloc, .postid-54 #main #page .bloc, .postid-58 #main #page .bloc, .postid-2053 #main #page .bloc, .postid-2070 #main #page .bloc, .postid-2092 #main #page .bloc, .postid-748 #main #page .bloc, .postid-750 #main #page .bloc, .postid-751 #main #page .bloc { height: auto !important; } }

.postid-56 #main #page.fluid { height: 900px !important; }

@-moz-document url-prefix() { .postid-56 #main #page.fluid { height: 1040px !important; } }

@media only screen and (max-width: 1379px) { .postid-56 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 1024px) { .postid-56 #main #page.fluid { height: auto !important; } }

@media only screen and (max-width: 640px) { .postid-56 #main #page.fluid { height: auto !important; } }

.postid-158 #main #page .bloc, .postid-160 #main #page .bloc, .postid-162 #main #page .bloc, .postid-2095 #main #page .bloc, .postid-2096 #main #page .bloc, .postid-2098 #main #page .bloc, .postid-811 #main #page .bloc, .postid-812 #main #page .bloc, .postid-813 #main #page .bloc { height: 950px; }

@media only screen and (max-width: 640px) { .postid-158 #main #page .bloc, .postid-160 #main #page .bloc, .postid-162 #main #page .bloc, .postid-2095 #main #page .bloc, .postid-2096 #main #page .bloc, .postid-2098 #main #page .bloc, .postid-811 #main #page .bloc, .postid-812 #main #page .bloc, .postid-813 #main #page .bloc { height: auto !important; } }

.postid-145 #main #page .bloc, .postid-148 #main #page .bloc, .postid-150 #main #page .bloc, .postid-152 #main #page .bloc, .postid-3724 #main #page .bloc, .postid-2100 #main #page .bloc, .postid-2103 #main #page .bloc, .postid-2106 #main #page .bloc, .postid-4628 #main #page .bloc, .postid-815 #main #page .bloc, .postid-816 #main #page .bloc, .postid-818 #main #page .bloc, .postid-493 #main #page .bloc, .postid-4931 #main #page .bloc { height: 950px; }

@media only screen and (max-width: 640px) { .postid-145 #main #page .bloc, .postid-148 #main #page .bloc, .postid-150 #main #page .bloc, .postid-152 #main #page .bloc, .postid-3724 #main #page .bloc, .postid-2100 #main #page .bloc, .postid-2103 #main #page .bloc, .postid-2106 #main #page .bloc, .postid-4628 #main #page .bloc, .postid-815 #main #page .bloc, .postid-816 #main #page .bloc, .postid-818 #main #page .bloc, .postid-493 #main #page .bloc, .postid-4931 #main #page .bloc { height: auto !important; } }

.postid-1388 #main #page .bloc, .postid-606 #main #page .bloc, .postid-2113 #main #page .bloc, .postid-2115 #main #page .bloc, .postid-822 #main #page .bloc, .postid-1387 #main #page .bloc, .postid-828 #main #page .bloc { height: 950px; }

@media only screen and (max-width: 640px) { .postid-1388 #main #page .bloc, .postid-606 #main #page .bloc, .postid-2113 #main #page .bloc, .postid-2115 #main #page .bloc, .postid-822 #main #page .bloc, .postid-1387 #main #page .bloc, .postid-828 #main #page .bloc { height: auto !important; } }

.postid-2110 #main #page.fluid { height: 1040px !important; }

.postid-154 #main #page .bloc, .postid-1319 #main #page .bloc, .postid-2117 #main #page .bloc, .postid-2118 #main #page .bloc, .postid-820 #main #page .bloc, .postid-1325 #main #page .bloc { height: 950px; }

@media only screen and (max-width: 640px) { .postid-154 #main #page .bloc, .postid-1319 #main #page .bloc, .postid-2117 #main #page .bloc, .postid-2118 #main #page .bloc, .postid-820 #main #page .bloc, .postid-1325 #main #page .bloc { height: auto !important; } }

.wpcf7-form .radios, .wpcf7-form .checkbox, .wpcf7-form .select, .wpcf7-form .text, .wpcf7-form .textarea, .wpcf7-form .submit { max-width: 350px; padding-right: 40px; }

@media only screen and (max-width: 640px) { .wpcf7-form .radios, .wpcf7-form .checkbox, .wpcf7-form .select, .wpcf7-form .text, .wpcf7-form .textarea, .wpcf7-form .submit { max-width: 100%; padding-right: 0; } }

.wpcf7-form label { text-transform: uppercase; font-size: 9px; font-family: "SackersGothic", Arial, sans-serif; }

.wpcf7-form .radios { margin-bottom: 20px; }

.wpcf7-form .radios label { margin-right: 10px; cursor: pointer; }

.wpcf7-form .radios input { font-size: 12px; margin: 0 5px 0 -5px; }

.wpcf7-form .checkbox { margin-bottom: 20px; }

.wpcf7-form .checkbox label { text-transform: none; font-size: 12px; font-family: "OpenSans", sans-serif; }

.wpcf7-form .text { margin-bottom: 20px; }

.wpcf7-form .text input { border: 1px solid #d3d3d3; line-height: 30px; height: 30px; width: 100%; padding: 0 10px; font-family: "OpenSans", sans-serif; font-size: 13px; }

.wpcf7-form .select { margin-bottom: 20px; }

.wpcf7-form .select select { width: calc(100% - 1px); margin-left: 1px; }

.wpcf7-form .textarea textarea { width: 100%; height: 170px; border: 1px solid #d3d3d3; font-family: "OpenSans", sans-serif; padding: 10px; font-size: 13px; }

.wpcf7-form .submit input { float: right; border: 0; cursor: pointer; color: #7f7f7f; background: #000000; padding: 15px 15px; color: #ffffff; font-size: 18px; }

.wpcf7-form .submit .ajax-loader { float: right; }

.wpcf7-form .required { color: #a3a3a3; font-size: 12px; font-family: "OpenSans", sans-serif; float: left; }

.wpcf7-form span.wpcf7-not-valid-tip { font-size: 10px; font-family: "OpenSans", sans-serif; }

.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid { border-color: red; }

.wpcf7-form .wpcf7-validation-errors { display: none; }

.wpcf7-form .wpcf7-response-output { clear: both; }

.wpcf7-form .legal span.wpcf7-list-item { margin-left: 0; }

.wpcf7-form .legal span.wpcf7-list-item input { margin-right: 0.5em; }

.wpcf7-form .wpcf7-not-valid input[type="checkbox"], .wpcf7-form .wpcf7-not-valid .select2-choice { border-color: red; }

.page div .wpcf7-validation-errors, .page div .wpcf7-mail-sent-ng, .page div .wpcf7-mail-sent-ok { margin-left: 0; margin-right: 0; border: 0; padding: 0; }

.page div .wpcf7-validation-errors, .page div .wpcf7-mail-sent-ng { color: #a94442; }

.page div .wpcf7-mail-sent-ok { color: #3c763d; }

/* Form Mailchimp */
#mc_embed_signup br { display: none; }

#mc_embed_signup input { border-radius: 0px !important; border: 1px solid #d3d3d3 !important; }

#mc_embed_signup .button { font-family: "SackersGothic", Arial, sans-serif; font-size: 18px !important; background-color: #000 !important; border-radius: 0px !important; height: 52px !important; padding: 0px 25px !important; }

#mc_embed_signup .mc-field-group { padding-bottom: 25px !important; }

#mc_embed_signup .mc-field-group input { text-indent: 1.2%; }

#mc_embed_signup .mc-field-group select { width: 100% !important; border-radius: 0px !important; border: 1px solid #d3d3d3 !important; -webkit-appearance: none; padding-left: 20px !important; }

#mc_embed_signup .mc-field-group label { text-transform: uppercase; font-size: 9px; font-family: "SackersGothic", Arial, sans-serif; }

#mc_embed_signup .datefield .dayfield input, #mc_embed_signup .datefield .monthfield input { width: 50px !important; }

#mc_embed_signup .datefield input { padding: 10px 0 10px 0 !important; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error { font-family: "SackersGothic", Arial, sans-serif; margin: 2px 0 0 0 !important; border-radius: 0 !important; }

.page-template-default .legals { font-size: 12px !important; }

#mc_embed_signup div#mce-responses { margin: 0 !important; width: 100% !important; }

#mc_embed_signup div#mce-responses .response { width: 100%; }

/* FIN Form Mailchimp */
.select2-container { width: 100%; }

.select2-container .select2-choice { border-radius: 0; font-family: "OpenSans", sans-serif; font-size: 13px; line-height: 30px; height: 30px; background: #fff; }

.select2-container .select2-choice .select2-arrow { border-radius: 0; background: #fff; border-left: 0; }

.select2-results { font-family: "OpenSans", sans-serif; font-size: 13px; }

#vins { /* background-color: black; */ overflow: hidden; }

#vins article { float: left; width: 14.2857143%; overflow: hidden; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; transition: width, 300ms; }

@media screen and (max-height: 850px) { #vins article { background-position: 50% 60%; } }

@media screen and (max-height: 700px) { #vins article { background-position: 50% 70%; } }

@media only screen and (max-width: 640px) { #vins article { width: 33%; background-position: center center; background-size: contain; } }

#vins article a { display: block; min-height: 300px; }

#vins article a h2 { display: none; }

#vins:hover article { width: 14%; }

#vins:hover article:hover { width: 16%; }

html { height: 100%; width: 100%; }

.page-id-923 { height: 100%; width: 100%; }

.page-id-923 header { display: none !important; }

.languages { position: relative; display: table; height: 100%; width: 100%; }

.languages .wrap { display: table-cell; text-align: center; vertical-align: middle; }

.languages img { display: inline-block; margin-bottom: 50px; }

.languages p { font-family: "SackersGothic", Arial, sans-serif; font-size: 20px; margin-bottom: 10px; }

.languages a { padding-left: 10px; background: url(../img/cursor.png) no-repeat 0 50%; font-family: "OpenSans", sans-serif; font-size: 20px; }

.needDisclaimer { /*background-color: $main-color */ /*background-color: #faf3e6 */ background-color: #f5f5f5; }

@media only screen and (max-width: 640px) { .needDisclaimer { padding-top: 0; min-height: 100%; } }

.page-template-template-disclaimer-php #header, .page-template-template-disclaimer-php #footer { display: none; }

.needDisclaimer #header, .needDisclaimer #slider, .needDisclaimer #main, .needDisclaimer #footer, .needDisclaimer #menuIntern, .needDisclaimer .parallax { display: none; }

.single-les-vins #menuIntern { position: relative; }

.single-les-vins #menuIntern nav { top: 0; transition: none; }

.single-les-vins.subFixed #menuIntern nav { transition: none; }

.page-template-template-links-php .wrapper { padding: 70px; background-color: #fff; }

@media only screen and (max-width: 640px) { .page-template-template-links-php .wrapper { padding: 30px 20px; } }

.page-template-template-links-php h1 { margin-bottom: 50px; }

.page-template-template-links-php .link { font-family: "OpenSans", sans-serif; font-size: 21px; color: #515151; border-bottom: 1px solid #f7f5f0; padding-top: 15px; padding-bottom: 15px; list-style: none !important; }

.page-template-template-links-php .link li { display: inline; padding: 0 3px; }

.page-template-template-links-php .link a { display: inline-block; }

.page-template-template-links-php .link:last-child { border-bottom: 1px solid #fff; }

.page-template-template-links-php .link__country { float: left; }

@media only screen and (max-width: 640px) { .page-template-template-links-php .link__country { float: none; } }

.page-template-template-links-php .link__links-for-country { text-align: right; }

@media only screen and (max-width: 640px) { .page-template-template-links-php .link__links-for-country { display: block; text-align: left; } }

.page-template-template-links-php .link__links-for-country a { align-content: center; text-indent: 99999px; vertical-align: middle; white-space: nowrap; background: url(../img/icons.png) no-repeat; width: 18px; height: 25px; opacity: 0.6; transition: opacity 600ms; }

.page-template-template-links-php .link__links-for-country a:hover, .page-template-template-links-php .link__links-for-country a:active { opacity: 1; transition: opacity 600ms; }

.page-template-template-links-php .link__links-for-country .link_email { background-position: 0px 0px; }

.page-template-template-links-php .link__links-for-country .link__facebook { background-position: -204px 0px; }

.page-template-template-links-php .link__links-for-country .link__twitter { background-position: -272px 0px; }

.page-template-template-links-php .link__links-for-country .link__instagram { background-position: -68px 0px; }

.page-template-template-links-php .link__links-for-country .link__website { background-position: -136px 0px; }

/******** SLIDER */
#slider { width: 100%; height: 400px; overflow: hidden; position: relative; }

#slider #sliderContent { width: 100%; height: 400px; }

#slider #sliderContent .panel { display: block; width: 100%; height: 400px; position: relative; float: left; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }

@media only screen and (max-width: 1024px) { #slider #sliderContent .panel { display: none; } }

#slider #sliderContent .wrapper { width: 600px; background-color: transparent; }

@media only screen and (max-width: 640px) { #slider #sliderContent .wrapper { display: flex; width: 100%; height: 100%; } }

#slider #sliderContent .wrapper .content { width: 700px; position: relative; z-index: 1; height: 400px; vertical-align: middle; text-align: center; display: table-cell; }

@media only screen and (max-width: 640px) { #slider #sliderContent .wrapper .content { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } }

#slider #sliderContent .wrapper .content h2 { color: #fff; font-size: 45px; line-height: 1.1em; }

@media only screen and (max-width: 640px) { #slider #sliderContent .wrapper .content h2 { font-size: 25px; } }

#slider #sliderContent .wrapper .content p { color: #fff; font-family: "OpenSans", sans-serif; font-size: 19px; }

@media only screen and (max-width: 640px) { #slider #sliderContent .wrapper .content p { font-size: 13px; } }

#slider #sliderContent .panel:after { content: ""; background-color: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

@media only screen and (max-width: 640px) { #slider #sliderNav { display: none; } }

#slider #sliderNav a { position: absolute; top: 50%; margin-top: -12px; text-indent: -999px; width: 29px; height: 25px; background: url(../img/bt-slider.png) no-repeat; transition: opacity 600ms; }

#slider #sliderNav .previous { left: 20px; }

#slider #sliderNav .next { right: 20px; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#slider #sliderNav a:hover { opacity: 0.7; }

/************ HOME SLIDER */
.home #slider { height: 570px; background: url("/wp-content/themes/laurentperrier/assets/img/bg-product.jpg") center no-repeat; }

.home #slider h2 { margin-top: 30px; margin-bottom: 20px; }

.home #slider .tag_slider { background-color: #ed1846; padding: 10px 40px; color: #ffffff; text-transform: lowercase; }

.home #slider #sliderContent .panel .mobile { display: none; }

.home #slider #sliderContent .panel.mobile { display: none; }

.home #slider #sliderContent { height: 570px; }

.home #slider #sliderContent .panel { height: 570px; }

.home #slider #sliderContent .panel .wrapper .content { height: 570px; }

.home #slider #sliderContent .panel:after { display: none; }

.home #header.fixed { display: none; }

.home .panel_cuvee_rose .panel { background-image: url("https://www.laurent-perrier.com/wp-content/uploads/2022/09/Laurent-Perrier-Robe-Bambou-Slider-FR.jpg"); }

@media only screen and (max-width: 640px) { .home #slider { background: none; }
  .home #slider #sliderContent .panel { display: block; float: none; }
  .home #slider #sliderContent .panel .desktop { display: none; }
  .home #slider #sliderContent .panel .mobile { display: block; margin-top: 20px; }
  .home #slider #sliderContent .panel.desktop { display: none; }
  .home #slider #sliderContent .panel.mobile { display: block; }
  .home #slider { height: auto; }
  .home #slider #sliderContent { height: auto; }
  .home #slider #sliderContent .panel { height: auto; }
  .home #slider #sliderContent .panel__wrapper__mobile { height: 150px; margin: 26px; }
  .home #slider #sliderContent .panel__wrapper__mobile .panel { height: 100%; }
  .home #slider #sliderContent .panel .wrapper .content { height: auto; }
  .home #slider #sliderContent .panel .wrapper::after { position: absolute; content: ""; }
  .home #slider #sliderContent .panel__wrapper__mobile .tag_slider { display: none; }
  .home #slider #sliderContent .panel__wrapper__mobile h2 { margin: 0; font-size: 17px; text-transform: uppercase; color: #fff !important; line-height: 24px; }
  .home #slider #sliderContent .panel__wrapper__mobile h2 span { font-size: 12px; }
  .home #slider #sliderContent .panel__wrapper__mobile .more { display: none; }
  .home .panel_cuvee_rose .panel { background-image: url("https://www.laurent-perrier.com/wp-content/uploads/2022/10/Laurent-Perrier-Robe-Bambou-Slider-mobile.jpg"); } }

@media only screen and (min-width: 641px) and (max-width: 1024px) { .home #slider { background: url(../img/home-ipad.jpg) no-repeat 50% 50%; background-size: cover; } }

/********* PARALLAX */
.parallax { position: relative; height: 270px; overflow: hidden; }

@media only screen and (max-width: 640px) { .parallax { height: 180px; top: 80px; } }

.parallax__layer { position: absolute; top: 0; width: 100%; text-align: center; }

.parallax__layer, .parallax__mini { background-position: 50% 50%; background-repeat: no-repeat; }

.parallax__bg, .parallax__bg2, .parallax--for-smartphone { background-size: cover; }

.parallax__bg, .parallax__bg2 { width: 100%; }

.parallax__bg { height: 600px; }

.parallax__bg2 { height: 680px; }

.parallax__bottle { height: 740px; }

.parallax__flourish { height: 1000px; }

.parallax__flourish2 { height: 1200px; }

@media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

.fluid { padding-bottom: 70px; }
.pleinelargeur { background-color: white !important; background-image: none !important; margin-top: 15px; }

.section-title { font-family: "SackersGothic"; font-size: 33px; font-weight: 400; line-height: 1.1; letter-spacing: 0em; text-align: left; font-style: normal; margin-bottom: 20px; margin-top: 10px; }

@media (min-width: 768px) { .section-title { font-size: 38px; } }

.section-title strong { font-family: "Bodoni Moda", serif; font-size: 33px; font-style: italic; font-weight: 5; line-height: 1.1; letter-spacing: 0em; text-align: left; display: block; }

@media (min-width: 768px) { .section-title strong { font-size: 38px; } }

.section-subtitle { font-family: "OpenSans", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; letter-spacing: 0em; text-align: left; margin-bottom: 30px; }

/* .axeptio_mount { display: none; } */
.home .embla { position: absolute; padding: 0; max-width: 100%; margin-left: auto; margin-right: auto; z-index: 1; width: 100%; opacity: 0; transition: opacity 1s; }

.home .embla.show { opacity: 1; }

.home .embla__viewport { overflow: hidden; width: 100%; }

.home .embla__viewport.is-draggable { cursor: move; cursor: -webkit-grab; cursor: grab; }

.home .embla__viewport.is-dragging { cursor: -webkit-grabbing; cursor: grabbing; }

.home .embla__container { display: flex; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: transparent; margin-left: 0; /* transform: scale(0.5); */ }

.home .embla__slide { padding-left: 0; position: relative; flex: 0 0 33.33%; }

.home .embla__slide__inner { position: relative; /* width: 100%; */ width: auto; height: 360px; display: flex; align-items: center; justify-content: center; overflow: hidden; background-position: center center; background-size: contain; background-repeat: no-repeat; -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: center center; transform-origin: center center; transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; }

.home .embla__slide.current .embla__slide__inner { -webkit-transform: scale(1.4, 1.4); transform: scale(1.4, 1.4); -webkit-transform-origin: center center; transform-origin: center center; transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; }

@media only screen and (min-width: 480px) { .home .embla__slide { flex: 0 0 29%; }
  .home .embla__slide.current .embla__slide__inner { -webkit-transform: scale(1.4, 1.4); transform: scale(1.4, 1.4); } }

/* .home .embla__slide__parallax { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } */
.home .embla__slide__img { position: absolute; display: block; top: 50%; left: 50%; width: 100%; height: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.home .embla__button { outline: 0; cursor: pointer; background-color: transparent; touch-action: manipulation; position: absolute; z-index: 1; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); border: 0; justify-content: center; align-items: center; padding: 0; border-radius: 44px; background: rgba(205, 205, 205, 0.5); fill: #fff; width: 44px; height: 44px; }

.home .embla__button:disabled { cursor: default; opacity: 0.3; }

.home .embla__button__svg { width: 8px; height: 12px; }

.home .embla__button--prev { left: 27px; }

.home .embla__button--next { right: 27px; }

.home .panel .background { position: relative; top: 0; width: 100%; height: 520px; z-index: 0; }

@media only screen and (max-height: 640px) { .home .panel .background { height: 490px; } }

.home .background .background__slide { position: absolute; top: 0; width: 100%; height: 100%; }

.home .background .background__slide__bg { position: absolute; top: 0; width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 0; transition: opacity 0.5s 0.5s; }

.home .background .current .background__slide__bg { opacity: 1; transition: opacity 0.8s; }

.home .background .background__slide__img { width: 100%; height: auto; }

.home .background .panel__title { position: absolute; z-index: 1; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 50px; /* font-weight: 800; */ display: none; opacity: 0; transition: opacity 1.2s; }

.home .background.show .panel__title { opacity: 1; }

.home .background .current .panel__title { display: block; }

.home .background .panel__title1 { text-align: center; color: #fff; font-size: 12px; text-transform: uppercase; -webkit-transform: translateY(-10px); transform: translateY(-10px); margin-bottom: 2px; opacity: 0; }

.home .background .panel__title2 { text-align: center; color: #fff; font-size: 16px; text-transform: uppercase; -webkit-transform: translateY(-10px); transform: translateY(-10px); opacity: 0; margin-bottom: 15px; }

.home .background .current .panel__title1 { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); transition: opacity 0.5s 0.3s, color 1s 2.5s, -webkit-transform 0.5s 0.3s; transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, color 1s 2.5s; transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, color 1s 2.5s, -webkit-transform 0.5s 0.3s; }

.home .background .current .panel__title2 { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); transition: opacity 0.5s 0.2s, color 1s 2.5s, -webkit-transform 0.5s 0.2s; transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, color 1s 2.5s; transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, color 1s 2.5s, -webkit-transform 0.5s 0.2s; }

.home .background .panel__link { display: none; background: #fff; color: #000; text-transform: uppercase; height: 45px; justify-content: center; align-items: center; width: 70vw; font-size: 13px; line-height: 20px; text-align: center; letter-spacing: 0.1em; max-width: 80vw; }

.home .background .current .panel__link { display: flex; }

#contact .row { max-width: 900px; margin: 0 auto; align-items: center; padding: 0; }

@media (min-width: 768px) { #contact .row { display: flex; align-items: stretch; flex-wrap: wrap; gap: 140px; justify-content: center; } }

@media (min-width: 1800px) { #contact .row { max-width: 1200px; } }

#contact .nf-field-label .nf-label-span, #contact .nf-field-label label { font-weight: 400; }

#contact .ninja-forms-req-symbol { color: black; }

#contact .material-form { width: 100%; }

@media (min-width: 768px) { #contact .material-form { max-width: 285px; } }

#contact .col-left { display: flex; flex-direction: column; align-items: stretch; justify-content: stretch; margin-bottom: 30px; }

@media (min-width: 768px) { #contact .col-left { margin-bottom: 0px; flex-basis: calc(50% - 70px); } }

#contact .col-left img { width: 100%; }

@media (min-width: 768px) { #contact .col-right { flex-basis: calc(50% - 70px); max-width: 350px; } }

#contact .legal { margin-top: 10px; }

#contact .section-title { line-height: 0.8; margin-bottom: 30px; }

#contact .section-title strong { line-height: 0.8; }

#contact .section-subtitle { font-family: "SackersGothic"; font-size: 14px; font-weight: 400; line-height: 1.1; margin-bottom: 30px; }

#contact .section-subtitle span { display: block; margin-bottom: 8px; }

#contact .section-subtitle p { margin: 0; }

#contact address { font-family: "OpenSans", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; }

#contact input[type="submit"] { width: 100%; color: white; text-transform: uppercase; margin-top: 0; }

#contact .nf-form-layout { position: relative; }

#contact .nf-before-form-content { display: none; }

#contact #ninja_forms_required_items, #contact .nf-field-container { margin-bottom: 15px; }

#contact .label-above .nf-field-label { margin-bottom: 0; }

#contact .contact_subject { position: relative; }

#contact .contact_subject:after { position: absolute; right: 0; top: 0; background: url(../img/caret-down.svg) no-repeat 20px 20px !important; width: 30px; height: 30px; }

#contact .contact_message { padding-top: 10px; }

#contact .contact_message label { position: relative; -webkit-transform: translateY(0); transform: translateY(0); }

#contact .contact_message .nf-input-limit { margin: 0; }

#contact .section-footer { display: flex; align-items: center; font-family: "OpenSans", sans-serif; font-size: 9px; font-weight: 600; line-height: 1.3; margin-top: 40px; }

@media (min-width: 768px) { #contact .section-footer { font-size: 9px; max-width: 1000px; margin: 40px auto 0; } }

#contact .section-footer h6 { font-size: 100%; }

#contact .section-footer .footer-left { flex-basis: 70px; margin-right: 20px; }

#contact .section-footer .footer-left img { width: 70px; }

#contact .section-footer .footer-right { flex-basis: calc(100% - 70px); color: #5a5a5a; font-weight: 400; }

#contact .section-footer .footer-right a, #contact .section-footer .footer-right h6 { color: black; }

/*@font-face{ font-family:"Canela"; src:url("../fonts/Canela-Regular.eot?") format("eot"), url("../fonts/Canela-Regular.otf") format("truetype"); font-weight: normal; font-style: normal; } @font-face{ font-family:"Canela Italic"; src:url("../fonts/Canela-RegularItalic.eot?") format("eot"), url("../fonts/Canela-RegularItalic.otf") format("truetype"); font-weight: normal; font-style: italic; } @font-face{ font-family:"Canela Light"; src:url("../fonts/Canela-Light.eot?") format("eot"), url("../fonts/Canela-Light.otf") format("truetype"); font-weight: normal; font-style: normal; } @font-face{ font-family:"Canela Light Italic"; src:url("../fonts/Canela-LightItalic.eot?") format("eot"), url("../fonts/Canela-LightItalic.otf") format("truetype"); font-weight: normal; font-style: italic; } @font-face{ font-family:"Canela Thin"; src:url("../fonts/Canela-Thin.eot?") format("eot"), url("../fonts/Canela-Thin.otf") format("truetype"); font-weight: normal; font-style: normal; }*/
/*
$fontRegular : "Didot 06 A Medium", "Didot 06 B Medium";
$fontRegularItalic : "Didot 06 A Medium Italic", "Didot 06 B Medium Italic";
$fontLight : "Didot 06 A Light", "Didot 06 B Light";
$fontLightItalic : "Didot 06 A Light Italic", "Didot 06 B Light Italic";
$fontThin : "Didot 06 A Light", "Didot 06 B Light";

// DIDOT
@import url("../fonts/675141/didot-otf.css"); // Didot A and B- otf
@import url("../fonts/675141/didot-woff.css"); // Didot A and B- woff
*/
@font-face { font-family: 'Icomoon'; src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-search:before { content: "\e900"; }

.icon-logo:before { content: "\e901"; }

.icon-monogramme:before { content: "\e902"; }

.icon-facebook:before { content: "\e903"; }

.icon-twitter:before { content: "\e904"; }

.icon-arrow_right:before { content: "\e905"; }

.icon-arrow_down:before { content: "\e906"; }

.icon-menu:before { content: "\e907"; }

.icon-cross:before { content: "\e908"; }

.icon-bullet:before { content: "\e909"; }

.icon-bullet_stroke:before { content: "\e90a"; }

.icon-play:before { content: "\e90b"; }

.icon-instagram:before { content: "\ea92"; }

/***** Taken from laurent-perrier - grand siecle */
/*
slide.css
*/
.page-template-template-storelocator { padding-bottom: 0; }

.page-template-template-storelocator #header { z-index: 999999999 !important; }

#footer { position: relative !important; }

.slide { /* min-width: 125vw; width: 125vw; */ min-width: 100%; width: 100%; min-height: 100%; height: 100%; max-height: 100%; position: relative; padding: 0 2em; /* flex: 1 0 auto; */ }

.slide .visuallyhidden { display: none; }

.slide_dark { background-color: #111; color: #7C7C7C; }

.slide_dark .separator { border-color: #393939; }

.slide_dark blockquote, .slide_dark address, .slide_dark strong, .slide_dark button, .slide_dark h1, .slide_dark h2, .slide_dark h3, .slide_dark h4, .slide_dark h5, .slide_dark h6 { color: #7C7C7C; }

.slide_light { background-color: white; color: #7C7C7C; }

.slide_light .title, .slide_light strong, .slide_light h1, .slide_light h2, .slide_light h3, .slide_light h4, .slide_light h5, .slide_light h6 { color: #111; }

.pac-container { z-index: 10000 !important; box-sizing: content-box; padding-right: 2px; }

/*
section_gmap-store-locator.css
*/
.section_gmap-store-locator { padding: 0; overflow: hidden; }

.section_gmap-store-locator .cluster { background: transparent url(../img/pin-cluster.svg) no-repeat; background-size: 100% 100%; width: 32px; height: 48px; font-size: 14px; padding-top: 10px; font-family: "SackersGothic"; text-transform: lowercase; color: #ffffff; text-align: center; /*@if $media-query == tablet-portrait { @media only screen and (orientation: portrait) { .tablet & { @content; } } }*/ }

@media only screen and (min-width: 1026px) { .desktop .section_gmap-store-locator .cluster, .tablet .landscape .section_gmap-store-locator .cluster { line-height: 39px; padding-top: 0; } }

.section_gmap-store-locator .container { display: flex; flex-direction: row; justify-content: center; height: 100%; visibility: visible; }

.section_gmap-store-locator .container.hidden { visibility: hidden; }

.section_gmap-store-locator .container .background-wrapper { /* visibility: visible; */ position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; }

.section_gmap-store-locator .container .background-wrapper video { display: none; }

.section_gmap-store-locator .container .background-wrapper picture { opacity: 1; transition: opacity 0.5s; }

.section_gmap-store-locator .container .background-wrapper.video-playing picture { opacity: 1; }

.section_gmap-store-locator .container .background-map { height: 100%; width: 100%; background-position: top; background-size: contain; background-color: #000; background-repeat: no-repeat; }

.section_gmap-store-locator .container .background-map-mobile { height: 100%; width: 100%; background-position: top; background-size: cover; background-repeat: no-repeat; background-color: #000; }

.section_gmap-store-locator .container .search-box { position: relative; margin: 30% auto; max-width: calc(100% - 4em); }

.section_gmap-store-locator .container .search-box .title_big { display: flex; align-self: flex-start; width: 100%; margin-top: 60px; margin-bottom: 15px; font-size: 30px; color: #EBEBEB; text-align: center; }

.section_gmap-store-locator .container .search-box .separator { width: 80px; margin-bottom: 18px; }

.section_gmap-store-locator .container .search-box .icon-monogramme { display: none; font-size: 65px; color: #bdbdbd; }

.section_gmap-store-locator .container .search-box #submitSearchButton, .section_gmap-store-locator .container .search-box .btn-store-external { background-color: #000000; text-transform: lowercase; color: #fff; padding: 0 22px; line-height: 44px; height: 44px; }

.section_gmap-store-locator .container .search-box #submitSearchButton:focus, .section_gmap-store-locator .container .search-box .btn-store-external:focus { outline: none; }

.section_gmap-store-locator .container .search-box .store-search-buttons-container { display: flex; justify-content: space-between; }

.section_gmap-store-locator .container .search-box .btn-store-external-container { justify-content: flex-end; }

.section_gmap-store-locator .container .search-box .btn-store-external { display: inline-flex; justify-self: flex-end; align-items: center; text-decoration: none; }

.section_gmap-store-locator .container .search-box .btn-store-external:focus { outline: none; }

.section_gmap-store-locator .container .search-box #submitSearchButton, .section_gmap-store-locator .container .search-box .btn-store-external { justify-content: center; height: 40px; width: 100%; }

.section_gmap-store-locator .form-group { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 100%; }

.section_gmap-store-locator .form-group .icon-search { position: absolute; line-height: 50px; right: 19px; color: #AE7D3D; }

.section_gmap-store-locator .search-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; display: inline-flex; align-self: flex-start; vertical-align: center; height: 50px; padding-left: 24px; padding-right: 24px; border: 1px solid #e2e4e7; font-family: "SackersGothic"; font-size: 14px; line-height: 50px; color: #000; flex-grow: 2; min-width: 100px; width: 100%; margin-bottom: 4px; }

.section_gmap-store-locator .search-input::-webkit-input-placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 50px; }

.section_gmap-store-locator .search-input::-moz-placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 50px; }

.section_gmap-store-locator .search-input::-ms-input-placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 50px; }

.section_gmap-store-locator .search-input::placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 50px; }

.section_gmap-store-locator .search-input:focus { outline: unset; }

.section_gmap-store-locator.country-us .container .search-box #submitSearchButton, .section_gmap-store-locator.country-us .container .search-box .btn-store-external { justify-content: center; height: 40px; width: calc(50% - 2px); align-items: center; display: flex; }

.section_gmap-store-locator .bloc { position: absolute; display: flex; flex-direction: column; justify-content: space-between; }

.section_gmap-store-locator .bloc.dark-bloc { background-color: #000; }

.section_gmap-store-locator .bloc.result-search-bloc { width: 100%; height: 45%; max-height: 680px; right: 0; top: 55%; -webkit-transform: translateY(0); transform: translateY(0); }

.section_gmap-store-locator .bloc.result-search-bloc header { padding: 20px; }

.section_gmap-store-locator .bloc.result-search-bloc .content { position: relative; flex: 2; overflow: hidden; }

.section_gmap-store-locator .bloc.result-search-bloc .content ul { border-top: 1px solid #252525; position: relative; }

.section_gmap-store-locator .bloc.result-search-bloc .content ul.list_highlight li:not(.highlight) { opacity: 0.7; }

.section_gmap-store-locator .bloc.result-search-bloc .content li { position: relative; padding: 16px 30px; list-style-type: none; cursor: pointer; }

.section_gmap-store-locator .bloc.result-search-bloc .content li.highlight { opacity: 1; background: #000; }

.section_gmap-store-locator .bloc.result-search-bloc .content li.highlight h3 { color: white !important; }

.section_gmap-store-locator .bloc.result-search-bloc .content li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.section_gmap-store-locator .bloc.result-search-bloc .content h3 { font-family: "SackersGothic"; font-size: 14px; letter-spacing: 1px; color: #ae7b3c !important; margin: 0 0 5px 0; }

.section_gmap-store-locator .bloc.result-search-bloc .content .arrow_right { font-size: 30px; margin-bottom: -6px; bottom: 50%; right: 25px; position: absolute; background: url(../img/fleche.png) no-repeat; width: 7px; height: 11px; }

.section_gmap-store-locator .bloc.result-search-bloc .content address { font-size: 12px; }

.section_gmap-store-locator .bloc.result-search-bloc .content .ps__rail-y { background-color: #333333 !important; display: none; }

.section_gmap-store-locator .bloc.result-search-bloc .content .ps__thumb-y { background-color: #d9d9d9 !important; display: none; }

.section_gmap-store-locator .map-container { position: absolute; width: 100%; height: 100%; }

.section_gmap-store-locator .map-container.show { z-index: 3000; }

.section_gmap-store-locator .map-container .close-map-button { position: absolute; color: #fff; background-color: #000; padding: 0.5rem; width: 37px; height: 37px; right: 15px; top: 15px; cursor: pointer; }

.section_gmap-store-locator .map-container .close-map-button a { text-decoration: none; }

.section_gmap-store-locator .map-container .close-map-button .icon-cross { vertical-align: middle; }

.section_gmap-store-locator .gmap-container { position: absolute; width: 100%; height: 55%; }

@media only screen and (max-height: 568px) { .section_gmap-store-locator .container .search-box { max-width: 280px; }
  .section_gmap-store-locator .container .search-box .title_big { margin-top: 30px; margin-bottom: 15px; }
  .section_gmap-store-locator .container .search-box .icon-monogramme { display: none; }
  .section_gmap-store-locator .form-group { height: 40px; }
  .section_gmap-store-locator .form-group .icon-search { line-height: 40px; }
  .section_gmap-store-locator .search-input { font-size: 14px; } }

@media (max-width: 768px) { .background-map { display: none; }
  .background-map-mobile { display: block; }
  .slide { height: calc(100vh - 52px); min-height: 500px; }
  .section_gmap-store-locator .container .search-box { margin: 50% auto; }
  .section_gmap-store-locator .container .search-box .title_big { font-size: 26px; line-height: 26px; }
  .section_gmap-store-locator .container .search-box #submitSearchButton { font-size: 14px; }
  .section_gmap-store-locator .search-input { font-size: 12px; padding-right: 44px; }
  .section_gmap-store-locator .search-input::-webkit-input-placeholder { color: #1A1919; }
  .section_gmap-store-locator .search-input::-moz-placeholder { color: #1A1919; }
  .section_gmap-store-locator .search-input::-ms-input-placeholder { color: #1A1919; }
  .section_gmap-store-locator .search-input::placeholder { color: #1A1919; } }

@media (min-width: 769px) { .section_gmap-store-locator .cluster { width: 28px; height: 48px; font-size: 12px; padding-top: 13px; }
  .background-map { display: block; }
  .background-map-mobile { display: none; }
  br.brmobile { display: none; }
  .slider-container { margin-left: 70px; overflow-y: hidden; }
  .slide { padding: 0; overflow: hidden; height: calc(100vh - 300px); min-height: 450px; }
  .section_gmap-store-locator.country-us .container .search-box .form-group { flex-direction: column; }
  .section_gmap-store-locator .container { justify-content: flex-start; }
  .section_gmap-store-locator .container .background-wrapper video { position: absolute; display: block; top: 0; left: 0; height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }
  .section_gmap-store-locator .container .background-wrapper.video-playing picture { opacity: 0; }
  .section_gmap-store-locator .container .search-box { align-self: center; margin-top: 0; margin-left: 4vw; max-width: 42vw; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .section_gmap-store-locator .container .search-box .title_big { margin-top: 0; margin-bottom: 30px; text-align: left; font-size: 30px; color: #EBEBEB; }
  .section_gmap-store-locator .container .search-box .separator { width: 80px; margin-bottom: 36px; }
  .section_gmap-store-locator .container .search-box .icon-monogramme { display: block; font-size: 65px; color: #bdbdbd; }
  .section_gmap-store-locator .container .search-box .form-group { position: relative; display: flex; flex-direction: row; justify-content: space-between; width: 100%; }
  .section_gmap-store-locator .container .search-box .form-group .icon-search { position: absolute; line-height: 50px; left: 19px; color: #b5b5b5; }
  .section_gmap-store-locator .container .search-box .store-search-buttons-container { display: flex; justify-content: space-between; }
  .section_gmap-store-locator .container .search-box .btn-store-external-container { justify-content: flex-end; }
  .section_gmap-store-locator .container .search-box #submitSearchButton, .section_gmap-store-locator .container .search-box .btn-store-external { background-color: #000000; text-transform: lowercase; color: #fff; display: inline-flex; padding: 0 33px; font-size: 18px; justify-self: flex-end; height: 50px; line-height: 50px; border: 0; }
  .section_gmap-store-locator .container .search-box #submitSearchButton:focus, .section_gmap-store-locator .container .search-box .btn-store-external:focus { outline: none; }
  .section_gmap-store-locator .bloc.result-search-bloc { width: 300px; height: calc(92%); max-height: 680px; left: 3vw; top: 5%; }
  .section_gmap-store-locator .bloc.result-search-bloc .content { position: relative; margin-bottom: 20px; flex: 2; overflow: hidden; }
  .section_gmap-store-locator .bloc.result-search-bloc .content ul { position: relative; }
  .section_gmap-store-locator .bloc.result-search-bloc .content ul.list_highlight li:not(.highlight) { opacity: 0.7; }
  .section_gmap-store-locator .bloc.result-search-bloc .content li { position: relative; padding: 20px 50px 20px 30px; border-bottom: 1px solid #252525; cursor: pointer; background: #161616; }
  .section_gmap-store-locator .bloc.result-search-bloc .content li.highlight { opacity: 1; background: #000; }
  .section_gmap-store-locator .bloc.result-search-bloc .content li.highlight h3 { color: white !important; }
  .section_gmap-store-locator .bloc.result-search-bloc .content li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .section_gmap-store-locator .bloc.result-search-bloc .content h3 { font-family: "SackersGothic"; letter-spacing: 1px; color: #AE7D3D; margin: 0 0 5px 0; }
  .section_gmap-store-locator .bloc.result-search-bloc .content .arrow_right { font-size: 30px; margin-bottom: -6px; bottom: 50%; right: 25px; position: absolute; background: url(../img/fleche.png) no-repeat; width: 7px; height: 11px; }
  .section_gmap-store-locator .bloc.result-search-bloc .content .ps__rail-y { background-color: #333333 !important; display: none; }
  .section_gmap-store-locator .bloc.result-search-bloc .content .ps__thumb-y { background-color: #d9d9d9 !important; display: none; }
  .section_gmap-store-locator .map-container .close-map-button { position: absolute; color: #fff; background-color: #000; padding: 0.5rem; width: 37px; height: 37px; right: 15px; top: 15px; }
  .section_gmap-store-locator .map-container .close-map-button a { text-decoration: none; }
  .section_gmap-store-locator .search-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; display: inline-flex; align-self: flex-start; vertical-align: center; height: 50px; padding-left: 24px; border: 1px solid #e2e4e7; font-family: "SackersGothic"; font-size: 14px; line-height: 50px; color: #1A1919; flex-grow: 2; min-width: 100px; width: 100%; }
  .section_gmap-store-locator .search-input::-webkit-input-placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 46px; }
  .section_gmap-store-locator .search-input::-moz-placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 46px; }
  .section_gmap-store-locator .search-input::-ms-input-placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 46px; }
  .section_gmap-store-locator .search-input::placeholder { font-family: "SackersGothic"; text-transform: lowercase; color: #1A1919; font-size: 14px; line-height: 46px; }
  .section_gmap-store-locator .search-input:focus { outline: unset; }
  .section_gmap-store-locator .gmap-container { height: 100%; } }

@media (min-width: 1024px) { #footer { position: fixed !important; bottom: 0; }
  .section_gmap-store-locator .search-input { font-size: 14px; }
  .section_gmap-store-locator .search-input::-webkit-input-placeholder { font-size: 14px; }
  .section_gmap-store-locator .search-input::-moz-placeholder { font-size: 14px; }
  .section_gmap-store-locator .search-input::-ms-input-placeholder { font-size: 14px; }
  .section_gmap-store-locator .search-input::placeholder { font-size: 14px; }
  .section_gmap-store-locator .container .search-box .title_big { font-size: 26px; line-height: 32px; }
  .section_gmap-store-locator .container .search-box #submitSearchButton { font-size: 16px; } }

@media (min-width: 1440px) { .section_gmap-store-locator .search-input { font-size: 17px; }
  .section_gmap-store-locator .search-input::-webkit-input-placeholder { font-size: 17px; }
  .section_gmap-store-locator .search-input::-moz-placeholder { font-size: 17px; }
  .section_gmap-store-locator .search-input::-ms-input-placeholder { font-size: 17px; }
  .section_gmap-store-locator .search-input::placeholder { font-size: 17px; }
  .section_gmap-store-locator .container .search-box { margin-left: 6vw; max-width: 547px; width: 100%; }
  .section_gmap-store-locator .container .search-box .title_big { font-size: 30px; line-height: 36px; }
  .section_gmap-store-locator .container .search-box #submitSearchButton { font-size: 18px; }
  .section_gmap-store-locator .bloc.result-search-bloc { width: 400px; left: 50px; }
  .section_gmap-store-locator .bloc.result-search-bloc .content ul { position: relative; } }

@media (min-width: 1920px) { .section_gmap-store-locator .container .search-box { max-width: 677px; }
  .section_gmap-store-locator .container .search-box .title_big { font-size: 36px; line-height: 42px; }
  .section_gmap-store-locator .bloc.result-search-bloc header { padding: 25px; }
  .section_gmap-store-locator .bloc.result-search-bloc .content h3 { font-size: 16px; }
  .section_gmap-store-locator .bloc.result-search-bloc .content address { font-size: 14px; } }

#block_newsletter { max-width: 900px; margin: 0 auto; align-items: center; padding: 0; }

@media (min-width: 768px) { #block_newsletter { display: flex; align-items: stretch; flex-wrap: wrap; gap: 140px; justify-content: center; } }

@media (min-width: 1800px) { #block_newsletter { max-width: 1200px; } }

#block_newsletter .material-form { width: 100%; }

@media (min-width: 768px) { #block_newsletter .material-form { max-width: 285px; } }

#block_newsletter .col-left { display: flex; flex-direction: column; align-items: stretch; justify-content: stretch; margin-bottom: 30px; }

@media (min-width: 768px) { #block_newsletter .col-left { flex-basis: calc(50% - 70px); margin-bottom: 0px; } }

#block_newsletter .col-left img { width: 100%; }

@media (min-width: 768px) { #block_newsletter .col-right { flex-basis: calc(50% - 70px); max-width: 350px; } }

#block_newsletter .mc4wp-form { margin: 0; }

#popin_newsletter { align-items: center; padding: 0; }

@media (min-width: 768px) { #popin_newsletter { padding: 50px 40px 30px; display: flex; align-items: stretch; flex-wrap: wrap; gap: 100px; } }

#popin_newsletter .material-form { width: 100%; }

@media (min-width: 768px) { #popin_newsletter .material-form { max-width: 285px; } }

#popin_newsletter .section-title { font-size: 33px; }

#popin_newsletter .col-left { flex-basis: calc(100% - 380px); display: flex; flex-direction: column; align-items: stretch; justify-content: stretch; margin-bottom: 20px; }

@media (min-width: 768px) { #popin_newsletter .col-left { margin-bottom: 0px; } }

#popin_newsletter .col-left .txt { flex-grow: 1; }

#popin_newsletter .col-right { flex-basis: 280px; }

#popin_newsletter .mc4wp-form { margin: 0; }

.boxzilla { padding: 30px !important; }

.boxzilla p { margin: 20px 0; font-family: "OpenSans", sans-serif; color: #535353; font-size: 15px; font-weight: 300; line-height: 1.5em; }

/* Prefixed by https://autoprefixer.github.io PostCSS: v7.0.29, Autoprefixer: v9.7.6 Browsers: last 20 version */
body.has-modal { /* overflow: hidden; */ /* padding-right: 17px; */ }

/* body.has-modal #header.fixed { padding-right: 17px; } */
.modal { position: fixed; height: 100%; width: 100%; top: 0; left: 0; align-items: center; justify-content: center; z-index: 1000; display: flex; transition: all 0.3s; visibility: hidden; opacity: 0; z-index: -1; }

.modal hr { height: 1px; border: 0px; opacity: 0.1; background-color: #1a1919; margin: 30px 0; }

.modal.active { z-index: 1000; }

.modal.active, .modal.active .modal-content, .modal.active .modal-background { visibility: visible; opacity: 1; }

.modal.active .modal-background { opacity: 0.8; }

.modal .scrollbar { max-height: 180px; }

.modal-background { z-index: 0; position: fixed; height: 100%; width: 100%; top: 0; left: 0; background-color: #1a1919; cursor: pointer; transition: all 0.3s ease 0.1s; visibility: hidden; opacity: 0; }

.modal-content { position: relative; z-index: 1; background-color: white; width: 100%; max-width: 720px; transition: all 0.3s ease 0.3s; visibility: hidden; opacity: 0; padding: 20px; /* max-height: calc(100% - 50px); */ }

.modal .btn-close { right: 20px; top: 20px; z-index: 1; }

.modal .btn-close svg { width: 20px; height: 20px; }

.modal-title { text-align: center; margin: 40px auto 20px; text-transform: lowercase; font-weight: 500; letter-spacing: 0.87px; color: #000000; }

.modal-title-img { margin: 10px auto 0 !important; float: none !important; position: relative !important; max-width: 100%; }

.modal-body { text-transform: none; font-family: "OpenSans", sans-serif; font-size: 15px; letter-spacing: 0.5px; text-align: center; color: #535353; overflow: hidden; }

/* modal_iterations */
/* modal_iterations */
/* modal_iterations */
#modal_iterations .modal-content { margin: 30px 20px; height: calc(100% - 60px); padding: 0; }

#modal_iterations .custom_select_wrapper { position: relative; display: inline-block; text-align: left; margin-bottom: 25px; }

#modal_iterations .custom_select_wrapper:after { content: ""; position: absolute; top: 0; right: 0; width: 40px; height: 100%; /* #modal_iterations .select2-container .select2-choice .select2-arrow b { */ background: url(../img/more.png) no-repeat 0 1px; background-position: center center; z-index: 1; pointer-events: none; }

#modal_iterations .custom_select_wrapper select { /* #modal_iterations .select2-container .select2-choice { */ height: 51px; background: #f7f7f7; border: 1px solid #c4c4c4; font-weight: 700; font-size: 15px; line-height: 12px; color: #000000; font-family: "SackersGothic"; display: flex; align-items: center; padding: 0 40px 0 15px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; border-radius: 0 !important; outline: none !important; }

#modal_iterations .modal-body { text-align: left; }

#modal_iterations .modal-title { font-size: 25px; line-height: 19px; font-weight: 700; font-family: "SackersGothic"; color: #000000; text-align: left; text-transform: none; margin-bottom: 25px; margin-top: 0; }

#modal_iterations .modal-body h3 { font-weight: 700; font-size: 15px; line-height: 12px; color: #000000; font-family: "SackersGothic"; padding-bottom: 10px; }

#modal_iterations .modal-body .iteration_list { font-family: "Bodoni 72"; font-style: normal; font-size: 25px; line-height: 30px; color: #000000; opacity: 0; height: 0; }

#modal_iterations .modal-body .iteration_list.open { opacity: 1; height: auto; }

#modal_iterations .col-right .iteration_img { opacity: 0; transition: opacity 0.6s ease; }

#modal_iterations .col-right .iteration_img.open { opacity: 1; }

#modal_iterations .modal-result { position: relative; }

@media (max-width: 699px) { #modal_iterations .col-left { padding: 50px 30px 20px 30px; }
  #modal_iterations .modal-body { display: flex; flex-direction: column; height: 100%; justify-content: stretch; }
  #modal_iterations .col-left { flex-shrink: 1; }
  #modal_iterations .col-right { flex-grow: 1; position: relative; }
  #modal_iterations .col-right .iteration_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -o-object-position: center center; object-position: center center; } }

@media (min-width: 700px) { #modal_iterations .modal-body { display: flex; align-items: center; height: 100%; }
  #modal_iterations .col-left { padding: 00px 00px 0px 40px; }
  #modal_iterations .col-left { flex: 0 0 50%; position: relative; z-index: 1; }
  #modal_iterations .modal-title { font-size: 30px; line-height: 23px; margin-bottom: 30px; }
  #modal_iterations .custom_select_wrapper { margin-bottom: 40px; }
  #modal_iterations .modal-body h3 { font-size: 18px; line-height: 14px; }
  #modal_iterations .modal-body .iteration_list { font-size: 40px; line-height: 45px; }
  #modal_iterations .modal-content { width: calc(100% - 40px); max-width: 1100px; height: 100%; max-height: 730px; position: relative; }
  #modal_iterations .col-right { overflow: hidden; position: absolute; right: 0; width: 100%; height: 100%; top: 0; z-index: 0; }
  #modal_iterations .col-right .iteration_img { position: absolute; right: 0; width: auto; height: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } }

@media (min-width: 960px) { #modal_iterations select { min-width: 280px; }
  #modal_iterations .col-left { padding: 00px 00px 0px 90px; } }

.modal_step { /* display: none; */ visibility: hidden; opacity: 0; max-height: 0; position: static; transition: all 0.3s ease 0.1s; }

.modal_step.active { position: relative; max-height: none; /* display: block; */ visibility: visible; opacity: 1; }

.modal_choices { display: flex; justify-content: space-around; padding: 0px 40px 0; align-items: center; }

.modal_choices > div, .modal_choices > a { flex: 1 0 calc(50% - 25px); font-size: 12px; line-height: 1.33; letter-spacing: 0.4px; color: #535353; }

.modal_choices > div > svg { margin-bottom: 10px; }

.modal_choices > div:nth-child(2) { flex: 0 1 50px; text-transform: uppercase; font-family: "SackersGothic"; font-size: 14px; font-weight: 700; letter-spacing: 0.87px; }

.js-step { cursor: pointer; }

.modal_step .btn-container { cursor: pointer; padding: 20px; transition: all 0.3s ease; }

.modal_step .btn-container svg path, .modal_step .btn-container svg circle { transition: fill 0.3s ease; }

.modal_step .btn-container:hover { background-color: #f9f9f9; /* color: white; */ }

.modal_step .btn-container:hover svg path, .modal_step .btn-container:hover svg circle { /* fill: white; */ }

.modal .store_list { display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; width: calc(100% + 20px); }

.modal .store_list a { background-color: #f9f9f9; padding: 15px; margin: 15px; /* flex: 0 0 calc(50% - 30px); */ flex: 0 0 calc(100% - 30px); text-align: center; align-items: center; justify-content: center; transition: all 0.3s ease; display: none; }

.modal .store_list a.open { display: flex; }

.modal .store_list a:hover { background-color: #d9d9d9; }

.modal .store_list img { max-width: 75%; max-height: 120px; }

.modal .custom_select_wrapper { letter-spacing: 0.69px; text-transform: uppercase; font-family: "SackersGothic"; font-size: 11px; font-weight: 700; position: relative; }

.store_list_header { display: flex; align-items: center; justify-content: space-between; }

.custom_select { font-family: "SackersGothic", Arial, sans-serif; font-size: 11px; font-weight: 700; /* appearance: none; */ /* -webkit-appearance: none; */ background-color: white; letter-spacing: 0.69px; text-transform: uppercase; color: #000000; border: 0; position: relative; outline: none !important; /* background-position: 100% 5px; background-repeat: no-repeat; background-size: 9px 6px; */ /* padding-right: 15px; */ /* background-image: url(../svg/down.svg); */ }

.custom_select option { text-transform: uppercase; font-family: "SackersGothic", Arial, sans-serif; font-size: 11px; font-weight: 700; cursor: pointer; }

@media (max-width: 699px) { .modal-content { height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: space-evenly; } }

@media (min-width: 400px) { .modal .store_list a { flex: 0 0 calc(50% - 30px); } }

@media (min-width: 700px) { .modal-content { padding: 50px; max-height: calc(100% - 50px); }
  .modal .store_list a { flex: 0 0 calc(33.333334% - 30px); } }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 20 version
*/
.bouton { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0px; transition: color 600ms; }

.btn-modal-back { position: relative; font-family: "SackersGothic"; font-size: 11px; font-weight: 700; letter-spacing: 0.69px; color: #000000; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; margin-bottom: 10px; line-height: 1; }

.btn-modal-back span { position: relative; }

.btn-modal-back span:first-child { -webkit-transform: rotate(180deg); transform: rotate(180deg); display: inline-flex; align-items: center; justify-content: center; margin-right: 5px; margin-top: -2px; }

.btn-modal-back span:first-child svg { height: 11px; width: auto; }

.btn-modal-back span:last-child::after { position: absolute; width: 100%; height: 1px; background-color: black; bottom: 0; left: 0; -webkit-transform: scaleX(0); transform: scaleX(0); transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; content: ""; -webkit-transform-origin: center center; transform-origin: center center; }

.btn-modal-back:hover span:last-child::after { -webkit-transform: scaleX(1); transform: scaleX(1); }

.btn-close { position: absolute; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; }

.btn-close path { transition: all 0.3s ease; }

.btn-close:hover path { fill: #dcdcdc; }

.btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid black; background-color: black; padding: 16px; text-transform: capitalize; color: white; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; border-radius: 0 !important; outline: none !important; text-transform: uppercase; }

.btn:hover, .btn:focus { background-color: white; color: black; }

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

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

.pointer { cursor: pointer; }

.mx-auto { margin-left: auto; margin-right: auto; }

.scrollbar { overflow-y: auto; overflow-x: hidden; }

.text-lowercase { text-transform: lowercase; }

.scrollbar::-webkit-scrollbar { width: 5px; }

.scrollbar::-webkit-scrollbar-track { /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */ }

.scrollbar::-webkit-scrollbar-thumb { background-color: black; outline: 0px; }

#disclaimer { position: fixed; width: 100%; z-index: 100000; top: 0; font-family: "OpenSans", sans-serif; font-size: 14px; font-weight: 400; display: flex; flex-direction: column; justify-content: flex-start; background-color: white; }

@media (min-width: 768px) { #disclaimer { height: 100%; justify-content: flex-start; flex-direction: row; } }

#disclaimer #error { display: none; margin-top: 20px; color: red; position: absolute; bottom: 0; }

#disclaimer .col-left { position: relative; max-height: 230px; flex: 0 0 230px; }

@media (min-width: 768px) { #disclaimer .col-left { padding-top: 0%; flex-basis: 55%; max-height: none; } }

@media (min-width: 1280px) { #disclaimer .col-left { flex-basis: 60%; } }

@media (min-width: 1600px) { #disclaimer .col-left { flex-basis: 50%; } }

#disclaimer .col-left img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

#disclaimer .col-right { background-color: white; position: relative; padding: 0 20px; display: flex; align-items: center; justify-content: center; margin: 30px 0; text-align: center; }

@media (min-width: 768px) { #disclaimer .col-right { text-align: left; margin: 0; flex-basis: 45%; } }

@media (min-width: 1280px) { #disclaimer .col-right { flex-basis: 40%; } }

@media (min-width: 1600px) { #disclaimer .col-right { flex-basis: 50%; } }

#disclaimer .col-right .wrapper { max-width: 310px; overflow: initial; }

#disclaimer #logo { display: block; margin-bottom: 25px; }

@media (min-width: 768px) { #disclaimer #logo { margin-bottom: 40px; } }

#disclaimer .text { margin-bottom: 20px; color: #5a5a5a; }

@media (min-width: 768px) { #disclaimer .text { margin-bottom: 30px; } }

#disclaimer form { position: relative; padding: 20px 0; }

#disclaimer label { font-family: "SackersGothic"; font-size: 9px; font-weight: 400; line-height: 24px; letter-spacing: 0em; text-transform: uppercase; display: block; margin-bottom: 5px; color: black; text-align: center; }

@media (min-width: 768px) { #disclaimer label { text-align: left; } }

#disclaimer .select { margin-bottom: 20px; }

#disclaimer .input_year { background-color: transparent; padding: 9px 12px 9px; border: 1px solid black; font-family: "SackersGothic"; font-size: 14px; font-weight: 400; letter-spacing: 0.2em; text-align: center; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 150px; margin-bottom: 30px; border-radius: 0; transition: all 0.3s ease; -moz-appearance: textfield; /* Firefox */ }

@media (min-width: 768px) { #disclaimer .input_year { margin-bottom: 40px; } }

#disclaimer .input_year::-webkit-input-placeholder { color: #c1c1c1; }

#disclaimer .input_year::-moz-placeholder { color: #c1c1c1; }

#disclaimer .input_year::-ms-input-placeholder { color: #c1c1c1; }

#disclaimer .input_year::placeholder { color: #c1c1c1; }

#disclaimer .input_year:focus { outline: none; }

#disclaimer .input_year::-webkit-outer-spin-button, #disclaimer .input_year::-webkit-inner-spin-button { /* display: none; <- Crashes Chrome on hover */ -webkit-appearance: none; margin: 0; /* <-- Apparently some margin are still there even though it's hidden */ }

#disclaimer .input_year.error { -webkit-animation: shake 0.2s ease-in-out 0s 2; animation: shake 0.2s ease-in-out 0s 2; border-color: red; }

#disclaimer .btn { font-family: "SackersGothic"; font-weight: 400; font-size: 13px; line-height: 20px; letter-spacing: 0.1em; width: 280px; margin-left: auto; margin-right: auto; }

@media (min-width: 768px) { #disclaimer .btn { margin-left: 0; margin-right: auto; } }

@media only screen and (max-width: 640px) { #disclaimer { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: 0; } }

.needDisclaimer #header, .needDisclaimer #slider, .needDisclaimer #main, .needDisclaimer #footer, .needDisclaimer #menuIntern, .needDisclaimer .parallax { display: none; }

.axeptio_mount { /*display: none;*/ }

.img-responsive { max-width: 100%; }

#offres_cuvee_rose { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; font-size: 14px; line-height: 1.5; letter-spacing: -0.05em; color: #535353; background-color: white; }

#offres_cuvee_rose section > .wrapper { padding-left: 20px; padding-right: 20px; }

#offres_cuvee_rose .num { font-family: 'MrsEavesItalic'; font-size: 100px; line-height: 1; text-align: center; letter-spacing: 0.01em; color: #fde5e1; }

#offres_cuvee_rose h3 { font-family: 'SackersGothic'; font-weight: 700; font-size: 19px; line-height: 1.5; text-transform: uppercase; color: #000000; margin-bottom: 30px; text-align: center; }

#offres_cuvee_rose .title { font-family: 'SackersGothic', Arial, sans-serif; font-weight: 700; font-size: 15px; line-height: 1.9; text-transform: uppercase; margin-bottom: 10px; color: #000000; text-align: center; }

#offres_cuvee_rose .section_title { font-family: 'SackersGothic'; font-weight: 700; font-size: 42px; line-height: 100%; text-align: center; text-transform: capitalize; color: #000000; margin-bottom: 45px; }

#offres_cuvee_rose strong { font-weight: 600; }

#offres_cuvee_rose .bouton { font-family: 'SackersGothic', Arial, sans-serif; font-weight: 400; max-width: 280px; padding: 20px 40px; background: #1a1919; color: #ffffff; display: flex; align-items: center; justify-content: center; line-height: 1.1; min-width: 280px; font-size: 13px; text-transform: uppercase; }

#offres_cuvee_rose .bouton_pink { background-color: #f38876; }

.offre_cover-title { font-family: 'MrsEavesItalic'; font-size: 37px; line-height: 1.1; letter-spacing: 0.01em; text-align: center; }

.offre_intro-left img { max-width: 260px; }

#offre_cover { background-color: #fde5e1; }

#offre_main .bg { background: rgba(253, 229, 225, 0.5); position: relative; }

.offre_main-right .text { margin-bottom: 40px; font-size: 13px; line-height: 1.6; letter-spacing: -0.05em; }

.offre_main-right .text strong { font-size: 14px; line-height: 1.6; }

#offre_store { display: flex; justify-content: center; margin-bottom: 90px; }

@media (max-width: 767px) { .desktop-only { display: none; }
  #offres_cuvee_rose .bouton { margin-left: auto; margin-right: auto; }
  #offre_cover { padding: 50px 0; }
  .offre_cover-left { /* overflow: hidden; */ display: flex; justify-content: center; }
  .offre_cover-left img { flex: 0 0 130%; max-width: 500px; height: auto; }
  /* .offre_intro */
  /* .offre_intro */
  /* .offre_intro */
  .offre_intro-wrapper { padding: 50px 0; position: relative; overflow: hidden; }
  .offre_intro-left { text-align: center; padding-bottom: 40px; }
  .offre_intro-left img { margin-bottom: 35px; }
  .offre_intro-right { text-align: center; }
  .offre_intro-right .illus { position: absolute; top: 0; left: 0; width: 70px; height: 70px; }
  .offre_intro-right img { max-width: 200px; }
  #offre_main { position: relative; }
  .offre_intro-right .illus-2 { position: absolute; bottom: 70px; left: calc(50% + 50px); width: 110px; height: 110px; }
  #offre_main .illus { display: none; }
  #offre_main .num { padding-top: 20px; margin-bottom: -20px; }
  .offre_main-wrapper { padding: 0 20px 60px; }
  .offre_main-left { padding-bottom: 40px; }
  .offre_offres-left .content { text-align: center; }
  .offre_offres-left .bouton { /* transform: translateY(-100%); */ margin-top: -50px; margin-bottom: 20px; z-index: 1; position: relative; }
  #offre_offres { padding-top: 20px; }
  .offre_offres-wrapper { /* padding-bottom: 30px; */ }
  .offre_offres-wrapper img { max-width: 250px; } }

/* /// TABLET DESKTOP /// */
/* /// TABLET DESKTOP /// */
/* /// TABLET DESKTOP /// */
/* /// TABLET DESKTOP /// */
@media (min-width: 768px) { .mobile-only { display: none; }
  #offres_cuvee_rose .section_title { font-size: 64px; margin-bottom: 60px; }
  #offres_cuvee_rose .num { font-size: 123px; }
  #offres_cuvee_rose h3 { text-align: left; }
  #offres_cuvee_rose .title { font-size: 19px; line-height: 1.5; margin-bottom: 40px; text-align: left; }
  #offre_cover { padding: 0; }
  #offres_cuvee_rose section > .wrapper, .offre_main-wrapper { display: flex; flex-wrap: wrap; width: 100%; }
  .offre_cover-wrapper { align-items: center; }
  .offre_cover-left { flex: 0 0 60%; }
  .offre_cover-right { flex: 0 0 40%; }
  .offre_cover-title { font-size: 53px; -webkit-transform: translateX(-15%); transform: translateX(-15%); max-width: 480px; text-align: left; }
  /* .offre_intro */
  /* .offre_intro */
  /* .offre_intro */
  .offre_intro-wrapper { padding: 100px 0; align-items: center; max-width: 1000px !important; }
  .offre_intro-left { flex: 0 0 55%; display: flex; justify-content: center; }
  .offre_intro-left .wrapper { max-width: 380px; }
  .offre_intro-left img { margin-bottom: 45px; }
  .offre_intro-right { flex: 0 0 45%; max-width: 350px; position: relative; }
  .offre_intro-right .illus { position: absolute; top: 0; right: 0; width: 150px; height: 150px; -webkit-transform: translate(43%, -52%); transform: translate(43%, -52%); }
  .offre_intro-right .illus-2 { display: none; }
  #offre_main .num { padding-top: 40px; }
  #offre_main .illus { position: absolute; top: 0; left: 0; -webkit-transform: translate(35%, -50%); transform: translate(35%, -50%); width: 150px; height: 150px; }
  .offre_main-wrapper { padding: 60px 15px 70px; gap: 100px; max-width: 1090px !important; }
  .offre_main-left { flex: 0 0 calc(50% - 50px); display: flex; justify-content: center; align-items: flex-start; }
  .offre_main-left img { /* max-width: 460px; */ max-width: 100%; height: auto; }
  .offre_main-right { flex: 0 0 calc(50% - 50px); max-width: 500px; }
  /* #offre_offres */
  /* #offre_offres */
  /* #offre_offres */
  #offre_offres { padding-top: 70px; }
  .offre_offres-wrapper { gap: 60px; justify-content: center; }
  .offre_offres-wrapper img { max-width: 100%; }
  .offre_offres-left { flex: 0 0 calc(50% - 40px); max-width: 380px; display: flex; justify-content: center; padding-top: 100px; }
  .offre_offres-left .num { text-align: left !important; }
  .offre_offres-left .content { max-width: 380px; }
  .offre_offres-left .bouton { margin-bottom: 40px; }
  .offre_offres-right { flex: 0 0 calc(50% - 40px); display: flex; justify-content: center; max-width: 350px; align-items: center; }
  .offre_offres-wrapper:nth-child(even) { flex-direction: row-reverse; }
  /* .offre_offres-wrapper:nth-child(even) .offre_offres-left { justify-content: flex-start; } .offre_offres-wrapper:nth-child(even) .offre_offres-right { justify-content: flex-end; } */ }

.material-form .form-row { position: relative; margin: 0px auto 15px; padding: 0; }

.material-form .form-row:last-child { margin-bottom: 30px; }

.material-form p { margin: 0; display: none; }

.material-form .red { color: #da4256; }

.material-form .form-row__nomaterial label { position: relative; -webkit-transform: translateY(5px); transform: translateY(5px); margin-bottom: 0; padding-top: 5px; }

.material-form .button { color: #fff; display: block; width: 100%; background: #2451f4; height: 30px; font-size: 15px; border-radius: 0px; outline: none; transition: all 0.35s ease; }

.material-form label, .material-form .material-container .nf-field-element:after { text-transform: uppercase; font-size: 9px; font-family: "SackersGothic"; font-weight: 400; line-height: 24px; letter-spacing: 0em; text-align: left; position: absolute; -webkit-transform: translateY(50%); transform: translateY(50%); transition: all 0.25s; top: 0; color: black; display: block; pointer-events: none; }

.material-form input[type="email"], .material-form input[type="text"], .material-form input[type="date"] { max-width: 750px !important; margin: 0px !important; border: 0; border-bottom: 1px solid black; border-radius: 0; padding: 15px 0 5px; font-size: 12px; font-family: "SackersGothic"; font-weight: 400; line-height: 20px; color: black !important; width: 100%; outline: none !important; }

.material-form input[type="email"]:focus ~ label, .material-form input[type="text"]:focus ~ label, .material-form input[type="date"]:focus ~ label { -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.material-form input[type="email"]:not(:placeholder-shown) ~ label, .material-form input[type="text"]:not(:placeholder-shown) ~ label, .material-form input[type="date"]:not(:placeholder-shown) ~ label { -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.material-form input[type="email"]::-webkit-input-placeholder, .material-form input[type="text"]::-webkit-input-placeholder, .material-form input[type="date"]::-webkit-input-placeholder { text-transform: uppercase; }

.material-form input[type="email"]::-moz-placeholder, .material-form input[type="text"]::-moz-placeholder, .material-form input[type="date"]::-moz-placeholder { text-transform: uppercase; }

.material-form input[type="email"]::-ms-input-placeholder, .material-form input[type="text"]::-ms-input-placeholder, .material-form input[type="date"]::-ms-input-placeholder { text-transform: uppercase; }

.material-form input[type="email"]::placeholder, .material-form input[type="text"]::placeholder, .material-form input[type="date"]::placeholder { text-transform: uppercase; }

.material-form input[type="email"].error, .material-form input[type="text"].error, .material-form input[type="date"].error { -webkit-animation: shake 0.2s ease-in-out 0s 2; animation: shake 0.2s ease-in-out 0s 2; border-color: red; }

.material-form .legal { font-family: "Open Sans"; font-weight: 400; font-size: 10px; line-height: 2.4; color: #5a5a5a; margin-bottom: 0; margin-top: 15px; }

.material-form input[type="date"] { font-size: 9px !important; font-family: "SackersGothic" !important; text-transform: uppercase; color: black !important; }

.material-form input[type="submit"] { width: 100%; background-color: black !important; height: 55px; margin-top: 25px; border: 1px solid black; transition: all 0.3s ease; font-size: 16px; border-radius: 0; }

.material-form input[type="submit"]:hover { background-color: white; }

.material-form .select2-drop { border: 0; border-radius: 0; opacity: 1; }

.material-form .select2-search { margin: 0 0 0px 0; padding: 0 0 0 0; }

.material-form .select2-search input { border-color: #d1d1d1; }

.material-form .select2-results { margin: 0; }

.material-form .select2-drop { z-index: 12000; }

.material-form .select2-container .select2-choice { background-color: transparent; border: 0px; border-bottom: 1px solid black; font-family: "SackersGothic"; font-weight: 400; text-transform: uppercase; font-size: 9px; box-shadow: none; color: black; padding: 10px 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 40px; outline: none !important; }

.material-form .select2-container .select2-arrow { background-color: transparent !important; }

.material-form .select2-container .select2-arrow b { background: url(../img/caret-down.svg) no-repeat 7px 20px !important; width: 30px; height: 30px; }

.material-form select { background-color: transparent; border: 0px !important; font-family: "SackersGothic"; font-weight: 400; text-transform: uppercase; font-size: 10px; box-shadow: none; color: black; padding: 15px 0 10px; height: 45px; outline: none !important; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border-radius: 0; }

.material-form select option { font-size: 14px; }

.material-form .select { position: relative; }

.material-form .select:after { content: ""; position: absolute; top: 0; right: 0; background-image: url(../img/caret-down.svg); background-repeat: no-repeat; background-position: center center; width: 30px; height: 100%; }

.material-form .select:before { width: 100%; height: 1px; bottom: 0; left: 0; background-color: #000; position: absolute; content: ""; z-index: 1; transition: all 0.3s ease; }

.material-form .select.error::before { -webkit-animation: shake 0.2s ease-in-out 0s 2; animation: shake 0.2s ease-in-out 0s 2; background-color: red !important; }

.material-form textarea { border: 1px solid black !important; height: 70px !important; resize: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: "OpenSans", sans-serif; font-size: 14px; }

.material-form .nf-error-msg { position: absolute; font-size: 9px; text-align: left; color: #da4256; bottom: -4px; font-family: "OpenSans", sans-serif; text-transform: none; height: auto; line-height: 1.1; -webkit-transform: translateY(100%); transform: translateY(100%); }

.material-form .material-container .nf-field-element input::-webkit-input-placeholder { color: transparent; }

.material-form .material-container .nf-field-element input::-moz-placeholder { color: transparent; }

.material-form .material-container .nf-field-element input::-ms-input-placeholder { color: transparent; }

.material-form .material-container .nf-field-element input::placeholder { color: transparent; }

.material-form .material-container .nf-field-element:has(input:not(:placeholder-shown)):after, .material-form .nf-field-element:has(input:focus):after { -webkit-transform: translateY(-20%); transform: translateY(-20%); }

html[lang="fr"] .contact_name .nf-field-element:after { content: "Nom*"; }

html[lang="fr"] .contact_firstname .nf-field-element:after { content: "Prénom*"; }

html[lang="fr"] .contact_mail .nf-field-element:after { content: "Mail*"; }

html[lang="fr"] .mc4wp-form .en { display: none; }

html[lang="fr"] .mc4wp-form .de { display: none; }

html[lang="en"] .contact_name .nf-field-element:after { content: "Name"; }

html[lang="en"] .contact_firstname .nf-field-element:after { content: "Firstname"; }

html[lang="en"] .contact_mail .nf-field-element:after { content: "Mail"; }

html[lang="en"] .mc4wp-form .fr { display: none; }

html[lang="en"] .mc4wp-form .de { display: none; }

html[lang="de"] .contact_name .nf-field-element:after { content: "Name"; }

html[lang="de"] .contact_firstname .nf-field-element:after { content: "Vorname"; }

html[lang="de"] .contact_mail .nf-field-element:after { content: "Mail"; }

html[lang="de"] .mc4wp-form .en { display: none; }

html[lang="de"] .mc4wp-form .fr { display: none; }

@-webkit-keyframes shake { 0% { margin-left: 0rem; }
  25% { margin-left: 0.5rem; }
  75% { margin-left: -0.5rem; }
  100% { margin-left: 0rem; } }

@keyframes shake { 0% { margin-left: 0rem; }
  25% { margin-left: 0.5rem; }
  75% { margin-left: -0.5rem; }
  100% { margin-left: 0rem; } }
