/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 600;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	/*font-family: sans-serif;*/
    font-family: "Open Sans",Arial,sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
  margin-right: 5px;
}

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-tap-highlight-color:transparent
}

button {
    text-decoration: none;
    outline: 0;
}

a {
    outline: 0;
    color: inherit;
    text-decoration: none;
    /*transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);*/
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

p a {
    text-decoration: underline;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}


/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}



/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight:400;
    /*font-size:100%;*/
    font-size: 1.4rem;
    /*letter-spacing: .07rem;*/
    cursor: default;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;    
}

body, html {
	width: 100%;
  height: auto;
}

body.menu-open {
    overflow: hidden;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.size-thumbnail{width:33%; height:auto;}
.size-medium{width:50%; height:auto;}
.size-large{width:100%; height:auto;}
.size-full{max-width:100%; height:auto;}
.alignleft{position:relative; display:block; float:left; margin:0 1.5em 1.5em 0;}
.alignright{position:relative; display:block; float:right; margin:0 0 1.5em 1.5em;}
.aligncenter{position:relative; display:block; clear:both; margin: 1.5em auto;text-align: center;}
/*.textZone :focus{outline:none}*/

.wp-block-embed__wrapper {
  display: inline-block;
}


p img {
    display: block;
    max-width: 100%;
    height: auto;
}

input, select, th, td {font-size:1em;}

.wrapper {
    width:100%;
    overflow: hidden;
}

section {
  position: relative;
z-index: 10;
}

.single section.content {
  margin-bottom: 80px;
}

body:not(.page-template-page-home) main {
  margin-top: 100px;
}

@media screen and (max-width: 1020px) {

  body:not(.page-template-page-home) main {
    margin-top: 0;
  }

  .alignleft, .alignright, .aligncenter {
    float: none;
    width: 100%;
  }

}

/*----------------------------------------------------------------------------------------------------------------------------
  Typographie
----------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: inherit;
    font-size: 2.0rem;
    line-height: 2.9rem;
    text-align: left;
    text-transform: none;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
    /*letter-spacing: normal;*/
    letter-spacing: .07rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    text-align: left;
    text-transform: none;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    color: inherit;
    font-weight: 600;
    display: inline-block;
    /*letter-spacing: .07rem;*/
}

h3 {
    font-size: 2.0rem;
    line-height: 2.5rem;
    letter-spacing: normal;
    margin-bottom: 30px;    
    text-align: left;
    text-transform: none;
    position: relative;
    padding: 0;
    color: inherit;
    font-weight: 600;
    display: inline-block;
    letter-spacing: normal;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}

h4 {
    color: inherit;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none;
    position: relative;  
    display: inline-block; 
}

h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

h6 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    text-transform: none;
    position: relative;
    display: inline-block;
    width: 100%;
}

/*----------------------------------------------------------------------------------------------------------------------------
  Icon Scroll
----------------------------------------------------------------------------------------------------------------------------*/

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}
.icon-scroll {
    cursor: pointer;
    background-color: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);     
    width: 24px;
    height: 38px;
    bottom: 7vh;
    border: 1px solid #fff;
    border-radius: 25px;
    z-index: 100;
}

.icon-scroll:before {
    content: '';
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    margin-left: -3px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(12px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(12px)
    }
}

@media screen and (max-width: 1020px) {
    .icon-scroll {
      display: none;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
  Overlay
----------------------------------------------------------------------------------------------------------------------------*/

.overlay {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1000;
    overflow: hidden;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.overlay__content__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: center;
    align-content: center;
    align-items: center;    
    width: 100vw;
    height: 100%;
}

.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ae4645;
    /*opacity: .6;*/
    z-index: -1;
}
.overlay.overlay-loading:after {
    background: #fff;
}

.overlay__content {
    width: 90%;
    max-width: 900px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin: auto;
}

.btn__close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;

    border: 0;
    cursor: pointer;
    border-radius: 100%;
    color: #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}
.btn__close:hover{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.btn__close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 0;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.btn__close:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 0;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

body.noscrool {
    overflow: hidden!important;
}

body.overlay__open__search .overlay-search,
body.overlay__open__alert .overlay-alert,
body.overlay__open__majority .overlay-majority,
body.overlay__open__loading .overlay-loading {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.overlay.overlay-majority:after {
    background: #000;
}

.overlay.overlay-majority .overlay__content,
.majority__content {
    position: relative;
    background-color: #fff;
    padding: 50px 80px;
    color: #545454;
    max-width: 90%;
    width: 580px;  
    z-index: 100;
    text-align: center;
}

.overlay.overlay-loading .overlay__content,
.loading__content {
    position: relative;
    visibility: hidden;
    padding: 0;
    max-width: 800px;
    width: 100%;
    z-index: 100;
    /* height: 400px;*/
}
.animatedimage {
    position: relative;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.animatedimage > * {
    position: absolute;
    display: inline-block;
    visibility: hidden; 
    border: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overlay__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.overlay__background img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
}

.majority__content img {
    width: 60%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.majority__content p {
    text-align: center;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.8rem; 
    padding-bottom: 15px;  
}
.majority__content span.small {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
    display: inline-block;
}
.majority__content span.small a {
    color: #bdb09b;
    text-decoration: underline;
}

/*
.overlay.overlay-majority .overlay__content img {
    width: 60%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.overlay.overlay-majority .overlay__content p {
    text-align: center;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.8rem; 
    padding-bottom: 15px;  
}
.overlay.overlay-majority .overlay__content span.small {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
    display: inline-block;
}
.overlay.overlay-majority .overlay__content span.small a {
    color: #bdb09b;
    text-decoration: underline;
}
*/

.majority__button__wrapper {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.majority__button__wrapper .btn {
    margin: 0 10px;
    padding: 10px 20px;
}

.mineur {
    display: none;
}

body.noscroll {
    overflow: hidden!important;
}

@media screen and (max-width: 1020px) {

    .overlay.overlay-majority .overlay__content {
        padding: 30px 20px;
    }

    .overlay.overlay-majority .overlay__content img {
        margin-bottom: 20px;
    }

    .majority__button__wrapper {
        margin-bottom: 20px;
    }

    .overlay.overlay-majority .overlay__content p {
        font-size: 2.0rem;
        line-height: 2.4rem;
    }


}

/*----------------------------------------------------------------------------------------------------------------------------
  Search Form
----------------------------------------------------------------------------------------------------------------------------*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*border: 1px solid green;*/
  /*-webkit-text-fill-color: green;*/
  /*-webkit-box-shadow: 0 0 0px 1000px #999 inset;*/
  /*transition: background-color 5000s ease-in-out 0s;*/
   -webkit-transition-delay: 9999s;
   transition-delay: 9999s;  
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.search-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  margin: 5px;
}

.form-search {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

body .form-search input {
  flex: 1;
  height: 50px;
  border: 0;
  border: 0;
  border-radius: 0;
  color: #666666;
  padding: 0 20px;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 400;
  font-style: italic;
  transition: all 300ms ease;  
  margin: 10px 5px;
}

body .form-search .search-submit {
  height: 50px;
  background-color: #aca090;
  border: 0;
  margin: 10px 5px;
}

@media screen and (max-width: 1020px) {

  body .form-search {
    display: block;
  }

  body .search-title {
    font-size: 2.2rem;
    /*text-align: center;*/
    margin: 0 0 10px 0;
  }

  body .form-search input {
    width: 100%;
    margin: 0 0 10px 0;
  }

  body .form-search .search-submit {
      margin: 0;
      width: 100%;
  }  

}

/*----------------------------------------------------------------------------------------------------------------------------
  Home Banner
----------------------------------------------------------------------------------------------------------------------------*/

section.banner {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: transparent;
  min-height: 650px;
}

.slider__home {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider__home .owl-stage-outer {
    height: 100%;
}
.slider__home .owl-stage {
    height: 100%;
}

.slider__home .owl-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.slider__home .owl-dots .owl-dot {
    display: block;
    margin: 20px 0;
}
.slider__home .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.slider__home .owl-dots .owl-dot.active span {
  opacity: 1;
}

.slider__home .owl-item {
  height: 100%;
  background-color: #999;
}

.slider__home .item {
  width: 100%;
  height: 100%;
  position: relative;  
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;  
}
.slider__home .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -2;
}

.slider__home .slide__picture {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}


.slider__home .slide__infos {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.slide__infos__logo {
    position: relative;
    width: 38% !important;
    max-width: 600px;
    margin-bottom: 40px;
}

.slider__home .slide__infos__title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
  font-family: "Crimson Text",Arial,sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;  
  text-align: center;
}
.slider__home .slide__infos__title span {
  border-bottom: 4px solid #fff;
}

@media screen and (max-width: 1020px) {

  section.banner {
    height: 85vh;
    min-height: 420px;
  }

  .slide__infos__logo {
      width: 75% !important;
      max-width: 300px;
      margin-bottom: 20px;
  }
  .slider__home .slide__infos__title {
    font-size: 2.8rem;
  }

  .slider__home .owl-dots {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0%); 
  }

  .slider__home .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 10px;
  }

}


/*----------------------------------------------------------------------------------------------------------------------------
  Button
----------------------------------------------------------------------------------------------------------------------------*/

.btn, section.content .gform_button,
body .item-product-woocommerce .btn {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    fill: #fff;
    padding: 10px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: .15rem;  

    /*transition: 0.5s transform cubic-bezier(.75,0,.25,1);*/

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
    -webkit-transform: perspective(1000px); /* add to fix webkit bug jitter */    

    transition: 0.75s all cubic-bezier(.75,0,.25,1);

}
.slide__infos .btn {
    /*transition:unset;*/
}

.btn span.btn__txt, .btn span.btn__icon svg {
  color: #fff;
  fill: #fff;
  transition: 0.5s all cubic-bezier(.75,0,.25,1);
  transition-delay: 0.25s; 
}

.btn span.btn__txt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /*transform: translateZ(0);*/
    /*-webkit-transform: perspective(1000px);*/
    /*-webkit-font-smoothing: subpixel-antialiased;*/
}

.btn span.btn__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;    
}
.btn span.btn__icon svg {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.btn:before, .btn:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 120%;
  top: 120%;
  left: 0;
  z-index:-1;
  transition: 0.75s transform cubic-bezier(.75,0,.25,1);
}
.btn:after {
  transition-delay: 0.15s;
}
.btn:before {
  margin-top: -5px;
  background-color: rgba(255,255,255,.5);
  transition: 0.75s transform cubic-bezier(.75,0,.25,1);
}

.btn:hover span.btn__txt, .btn:hover span.btn__icon svg {
    color: #b6a68c;
    fill: #b6a68c;
}

.btn:hover:before, .btn:hover:after {
    -webkit-transform:translateY(-110%);
    transform:translateY(-110%);
    -webkit-transform-origin:left center;
    transform-origin:left center
}

.btn.btn__alternate, section.content .gform_button {
    border-color: #b6a68c;
    color: #b6a68c;  
}
.btn.btn__alternate span.btn__txt, .btn.btn__alternate span.btn__icon svg {
    color: #bca78a;
    fill: #bca78a;
}
.btn.btn__alternate:before, .btn.btn__alternate:after {
  background-color: #b6a68c;
}
.btn.btn__alternate:after {
  transition-delay: 0.15s;
}
.btn.btn__alternate:before {
  background-color: rgba(183,167,142,.5);
}

.btn.btn__alternate:hover span.btn__txt, .btn.btn__alternate:hover span.btn__icon svg {
    color: #fff;
    fill: #fff;
}

.btn.btn__alternate_bordeaux {
    background-color: #ae4645; 
}
.btn.btn__alternate_bordeaux span.btn__txt, .btn.btn__alternate_bordeaux span.btn__icon svg {
    color: #fff;
    fill: #fff;
}
.btn.btn__alternate_bordeaux:before, .btn.btn__alternate_bordeaux:after {
  background-color: #b5a58b;
}

.btn.btn__alternate_download {
    background-color: #b5a58b; 
    border: none;
}
.btn.btn__alternate_download span.btn__txt, .btn.btn__alternate_download span.btn__icon svg {
    color: #fff;
    fill: #fff;
}
.btn.btn__alternate_download:before, .btn.btn__alternate_download:after {
  background-color: #738384;
}


section.content .gform_button:hover {
    background-color: #b6a68c;
    color: #fff;  
}


.btn.btn__actu {
    border:none;
    color: #b6a68c;  
    padding: 0;
}
.btn.btn__actu:before, .btn.btn__actu:after {
    display: none!important;
}

.btn.btn__actu span.btn__txt, .btn.btn__actu span.btn__icon svg {
    color: #bca78a;
    fill: #bca78a;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
.btn.btn__actu:hover span.btn__icon svg {
    transform: translateX(2px);
}




@media screen and (max-width: 1020px) {

    .btn {
        padding: 10px 22px;
        font-size: 1.4rem;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
  header
----------------------------------------------------------------------------------------------------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: transparent;
  /*padding: 20px 0px;*/
  display: block;
  text-align: center;  
  /*overflow: hidden;*/
  backface-visibility: hidden; 
}

header:after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b5a58b;
    z-index: 0;
    opacity: 1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
    box-shadow: 0 0 40px 20px rgba(0,0,0,.1);
}

/*body.page-template-page-home header.show-bg:after, body:not(.page-template-page-home) header:after {*/
body.page-template-page-home header.show-bg:after, body:not(.page-template-page-home) header:after {
    top: 0;
    height: 100%;
    opacity: 1; 
}

@media screen and (max-width: 1020px) {
  header {
    overflow: visible; 
  }
}

/*----------------------------------------------------------------------------------------------------------------------------
  header Left Nav.
----------------------------------------------------------------------------------------------------------------------------*/

#left-nav {
    position: relative;
    width: 150px;
    margin: 0 0 0 3vw;
    /*height: 100%;*/
    height: 100px;
    overflow: hidden;    
}


/*----------------------------------------------------------------------------------------------------------------------------
  header brand logo.
----------------------------------------------------------------------------------------------------------------------------*/

header a.brand {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: -100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;     

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;  

    transition-delay: .20s;   
}

header a.brand img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*----------------------------------------------------------------------------------------------------------------------------
  Social Nav.
----------------------------------------------------------------------------------------------------------------------------*/

#social-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;  

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    

    transition-delay: .25s;  
}


body.page-template-page-home header.show-bg #social-nav, body:not(.page-template-page-home) header #social-nav {
    top: -100px;
}

body.page-template-page-home header.show-bg a.brand, body:not(.page-template-page-home) header a.brand {
    top: 0px;
}


.social-nav-item {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.social-nav-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    width: 30px;
    height: 30px;
    /*line-height: 30px;*/
    text-align: center;
}

.social-nav-item a svg {
    fill: #ffffff;
}

.social-nav-item a:hover svg {
    fill: #ffffff;
}




/*----------------------------------------------------------------------------------------------------------------------------
  Menu Button.
----------------------------------------------------------------------------------------------------------------------------*/

.menu-button {
  border: none;
  background-color: #fff;
  display: none;
  position: fixed;
  z-index: 100;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;

  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  transition-delay: .25s;  

}

.line-wrapper {
  margin-bottom: 5px;
}

.menu-button .line {
  width: 32px;
  height: 2px;
  background-color: #bca78a;
  display: block;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
  transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
  transition: transform .5s cubic-bezier(.75,0,.25,1);
  transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
  will-change: transform;     
}

.menu-button .line:nth-child(2) {
  /*  -webkit-transform: scale(0.9);
    transform: scale(0.9);*/
}

.menu-button .line {
    margin-top: 5px;
}

.menu-open .menu-button .line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-1px,2px);
    transform: rotate(-45deg) translate(-1px,2px);
}

.menu-open .menu-button .line:nth-child(2) {
    -webkit-transform: scale(1) rotate(45deg) translate(-3px,-3px);
    transform: scale(1) rotate(45deg) translate(-3px,-3px);
}

.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}


@media screen and (max-width: 1000px) {


  header a.brand {
    max-width: 120px;
    left: 0px;
  } 
  .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

   .menu-open .menu-button {
      background-color: #b5a58b;
    }

    .menu-open .menu-button .line {
        background-color: #fff;    
    }

  #social-nav.no_main_nav {
      position: absolute;
      bottom: auto;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      text-align: center;
  }       

}


/*----------------------------------------------------------------------------------------------------------------------------
  Main Nav. container
----------------------------------------------------------------------------------------------------------------------------*/

#main-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.main-nav-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}


@media screen and (max-width: 1000px) {

  #main-nav-container {
    background-color: #b5a58b;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);

    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;     
  }

  .menu-open #main-nav-container {
    
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;

    -ms-flex-direction: column;
    flex-direction: column;  

 
    backface-visibility: hidden;*/


    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;  
  }

    .main-nav-container-2 {
        display: block;
        width: 100%;
        margin: auto;
    }  

}

/*----------------------------------------------------------------------------------------------------------------------------
  Main Nav.
----------------------------------------------------------------------------------------------------------------------------*/

#main-nav {
    flex: 1;
}

.main-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  justify-content: center; 
}

#main-nav.alignment_left {
    text-align: left;
}

ul.main-nav-list li {
    margin: 0 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

body.desktop #main-nav li.main-nav-item a:hover + ul.sub-menu {
    display: block;
    -webkit-animation: fadeIn 250ms ease-out both;
    animation: fadeIn 250ms ease-out both;
}
body.desktop #main-nav ul.sub-menu:hover {
    display: block;
    -webkit-animation: fadeIn 250ms ease-out both;
    animation: fadeIn 250ms ease-out both;
}
/*@-webkit-keyframes submenufadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes submenufadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}*/

#main-nav .sub-menu {
    display: none;
    opacity: 0;
    top: 100%;
    left: 0;    
    background-color: #b5a58b;
    position: absolute;
    z-index: 100;
    min-width: 100%;
    width: max-content;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
    list-style: none;
}
body.page-template-page-home header:not(.show-bg) #main-nav .sub-menu {
    background-color: rgba(0,0,0,.35);
}

#main-nav .sub-menu > li {
    padding: 0;
    margin: 0;
    display: block;
    border: none;
}
#main-nav .sub-menu a {
    /*padding: 10px 15px;*/
    font-size: 1.4rem;
    line-height: 1;
}

.main-nav-item a, .menu-item a {
    display: inline-block;
    position: relative;  
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 10px;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}


.main-nav-item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
    bottom: 8px;
    pointer-events: none;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: 0.5s transform cubic-bezier(.75,0,.25,1);
}

body:not(.mobile) .main-nav-item a:hover:after, header li.main-nav-item.active > a:after {
    -webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:left center;
    transform-origin:left center
}

body.desktop header .main-nav-item a:hover, header li.main-nav-item.active > a { 
  color: #fff;
}


#right-nav {
    position: relative;
}
.brand_mobile {
    display: none;
}
ul.right-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  align-items: center;
}
ul.right-nav-list li {
    position: relative;
    margin: 0 8px;
}
.cart-mobile {
    display: none;
}
li.right-nav-item a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #fff;
    padding: 10px 10px;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
li.right-nav-item a:hover {
    opacity: .7;
}

.shopping-cart-wrapper .nbr {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 18px;
    background-color: #ae4645;
    border-radius: 50%;
    text-align: center;
    font-size: .9rem;
    line-height: 17px;
    color: #fff;
    height: 18px;
}
.shopping-cart-wrapper .nbr.count0 {
    display: none;
}

body header:before {
    content: '';
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    transition: all 500ms ease;
}

body.msg-active header:before {
    opacity: 1;
    visibility: visible;    
}

.msg {
    position: absolute;
    z-index: 99999;
    top: 125px;
    right: 12px;
    width: 250px;
    padding: 25px 35px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 400;
    /* opacity: 0; */
    visibility: hidden;
    /* cursor: pointer; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #020000;
    /* white-space: nowrap; */
    transform: translate(300px,0);
    transition: all 400ms ease-in-out;
    transition-delay: 100ms;
}
.msg__mobile {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    position: fixed;    
}
.shopping-cart-wrapper .msg:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 25px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #fff transparent;
}
.msg a {
    color: #b5a58b;
    text-decoration: underline;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}
/*.right-nav-item .msg.msg-active {*/
body.msg-active .msg {    
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
    
}



.search-mobile {
   display: none;  
}
.search-mobile span {
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 1.2rem;
}

a.search-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
a.search-btn svg {
    fill:#fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
li.right-nav-item a:hover, a.search-btn:hover svg { 
  /*color: #444c4e;*/
  /*fill: #444c4e;*/
}

.shopping-cart-wrapper {
    z-index: 10;
    position: relative;
}
.shopping-cart-wrapper .shopping-cart {
  background-color: #fff;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  flex-direction: column;
    transition: all .5s ease-out;
}
/*.shopping-cart-wrapper .shopping-cart img {
  width: 80%
  height: auto;
  display: block;
}*/
.shopping-cart-wrapper .shopping-cart svg {
    width: 45px;
    height: auto;
    fill: #b5a58b;
    transition: all .5s ease-out;
}
.shopping-cart-text {
    margin-top: 10px;
    color: #b5a58b;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05rem;
    transition: all .5s ease-out;
}
.shopping-cart-wrapper .shopping-cart:hover {
  background-color: #b5a58b;

}
.shopping-cart-wrapper .shopping-cart:hover svg, .shopping-cart-wrapper .shopping-cart:hover .shopping-cart-text {
    fill: #fff;
    color: #fff;
}

@media screen and (max-width: 1400px) {
  .main-nav-item a, .menu-item a {
      font-size: 1.3rem;
      padding: 10px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .main-nav-item a, .menu-item a {
      font-size: 1.0rem;
      padding: 10px 6px;
  }
}

@media screen and (max-width: 1000px) {

    .msg__mobile {
        display: block;
    }

    .cart-mobile {
        display: flex;
    }    

    .menu-open .search-mobile {
        position: fixed;
        height: 70px;
        padding: 0 20px;
        top: 0;
        right: 0;
        color: #fff;
        /*background: #b5a58b;*/
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;    
    }

    .brand_mobile {
        display: block;
        width: 120px;
    }

    #left-nav, #right-nav ul li:not(.lang-item):first-child, .shopping-cart-wrapper {
        display: none;
    }

    ul.right-nav-list {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    ul.right-nav-list li {
        margin: 0;
    }
    ul.right-nav-list li:last-child {
        /*margin-bottom: 10px;*/
    }    

    li.right-nav-item a {
        padding: 10px;
    }

    #right-nav {

        display: flex;
        justify-content: space-between;
        align-items: flex-end;

        width: 80%;
        max-width: 350px;
        margin: auto;
        padding: 20px 0 70px 0;
        border-top: 1px solid rgba(255,255,255,.4);
        /*display: none;*/
        /*background-color: #ff0000;*/
    }

  #main-nav {
    /*background-color: #ff0000;*/
    width: 80%;
    max-width: 350px;
    padding: 70px 0px 20px 0px;
    margin: auto;
    /*border-bottom: 1px solid rgba(255,255,255,.4);    */
/*      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);  */  
  } 

  .main-nav-list {
    display: block;
  }

  ul.main-nav-list li {
    margin: 0;
    display: block;
    padding: .6vh 0;
    text-align: left;
  }

  .main-nav-item a, .menu-item a {
    /*font-family: "Crimson Text",Arial,sans-serif;*/
    font-size: 2.5rem;
    padding: 10px 0;
    text-transform: none;
    font-weight: 400;
  }

    .main-nav-item a:after {
    width: 100%;
    left: 0;
    }

  ul.main-nav-list li.menu-item-has-children>a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ul.main-nav-list li.menu-item-has-children>a.opened:before {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
  }

  li.menu-item-has-children>a.opened + ul {
    opacity: 1 !important;
    display:block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
    #main-nav .sub-menu a {
        font-size: 1.9rem;
        line-height: 1;
    }  
    body.page-template-page-home header #main-nav .sub-menu {
        background-color: transparent !important;
    }    

}

/*----------------------------------------------------------------------------------------------------------------------------
  Lang Nav.
----------------------------------------------------------------------------------------------------------------------------*/

li.right-nav-item a.lang-nav-show {
    background-color: rgba(255,255,255,.05);
    padding-right: 30px;
}
.lang-nav-show:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);  
}

ul.lang-nav {
    display: none;
    /*background-color: #FFFFFF;*/
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;  
    transition: all .25s ease-out;
    opacity: 0;  
}

.lang-nav-show:hover + ul.lang-nav, ul.lang-nav:hover {
    display: block;
    /*background-color: rgba(255,255,255,.5);*/
    color: #fff;
    opacity: 1;  

    /*-webkit-animation: fadeIn 250ms ease-out both;
    animation: fadeIn 250ms ease-out both;*/
}
@media(hover: hover) and (pointer: fine) {
    .lang-nav-show:hover + ul.lang-nav, ul.lang-nav:hover {
        display: block;
        color: #fff;
        opacity: 1;
    }
}

ul.lang-nav li {
    position: relative;
    margin: 0;
    display: block;
}

ul.lang-nav li a {
    background-color: rgba(255,255,255,.05);
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding: 10px;
    position: relative;
    display: block;
}

ul.lang-nav li.current-lang {
    display:  none;
}

/*----------------------------------------------------------------------------------------------------------------------------
  Animation menu mobile
----------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {

    ul.main-nav-list li, #right-nav {
        opacity: 0;
        transform: translateY(50px);
        transition: all 300ms 300ms ease;    
    }

    body.menu-open ul.main-nav-list li, body.menu-open #right-nav {
        opacity: 1;
        transform: translateY(0px);
        transition: all 300ms 300ms ease;      
    }

    body.menu-open ul.main-nav-list li:nth-child(1) {transition: all 300ms 600ms ease;}
    body.menu-open ul.main-nav-list li:nth-child(2) {transition: all 300ms 750ms ease;}
    body.menu-open ul.main-nav-list li:nth-child(3) {transition: all 300ms 900ms ease;}
    body.menu-open ul.main-nav-list li:nth-child(4) {transition: all 300ms 1050ms ease;}
    body.menu-open ul.main-nav-list li:nth-child(5) {transition: all 300ms 1200ms ease;}
    body.menu-open ul.main-nav-list li:nth-child(6) {transition: all 300ms 1350ms ease;}
    body.menu-open #right-nav {transition: all 300ms 1500ms ease;}

    body.menu-open .search-mobile {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 300ms;
        animation-duration: 300ms;
         -webkit-animation-delay: 1500ms;
        animation-delay: 1500ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

}

/*----------------------------------------------------------------------------------------------------------------------------
  Block 404
----------------------------------------------------------------------------------------------------------------------------*/

.block-1 {
  width: 100%;
  position: relative;
  background-color: #f0f0f0;
  margin: auto;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;  
}

.block-1 .block__visuel {
  z-index: 5;
  width: 55%;
  padding-bottom: 50%;
  position: relative;
}

.block-1 .block__visuel img {
    object-fit: cover;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 140%;
    height: 100%;
}

.block-1 .block__content {
  position: relative;
  z-index: 10;
  width: 45%;
  padding: 100px 80px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
}


@media screen and (max-width: 1020px) {

  .block-1 .btn.btn__alternate {
    font-size: 1.3rem;
  }  

  .block-1 {
    display: block;  
  }

  .block-1 .block__visuel {
      width: 100%;
      padding-bottom: 100%;
  }

  .block-1 .block__content {
    width: calc(100% - 20px);
    padding: 50px 40px;
    left: 20px;
    top: -100px;
  }

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block title
----------------------------------------------------------------------------------------------------------------------------*/

.block-center {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 50;
}

.block__title__v1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

    font-family: "Crimson Text",Arial,sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 6rem;
    text-transform: uppercase;
}



.block__title__v2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

    font-family: "Crimson Text",Arial,sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 5rem;
    text-transform: uppercase;

    margin-bottom: 80px;
}

body.page-template-page-home .block__title__v2,
body.single-product .block__title__v2 {
    margin-bottom: -80px;
}

h1.block__title__v2 {
    margin-top: 80px;
}

.block__title__v2:after {
    content: '';
    position: relative;
    display: inline-block;
    height: 120px;
    width: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b5a58b;
    margin-top: 30px;

    /*content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    display: inline-block;
    height: 120px;
    width: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b5a58b;
    transform: translateX(-50%);*/
}


.block__title__v1 span:first-child, .block__title__v2 span:first-child {
    position: relative;
  display: inline-block;
  /*color: #b8a88f;*/
  text-transform: none;
  position: relative;
  line-height: 1;
  font-style: italic;
}
.block__title__v1 span:last-child, .block__title__v2 span:last-child {
    position: relative;
  display: inline-block;
  /*margin-top: 5px;*/
  font-size: 130%;
  line-height: .8;
}

/* Alignement du titre */
.block__title__left, .block__title__left span { text-align: left !important; }
.block__title__center { align-items: center; }
.block__title__right { text-align: right }

/* Couleur de chaque ligne du titre */
.block__title__white__white span:first-child {
    color: #fff;
}
.block__title__white__white span:last-child {
    color: #fff;
}
.block__title__gold__black span:first-child {
    color: #bda88b;
}
.block__title__gold__black span:last-child {
    color: #000;
}

/* Line du titre */
.block__title__line__horizontal__line2 span:last-child:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -140px;
    display: inline-block;
    height: 2px;
    width: 120px;
    background-color: #fff;
}
.block__title__line__horizontal__line1 span:first-child:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: -140px;
    display: inline-block;
    height: 2px;
    width: 120px;
    background-color: #b8a88f;
}

.block__title__line__horizontal__line2__gold__right span:last-child:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: -140px;
    display: inline-block;
    height: 2px;
    width: 120px;
    background-color: #bda88b;
}


@media screen and (max-width: 1250px) {

  .block__title__v1 {
    font-size: 4rem;
  }

}

@media screen and (max-width: 1020px) {

  .block__title__v1 {
    font-size: 3.5rem;
  }

  .block__title__v2 {
    font-size: 3rem;
  }

    body.page-template-page-home section.news .block__title__v2 {
        margin-bottom: -40px;
    }
}




/*----------------------------------------------------------------------------------------------------------------------------
  Block Content Header
----------------------------------------------------------------------------------------------------------------------------*/

section.content-header {
    position: relative;
    margin-bottom: 140px;
}
section.content-header.image_full_height {
    /*margin-bottom: 0;*/
    z-index: 50;
    overflow: hidden;    
}
.single section.content-header {
    margin-bottom: 0;
}

section.content-header h1 {
    margin: 0 !important;
}

.content-header__wrapper {
    position: relative;
    
    width: 100%;
    /*padding:80px;*/
    text-align: left;
    margin-top: 80px;


    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;    
}

.content-header__h1__wrapper {
    position: relative;
    width: 60%;
    /*max-width: 800px;*/
    /* flex: 1; */
    min-height: 300px;
    padding: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;

}
section.content-header.image_full_height .content-header__h1__wrapper {
    width: auto;
    padding-right: 160px;
}

.content-header__h1__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    background-color: #fff;
    z-index: -1;
}

.content-header__h1 {
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 4.6rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0;
    color: #000;
}

.content-header__image__wrapper {
    position: relative;
    /*top: 0;
    left: 60%;*/
    /*width: 40%;*/
    flex: 1;
    /*height: 100%;*/
    /* padding-bottom: 38%; */
    z-index: 50;
}

.content-header__image__inner {
    position: absolute;
    width: calc(100% + 140px);
    /*max-width: 750px;*/
    /*max-width: 1100px;*/
    height: calc(100% + 130px);
    top: -80px;
    left: 0;
    background-color: #999;
}

section.content-header.image_full_height .content-header__image__inner {
    height: calc(100% + 80px);
}

.content-header__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-header__background img {
    position: relative;
    height: 100%;
    width: auto;
    display: block;
}

img.absolute-cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}


.block {
    margin-bottom: 140px;
}


@media screen and (max-width: 1020px) {

    .block {
        margin-bottom: 80px;
    }

    section.content-header {
        margin-bottom: 80px;
    }

    .content-header__h1__wrapper:after {
        height: calc(100% + 80px);
    }

    .content-header__h1 {
        font-size: 3.6rem;
    }

    .content-header__wrapper {
        flex-direction: column;
    }

    .content-header__h1__wrapper {
        width: 100%;
        min-height: auto;
        padding: 40px;
    }    

    .content-header__image__wrapper {
        width: 100%;
        flex: 0;
    }

    .content-header__image__inner {
        width: 100% !important;
        max-width: 100%;
        top: auto;
        left: 40px;
        padding-bottom: 70%;
        position: relative;
    }

    .content-header__background {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }    
    .content-header__background img {
        height: 115%;
        width: auto;
    }

}



/*----------------------------------------------------------------------------------------------------------------------------
  Block Content Header Vins Details
----------------------------------------------------------------------------------------------------------------------------*/

section.content-header-vins-details {
    position: relative;
    width: 100%;
    padding: 80px 0;
    margin-bottom: 80px;
}

section.content-header-vins-details:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #738384;
    top:0;
    left: 0;
}
section.content-header-vins-details.content-header-boutique:before {
    left: auto;
    right: 0;
    background-color: #ae4645;
}
section.content-header-vins-details:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(../images/vins-details-bg.jpg);
    background-size: cover;
    top:-20px;
    right: 0;
}
section.content-header-vins-details.content-header-boutique:after {
    right: auto;
    left: 0;
}

.content-header-vins-details__wrapper {
    position: relative;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
}
section.content-header-vins-details.content-header-boutique .content-header-vins-details__wrapper {
    flex-direction: row-reverse;
}

.content-header-vins-details__infos {
    position: relative;
    width: 40%;
    color: #fff;
    padding-right: 80px;
    min-height: 380px;
}
section.content-header-vins-details.content-header-boutique .content-header-vins-details__infos {
    padding-left: 60px;
    padding-right: 0px;
    min-height: 300px;
    z-index: 100;
}

section.content-header-vins-details h1 {
    margin-bottom: 5px;
}
section.content-header-vins-details h1.block__title__v1__boutique {
    margin-bottom: 20px;
}

section.content-header-vins-details .block__title__v1 span {
    font-size: 5rem;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1;
}

section.content-header-vins-details .block__title__v1.block__title__v1__boutique span {
    font-size: 4rem;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1;
}
section.content-header-vins-details .block__title__v1.block__title__v1__boutique span:first-child {
    font-size: 3rem;
    text-transform: none;
    font-style: italic;
    line-height: 1;
}

section.content-header-vins-details h1:after {
    content: '';
    position: absolute;
    top: 26px;
    left: -100px;
    display: inline-block;
    height: 1px;
    width: 80px;
    background-color: #b8a88f;
}
section.content-header-vins-details h1.block__title__v1__boutique:after {
    top: 16px;
}


.vins-details-sous-titre {
    font-family: "Crimson Text",Arial,sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1;
    font-style: italic;    
    margin-bottom: 50px;
}

h2.vins-details-h2 {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 10px;    
}

.content-header-vins-details__image__wrapper {
    position: relative;
    width: 60%;
    /*overflow: hidden;*/
}

.content-header-vins-details__image__inner {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-bottom: 66%;
}
section.content-header-vins-details.content-header-boutique .content-header-vins-details__image__inner {
    padding-bottom: 58%;
}


@media screen and (max-width: 1020px) {

    section.content-header-vins-details {
        padding: 100px 0 0 0;
    }

    section.content-header-vins-details:before {
        display: none;
    }    

    section.content-header-vins-details:after {
        width: 100%;
        height: 220px;
        top: 0;
    }

    .content-header-vins-details__wrapper {
        display: block;
    }

    .content-header-vins-details__infos {
        width: 100%;
        color: #fff;
        padding: 40px 0 40px 40px !important;
        min-height: 100% !important;
    }    

    .content-header-vins-details__infos:after {
        content: '';
        position: absolute;
        width: calc(100% + 7.5vw);
        color: #fff;
        top: 0;
        left: 0;
        background-color: #738384;
        height: calc(100% + 100px);
        z-index: -1;
    }    
    section.content-header-vins-details.content-header-boutique .content-header-vins-details__infos:after {
        background-color: #ae4645;
    }

    section.content-header-vins-details .block__title__v1 span {
        font-size: 3.0rem !important;
    }    

    .vins-details-sous-titre {
        font-size: 2.2rem;
    }

    .content-header-vins-details__image__wrapper {
        width: 100%;
        z-index: 100;
    }    
    .content-header-vins-details__image__inner {
        position: relative;
        width: 100%;
        /* height: 100%; */
        top: 0;
        left: 40px;
        transform: translateY(0%);
        padding-bottom: 70%;
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Cuvées
----------------------------------------------------------------------------------------------------------------------------*/

.block-cuvees-infos {
    position: relative;
    width: 100%;
}

ul.cuvees__nav {
    margin-left: 65px;
    margin-bottom: 50px;
    width: 100%;
}
ul.cuvees__nav li {
    margin: 10px 10px 0px 0px;
    display: inline-block;
}
ul.cuvees__nav li a {
    background-color: #bda88b;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    display: block;
}
ul.cuvees__nav li a.active, ul.cuvees__nav li a:hover {
    background-color: #ae4645;
}

.cuvee__item {
    position: relative;
    display: none;
}

.cuvee__item.active {
    display: block;
}

.cuvee__main__content {
    position: relative;
    z-index: 0;
    padding: 50px 400px 50px 150px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    width: calc(100% - 65px);
    margin-left: 65px;
}

.cuvee__item__title {
    position: relative;
    display: block;
    font-family: "Crimson Text",Arial,sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1;
    font-style: italic;
    margin-bottom: 30px;    
}
h3.cuvee__item__title:after {
    content: '';
    position: absolute;
    top: 17px;
    left: -60px;
    display: inline-block;
    height: 1px;
    width: 40px;
    background-color: #b8a88f;
}

h4.cuvee_informations_titre {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: #b5a58b;
    margin-bottom: 10px;
}

.cuvee_informations__desc {
    margin-bottom: 30px;
}

.cuvee__tips {
    padding: 50px;
    background-color: #ae4645;
    color: #fff;
    position: absolute;
    top: -30px;
    right: -50px;
    width: 400px;
}

.cuvee__tips ul {
    width: 100%;
    margin-bottom: 50px;
}
.cuvee__tips ul li {
    display: inline-block;
    margin-right: 20px;
}
.cuvee__tips ul li a {
    position: relative;
    color: #fff;
    opacity: .4;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
}
.cuvee__tips ul li a:hover, .cuvee__tips ul li a.active {
    opacity: 1;
}
.cuvee__tips ul li a:hover:after, .cuvee__tips ul li a.active:after {
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
}

.cuvee__tips__item {
    display: none;
    margin-bottom: 50px;

}
.cuvee__tips__item.active {
    display: block;
}

.slider__cuvee {
    position: absolute;
    top: 115px;
    left: -15px;
    width: 160px;
    z-index: 100;
}
.slider__cuvee .item {

}
.slider__cuvee .owl-dots {
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
}
.slider__cuvee .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}
.slider__cuvee .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    opacity: 1;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 50%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.slider__cuvee .owl-dots .owl-dot.active span {
    background: #ae4645;
}

@media screen and (max-width: 1020px) {

    ul.cuvees__nav {
        margin-left: 0;
        margin-bottom: 80px;
    }

    .cuvee__main__content {
        padding: 30px;
        margin-bottom: 80px;
        width: 100%;
        margin-left: 0;
    }

    .cuvee__tips {
        padding: 30px;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 80px;
    }
    .slider__cuvee {
        margin: auto;
        position: relative;
        top: auto;
        left: auto;
        width: 160px;
    }    

    .slider__cuvee .owl-dots {
        text-align: center;
        padding-right: 0;
    }


}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Iframe Map
----------------------------------------------------------------------------------------------------------------------------*/

.block-map {
    width: 100%;
    text-align: left;
}
.map_wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.map_wrapper iframe {
    position: relative;
    top: -60px;
}


@media screen and (max-width: 1020px) {
    .map_wrapper {
        height: 250px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Frise Chrono
----------------------------------------------------------------------------------------------------------------------------*/

.block-frise-chrono {
    width: 100%;
    margin: 40px 0 160px 0;
}

.frise-chrono-h2 {
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 7rem;
    font-weight: 400;
    line-height: .9;
    text-align: left;
    margin: 0;
    color: #b7a381;
    display: block;
}
.frise-chrono-h3 {
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 3.9rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 0 20px 0;
    color: #000;
    font-style: italic;
}


.block-frise-chrono__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
}


.block-frise-chrono__item.image_left {
    flex-direction: row-reverse;
}

.block-frise-chrono__item__txt {
    position: relative;
    width: 50%;
    padding: 80px 80px 80px 80px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
}
.block-frise-chrono__item__txt p {
    padding-bottom: 0;
}

.block-frise-chrono__item__image {
    position: relative;
    width: 50%;
    padding-bottom: 34%;
}

.block-frise-chrono__item__image__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-frise-chrono__item__image__wrapper:before {
    content: '';
    z-index: 10;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b5a58b;
}

.block-frise-chrono__item.image_right .block-frise-chrono__item__txt {
    transform : translateY(-40px);
}
.block-frise-chrono__item.image_right .block-frise-chrono__item__image {
    transform : translateY(40px);
}

.block-frise-chrono__item.image_left .block-frise-chrono__item__txt {
    transform : translateY(40px);
}
.block-frise-chrono__item.image_left .block-frise-chrono__item__image {
    transform : translateY(-40px);
}


@media screen and (max-width: 1020px) {

    .frise-chrono-h2 {
        font-size: 5rem;
    }

    .frise-chrono-h3 {
        font-size: 3rem;
    }

    .block-frise-chrono {
        margin: 0px 0 80px 0;
    }

    .block-frise-chrono__item {
        display: block;
    }

    .block-frise-chrono__item__txt {
        width: 100%;
        padding: 40px 40px 80px 40px;
        transform: translateY(0) !important;
    }

    .block-frise-chrono__item__image {
        width: 100%;
        /*transform: translateY(0) !important;*/
        transform: translate(40px,-40px) !important;
        padding-bottom: 66%;
    }
  

}

/*----------------------------------------------------------------------------------------------------------------------------
  Block Nous contacter
----------------------------------------------------------------------------------------------------------------------------*/

.block-nous-contacter {
    position: relative;
    padding: 140px 50px;
    margin-bottom: 0 !important;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.block-nous-contacter__inner {
    max-width: 800px;
    display: inline-block;
    position: relative;
    z-index: 100;
    text-align: center;
    color: #fff;
}

.block-nous-contacter h3 span:first-child {
    font-size: 70%;
    line-height: 1;
}
.block-nous-contacter h3 span:last-child {
    font-size: 100%;
    line-height: 1;
}

.block-nous-contacter__inner p {
    text-align: center;
}

@media screen and (max-width: 1020px) {

    .block-nous-contacter {
        padding: 80px 50px;
    }

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Cuvees (Page Nos Vins)
----------------------------------------------------------------------------------------------------------------------------*/

.block-cuvees {
    padding: 60px 80px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    text-align: left;
    width: 100%;
    position: relative;
    margin-top: -140px;    
}

.block-cuvees li {
    display: inline-block;
    margin: 8px;
}

.block-cuvees li a {
    background-color: #ae4645;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.block-cuvees li a:hover {
    background-color: #b7a381;
}

@media screen and (max-width: 1020px) { 

    .block-cuvees {
        padding: 0;
        box-shadow: none;
        margin-top: -40px;
    }

    .block-cuvees li {
        margin: 5px;
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Paragraphe
----------------------------------------------------------------------------------------------------------------------------*/

.block-paragraphe {
    
}

h3.block-paragraphe-h3, .single section.content h3, .single section.content h1, 
.single section.content h2:not(.woocommerce-loop-product__title):not(.block__title__v2) {
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 3.9rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 0 30px 0;
    color: #b7a381;
    font-style: italic;    
    display: block;
}

.block-paragraphe ul, .single section.content ul {
    padding-left: 2em;
    list-style: none;
}

.block-paragraphe ul li, .single section.content ul li {
    position: relative;
    padding-bottom: 5px;
}

.block-paragraphe ul li::before, .single section.content ul li::before {
    content: "•";
    color: #b7a381;
    display: inline-block;
    font-family: Arial, sans-serif;
    width: 1.5em;
    margin-left: -1em;
    position: absolute;
    font-size: 2.2rem;
}

@media screen and (max-width: 1020px) {


}




/*----------------------------------------------------------------------------------------------------------------------------
  Block Paragraphe Image
----------------------------------------------------------------------------------------------------------------------------*/

.block-paragraphe-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;   
    width: 100%; 
}

.block-paragraphe-image.gauche {
    flex-direction: row-reverse;
}

.block-paragraphe-image__txt {
    position: relative;
    width: 45%;
    padding: 60px 60px 60px 60px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    z-index: 10;
}


.block-paragraphe-image__txt h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -100px;
    display: inline-block;
    height: 2px;
    width: 80px;
    background-color: #bda88b;
}
.block-paragraphe-image.gauche .block-paragraphe-image__txt h3:after {
    right: auto;
    left: -100px;
}

.block-paragraphe-image__illustration {
    position: relative;
    width: 55%;
    padding-bottom: 38%;
    transform: translateY(40px);
}

@media screen and (max-width: 1020px) {

    .block-paragraphe-image {
        display: block;
    }

    .block-paragraphe-image__txt {
        width: 100%;
        padding: 40px 40px 80px 40px;
    }

    .block-paragraphe-image__illustration {
        z-index: 100;
        width: 100%;
        transform: translate(40px,-40px) !important;
        padding-bottom: 66%;
    }
    .block-paragraphe-image.gauche .block-paragraphe-image__illustration {
        transform: translate(-40px,-40px) !important;
    }


    .block-paragraphe-image__txt h3:after {
        right: auto !important;
        width: 40px;
        left: -60px !important;
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Slider Content
----------------------------------------------------------------------------------------------------------------------------*/

.block-slider-content {

}

.block-slider-content .owl-carousel .owl-stage-outer {
    /*overflow: visible;*/
}

.block-slider-content .item, .block-video {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;   
    width: 100%; 
}

/*.block-slider-content .item:after {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;  
    width: 100%; 
    z-index: 0;
    position: absolute;
}*/


.block-slider__txt {
    position: relative;
    width: 45%;
    background-color: #ae4645;
    padding: 60px 60px 60px 60px;
    height: 350px;
}

.block-slider__txt:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 100%;
    background-color: #ae4645;
    top: 0;
    right: -80px;
}
.block-paragraphe-text {
    display: block;
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 300;
    letter-spacing: normal;
    word-break: break-word;    
}
.block-paragraphe-text p {
    color: #fff;
}


.page-template-page-vins-details .block-slider__txt,
.page-template-page-vins-details .block-slider__txt:after {
    background-color: #738384;
}


.block-slider-content h3, .block-video h3 {
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    font-size: 3rem;
    line-height: 3.4rem;
}

.block-slider__txt p {
    color: #fff;
}

.block-slider__illustration {
    position: relative;
    width: 55%;
    padding-bottom: 38%;
    transform: translateY(40px);  
    margin-bottom: 40px;  
}



.block-slider-content .owl-dots {
    position: absolute;
    top: 380px;
    left: 0;
    width: 45%;
    text-align: right;
    padding-right: 40px;
}
.block-slider-content .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 10px;
}
.block-slider-content .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,1);
    opacity: 1;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 50%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
.block-slider-content .owl-dots .owl-dot.active span {
    background: #b5a58b;
}

/*FOR HOME SLIDER*/
.block-slider-content.slider__news .block-slider__txt {
    /*width: 65%;*/
    width: 55%;
    height: 550px;
    padding: 100px;
    margin-top: 60px;   
}
.block-slider-content.slider__news .block-slider__illustration {
    width: 45%;
    padding-bottom: 32%;
    /*padding-bottom: 42%;*/
    transform: translateY(0);
    margin-bottom: 0;
    margin-top: 0;
}
.block-slider-content.slider__news .owl-dots {
    position: absolute;
    top: 510px;
    left: auto;
    width: 100%;
    text-align: left;
    padding-left: 100px;
    /* background-color: #ae4645; */
    padding-bottom: 0;
    padding-right: 0;
}


.page-template-page-home .block.block-nous-contacter img.absolute-cover {
    top : -40px;
    height: calc(100% + 40px);
}

@media screen and (max-width: 1020px) {


    .block-slider-content .item, .block-video {
        flex-direction: column-reverse;
    }

    .block-slider-content h3, .block-video h3 {
        font-size: 3rem;
    }

    .block-slider__txt {
        width: 90% !important;
        padding: 80px 40px 60px 40px !important;
        height: auto !important;
        transform: translate(11%,-11%) !important;
        margin: 0 !important;
    }

    .block-slider__illustration {
        width: 90% !important;
        padding-bottom: 66% !important;
        transform: translate(0,0) !important;
        margin-bottom: 0 !important;
    }

    .block-slider__txt:after {
        display: none;
    }

    .block-slider-content .owl-dots {
        top: 20px !important;
        /* bottom: 20px; */
        left: 10px !important;
        width: auto !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: absolute !important;
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Vidéo
----------------------------------------------------------------------------------------------------------------------------*/

.block-video {

}

.block-video .block-slider__txt,
.block-video .block-slider__txt:after {
    background-color: #738384;
}

.video__wrapper {
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
}

.videos__cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    /* opacity: .8; */
}
.videos__play {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 50%;
    opacity: 1;
    transform-origin: center center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    
}
.videos__play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    height: 0;
    width: 0;
    border-bottom: 25px solid transparent;
    border-left: 38px solid #fff;
    border-top: 25px solid transparent;
    -webkit-transform: translate3d(-40%,-50%,0);
    transform: translate3d(-40%,-50%,0);
}

.videos__player {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.videos__cover:hover .videos__play {
    -webkit-transform: translate(-50%,-50%,0) scale(1.1,1.1);
    transform: translate(-50%,-50%) scale(1.1,1.1);
}

@media screen and (max-width: 1020px) {

}





/*----------------------------------------------------------------------------------------------------------------------------
  Block Home Le Domaine
----------------------------------------------------------------------------------------------------------------------------*/


.blocks-domaine-vins-container {
    position: relative;
    width: 100%;
}
.blocks-domaine-vins-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    left: 0;
    top: 0;
    z-index: -1;
}

section.block-le-domaine {
  width: 100%;
  padding: 50px 0;
  background-color: transparent;
}

.block-le-domaine .block__title__v1 {
    margin-left: 90px;
}
.block-le-domaine p, .block-le-domaine .btn {
    margin-left: 140px;
}

.block-le-domaine__left {
  position: relative;
  width: 50%;
  /*overflow: hidden;*/
}

.block-le-domaine__left .illustration_1 {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
.block-le-domaine__left .illustration_1 img {
    object-fit: cover;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: calc(100% + 60px);
    height: 100%;
}

.block-le-domaine__left .illustration_2__container {
    position: relative;
    width: 100%;
    padding-left: 50%; 
    margin-top: -100px;
}

.block-le-domaine__left .illustration_2 {
    position: relative;
    width: calc(100% + 120px);
    padding-bottom: 100%;
}


.block-le-domaine__left .illustration_2 img {
    object-fit: cover;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    /*top: -33%;*/
    width: 100%;
    height: 100%;
}

.block-le-domaine__right {
  position: relative;
  width: 50%;
  background-color: transparent;
  padding: 5.5vw 50px 50px 50px;
}

.block-desc.block-desc-withe {
  color: #fff;
}

.block-le-domaine__right .bg {
    width: 50vw;
    height: calc(100% + 190px + 15vw);
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
    background-image: url(../images/block-le-domaine-bg.jpg);
    background-color: #b5a58b;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    max-width: 850px;
}


@media screen and (max-width: 1020px) {

    .blocks-domaine-vins-container:after {
        height: calc(100% - 200px);
    }

    .block-le-domaine .container {
        flex-direction: column-reverse;
    }

    .block-le-domaine__left {
        width: 100%;
        left: -7.5vw;
    }

    .block-le-domaine__right {
        width: 100%;
        padding: 20px 20px 50px 20px;
    }

    .block-le-domaine__right .bg {
        width: 100vw !important;
        height: calc(100% + 50px + 28vw) !important;
        /*background-color: #bca78a;*/
        position: absolute;
        top: -50px;
        left: -7.5vw !important;
        z-index: -1;
    }    

    .block-le-domaine .block__title__v1 {
        margin-left: 0;
    }    

    .block-le-domaine p, .block-le-domaine .btn,
    .block-desc.block-infos-contact h1, .block-desc.block-infos-contact h2, .block-desc.block-infos-contact h3 {
        margin-left: 0 !important;
    }  

    .block-le-domaine__left .illustration_1 img {
        width: 100%;
    }   

    .block-le-domaine__left .illustration_2__container {
        position: relative;
        width: calc(100% + 15vw);
        padding-left: 40%;
        margin-top: -70px;
    }

    .block-le-domaine__left .illustration_2 {
        position: relative;
        width: 100%;
        padding-bottom: 75%;
    }       

}

/*----------------------------------------------------------------------------------------------------------------------------
  Block Contact Header
----------------------------------------------------------------------------------------------------------------------------*/

section.block-le-domaine.header-contact {
    background-color: #e8e8e8;
    background-image: url(../images/contact_bg.jpg);
    background-position: left bottom;
    background-size: cover;
    padding: 50px 0 200px 0;
}

.header-contact h2 {
    width: 100%;
}
.header-contact h2 span {
    font-size: 100% !important;
    line-height: 1 !important;
}

.header-contact .block-le-domaine__right .bg {
    width: 50vw;
    height: calc(100% + 50px);
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
    background-image: none;
    background-color: #ae4645;
    max-width: 850px;
}

.block-desc.block-infos-contact p {
    padding-bottom: 15px;
}
.block-desc.block-infos-contact p a {
    color: #fff;
}
.block-desc.block-infos-contact h1, .block-desc.block-infos-contact h2, .block-desc.block-infos-contact h3 {
    color: #fff;
    font-family: "Crimson Text",Arial,sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    text-transform: none;
    font-style: italic;  
    margin-left: 140px;
    margin-bottom: 15px;
}

.page-template-page-contact section.content {
    margin-top: -100px;
}


@media screen and (max-width: 1020px) {

    section.block-le-domaine.header-contact {
      padding: 80px 0 180px 0;
    }  

    .header-contact .block-le-domaine__right .bg {
        /*height: calc(100% + 50px);*/
        top: -80px;
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Form Contact
----------------------------------------------------------------------------------------------------------------------------*/

.block-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    width: 100%;
}

.block-contact-form {
    position: relative;
    width: 55%;
    padding: 50px;
    /*background-color: #fff;*/
    /*box-shadow: 0 0 40px 0 rgba(0,0,0,.1);*/
}
.block-contact-form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 100px);
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    height: 100%;
    z-index: -1;
}

.block-contact-form-illustration {
    position: relative;
    width: 45%;
    padding-bottom: 60%;
    transform: translateY(65px);
    z-index: 10;
}

.page-template-contact .gform_wrapper, .page-template-page-contact .gform_wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.gform_wrapper .gfield {
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
}

section.content .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

section.content .gform_wrapper .gform_fields li.padding-right, section.content .gform_wrapper .gform_fields li.padding-right {
    padding-right: 20px;
}

.page-template-contact .gform_wrapper .gform_fields li.padding-right, .page-template-page-contact .gform_wrapper .gform_fields li.padding-right, .page-template-contact .gform_wrapper .gform_fields li.padding-left, .page-template-page-contact .gform_wrapper .gform_fields li.padding-left {
    width: 50%;
}

section.content  .gfield_label {
    padding: 0 0 12px 12px;
    font-weight: 600;
    display: inline-block;
}

section.content  .gform_wrapper .ginput_container {
    width: 100%;
    margin-bottom: 25px;
}

section.content .gform_wrapper .ginput_container input[type="text"], 
section.content .gform_wrapper .ginput_container input[type="email"], 
section.content .gform_wrapper .ginput_container input[type="tel"],
section.content .gform_wrapper .ginput_container textarea,
section.content .gform_wrapper .ginput_container select {
    width: 100%;
    padding: 10px;
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2;
    outline: none !important;
}

select {
    background-image: url(../images/dropdown-black.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 99%;
    background-position-y: 15px;
    color: #666666;
}

section.content .gform_wrapper .gfield_error .validation_message {
    background: #ed1c24;
    margin-bottom: 20px;
    padding: 5px 13px;
    font-size: 1.4rem;
}
section.content .gform_wrapper .validation_message {
    width: 100%;
    padding: 13px;
    color: #fff;
    margin-top: -20px;
}

.validation_error {
    margin-bottom: 20px;
}

.page-template-contact .gfield.checkbox label .gfield_required, .page-template-page-contact .gfield.checkbox label .gfield_required {
     display: none; 
}


.gform_wrapper .gfield_checkbox li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    /* -ms-flex-align: center; */
    align-content: flex-start;
    align-items: stretch;
}

.gform_wrapper .gfield_checkbox [type="checkbox"], .woocommerce .woocommerce-form__input-checkbox {
    /* display: none; */
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 0px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 16px !important;
    height: 16px !important;
    transition: all .3s linear;
    margin-right: 10px !important;
    padding: 0 !important;
    display: inline-block !important;
}
.gform_wrapper .gfield_checkbox [type="checkbox"]:checked, .woocommerce .woocommerce-form__input-checkbox:checked {
    border: 1px solid #b5a58b;
    background-color: transparent;
}
.gform_wrapper .gfield_checkbox [type="checkbox"]:checked:before, .woocommerce .woocommerce-form__input-checkbox:checked:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
    color: #b5a58b;
    border: 1px solid #b5a58b;
    background-color: #b5a58b;
}
.gform_wrapper .gfield_checkbox label {
    /* display: flex; */
    flex: 1 1;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: justify;
}
.gform_wrapper label a {
    color: #b5a58b;
    text-decoration: underline;
}


@media screen and (max-width: 1020px) {

    .block-contact {
        display: block;
    }

    section.content .gform_wrapper .gform_fields li {
        width: 100% !important;
        padding: 0 !important;
    }

    .block-contact-form {
        width: 100%;
        padding: 30px;
    }
    .block-contact-form:after {
        width: 100%;
        height: calc(100% + 100px);
    }
    .block-contact-form-illustration {
        width: 100%;
        transform: translate(30px,20px) !important;
        padding-bottom: 130%;
    }

}

/*----------------------------------------------------------------------------------------------------------------------------
  Block Home Nos Vins
----------------------------------------------------------------------------------------------------------------------------*/

section.block-nos-vins {
    width: 100%;
    padding: 50px 0;
    background-color: transparent;
}

.block-nos-vins__left {
    position: relative;
    width: 50%;
    background-color: #fff;
    padding: 100px 110px 50px 50px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
}

.block-nos-vins__right {
    position: relative;
    width: 50%;
}

.block-nos-vins__right .illustration {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 150px;
}
.block-nos-vins__right .illustration img {
    object-fit: cover;
    position: absolute;
    z-index: 0;
    left: -60px;
    top: 150px;
    width: calc(100% + 60px);
    height: 100%;
}


@media screen and (max-width: 1020px) {

    section.block-nos-vins {
        margin-top: -150px;
        z-index: 0;
        padding: 50px 0 0 0;
    }

    .block-nos-vins__left {
        width: 100%;
        padding: 100px 50px 50px 50px;
        overflow: hidden;
    }

    .block-nos-vins__left:after {
        content: "";
        background-color: #fff;
        width: 50px;
        height: 30%;
        top: 0;
        right: 0;
        position: absolute;
    }

    .block-nos-vins__right {
        width: 100%;
    }

    .block-nos-vins__right .illustration {
        margin-bottom: 0;
    }

    .block-nos-vins__right .illustration img {
        left: 7.5vw;
        top: -7.5vw;
        width: calc(100% + 0px);
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Block Home Partage et passion
----------------------------------------------------------------------------------------------------------------------------*/

section.block-partage-et-passion {
    width: 100%;
    padding: 50px 0;
    background-color: transparent;
}

.block-passion__left {
    position: relative;
    width: 50%;
}

.block-passion__left .illustration {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    /*margin-bottom: 150px;*/
}
.block-passion__left .illustration img {
    object-fit: cover;
    position: absolute;
    z-index: 0;
    left: -182px;
    top: 0;
    width: 200%;
    height: 180%;
    max-width: none;
}

.block-passion__right {
    position: relative;
    width: 50%;
    background-color: #fff;
    padding: 100px 110px 80px 80px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
    z-index: 2;
    margin-top: 38%;
}


@media screen and (max-width: 1020px) {

    .block-passion__left {
        width: 100%;
    }

    .block-passion__left .illustration img {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .block-passion__right {
        width: 90%;
        transform: translate(11%,-15%) !important;
        padding: 60px 40px 40px 40px;
        margin-top: 0;
    }    

}



/*----------------------------------------------------------------------------------------------------------------------------
 Boutique - shop_loop_header - filtres et trie
----------------------------------------------------------------------------------------------------------------------------*/

.shop_loop_header {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
}

.shop_loop_header h2 {
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
}

.shop_loop_header aside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
}
.shop_loop_header aside section, .shop_loop_header aside .woocommerce-ordering {
    flex: 0;
    margin: 0 20px 0 0;
}

.shop_loop_header aside section .select2 {
    display: none;
}
.shop_loop_header aside select {
    border: 1px solid #b5a58b !important;
    color: #b5a58b;
    background-color: transparent;
    padding: 10px 30px 10px 12px !important;
    /* clip: rect(0 0 0 0)!important; */
    height: auto!important;
    /* margin: -1px!important; */
    /* overflow: hidden!important; */
    /* padding: 0!important; */
    position: relative!important;
    width: auto!important;
    font-size: 1.3rem;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-gold.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: calc(100% - 6px);
    background-position-y: 14px;
    font-weight: 600;
}

.woocommerce-filtering__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;      
}

.woocommerce-ordering__wrapper {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;  */   
}

.aside__text {
    display: none;
    font-size: 1.3rem;
    font-weight: 600;
}

@media screen and (max-width: 1020px) {

    .woocommerce-filtering__wrapper {
        display: block;
        width: 100%;
    }

    .shop_loop_header aside select {
        width: 100% !important;
    }

    .shop_loop_header aside section, .shop_loop_header aside .woocommerce-ordering {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .woocommerce-ordering__wrapper {
        width: 100%;
    }

}



/*----------------------------------------------------------------------------------------------------------------------------
  Block Boutique
----------------------------------------------------------------------------------------------------------------------------*/

.pswp__bg {
    background: #fff;
}
.pswp__caption, .pswp__top-bar {
    background-color: #b5a58b !important;
}
.pswp__caption__center {
    color: #fff;
    text-align: center;
}

section.block-boutique {
    width: 100%;
    padding: 50px 0;
    background-color: transparent;
}

.woocommerce {
position: relative;
  width: 100%;
}

.woocommerce a.added_to_cart {
    display: none;
}


.woocommerce ul.products li {
  text-align: center;
  padding: 20px !important;
  background-color: #f2f2f2;
}

.products-list-wrapper {
    width: 100%;    
    margin-bottom: 80px;
    margin-top: 40px;
}
.last_products-list-wrapper {
    width: 100%;    
}

.list-products {
    width: 100%;
    padding-left: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -16px;
    margin-left: -16px;*/
}

.list-products li {
    -webkit-transform-style: preserve-3d;
    position: relative;
    width: calc(25% - 60px);
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden;

/*    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 16px;
    margin-left: 16px;
    -ms-flex-preferred-size: calc(100% / 4 - 32px);
    flex-basis: calc(100% / 4 - 32px);*/
}

.list-products li:nth-of-type(2n) {
    top: 40px;
}

.list-products li:before {
    display: none !important;
}

.list-products li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    top: 15%;
    left: 0;
    background-color: #f2f2f2;
    z-index: -1;
    transition: all .5s ease-out;
}

.item-product-woocommerce a {
    position: relative;
    display: block;
    margin: 0;
}

.item-product-woocommerce .price {
    display: none;
}

.item-product-woocommerce .illus-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 180%;
    display: inline-block;
    transition: all 300ms ease;
}

.item-product-woocommerce .illus-wrapper img {
    /*object-fit: cover;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/

    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    transform: translate(-50%, -50%);    

    -webkit-filter: drop-shadow(30px 30px 18px rgba(0,0,0,.35));
    filter: drop-shadow(30px 30px 18px rgba(0,0,0,.35));
}

.item-product-woocommerce .desc {
    position: relative;
    padding: 30px 15px;
    text-align: center;
}

.woocommerce-loop-product__cat {
    position: relative;
    color: #b3a288;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 2.3rem;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px; 

    -webkit-transform-origin: center center;
    transform-origin: center center;
    /*transition: 0.5s all cubic-bezier(.75,0,.25,1);    */
    transition: all .5s ease-out;
}

.woocommerce-loop-product__title {
    text-align: center;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0; 

    -webkit-transform-origin: center center;
    transform-origin: center center;
    /*transition: 0.5s all cubic-bezier(.75,0,.25,1);        */
    transition: all .5s ease-out;
}
.woocommerce-loop-product__subtitle {
    text-align: center;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0; 

    -webkit-transform-origin: center center;
    transform-origin: center center;
    /*transition: 0.5s all cubic-bezier(.75,0,.25,1);        */
    transition: all .5s ease-out;
}

body .item-product-woocommerce .btn {
    /*position: relative;*/
    padding: 9px 15px;
    font-size: 1.2rem;
    border-radius: 0;
    background-color: transparent;
    /*opacity: 0;*/
    overflow: hidden;

    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -100px;
    left: 50%;

    -webkit-transform-origin: center center;
    transform-origin: center center;
    /*transition: 0.5s all cubic-bezier(.75,0,.25,1);       */
    transition: all .5s ease-out;
    /*opacity:0;*/
    /*-webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);   */ 
}


.list-products li:hover:after {
    background-color: #6c8486;
}

.list-products li:hover .woocommerce-loop-product__cat {
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    -webkit-transform-origin:center center;
    transform-origin:center center;
    opacity: 0;

    /*opacity:0;*/
    /*-webkit-transform:translate3d(0,-100%,0);*/
    /*transform:translate3d(0,-100%,0); */

/*    -webkit-animation-name: fadeInUpCat;
    animation-name: fadeInUpCat;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; */   
}

.list-products li:hover .woocommerce-loop-product__title,
.list-products li:hover .woocommerce-loop-product__subtitle {
    -webkit-transform:translate3d(0,-40px,0);
    transform:translate3d(0,-40px,0);
    -webkit-transform-origin:center center;
    transform-origin:center center;
    opacity: 1;
    color: #fff;
}

.list-products li:hover .btn {
    -webkit-transform:translate3d(-50%,-120px,0);
    transform:translate3d(-50%,-120px,0);
    -webkit-transform-origin:center center;
    transform-origin:center center;
    opacity: 1;
}

@media screen and (max-width: 1020px) {

    section.block-boutique {
        padding: 25px 0;
    }

    .list-products li {
        width: calc(50% - 30px);
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 25px;
    }

    .woocommerce-loop-product__title {
        font-size: 1.8rem;
    }    
    .woocommerce-loop-product__subtitle {
        font-size: 1.6rem;
    }        
    .woocommerce-loop-product__cat {
        font-size: 1.7rem;
    }

    .products-list-wrapper .item-product-woocommerce .btn {
        display: none;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - Page Mon Compte - Connexion
----------------------------------------------------------------------------------------------------------------------------*/


section.woocommerce-page-content {
    padding-top: 70px;
    padding-bottom: 300px;
    z-index: 0;
}

section.woocommerce-page-content .bg {
    content: '';
    position: absolute;
    top: 50vh;
    left: 0;
    width: 100vw;
    height: 500vh;
    background-repeat: no-repeat;
    background-image: url(../images/woocommerce_page_bg.jpg);
    background-size: contain;
    background-color: #dddddd;
    background-position: left top;
    z-index: -1;
    opacity: .7;
}


section.woocommerce-page-content .block__title__v2 {
    font-size: 4.5rem;
    margin-bottom: 50px;
}
section.woocommerce-page-content .block__title__v2:after {
    height: 70px;
    margin-top: 25px;
}
section.woocommerce-page-content .block__title__v2 span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; 
    text-align: center; 
}


.page-login {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
}

.woocommerce-privacy-policy-text {
     display: none; 
}

.woocommerce-account .page-login .col {
    float: none;
    width: 50%;
    margin-bottom: 0px;    
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
}

.woocommerce-account .page-login .u-column1 {
    margin-right: 40px;
}

.woocommerce-account .page-login .u-column2 {
    margin-left: 40px;
}

/*.woocommerce-account .page-login>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
*/

.woocommerce-account  form.login, .woocommerce-account form.register {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    text-align: left;
    border-radius: 0;
}


.woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.register {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}

.woocommerce form .form-row {
    margin: 0 0 20px;
    padding: 0;
}

h2.title-form {
    font-size: 3.3rem;
    line-height: 1.1 !important;
}

.woocommerce form .form-row label {
    padding: 0 0 12px 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    font-size: 1.4rem;
}

.woocommerce-account textarea, .woocommerce-checkout textarea, .woocommerce-account input, select,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.shipping-calculator-form input,
.woocommerce form .form-row input, .woocommerce form .form-row select,
#coupon_code {

    float: none;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    border-radius: 0;
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: 400;
    color: #6b6b6b;
    font-style: italic;
    transition: all 300ms ease;

    padding: 10px;
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2;
    outline: none !important;    

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;    
}

.quantity select {
    background-color: transparent;
    background-image: none;
    border: none;
    font-style: normal;
    padding: 10px 15px;
    width: 50px;
    font-weight: 400;
    color: #000;  
}

.woocommerce .options-wrapper {
    padding-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.page-login form.login .options-wrapper>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme, .lost_password a {
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    /* -ms-flex-align: center; */
    align-content: flex-start;
    align-items: center;
    line-height: 2rem;
    font-size: 1.4rem;
    font-style: italic;
}
.lost_password a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-weight: 100;    
}
.lost_password a span.point {
    position: relative;
    width: 10px;
    height: 6px;
    /* background-color: #ed1c24; */
    margin-right: 5px;
    /* border-radius: 100%; */
    background-image: url(../images/dropdown-gold.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register__submit {
    float: none;
    margin-right: 0;
    margin-top: 10px;
}


@media screen and (max-width: 1020px) {

    section.woocommerce-page-content .block__title__v2 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    section.woocommerce-page-content .block__title__v2:after {
        height: 50px;
        margin-top: 25px;
    }

    .page-login {
        display: block;
    }

    .woocommerce-account .page-login .col {
        padding: 30px;
        margin: 0;
        width: 100%;
    }

    .woocommerce-account .page-login .u-column1 {
        margin-bottom: 40px;
    }

    h2.title-form {
        font-size: 2.2rem;
    }

    .page-login form.login .options-wrapper {
        display: block;
    }
    p.remember-me {
        padding-bottom: 20px !important;
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - Page Lost Password
----------------------------------------------------------------------------------------------------------------------------*/

.woocommerce-account .woocommerce-ResetPassword {
    max-width: 550px;
    margin: 0 auto;    
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}


@media screen and (max-width: 1020px) {

    .woocommerce-account .woocommerce-ResetPassword {
        padding: 30px;
    }

}


/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - navigation.php
----------------------------------------------------------------------------------------------------------------------------*/

.woocommerce-MyAccount-navigation {
    margin-right: 50px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation .btn {
    width: 100%;
    padding: 10px 10px;
}
.woocommerce-MyAccount-navigation .btn span.btn__icon {
    margin-right: 8px;
}
body .woocommerce-MyAccount-navigation .btn svg {
    height: 20px;
    width: 20px;

    /*stroke:#bca78a;*/
}
.is-active .btn.btn__alternate {
    background-color: #bca78a; 
    color: #fff;
}
.is-active .btn.btn__alternate span.btn__txt, .is-active .btn.btn__alternate span.btn__icon svg {
    color: #fff;
    fill: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation .is-active a svg * {
    fill: #fff;
}

.woocommerce-MyAccount-navigation .btn {
    font-size: 1.4rem;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout .btn {
    border-color: #ae4645;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout .btn span {
    color: #ae4645;
    fill: #ae4645;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout .btn span svg {
    fill: #ae4645;
    height: 15px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout .btn:before {
    background-color: rgba(174,70,69,.5);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout .btn:after {
    background-color: #ae4645;
}


.woocommerce-account .woocommerce {
    /* max-width: 1024px; */
    margin: 0 auto 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 50;
    /*top: -80px;*/
    transform: translateY(-50px);

    /*flex-direction: column;*/
}
.woocommerce-account .woocommerce {
    /*transform: translateY(0);*/
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-right: 7.5%;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    float: none;
    width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    padding: 50px 80px;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: 0 120px 80px 0px rgba(0,0,0,.1);    
}

.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-view-order .woocommerce .woocommerce-order-details {
    padding: 0 0 0 0;
}

.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.shop_table {
    margin-bottom: 0;
}
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.shop_table td,
.woocommerce .woocommerce-MyAccount-content table.shop_table th {
    padding: 30px !important;
    font-weight: 600;
}


.woocommerce-account.woocommerce-view-order .woocommerce .woocommerce-order-details td {
    padding: 30px !important;
}

mark {
    background-color: transparent;
    color: #000;
    font-weight: 700;
}


.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions a {
    padding: 0;
    color: #b5a58b;
    background-color: transparent;
    border-radius: 0;
    margin-right: 5px;
}
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-date,
.woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-total {
    background-color: #f2f2f2;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 1.5rem;
    font-weight: 100;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover {
    text-decoration: underline;
    /*opacity: .6;*/
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p.hello {
    font-size: 1.8rem;
    font-weight: 600;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p.hello a {
    font-weight: 600;
    color: #bca78a;
    text-decoration: underline;
}

#respond input#submit, 
/*body:not(.post-type-archive-product) a.button, */
.woocommerce .checkout-button.button,
.woocommerce button.button, .woocommerce input.button,
.coupon__wrapper button  {
    font-size: 1.6rem;
    letter-spacing: .15rem;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    /*overflow: visible;*/
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 0px;
    left: auto;
    color: #fff !important;
    background-color: #bca78a!important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 1.3;
}

.coupon__wrapper button {
    height: 40px;
    line-height: 40px;
    padding: 0 35px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {

}

small.tax_label {
    display: none;
}

@media screen and (max-width: 1020px) {

    .woocommerce-account .woocommerce {
        display: block;
        transform: translateY(0);
        top: 0;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        padding: 30px;
        margin-top: 0px;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 10px;
    }

    nav.woocommerce-MyAccount-navigation ul {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*flex-direction: column;*/
        margin-right: -5px;
        margin-left: -5px;    
    }

    nav.woocommerce-MyAccount-navigation ul li {
        margin-bottom: 0;
        width: 20%;
        padding: 5px;
    }

    .woocommerce-MyAccount-navigation .btn {
        letter-spacing: normal;
        text-transform: none;
        text-align: center;
        padding: 5px 2px;
        border: none;        
    }    
    .woocommerce-MyAccount-navigation .btn span.btn__icon {
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }  
    .woocommerce-MyAccount-navigation .btn span.btn__icon svg {
        margin: auto;
        text-align: center;
    }     
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout .btn span svg {
        height: 20px;
    }
    .woocommerce-MyAccount-navigation .btn span {
        font-size: .8rem;
        white-space: normal;
        line-height: 1.3;
    }    

    .woocommerce-account.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-number {
        color: #fff;
        background-color: #738384;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content {
        padding: 30px;
    }

    .woocommerce-account.woocommerce-view-order td.product-name {
        background-color: #fff !important;
        color: #000 !important;
    }    

/*
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
        width: calc(100% + 20px);
        margin-right: -10px;
        margin-left: -10px;
        padding-bottom: 10px;
    }*/

}


/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - edit-account.php
----------------------------------------------------------------------------------------------------------------------------*/

.woocommerce .title-block-shop,
form.woocommerce-checkout h3,
h2.woocommerce-order-details__title {
    font-family: "Crimson Text",Arial,sans-serif;
    margin-bottom: 30px;
    color: #bda88b;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
}

.fieldset-account-details {
    border: none;
    margin-bottom: 40px;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.woocommerce form .form-row .required {
    color: #000;
}

.woocommerce-account .edit-account-content .cols-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}

.woocommerce-account .edit-account-content .cols-wrapper>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 25px;
    margin-left: 25px;
    -ms-flex-preferred-size: calc(100% / 2 - 50px);
    flex-basis: calc(100% / 2 - 50px);
    width: auto;
    float: none;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}

.woocommerce-account .edit-account-content .fieldset-password input {
    max-width: calc(50% - 5px);
}
.show-password-input {
    display: none!important;
}

.woocommerce-form-row span.desc {
    display: none;
}

@media screen and (max-width: 1020px) {

    .woocommerce-account .edit-account-content .cols-wrapper {
        display: block;
    }
    .woocommerce .title-block-shop,
    form.woocommerce-checkout h3,
    h2.woocommerce-order-details__title {
        font-size: 2.8rem;
    }
    .woocommerce-account .edit-account-content .fieldset-password input {
        max-width: 100%;
    }    
}    


/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - edit-address.php
----------------------------------------------------------------------------------------------------------------------------*/

.woocommerce-account .addresses .title h3 {
    float: none;
    font-family: "Crimson Text",Arial,sans-serif;
    margin-bottom: 15px;
    color: #bda88b;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    display: block;
}



.woocommerce-MyAccount-content h3 {
    font-family: "Crimson Text",Arial,sans-serif;
    margin-bottom: 30px;
    color: #bda88b;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
}

.woocommerce-account .addresses .title .edit {
    float: none;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    color: #fff;
    /* text-transform: none; */
    /* letter-spacing: normal; */
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #b5a58b;
}
.woocommerce-account .addresses .title .edit:after, 
.woocommerce-account .addresses .title .edit:before {
    display: none;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce .woocommerce-checkout .woocommerce-account-fields .create-account, .woocommerce .woocommerce-address-fields__field-wrapper, .woocommerce-checkout .woocommerce-login-fields__field-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>*, .woocommerce .woocommerce-checkout .woocommerce-account-fields .create-account>*, .woocommerce .woocommerce-address-fields__field-wrapper>*, .woocommerce-checkout .woocommerce-login-fields__field-wrapper>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 25px !important;
    margin-left: 25px !important;
    -ms-flex-preferred-size: calc(100% / 2 - 50px);
    flex-basis: calc(100% / 2 - 50px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6b6b6b;
    line-height: 40px;
    font-style: italic;
}
.select2-container--default .select2-selection--single {
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 0;
    width: 100%;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}
.woocommerce-input-wrapper {
    display: block;
    height: 40px;
}


.woocommerce-message::before {
    color: #bda88b;
}
.woocommerce-message {
    border-top-color: #bda88b;
}

@media screen and (max-width: 1020px) {

    .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>*, .woocommerce .woocommerce-checkout .woocommerce-account-fields .create-account>*, .woocommerce .woocommerce-address-fields__field-wrapper>*, .woocommerce-checkout .woocommerce-login-fields__field-wrapper>* {
        -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 2.8rem;
    }    

    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        margin-bottom: 20px;
    }

}

/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - cart.php
----------------------------------------------------------------------------------------------------------------------------*/

.woocommerce-info {
    border-top-color: #bca78a;
    font-weight: 600;
}
.woocommerce-info::before {
    color: #bca78a;
}

.woocommerce-cart .woocommerce {
    max-width: 950px;
    margin: auto;
}

.woocommerce-cart-form {
    background-color: #fff;

}

.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 30px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-spacing: 0;
}

.shop_table thead {
    background-color: #738384;
    color: #fff;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.shop_table thead th, .woocommerce table.shop_table thead td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
    padding: 20px 20px;
    border: 0;
    font-weight: inherit;
}

.woocommerce table.shop_table th {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    /*text-align: left;*/
    font-weight: 600!important;
    padding: 30px 30px !important;
}

.woocommerce-cart-form .product-remove .remove {
    position: relative;
    text-indent: -9999px;
    display: block;
    width: auto;
    height: auto;
    padding-left: 0;
    border-radius: 0;
}
.woocommerce-cart-form .product-remove .remove:hover {
    background-color: transparent;
    opacity: .3;
}
.woocommerce-cart-form .product-remove .remove::before, .woocommerce-cart-form .product-remove .remove::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: #ae4645;
    content: '';
}
.woocommerce-cart-form .product-remove .remove::before {
    transform: translateY(-50%) rotate(45deg);
}
.woocommerce-cart-form .product-remove .remove::after {
    transform: translateY(-50%) rotate(-45deg);
}
.woocommerce-cart-form .product-remove .remove::before, .woocommerce-cart-form .product-remove .remove::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: #ed1c24;
    content: '';
}



body .woocommerce-cart-form table.cart td {
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    padding: 30px;
    border: 0;
}

body .woocommerce-cart-form .product-thumbnail img {
    width: 20px;
}

td.product-thumbnail {
    width: 80px;
}
td.product-thumbnail a {
    display: block;
}

th.product-price,
th.product-quantity,
th.product-subtotal {
    width: 150px;
    text-align: center;
}

td.product-price,
td.product-quantity,
td.product-subtotal {
    text-align: center;
    font-weight: 600 !important;
}

td.product-price,
td.product-subtotal {
    background-color: #f2f2f2;
}

td.product-name {
    text-transform: uppercase;
}

.cart-product-name-cat {
    color: #aca08f;
    font-weight: 600;
}

.cart-product-name-value {
    font-weight: 600;
}

.woocommerce td.product-name dl.variation dt {
    display: none;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qty-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .qty-wrapper>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty {
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 0;
    width: 25px;
    height: 25px;
    border: 0;
    background-color: #f2f2f2;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty:hover {
    opacity: .5;
    transition: 0.25s all cubic-bezier(.75,0,.25,1);
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty[disabled=disabled], 
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty:disabled {
    cursor: not-allowed;
    opacity: .3;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty::before, .woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    background-color: #000;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty::before {
    content: '';
    transform: translate(-50%, -50%);
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty::before {
    content: '';
    transform: translate(-50%, -50%);
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .btn-change-qty.btn-more::after {
    content: '';
}

.woocommerce-cart .woocommerce-cart-form .product-quantity input {
    font-size: 1.6rem;
    width: 40px;
    height: 30px;
    padding: 0 6px;
    border: none;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;    
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .coupon label {
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
    padding-left: 10px;
    text-align: left;
    font-size: 1.6rem;
    color: #bca78a;
}
.coupon__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.coupon__wrapper #coupon_code {
    width: 300px;
    margin-right: 10px;
}

.woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] {
    display: none !important;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 450px;
}


.cart_totals h2 {
    background-color: #fff;
    display: block;
    padding: 20px 30px 10px 30px;
    color: #bda88b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    background-color: #fff;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    /*width: 100%;*/
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    /*vertical-align: middle;*/
    vertical-align: top;
    padding: 20px 30px !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: none;
}
#add_payment_method .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table td {
    text-align: right;
}

tr.order-total span.woocommerce-Price-amount.amount {
    color: #bda88b;
    font-size: 1.7rem;
    font-weight: 700;
}

p.woocommerce-shipping-destination {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: right;
    padding-bottom: 10px;
}

a.shipping-calculator-button {
    font-size: 1.4rem;
    line-height: 1.7rem;
    background-color: #f5F5F5F5;
    padding: 5px;
}

body section.shipping-calculator-form button {
    padding: 10px 2px !important;
    font-size: 1rem !important;
    width: 100% !important;
}


@media screen and (max-width: 1020px) {

    .coupon__wrapper #coupon_code {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .product-name {
        background-color: #738384 !important;
        color: #fff !important;
    }    

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

}


/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - Validation de la commande
----------------------------------------------------------------------------------------------------------------------------*/

.woocommerce-checkout .woocommerce {
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
}

.woocommerce-checkout .woocommerce .woocommerce-form-login.login {
    background-color: #b5a58b;
    color: #fff;
    padding: 30px 50px 10px 50px!important;
    margin: 0;
    border: none !important;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login.login .title-block-shop {
    color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login.login .lost_password a {
    color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login.login .lost_password a span.point {
    background-image: url(../images/dropdown.svg);
}
.woocommerce-checkout .woocommerce .woocommerce-form-login.login .required {
    /*display: none;*/
    color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login.login .woocommerce-form__input-checkbox:checked {
    border: 1px solid #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login.login .woocommerce-form__input-checkbox:checked:before {
    border: 1px solid #fff;
    background-color: #fff;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login.login button {
    background-color: #fff !important;
    color: #b5a58b !important;
    padding: 10px 20px;
}



.woocommerce-form-coupon-toggle {
    display: none!important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background-color: #fff;
    border: none;
    padding: 50px;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
.woocommerce form.checkout_coupon {
    padding: 50px 50px 0px 50px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce .woocommerce-checkout .woocommerce-account-fields .create-account, .woocommerce .woocommerce-address-fields__field-wrapper, .woocommerce-checkout .woocommerce-login-fields__field-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}


.woocommerce form.checkout_coupon {
    display: block !important;
}

form.woocommerce-checkout {
    text-align: left;
    background-color: #fff;
    padding: 50px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
    margin-bottom: 0px;
}
.woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
    padding-left: 0;
}

#ship-to-different-address {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    font-style: normal;
    font-family: inherit;
}
#ship-to-different-address label { 
    display: flex;
}

.woocommerce form .form-row textarea {
    height: 150px;
}

.form-row.notes .woocommerce-input-wrapper {
    height: auto;
}

.woocommerce-checkout .shop_table thead {
    display: none;
}

.woocommerce-checkout tr.cart-subtotal th, 
.woocommerce-checkout tr.cart-subtotal td,
.woocommerce-checkout tr.order-total th, 
.woocommerce-checkout tr.order-total td {
    border-top: 1px solid #b5a58b !important;
}

.woocommerce-checkout tr.order-total th {
    text-transform: uppercase;
    color: #b5a58b;
    font-weight: 700 !important;
}

@media screen and (max-width: 1020px) {

    .woocommerce-checkout .woocommerce .woocommerce-form-login.login {
        padding: 30px 30px 10px 30px!important;
    }

    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
        padding: 30px;
    }

    form.woocommerce-checkout {
        padding: 30px;
    }    

    .woocommerce-checkout .product-name {
        background-color: #fff !important;
        color: #000 !important;
    }


}


/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce - commande confirmée
----------------------------------------------------------------------------------------------------------------------------*/

.woocommerce-order-received .block-center {
    display: none;
}

.woocommerce-order {
    padding: 0;
}

.woocommerce-order__header {
    padding: 50px;
    background-color: #b5a58b;
    color: #fff;
}

.woocommerce-order__header p {
    font-family: "Crimson Text",Arial,sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1;
    font-style: italic;
}

.woocommerce-order__header ul {
    margin: 0 !important;
}

.woocommerce .woocommerce-order-details {
    padding: 50px 50px 0px 50px;
    margin-bottom: 0;    
}


.woocommerce-column--billing-address h2,
.woocommerce-column--shipping-address h2 {
    color: #b5a58b;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.woocommerce-customer-details {
    padding: 50px;
}

.woocommerce-customer-details .addresses {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

.woocommerce-customer-details .addresses .woocommerce-column {
    width: 50% !important;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
    width: 100%;
    border-radius: none;
    padding: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    display: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    padding: 10px 0 0 0;
    font-size: 1.4rem;
    font-weight: 400;
}


.woocommerce ul.order_details li {
    float: none;
    margin-right: 2em;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1;
    border-right: none;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 5px;
}
.woocommerce ul.order_details li strong {
    display: inline-block;
    font-size: inherit;
    text-transform: none;
    line-height: 1;
}


.woocommerce-table--order-details td.woocommerce-table__product-name, .woocommerce .woocommerce-table--order-details tfoot th {
    padding: 20px 0px !important;
}

.woocommerce-table--order-details tfoot tr:first-child th, .woocommerce-table--order-details tfoot tr:first-child td,
.woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-table--order-details tfoot tr:last-child td {
    border-top: 1px solid #b5a58b !important;
}

.woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-table--order-details tfoot tr:last-child span {
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #b5a58b;
}

@media screen and (max-width: 1020px) {

    .woocommerce-order__header {
        padding: 30px;
    }

    .woocommerce-order-details {
        padding: 30px !important;
    }

    .woocommerce-customer-details {
        padding: 30px;
    }

    .woocommerce-MyAccount-content .woocommerce-customer-details {
        padding: 0 !important;
    }     


    .woocommerce-MyAccount-content .woocommerce-order-details {
        padding: 0 !important;
    }    

    .woocommerce-order__header p {
        font-size: 2.8rem;
    }    

    .woocommerce-customer-details .addresses .woocommerce-column {
        width: 100% !important;
        /*margin: 20px 0 ;*/
    }    

}    

/*----------------------------------------------------------------------------------------------------------------------------
  Woocommerce Single Product
----------------------------------------------------------------------------------------------------------------------------*/

.single-product section.content:before {
    content: '';
    width: 100%;
    height: 600px;
    background-color: #5badb5;
    background-image: url(../images/single_product_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.woocommerce div.product {
    width: 100%;    
    position: relative;
}

.back_to_shop {
    position: absolute;
    top: 40px;
    left: 0;
    font-weight: 600;
    color: #fff;
    text-align: left;
    text-decoration: none;
    z-index: 100;
    font-size: 1.6rem;
}
.back_to_shop_icon {
    display: inline-block;
    margin-right: 5px;    
}
.back_to_shop_icon svg {
    display: block;
    width: 10px;
    height: 10px;
    fill: #fff;    
    transform: scaleX(-1);
}
.back_to_shop:hover {
    opacity: .7 !important;
}

.prev_next_buttons {
    z-index: 500;
}
.previous_post_btn {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
}
.previous_post_btn .btn__icon {
    transform: scaleX(-1);
}
.next_post_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
}

.single__product__wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;

    background-color: #fff;
    box-shadow: 0 0 40px 30px rgba(0,0,0,.1);

    top: 100px;
    margin-bottom: 150px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 50%;
    max-width: none;
    padding: 0 0 40px 0;
    margin-bottom: 0;
}

.woocommerce div.product div.summary {
    width: 50%;
    text-align: left;
    position: relative;
    margin-bottom: 0;
    padding-right: 80px;
    padding-top: 120px;
}

.woocommerce-product-gallery__image a {
    position: relative;
    display: block;
    background-color: transparent;
}

.woocommerce-product-gallery__image a:before {
    display: block;
    width: 100%;
    padding-top: 150%;
    visibility: hidden;
    content: '';
}

.woocommerce-product-gallery__image a img {
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    width: auto !important;
    /* max-width: calc(100% - 30px); */
    height: 100% !important;
    /* max-height: calc(100% - 30px); */
    transform: translate(-50%, -50%);
}


.woocommerce-notices-wrapper {
    /*width: 100%;*/
}
.woocommerce-account .woocommerce-notices-wrapper {
    margin-top: 30px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-notices-wrapper li:before {
    display: none !important;
}
.woocommerce-notices-wrapper ul li {
    padding-left: 15px !important;
}

.woocommerce-product-gallery__image a:after {
    position: absolute;
    content: '';
    /* background-color: #999; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/single_product_shadow.png);
    background-size: contain;
    background-position: center 101%;
    background-repeat: no-repeat;
}



.product_category {
    position: relative;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 3.9rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px 0;
    color: #b7a381;
    font-style: italic;
    display: block;    
}
.product_category:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -140px;
    display: inline-block;
    height: 2px;
    width: 120px;
    background-color: #b7a381;
}

.woocommerce div.product .product_title {
    color: #000;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: .9;
    text-align: left;
    margin: 0 0 10px 0;
    font-style: normal;
    display: block;    
}
.woocommerce div.product .product_subtitle {
    color: #000;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px 0;
    font-style: normal;
    display: block;    
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
    margin-top: 30px;
}

.reset_variations {
    display: none !important;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

.woocommerce div.product form.cart .variations select,
.woocommerce-variation-add-to-cart select,
.single-product .quantity select {
    border: 1px solid #b5a58b !important;
    color: #b5a58b;
    background-color: transparent;
    padding: 10px 30px 10px 12px !important;
    /* clip: rect(0 0 0 0)!important; */
    height: auto!important;
    min-width: auto;
    /* margin: -1px!important; */
    /* overflow: hidden!important; */
    /* padding: 0!important; */
    position: relative!important;
    /*width: auto!important;*/
    width: 100px !important;
    font-size: 1.4rem;
    font-style: normal;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-gold.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: calc(100% - 6px);
    background-position-y: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 10px;
    width: 100px;
    line-height: 40px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    /*padding-bottom: 10px;*/
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    font-size: 1.6rem;
}

.woocommerce div.product form.cart .button {
    float: none;
    /*margin-bottom: 30px;*/
}

.single-product .woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 600;
    font-size: 4.2rem;
    font-family: "Crimson Text",Arial,sans-serif;
}
.single-product .woocommerce-Price-currencySymbol {
    font-size: 70%;
}
.woocommerce div.product p.stock {
    color: #000;
    font-size: 1.4rem;
}
.stock.out-of-stock {
    color: #ae4645!important;
    font-weight: 600;
    font-size: 1.6rem !important;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.single-product .quantity {
    position: relative;
    padding-left: 100px;
}
.single-product .quantity:before {
    content: "Quantité :";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 1.6rem;
    width: 100px;
    line-height: 40px;    
}
.single-product .quantity select {
    
}

:lang(en-GB) .single-product .quantity::before,
:lang(en-US) .single-product .quantity::before {
    content: "Quantity:";
}

:lang(en-GB) .variations label[for=pa_millesime],
:lang(en-US) .variations label[for=pa_millesime] {
    position: relative;
    color: #fff;
}
:lang(en-GB) .variations label[for=pa_millesime]:after,
:lang(en-US).variations label[for=pa_millesime]:after {
    content: 'Vintage:';
    color: #000;
    position: absolute;
    /* top: 0; */
    left: 0;
}

.woocommerce-variation-price {
    margin-top: 20px;
}
.single-product .single_add_to_cart_button {
    margin-top: 30px !important;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    display: none !important;
}

button.loading {
    opacity:1 !important;
    padding-right:1em !important;
}
button.loading:after {
    display: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.logos_bio_wrapper {
    /*margin-top: 10px;*/
    position: absolute;
    right: 80px;
    bottom: 0;
}

.logos_bio_wrapper img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: auto;
    margin: 0 5px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    padding: 0;
}

.woocommerce div.product p.price .woocommerce-Price-amount.amount {
    margin-top: 30px;
    display: block;
}

@media screen and (max-width: 1020px) {

    .product_category:after {
        display: none;
    }

    .single__product__wrapper {
        background-color: transparent;
        box-shadow: none;
    }    

    .back_to_shop {
        display: none;
    }
    .prev_next_buttons {
        display: none;
    }    

    .woocommerce div.product div.images.woocommerce-product-gallery {
        position: absolute;
        width: 30%;
        max-width: none;
        padding: 0;
        margin-bottom: 0;
        top: 0;
        right: 0;
        z-index: 100;
    }

    .woocommerce div.product div.summary {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: left;
        position: relative;
        margin-bottom: 50px;
        padding-right: 20px;
        padding-top: 30px;
        background: #fff;
        box-shadow: 0 0 40px 30px rgba(0,0,0,.1);
        padding-left: 20px;
    }    
    .woocommerce-product-details__short-description {
        order: 20;
    }    

    .woocommerce div.product .product_title,
    .woocommerce div.product .product_subtitle,
    .woocommerce div.product .product_category {
        padding-right: 30%;
    }

    .woocommerce-product-gallery__image a:before {
        padding-top: 210%;
    }

    .woocommerce div.product form.cart {
        margin-top: 30px;
    }    

    .product_category {
        font-size: 2.3rem;
    }

    .woocommerce div.product .product_title {
        font-size: 2.7rem;
    }    
    .woocommerce div.product .product_subtitle {
        font-size: 2.3rem;
    }

    .woocommerce-product-gallery__image a img {
        top: calc(50% - 50px);
    } 

    .single-product .woocommerce-Price-amount.amount {
        font-size: 3.5rem;
    }

    .single-product section.content:before {
        height: 40vh;
        background-image: url(../images/single_product_bg_xs.jpg);
        background-size: cover;
        background-position: bottom center;
    }

    .woocommerce-product-gallery__image a:after { 
        display: none;
    }

    .logos_bio_wrapper {
        position: relative;
        right: auto;
        bottom: auto;

        margin-top: 30px;
    }    
    .logos_bio_wrapper img {
        height: 30px;
    }

}


/*----------------------------------------------------------------------------------------------------------------------------
  single__product__informations
----------------------------------------------------------------------------------------------------------------------------*/

.block_informations_cepages {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

.single__product__informations {
    width: 50%;
    padding:50px;
    background-color: #f2f2f2;
}

.single__product__informations ul {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}

.single__product__informations ul li:before {
    display: none!important;
}

.single__product__informations ul li {
    display: inline-block;
    margin: 0 8px;
    padding:0 !important;
}
.single__product__informations ul li:first-child {
    margin-left: 0;
}
.single__product__informations ul li:last-child {
    margin-right: 0;
}
.single__product__informations ul li a {
    color: #a6a192;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
}
.single__product__informations ul li a:hover, .single__product__informations ul li a.active {
    color: #000;
}
.single__product__informations ul li a:hover:after, .single__product__informations ul li a.active:after {
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #a6a192;
}



.single__product__informations__item p {
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding-bottom: 20px;
}

.single__product__informations__item {
    display: none;
}
.single__product__informations__item.active {
    display: block;
}

.single__product__cepages {
    width: 50%;
    background-image: url(../images/cepage_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 380px;
    position: relative;
}

.cepages__wrapper {
    padding: 50px;
    background-color: #b5a58b;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 50;
    /*width: 250px;
    height: 250px;*/
    
}

.cepages__title {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 30px;
    /* border-bottom: 2px solid #fff; */
    display: inline-block;
    padding-bottom: 30px;
    padding-right: 70px;
    font-family: "Crimson Text",Arial,sans-serif;
}
.cepages__title:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/picto_cepages.png);
    background-size: cover;
}
.cepages__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 70px);
    height: 2px;
    background-color: #fff;
}

.cepages__content p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 20px;
}

.single__product__caracterisques {
    background-color: #fff;
    /*padding: 100px 50px;*/
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

.caracterisque__wrapper {
    color: #000;
    width: 50%;
    padding: 80px 80px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

.caracterisque__picto {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin-right: 30px;
}
.caracterisque__picto img {
    width: 100%;
    height: auto;
    display: block;
}

.caracterisque__content {
    flex: 1;
    display: inline-block;
    vertical-align: middle;
}

.caracterisque__title {
    font-weight: 600;
    font-size: 3rem;
    font-family: "Crimson Text",Arial,sans-serif;
    margin-bottom: 20px;
}

.caracterisque__text {

}
.caracterisque__text p {
    font-size: 1.5rem; 
}

.caracterisque__cepage__mobile {
    display: none;
}

.caracterisque__title img {
    display: none;    
}

@media screen and (max-width: 1020px) {

    .block_informations_cepages {
        display: block;
        margin-bottom: 50px;
    }

    .single__product__informations {
        width: 100%;
        padding: 20px;
    }

    .single__product__cepages {
        display: none;
    }

    .single__product__informations ul {
        margin: 0 0 20px 0 !important;
    }

    .single__product__informations ul li {
        margin: 0 5px;
    }

    .single__product__informations ul li a {
        font-size: .7rem;
    }

    .single__product__caracterisques {
        box-shadow: 0 0 40px 30px rgba(0,0,0,.1);
        display: block;
        padding: 20px;
        margin-bottom: 50px;
    }

    .caracterisque__wrapper {
        width: 100%;
        padding: 0;
        display: block !important;
        margin-top: 20px;
        margin-bottom: 50px;
    }


    .caracterisque__picto {
        display: none;
    }

    .caracterisque__title {
        color: #b5a58b;
    }

    .caracterisque__title img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        width: 50px;
        height: auto;      
    }

    .caracterisque__text p {
        padding-bottom: 10px;
    }    



}

/*----------------------------------------------------------------------------------------------------------------------------
  Home
----------------------------------------------------------------------------------------------------------------------------*/


.container {
    position: relative;
    margin: auto;
    z-index: 1;

    width: 100%;
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;

    /*width: 70vw;*/
    /*max-width: 1200px;*/
    /*min-width: 1100px;*/
    text-align: left;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /*align-items: stretch;*/

}

.single .container { 
    display: block !important;
}

.block-partage-et-passion .container {
    padding: 0;
}


.container.fullscreen {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.container.small {
    max-width: 800px;
}
.container.small2 {
    max-width: 950px;
}

@media screen and (max-width: 1020px) {

    .container {
        width: 85vw;
        min-width: auto;
        max-width: 480px !important;
        padding: 0;
    }

    .container.fullscreen_for_mobile {
        width: 100%;
        max-width: 100%;
    }    

}

article {
  margin: 20px 0;
  width: 100%;
}

.text {
	margin: 10px 0;
}

p, .block-paragraphe ul, .single section.content ul  {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;  
  letter-spacing: normal;
  padding-bottom: 30px;
  word-break: break-word;
/*  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;*/
}

.block-paragraphe p {
    text-align: justify !important;
}

.container p:last-child {
    padding-bottom: 0;
}

p a {
    color: #b7a381;
    font-weight: 600;
    text-decoration: underline;
}

blockquote {
    background: #dfeee0;
    padding: 20px 20px 0px 20px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}


.reveal-animate {
	opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

  visibility: visible;

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;	   */ 
	
	/*animation-timing-function: cubic-bezier(.75,0,.25,1);
	-webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

  	-webkit-animation-name: fadeInUp;
  	animation-name: fadeInUp;	

	-webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-delay: .5s;
    animation-delay: .5s;	    
}



/*----------------------------------------------------------------------------------------------------------------------------
  Loading
----------------------------------------------------------------------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

body.loading-page:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;    
}

body.loading-page.loading-page-close:before {
    -webkit-transition: visibility .5s .5s,-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: visibility .5s .5s,-webkit-transform .5s cubic-bezier(.75,0,.25,1);

/*
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;*/

    transition: opacity .5s cubic-bezier(.75,0,.25,1),visibility 0s .5s;
    transition: opacity .5s cubic-bezier(.75,0,.25,1),visibility 0s .5s,-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;

    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    opacity: 0;
    /*-webkit-transform: translateY(100%);
    transform: translateY(100%);   */
    
}


/*----------------------------------------------------------------------------------------------------------------------------
  Popin Alert
----------------------------------------------------------------------------------------------------------------------------*/

.overlay.overlay-alert {
    z-index: 900;
}
.overlay.overlay-alert:after {
    background: #000;
    opacity: .85; 
}

.overlay.overlay-alert article {
    margin: 0;
    width: 100%;
}

.overlay.overlay-alert .overlay__content {
    width: 90%;
    max-width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    margin: auto;
    background: #ae4645;
    border-radius: 0;
    min-width: 500px;
    max-width: 900px;
}

.alert_article__inner {
    position: relative;
    text-align: left;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

.alert_article__inner .alert_article__content {
    width: 100%;
    padding:50px;
}
.alert_article__inner.TwoCol .alert_article__content {
    width: 60%;
}

.alert_article__inner figure {
    /*height: 100%;*/
    position: relative;
    width: 40%;
    margin: 0;
}

.alert_h2 {
    color:#fff;
    font-weight: 600;
    line-height: 1;
    font-size: 3rem;
    margin-bottom: 30px;
}

.alert_article__desc {

}

.alert_article__desc p {
    color: #fff;
}

.alert_article__desc p a {
    color: #fff;
}

.overlay.overlay-alert .btn__close__wrapper {
    top: 0;
    right: 0;
    background: #b5a58b;
    border-radius: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
}
.overlay.overlay-alert .btn__close {
    top: 0;
    right: 0;
}

@media screen and (max-width: 760px) {

    .alert_article__inner {
        flex-direction: column-reverse;
    }

    .overlay.overlay-alert .overlay__content {
        margin: auto;
        min-width: auto;
    }

    .alert_article__inner .alert_article__content {
        width: 100% !important;
        padding: 40px 30px 30px 30px;
    }    

    .alert_article__inner figure {
        display: none;
        width: 100%;
        height: 30vh;
    }

}



/*----------------------------------------------------------------------------------------------------------------------------
  Actualités
----------------------------------------------------------------------------------------------------------------------------*/

.news__wrapper {
    width: 100%;

}
.posts__list {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;    
    margin-bottom: 80px;
}

ul.news_terms_list {
    width: 100%;
    margin-bottom: 40px;
}
ul.news_terms_list li {
    margin: 10px 10px 0px 0px;
    display: inline-block;
}

ul.news_terms_list li a {
    background-color: #bda88b;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    display: block;
}
ul.news_terms_list li a:hover, ul.news_terms_list li a.active {
    background-color: #000;
}

.posts__list article {
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 33.3333%;
}

.article__inner {
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    background-color: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}

.posts__list article a.figure-link {
    width: 100%;
    display: inline-block;
}
.posts__list figure:not(.wp-block-embed) {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 56%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
}


.posts__list article .article__content {
    padding: 20px;
    z-index: 100;
    position: relative;
}

.posts__list article .article__btn__wrapper {
    z-index: 100;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.post_cat a, .post_cat span {
    background-color: #b5a58b;
    color: #fff;
    padding: 6px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    transform: translate(-20px, -35px);
    text-transform: uppercase;
    margin-right: 5px;
}

.post_date {
    color: #777777;
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.h2_article {
    font-size: 2rem;
    line-height: 2.6rem;
    text-align: left;
    text-transform: none;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    color: inherit;
    font-weight: 600;
    display: inline-block;
}

article:hover figure img {
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.highlight article {
    margin: 0 0 60px 0;
    width: 100%;
}
.highlight .post_cat {
    display: none;
}
.highlight .article__inner {
    box-shadow: none;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}
.highlight article a.figure-link {
    width: 50%;
    display: inline-block;
}
.highlight .article__content {
    width: 50%;
    display: inline-block;    
}
.highlight figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 56%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
}
.highlight article .article__content {
    padding: 20px;
    z-index: 100;
    position: relative;
    background-color: #f2f2f2;
}
.post_highlight {
    display: none;
}
.highlight .post_highlight {
    background-color: #ae4645;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
    left: -15px;
    z-index: 220;
    letter-spacing: .2rem;   
}
.highlight p {
    font-size: 125%;
    line-height: 140%;
}

.post_infos {
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    position: relative;
    width: 60%;
    padding: 20px 80px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single_post_cat {
    display: inline-block;
    color: #000;
}
.single_post_cat {
    color: #000;
}
.post_infos_sep {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 1px;
    background-color: #000;
    margin: 0 8px;
}
.single_post_date {
    color: #b7a381;
    font-weight: 300;
    font-style: italic;
}
.post_infos_cat_date, .post_infos_share {
    /*flex: 1;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.post_infos_share {
    justify-content: flex-end;
}
ul.share_list {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;    
}
ul.share_list li {
    margin: 0 6px;
    display: inline-block;
}
ul.share_list li a {
    display: block;
}
ul.share_list li a svg {
    stroke:#b7a381;
    fill: #b7a381;
    width: 16px;
    height: auto;   
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;     
}
ul.share_list li a:hover svg {
    stroke:#000;
    fill:#000;
}
.no-fill {
    fill: transparent!important;
}

@media screen and (max-width: 1020px) {

    .posts__list {
        display: block;
    }

    .posts__list article {
        width: 100%;
    }  

    .highlight .article__inner {
        display: block;
    }
    .highlight article a.figure-link, .highlight .article__content {
        width: 100%;
        display: block;
    }

    .post_infos {
        width: 100%;
        padding: 15px 0 0 40px;
        margin-top: 0px;
        display: block;
    }
    .post_infos_share {
        margin-top: 15px;
        justify-content: flex-start;
    }    

}


/*----------------------------------------------------------------------------------------------------------------------------
  Article Search
----------------------------------------------------------------------------------------------------------------------------*/

.search_posts__list {
    margin-bottom: 80px;
    width: 100%;
}

.page-search article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
    background-color: #f2f2f2;
}

.page-search article a.figure-link {
    width: 24%;
    display: inline-block;
}

.page-search article figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 100;

    background-image: url(../images/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.page-search article .article__content {
    flex: 1;
    padding: 30px;
    color: #000;
    position: relative;
}

h2.h2__post__search {
    font-family: "Crimson Text",Arial,sans-serif;
    color: #000;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
    text-transform: none;
    font-style: italic;
    position: relative;
    display: block;
}

.page-search article .article__desc p {
    padding: 0;
    color: #000;
}

.btn_search {
    position: relative;
    background-color: #b5a58b;
    width: 60px;
}

.btn_search__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.btn_search__icon svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: #fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out    
}

.btn_search:hover svg {
    transform: translateX(10px);
}

@media screen and (max-width: 1020px) {

    .page-search article a.figure-link {
        width: 100%;
    }
    .page-search article figure {
        padding-bottom: 56%;
    }

    .btn_search {
        height: 40px;
        width: 100%;
    }    

}

/*----------------------------------------------------------------------------------------------------------------------------
  Footer
----------------------------------------------------------------------------------------------------------------------------*/

footer {
	position: relative;
  width: 100%;
  background-color: #738383;
  color: #fff;
  padding: 0; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;  
}

.footer-container {
    position: relative;
    width: 100%;
    max-width: 2000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

footer .footer-item {
  width: 22%;
  position: relative;
  padding: 150px 4vw;
  display: inline-block;  
}

footer .footer-item:last-child {
  width: 34%;
  background-color: #444c4e;
}


footer a.brand {
  width: 100%;
}
footer a.brand img {
  width: 100%;
  height: auto;
  display: block;
}

ul.footer-nav-list {

}
ul.footer-nav-list li {
  display: block;
  margin-bottom: 25px;
}
ul.footer-nav-list li:last-child {
  margin-bottom: 0;
}

footer .main-nav-item a {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

footer .main-nav-item a:after {
  left: 0;
  width: 100%;
  bottom: -2px;
}

.contact-headline {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.contact-txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  position: relative;
  display: block;
  line-height: 2.4rem; 
  /*margin-bottom: 20px;*/
}
.contact-txt a:hover {
    text-decoration: underline;
}

footer .footer-item-mentions {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 10px;
  padding: 20px 0;
}

ul.mentions-nav-list {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

footer ul.mentions-nav-list li.main-nav-item:before {
    content: ' - ';
}
footer ul.mentions-nav-list li:first-child:before {
    display: none;
}

footer ul.mentions-nav-list li.main-nav-item, footer ul.mentions-nav-list li.main-nav-item a {
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.5;
    padding: 0;
    text-transform: none;
    margin: 0 2px;
}
footer ul.mentions-nav-list li.main-nav-item a span {
    font-weight: 600;
}

footer ul.mentions-nav-list li:last-child {
    position: absolute;
    right: 30px;
}

#footer-social-nav {
  position: relative;
  width: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  transition-delay: .25s;  
}

.footer-title, 
footer .gform_wrapper .gform_title,
footer .gform_confirmation_wrapper {
    color: inherit;
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none;
    position: relative;
    display: inline-block;
    font-family: "Crimson Text",Arial,sans-serif;
}


.gotop {
    width: 50px;
    height: 50px;
    background-color: #a79f8e;
    color: #fff;
    border: none;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    top: -25px;
    right: 4vw;
    overflow: hidden;
}
.gotop svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: block;
    margin: auto auto 4px auto;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
.gotop span {
    font-size: .9rem;
    font-weight: 600;
    display: block;
    margin: auto;    
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
.gotop:hover span {
    transform: translateY(20px);
}
.gotop:hover svg {
    transform: translateY(7px);
}

@media screen and (max-width: 1020px) {

  .footer-container {
    display: block;
    text-align: center;
  }

  footer .footer-item {
      width: 100%!important;
      position: relative;
      padding: 30px 10px;
      display: inline-block;
  }

  footer .footer-item:nth-child(4n) {
      display: none;
  }

  footer a.brand {
    width: 60%;
    display: inline-block;
    max-width: 300px;
  }

  footer .main-nav-item a {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
  }
    footer ul.mentions-nav-list li:last-child {
        position: relative;
        right: auto;
    }  

    .footer-title {
        font-size: 2.2rem;
    }

  .footer-title.footer-title-contact {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }

  #footer-social-nav { 
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

    .gotop {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);           
        left: 50%;
    }  

    .hide-on-mobile {
        display: none !important;
    }

}


/*----------------------------------------------------------------------------------------------------------------------------
  Footer Newsletter Form
----------------------------------------------------------------------------------------------------------------------------*/


footer .gform_wrapper {
    margin-bottom: 50px;
}


footer .gform_wrapper .validation_error {
    display: none;
}

footer .gform_wrapper .gfield_label {
    display: none;
}

footer .gform_wrapper .validation_message {
    padding-top: 5px;
    color: #ff0000;
    text-align: left;
}

.footer-item form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

footer .gform_wrapper .gform_heading {
    width: 100%;
    display: block;
}

.gform_wrapper .ginput_container input[type="text"], .gform_wrapper .ginput_container input[type="email"], .gform_wrapper .ginput_container input[type="tel"] {
    padding: 10px;
    width: 100%;
    border: solid 1px #fff;
    background-color: #fff;
    border-radius: 0;
    font-style: italic;
}

input[type='text'], input[type='email'], input[type='tel'], textarea, select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

footer .gform_body {
    flex: 1;
    max-width: 250px;
}

footer .gform_footer {
    width: 38px;
    padding-left: 5px;
    display: inline-block;
}

footer .gform_button.button {
    width: 38px !important;
    height: 38px !important;
    display: inline-block !important;
    background-color: #738384 !important;
    color: #fff !important;
    cursor: pointer !important;
    border: none !important;
    padding: 0 !important;
    line-height: normal !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;    
}

@media screen and (max-width: 1020px) {

    .footer-item form {
        justify-content: center;
    }

    .footer-title, footer .gform_wrapper .gform_title {
        text-align: center;
        font-size: 2rem;
    }

    footer .gform_confirmation_wrapper {
        font-size: 2.0rem;
        margin-bottom: 30px;
        text-align: center;
    }

}

/*----------------------------------------------------------------------------------------------------------------------------
  PageNavi
----------------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
    margin: 0px auto 120px auto;
    width: 100%;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0 12px;
    /*letter-spacing: .2rem;*/
}
.wp-pagenavi a {
    color: #b5a58b;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
.wp-pagenavi a.current {
    cursor: default;
    color: #000;
    font-weight: 600;
    /*margin-left: 70px;*/
    margin-right: 70px;
}
.wp-pagenavi a:not(.current):hover {
    color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi .extend, .wp-pagenavi .nextpostslink, .wp-pagenavi .last, .wp-pagenavi .previouspostslink {
    display: none;
}

.wp-pagenavi .current:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    display: block;
    left: 35px;
    top: 50%;
}
/*.wp-pagenavi span.current:before {
    left: -70px;
}*/


/*----------------------------------------------------------------------------------------------------------------------------
  Cookie Banner
----------------------------------------------------------------------------------------------------------------------------*/

.cookie-banner {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.cookie-banner .content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.cookie-banner .content>* {
    flex: 0 1 auto;
}

.cookie-banner .content .desc {
    flex: 1 1 auto;
    margin-right: 25px;
    color: #888;
    font-size: 1.5rem;
    line-height: 1.4;
}

.cookie-banner .content .btn-accept:not(:active), .cookie-banner .content .btn-refuse:not(:active), .cookie-banner .content .btn-more:not(:active) {
    transition: all 300ms ease;
}

.cookie-banner .content .btn-accept, .cookie-banner .content .btn-refuse {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    color: #000;
}
.cookie-banner .content .btn-accept:hover, .cookie-banner .content .btn-refuse:hover { 
    color: #fff;
    background-color: #000;
}

.cookie-banner .content .btn-accept, .cookie-banner .content .btn-refuse, .cookie-banner .content .btn-more {
    display: inline-block;
    flex: 0 0 auto;
    /*padding: 8px;*/
    margin-right: 20px;
    white-space: nowrap;
}


@media only screen and (max-width: 700px) {
    
    .cookie-banner .content {
        display: block;
        text-align: center;
    }
    
    .cookie-banner .content .desc {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: left;
    }

}



