/*
Theme Name: Minimal Chateau
Author: Milk
Description: minimal
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap');
html {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  overflow: hidden;
  -ms-overflow: hidden;
  max-width: none!important;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #0000ff;
  font-size: 13px;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  text-transform: uppercase;
  font-size: 2em;
  margin: 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 0;
}
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:hover {
  color: #b8a675;
  opacity: 0.3;
  text-decoration: none;
}
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: 700;
}
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 {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  width: 340px;
}
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;
  font-family: 'Open Sans Condensed', sans-serif;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[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;
}
h2 a:hover {
  text-decoration: none!important;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/***** Minimal styles  ***/
#masthead {
    width: calc(100% - 40px);
    left: 20px;
  z-index: 9999;
  position: fixed;
  padding-left: 0;
  padding-right: 0;
  top: 20px;
  transition: all 0.5s ease-in-out;
}
#masthead.nav-up {
  top: -215px;
}
.home #masthead.nav-lock {
  background-color: #f1e7d4;
}
.page-template-default #masthead,
.page-template-default #masthead .sub-menu {
  background-color: #f1e7d4;
}
.page-template-page-vin-millesime #masthead,
.page-template-page-vin-millesime #masthead .sub-menu {
  background-color: #f1e7d4;
}
.page-template-page-actus #masthead,
.page-template-page-actus #masthead .sub-menu {
  background-color: #f1e7d4;
}
.post-template-default #masthead,
.post-template-default #masthead .sub-menu {
  background-color: #f1e7d4;
}
#masthead .container-fluid {
  z-index: 2;
  position: relative;
}
.fond_blanc_menu {
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
  overflow-y: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.fond_blanc_menu.slidedown {
  height: 459px ;
}
.introduction-page {
    background-color:#f1e7d4; 
  position: relative;
  text-align: center;
  padding: 85px 0 100px 0;
  border-left:20px solid #fff;
  border-right:20px solid #fff;
}
.introduction-page h1:before{
    position:absolute;
    content:"";
       width: 196px;
    height: 246px;
    background-size:cover;
       top: -68px;
    left: 26px;
    background-image:url('img/trintaudon/arbre@3x.png');
}
.introduction-page h1 {
    position:relative;
  padding-bottom: 32px;
   font-family: 'Lora' , serif;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-transform: none;
  line-height: 0.78;
  letter-spacing: normal;
  text-align: center;
  color: #d6b048;
}
.excerpt {
  max-width: 496px;
  display: inline-block;
}
.excerpt p {
  font-family: 'OpenSans',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.introduction-page .souche-deco {
  transform: rotate(-300deg);
  right: -154px;
  left: auto;
  bottom: -254px;
}
.page-template-page-actus .news-chateau{
    padding-top:74px;
   
    background-color:#fff;
}
.news-chateau-page-classique {
  margin-top: 200px;
}
.banner {
  min-height: 439px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.container-fixed {
  max-width: 743px;
  padding: 0;
}
.container-colonne {
  padding: 0 6.9% 0 6.9%;
  display: flex;
  align-items: normal;
  justify-content: center;
}
.container-richtext a {
  position: relative;
    border-right: 1px solid #000;
    padding: 2px 5px 2px 0px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}
.page-template-page-actus .introduction-page{
    padding-bottom:88px;
}
.single-post .introduction-page{
    padding-bottom: 114px;
}
.intro-single-post{
    text-align: center;
    padding:97px 0 33px 0;
}
.intro-single-post h2{
     font-family: 'OpenSans',sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02px;
  text-align: center;
  color: #922224;
}
.single-post .global-page{
    text-align:center;
}
.single-post .container-richtext p{
    margin-left:auto;
    margin-right:auto;
}
.intro-single-post .news-date{
        padding-top: 15px;
}
.container-richtext a:after {
  content: "";
    position: absolute;
    right: -16px;
    top: 5px;
    width: 9px;
    height: 7px;
    background-image: url(img/trintaudon/arrow-noir.svg);
    background-size: cover;
}
.container-richtext .view-more {
  margin-top: 11px;
}
.content-center-bottom-more {
  display: none;
}
.row-external-links {
  margin-bottom: 100px;
}
.container-richtext .view-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 8px;
  object-fit: contain;
  background-image: url(img/icone-plus.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-boutique {
  display: inline-block;
  margin-top: 38px;
  position: relative;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 30px 12px 60px;
  background-color: #9a150e;
}
.btn-boutique:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 14px;
  width: 22px;
  height: 22px;
  object-fit: contain;
  background-image: url(img/group.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-fiche_pdf {
  position: relative;
  display: inline-block;
  margin-top: 38px;
  padding: 12px 60px 12px 30px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #9a150e;
  text-transform: uppercase;
}
.btn-fiche_pdf:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 10px;
  height: 13px;
  object-fit: contain;
  background-image: url(img/download.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.container-richtext .replier-btn {
  margin-top: 20px;
}
.vin-details-right {
  padding: 111px 0 101px 55px;
}
.vin-details-center {
  padding-left: 0;
}
.vin-details-global {
  padding: 0 0 0 0;
}
.row-details-top {
  padding: 0 0 41px 0;
  border-bottom: solid 0px rgba(0, 0, 0, 0.3);
}
.img_responsable{
    width:105px;
    height:27px;
    margin-top:15px;
}
.vin-details-left {
  padding: 0;
}
.content-center-right.container-richtext strong {
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #b8a675;
  text-transform: uppercase;
  padding-right: 9px;
}
.container-richtext .replier-btn:after {
  background-image: none;
  width: 1px;
  height: 8px;
  transform: rotate(-91.08deg);
  border: solid 1.2px #9a150e;
}
.container-richtext u {
  -webkit-text-decoration: rgba(184, 166, 117, 0.7) solid underline;
  text-decoration: rgba(184, 166, 117, 0.7) solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
}
.container-richtext .container-colonne p {
  margin-bottom: 22px;
}
.container-colonne .text-gauche {
  padding: 0 8.7% 0 8.7%;
}
.container-colonne .text-droit {
  padding: 0 8.7% 0 8.7%;
}
.container-colonne .image-droite {
  text-align: right;
  padding: 0;
  margin-top:8px;
}
.container-colonne .image img {
  width: 100%;
  height: auto;
}
.container-richtext p {
  max-width: 496px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.01px;
}
.container-richtext h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
       font-family: OpenSans,sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  color: #922224;
  margin-bottom: 10px;
}
.pleine_largeur {
  padding-left: 0;
  padding-right: 0;
}
.pleine_largeur .container-fixed,
.pleine_largeur .container-richtext p {
  max-width: none;
}
.wpcf7 p {
  margin: 32px 0;
}
label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  display: block;
    color: #922224;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .col {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.wpcf7 .col span {
  flex-basis: 45%;
}
span.wpcf7-list-item {
  margin: 0;
}
label {
  cursor: pointer;
}
span.wpcf7-list-item label {
  text-transform: none;
  font-weight: 400;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=checkbox] {
  border: 0;
  -webkit-appearance: none;
  width: 10px;
  min-width: 40px;
  height: 15px;
  background: url(img/ok.svg) no-repeat;
  background-position: center center;
  background-size: 14px;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}
span.wpcf7-list-item label {
  text-transform: none;
  font-weight: 400;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.link-black:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 9px;
  transition: all 0.3s;
  background-image: url(img/arrow-link-blanc.svg);
}
.link {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.08rem;
}
.link-black {
  background-color: black;
  color: white;
  padding: 13px 90px 13px 20px;
}
.wpcf7 {
  max-width: 496px;
  margin: 0 auto;
}
div.wpcf7-response-output {
  font-size: 12px;
}
.wpcf7 .link {
  position: relative;
  -webkit-appearance: none;
  border: 0;
  background: none;
  display: inline-block;
  letter-spacing: 0.08rem;
  margin: 21px 0;
  background-color: black;
  color: white;
  padding: 13px 90px 13px 20px;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  font-weight: 600;
  cursor: pointer;
}
input:not([type=submit]):not([type=checkbox]),
textarea {
  border: 1px solid rgba(149, 149, 149, 0.5);
  border-width: 0 0 1px;
  background: transparent;
  width: 100%;
  display: block;
  padding: 10px 0;
  letter-spacing: 0.02rem;
  transition: all 0.3s;
}
select {
  -webkit-appearance: none;
  border: 1px solid rgba(149, 149, 149, 0.5);
  border-width: 0 0 1px;
  background: transparent;
  background-image: url(img/drop-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 0;
  width: 100%;
  height: 30px;
}
.nav-up .main-menu {
   
   
}

.container-richtext h1 {
  font-size: 36px;
}
.container-richtext h2 {
  font-size: 32px;
}
.container-richtext img {
  max-width: 100%;
  height: auto;
}
.container-richtext h3 {
  font-size: 26px;
}
.container-richtext h4 {
  font-size: 23px;
}
.container-richtext h5 {
  font-size: 18px;
}
.container-richtext h6 {
  font-size: 15px;
}
.slider_template {
  text-align: center;
  padding: 0;
}
.slider_template h2 {
  margin-bottom: 50px;
  text-align: left;
}
.slider_template .royalSlider {
  width: 100%;
  display: inline-block;
  height: 450px;
}
.slider_template .rsOverflow {
  width: 743px!important;
  display: inline-block;
  left: 50%;
  margin-left: -371px !important;
}
.slider_template .rsSlide {
  width: 743px;
}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background-color: transparent;
}
.rsDefault .rsArrow {
  position: absolute;
  height: auto;
  bottom:-30px;
  right:auto;
  top:auto!important;
  left:50%!important;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  margin-left: 0;
  background-image:  url(img/trintaudon/arrow-slider@3x.png), none;
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  margin-left:-54px;
  height: 43px;
  background-color: transparent;
  background-position: 0;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: 0;
  margin-left: 54px;
  background-image: url(img/trintaudon/arrow-slider-2@3x.png), none;
    background-color: #d6b048;
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 43px;
  background-color: transparent;
}
.hover-head .logo-blanc,
.logo-noir,
.page-template-default .logo-blanc {
  display: none;
}
.page-template-default .global-page{
    background-image: none;
}
.logo-blanc,
.hover-head .logo-noir,
.page-template-default .logo-noir {
  display: block;
}
.hover-head .logo-blanc,
.logo-noir,
.page-template-page-vin-millesime .logo-blanc {
  display: none;
}
.logo-blanc,
.hover-head .logo-noir,
.page-template-page-vin-millesime .logo-noir {
  display: block;
}
.hover-head .logo-blanc,
.logo-noir,
.post-template-default .logo-blanc {
  display: none;
}
.logo-blanc,
.hover-head .logo-noir,
.post-template-default .logo-noir {
  display: block;
}
.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.menu li {
  display: inline;
}
.menu li a {
   font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 1px;
    text-transform: uppercase;
 
}
.menu li a:hover,
.menu .current-menu-item > a {
  color: #b8a675;
  opacity: 0.3;
  text-decoration: none;
}
#top-right {
  float: right;
}
#top-left {
  float: left;
}
#top-left li,
#top-right li {
  position: relative;
  padding-left: 13px;
  padding-right: 4px;
  display: inline-block;
}
#top-left li:before,
#top-right li:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 1px;
  height: 16px;
  opacity: 0.3;
  border: solid 1px #922224;
}
#top-right .linkShop {
  padding-right: 32px;
  position: relative;
  display: inline-block;
}
#top-right li:first-child:before {
  border: 0;
}
#top-right .linkShop:after {
  border: 0;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 22px;
  height: 18px;
  object-fit: contain;
  background: url(img/trintaudon/picto-shop.svg);
  
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-top {
  padding-top: 21px;
  z-index: 2!important;
}
#top-left .BigMenu {
  padding-left: 32px;
  position: relative;
  display: inline-block;
}
#top-left .BigMenu:before {
  border: 0;
  opacity: 1;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 22px;
  height: 35px;
  object-fit: contain;
  background: url(img/icone-grappe.png);
  background-image: url(img/icone-grappe.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #top-left .BigMenu:before {
    background: url(img/icone-grappe@2x.png);
    background-image: url(img/icone-grappe.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.container-logo {
  z-index: 2!important;
  padding-top: 17px;
  text-align: center;
}
.logo {
  display: inline-block;
  max-width: 320px;
  height: 51px;
  object-fit: contain;
}
.logo img {
  max-width: 100%;
}
/*.main-menu #main .menu-item-has-children:hover > .sub-menu {
    display: block; 
}*/
.sub-menu:before {
  top: 200px;
  left: 0;
  position: absolute;
  content: "";

  height: 1px;
  width: 100%;
}
.main-menu .sub-menu.slidedown {
  transform: translateY(0px);
  /*top: -106px;*/
}
.sub-menu.slideUp {
  padding: 0;
}
#main {
  margin-bottom: 0;
}
.sub-menu {
  display: none;
}
.main-menu .sub-menu {
  display: block;
  padding: 213px 0 27px 0;
  overflow-y: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.45, 0, 0.14, 1.03);
  -moz-transition: all 0.7s cubic-bezier(0.45, 0, 0.14, 1.03);
  -o-transition: all 0.7s cubic-bezier(0.45, 0, 0.14, 1.03);
  transition: all 0.7s cubic-bezier(0.45, 0, 0.14, 1.03);
  overflow: hidden;
  left: 0;
  transform: translateY(-552px);
  top: 0px;
  width: 100%;
  z-index: 1;
  position: absolute;
  background-color: #f1e7d4;
  background-image: url(img/arbre.svg);
  background-repeat: no-repeat;
  background-position: center bottom 113px;
  background-size: 418px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sub-menu {
    background: url(img/les-vins@2x.png);
  }
}
.bigmenu-items .sub-menu {
  display: block;
  padding: 0;
  height: auto;
  position: relative;
  background: none;
}
.bigmenu-items #main .sub-menu li {
  width: 100%;
  padding: 0 0px 0px 0px;
}
.bigmenu-items #main .sub-menu li:last-child {
  border: 0;
}
.bigmenu-items .sub-menu img {
  display: none;
}
.bigmenu-items .sub-menu:before {
  border: 0;
}
#main .sub-menu li {
  padding-left: 130px;
}
#main .sub-menu li:first-child {
  padding-left: 0px;
}
#main .sub-menu li a {
  font-size: 18px;
  position:relative;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: center;
  color: #922224;
    text-transform:none;
}
.main-menu {
  z-index: 1!important;
  padding-top: 39px;
  text-align: center;
}
#main li {
  padding: 0 20px 16px 20px;
  display: inline-block;
}
#main .current-menu-item >  a:after,#main .parent-vin >  a:after{
    content:"";
    display: block;
    position:absolute;
    top:25px;
    left:50%;
    margin-left:-20px;
    width: 40px;
  height: 3px;
  background-color: #922224;
}
#main .current-menu-item > a,#main .parent-vin > a{
    opacity:1;
    text-shadow: 0 0 .65px #922224, 0 0 .65px #922224;
}
.big-menu-container #main .sub-menu li a:after{
    background-color: transparent;
    
}
#main .sub-menu li a:after{
       content:"";
    display: block;
    position:absolute;
    bottom:- 25px;
    left:50%;
    margin-left:-35px;
    width: 70px;
  height: 1px;
  background-color: #922224;
} 
#main > li:hover > a:after{
    content:"";
    display: block;
    position:absolute;
    top:25px;
    left:50%;
    margin-left:-20px;
    width: 40px;
  height: 3px;
  background-color: #922224;
}
.big-menu-container #main > li:hover > a:after{
background-color: transparent;
}
#masthead #main > li:hover > a{
    
    opacity: 1;
     text-shadow: 0 0 .65px #922224, 0 0 .65px #922224;
}
#main li a:before {
  position: absolute;
  font-weight: bold;
  content: attr('data-text');
}

#main li a {
     transition: text-shadow .3s;
    display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.27;
  letter-spacing: 1.4px;
    color:#922224;
    
}
.big-menu-container {
  position: fixed;
  z-index: 99999;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  /*left:-120%;*/
  transform: translateX(-110%);
  top: 0;
  left: 0;
  transition: all 1s;
  /* -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;*/
}
.open-menu {
  transform: translateX(0%);
}
.admin-bar .close_btn {
  top: 44px;
}
.close_btn {
  z-index: 99;
  overflow: hidden;
  text-indent: 9999px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 13px;
  width: 27px;
  height: 27px;
  object-fit: contain;
  background: url(img/fermer.png);
  background-image: url(img/fermer.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .close_btn:before {
    background: url(img/fermer@2x.png);
    background-image: url(img/fermer.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.nav-lang-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -53px;
  z-index: 100;
}
.nav-lang-container ul {
  transform: rotate(-90deg);
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-lang-container li {
  float: left;
  padding: 0 0 0 16px;
}
.nav-lang-container li a {
  text-transform: none;
  font-family: 'FuturaPT-DemiBold';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 1;
}
.nav-lang-container .current-menu-item a {
  color: #959595;
}
.big-menu-container .url_text {
  color: #fff;
      line-height: 23px;
  font-family: 'FuturaPT-DemiBold';
}
.big-menu-container .espace-pro-menu-part .url_text {
      line-height: 13px;
}

.big-menu-container .external_url:after {
  position: absolute;
  content: "";
  /* top: 0px; */
  display: inline-block;
  right: 0;
  padding-top: 0px;
  width: 15px;
  height: 16px;
  object-fit: contain;
  background: url(img/url_ext_blanc.png);
  background-image: url(img/url_ext_blanc.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .big-menu-container .external_url:before {
    background: url(img/url_ext_blanc@2x.png);
    background-image: url(img/url_ext_blanc.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.big-menu-container .row {
  height: 100%;
  position: relative;
}
.bckg-menu-principal {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-size: cover;
  background-repeat: no-repeat;
}
.big-menu-container-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: contain;
}
.bigmenu-left {
  position: relative;
  height: 100%;
  padding: 0;
}
.bigmenu-right {
  padding: 0;
  position: relative;
  height: 100%;
}
.item-bigmenu-right {
  padding: 0 5px 0 0;
  text-align: left;
}
.item-bigmenu-right-right {
  padding: 0 0 0 5px;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.item-bigmenu-right h2 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'butler_stencilmedium';
}
.item-bigmenu-right p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  color: #959595;
  font-family: 'FuturaPT-DemiBold';
  margin-bottom: 0;
}
.sub-chateau {
  margin-top: 50px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 29px 0 30px 0;
}
.item-bigmenu-right h3 {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: 'FuturaPT-DemiBold';
  text-transform: uppercase;
}
.item-bigmenu-right h4 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'butler_stencilmedium';
}
.sub-chateau-item {
  padding-bottom: 52px;
}
.sub-chateau-item:last-child {
  padding-bottom: 0;
}
.item-bigmenu-right h4 span {
  float: left;
  width: 100%;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'FuturaPT-DemiBold';
}
.selected-item-right > div {
  opacity: 0.2;
}
.vignobles-larose_blanc {
  width: 174px;
  height: 60px;
  object-fit: contain;
}
.content-bigmenu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 16.66%;
}
.content-bigmenu .intro {
  padding-bottom: 30px;
}
.content-bigmenu .social-container {
  text-align: left;
}
.content-bigmenu .social-menu li {
  padding: 0 16px 0 0;
}
.bigmenu-items {
  text-align: left;
  margin-top: 120px;
  padding: 0;
  border-bottom: solid 1px #ffffff;
}
.bigmenu-items #main li a {
  font-size: 10px;
  font-family: 'FuturaPT-DemiBold';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
}
.bigmenu-items #main li {
  float: left;
  width: 50%;
  padding: 0 5px 50px 0;
}
.part-boutique {
  margin: 29px 0 133px 0;
  text-align: left;
}
.part-boutique h3 {
  position: relative;
  padding-right: 40px;
  text-align: left;
  display: inline-block;
  font-family: 'butler_stencilmedium';
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #ffffff;
}
.part-boutique h3:after {
  width: 30px;
  content: "";
  position: absolute;
  right: 0;
  height: 27px;
  object-fit: contain;
  background: url(img/blanc.png);
  background-image: url(img/blanc.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .part-boutique h3:after {
    background-image: url(img/blanc@2x.png);
    background-image: url(img/blanc.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.part-boutique .url_text {
  float: right;
  line-height:9px;
  display: inline-block;
  padding-top: 9px;
}
.intro_text {
  display: inline-block;
  font-family: 'Lora', sans-serif;
  font-size: 46px;
 font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 0.02px;
  color: #d6b048;
  text-transform: none;
}
.intro_text span {
  font-family: 'AGaramondPro-SemiboldItalic', serif;
  font-size: 58px;
  padding: 0 6px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.68;
  letter-spacing: 2px;
  color: #ffffff;
}
.introduction-home {
    border-left:20px solid #fff;
    border-right:20px solid #fff;
   background-repeat: no-repeat;
   
    background-position:top 92px right 148px;
  background-color: #f1e7d4;
}
.bg-intro-left,
.bg-intro-right {
  transition: all 0.5s;
}
.intro-left {
    background-repeat: no-repeat;
    background-size: 224px 281px;
    background-position: 180px 180px;
  text-align: center;
  padding-top: 258px;
  height: 595px;
  overflow: hidden;
}
.fond-bouteille{
    position: relative;
    height:460px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fond-bouteille img{
        position: absolute;
    width: 307px;
    height: auto;
    left: -30%;
    top: 0;
}
.intro-right .sub-part{
        margin-top: 128px;
}
.bg-intro-left {
  top: 0;
  left: 0;
  position: absolute;
  background-size: 224px 281px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: 0 0;
}
.hover-intro .bg-intro-left,
.hover-intro .bg-intro-right {
  opacity: 0.9;
  transform: scale(1.05);
}
.intro-left .intro_text {
  padding-bottom: 5px;
  text-align: left;
}
.url_text:after{
    content:"";
    position:absolute;
    right:-16px;
    top:5px;
    width:9px;
    height:7px;
    background-image:url('img/trintaudon/arrow-noir.svg');
    background-size: cover;
}
.url_text {
    position:relative;
        border-right: 1px solid #000;
    padding: 2px 5px 2px 0px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.url_text.actu {
  padding-bottom: 30px;
}
.h2_intro {
        margin-bottom: 0px;
    text-transform: uppercase;
  font-family: 'Lora', serif;
   font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #922224;
}
.intro-right:before{
    content:"";
    position:absolute;
        background-repeat: no-repeat;
    width: 681px;
    height:493px;
    background-image: url(img/trintaudon/chateau.svg);
    background-size: contain;
       top: 108px;
    left: -253px;
}
.intro-right {
  position: relative;
  text-align: center;
  padding-top: 225px;
  height: 617px;
  min-height: 595px;
  overflow: visible;
}
.bg-intro-right {
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-image: url(img/visuel-header-right.jpg);
  transition: all 0.5s;
}
.intro-right .intro-text-right {
  margin-bottom: 88px;
}


.external_url {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.external_url:after {
  position: absolute;
  content: "";
  /* top: 0px; */
  display: inline-block;
  right: 0;
  padding-top: 0px;
  width: 15px;
  height: 16px;
  object-fit: contain;
  background: url(img/url_ext.png);
  background-image: url(img/url_ext.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #top-left .external_url:before {
    background: url(img/url_ext@2x.png);
    background-image: url(img/url_ext.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.intro-text-right {
  padding-top: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}
.intro-left .sub-part{
    position:relative;
}
.intro-left .sub-part:before{
    content:"";
    position:absolute;
    background-repeat: no-repeat;
    width: 224px;
    height:281px;
        top: -60px;
    left: -53px;
    background-size:contain;
    background-image: url(img/trintaudon/arbre@3x.png);
}
.intro-left .text-normal {
        font-family: OpenSans-Italic,sans-serif;
 font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}
.intro-right .text-normal {
    font-family: 'Lora' ,serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #922224;
}
.intro-left .text-normal,
.intro-right .text-normal {
  text-align: left;
  /* -webkit-transition: all 0.5s 0.2s ease-out;
            -moz-transition: all 0.5s 0.2s ease-out;
            -o-transition: all 0.5s 0.2s ease-out;
            transition: all all 0.5s 0.2s ease-out;*/
}
.intro-left .url_text,
.intro-right .url_text {
  margin-top: 10px;
}
.hover-intro .text-normal {
  height: auto;
  /*top:0; */
  transform: translateY(0px);
}
.text-normal {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
  margin: 0;
}
.sub-part {
        max-width: 452px;
    margin: 0 auto;
    text-align: left;
  position: relative;
  z-index: 99;
}
.souche-deco {
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -280px;
  left: -180px;
  opacity: 0.8;
  background-image: url(img/symbole-feuille-souche.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .souche-deco:before {
    background-image: url(img/symbole-feuille-souche@2x.png);
  }
}

.introduction-vin {
  padding: 108px 0 45px 0;
  background-repeat: repeat-x;
  background-position: center 297px;
  background-image: url(img/trintaudon/vignes-rouges.svg);
}
.container-vin{
    margin:50px auto;
    display:inline-block;
}
.introduction-vin h2{
     font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  text-align: center;
  color: #922224;
  text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
}
.vin-item.vin-item-1{
    margin-top: -69px;
}
.introduction-vin h3{
    margin-bottom:23px;
}
.introduction-vin h3 a{
  font-family: 'Lora', sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  text-align: center;
  color: #d6b048;
  border-bottom:1px solid #d6b048;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .introduction-vin:before {
    background-image: url(img/les-vins@2x.png);
  }
}
.vin-item {
      margin: 0 65px;
    float: left;
    width: 272px;
    text-align: left;
}
.vin-item p{
    text-align:left;
      font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  color: #000000;
}    
.vin-item h2 a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #9a150e;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.news-chateau {
  padding: 147px 50px 0 50px;
  background-color:#f1e7d4;
  text-align:center;
 
}
.home .news-item:last-child:after{
    content:"";
    position:absolute;
     background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width:449px;
    height:90px;
       bottom: -50px;
    right: -50px;

    background-image: url(img/trintaudon/vigne-gris.svg);
}
.news-chateau .row {
 
}
.news-item {
  position: relative;
  text-align: center;
}
.page-template-page-actus .news-item {
  padding-bottom: 100px;
}
.news-content .url_text{
    margin-bottom:30px;
}
.news-image {
  height:auto;
  width: 100%;
  transition: 2s;
}
.news-date:after{
    position: absolute;
    content:"";
    border-bottom:1px solid #d6b048;
    height:1px;
    width:58px;
    bottom:0px;
    left:50%;
    margin-left:-29px;
}
.news-date {
  position:relative;
  display: inline-block;
  padding-top:35px;
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.38px;
  text-align: center;
  color: #922224;
  text-transform: uppercase;

}
.news-content .news-title {
        max-width: 80%;
    margin-top: 30px;
    margin-bottom: 20px;
  position: relative;
      line-height: 24px;
}
.news-title a {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: center;
  color: #000000;
}
.actu{
    text-transform: uppercase;
    margin:80px auto 128px auto;
    padding-bottom:5px;
    display:inline-block;
     font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: center;
  color: #922224;
  border-bottom:1px solid #922224;
}
.news-content p {
  font-family: 'Lora', serif;
  font-size: 14px;
  max-width: 80%;
      margin: 0 auto 20px auto;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: center;
  color: #000000;
}
.news-url {
  display: inline-block;
  padding-top: 70px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #b8a675;
}

.slider-chateau {
  padding: 0;
  margin: 0;
}
.slider-chateau .royalSlider {
  width: 100%;
  height: auto;
}
.rsDefault .rsBullets {
  line-height: 16px;
  bottom: 60px;
  background: transparent;
}
.rsDefault .rsBullet {
  margin: 0px 6px 0px 6px;
  padding: 0;
  cursor: pointer;
}
.rsDefault .rsBullet span {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid #b8a675;
}
.rsDefault .rsNavSelected span {
  background-color: #FFF;
  border: 1px solid #fff;
}
.content-slide .text-normal {
  display: block;
}
.content-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  background: transparent;
}
.content-slide h2 {
  padding-bottom: 86px;
  margin-bottom: 0;
}
.content-slide h2 span {
  font-family: 'AGaramondPro-SemiboldItalic', serif;
  font-size: 58px;
  padding: 0 6px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.68;
  letter-spacing: 2px;
  color: #ffffff;
}
.content-slide p {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 20px;
  margin: 0;
}
.container-richtext div p span.border {
  background-image: linear-gradient(#b8a675, #b8a675);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  display: inline;
}
mark {
  background-color: transparent;
  color: #222;
  background-image: linear-gradient(#b8a675, #b8a675);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  display: inline;
}
.content-slide .url_text {
  padding-top: 30px;
}
.teaser-chateau .souche-deco {
  top: -245px;
  right: -98px;
  transform: rotate(-300deg);
  left: auto;
}
.global-page {
 
  padding-bottom: 245px;
  background-repeat: no-repeat;
  background-position: center bottom 45px;
  background-image: url(img/illustration-dessin-footer2.png);
    background-repeat: repeat-x;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .global-page:before {
    background-image: url(img/lillustration-dessin-footer@2x.png);
  }
}
.teaser-chateau {
  position: relative;
  padding: 76px 7% 87px 7%;
 background-repeat: no-repeat;
    background-size: 70% auto;
    background-image: url(img/trintaudon/chateau.svg);
    background-position: center center;
    background-color: #f1e7d4;
        margin: 0px 1% 50px 1%;
    width: 98%;
}
.teaser-savoir{
    padding:103px 0 84px 8%;
}
.teaser-chateau .row {
  position: relative;
}
.teaser-chateau img {
  width: 100%;
}
.content-teaser {
  text-align: center;
  padding: 0 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
}
.content-teaser h2 {
    display:inline-block;
    font-family: OpenSans,sans-serif;
  font-size: 32px;
  width:100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  color: #922224;
  text-align: left;
  margin-bottom:36px;
  text-transform: uppercase;
}
.content-teaser p{
    max-width:387px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.01px;
  text-align: center;
  color: #922224;
  margin: 0 auto 34px auto;
}
.content-teaser h3 {
  font-family: 'AGaramondPro-Semibold', serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
.content-teaser a:after{
    position: absolute;
    content:"";
    width:180px;
    height:1px;
    border-bottom:1px solid #922224;
    bottom:-6px;
    left:50%;
    margin-left:-90px;
}
.content-teaser a{
    position: relative;
     font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: center;
  color: #922224;
  text-transform: uppercase;
  
    padding-bottom: 5px;
  border-bottom:0px solid #922224;
}
.footer .url_text{
    border:0;
}
.footer .url_text:after{
    background: none;
}
.footer {
    background-color: #922224;
    padding: 80px 50px 50px 50px;
}
#footer-menu {
  display: inline-block;
}
#footer-menu li a {
  color: #FFFFFF;
}
#footer-menu li {
  padding: 0 15px;
}
.top-footer .menu-main-menu-container {
  text-align: center;
}
.logo-footer {
  float: left;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: inline-block;
}
.logo-footer img {
  width: 100%;
  max-width: 201px;
  margin-top: -7px;
}
.social-container,
.logo-footer-container {
  padding: 0;
}
.social-menu,
.partenariats-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.social-menu li {
  display: inline;
  padding: 0 5px;
}

.social-menu li img {
 max-width: 21px;
}

.bottom-footer {
    border-top: solid 1px rgba(184, 166, 117, 0.3);
    padding-top: 50px;
    margin-top: 25px;
}
.partenariats-menu img {
  max-width: 117px;
}
.partenariats-menu li {
  position: relative;
  padding: 0 24px;
  float: left;
}
.partenariats-menu {
  text-align: left;
  display: inline-block;
}
.partenariats-menu li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.3;
  width: 1px;
  height: 38px;
  border: solid 1px #b8a675;
}
.partenariats-menu li:first-child:before {
  border: 0;
}
.bottom-left-footer,
.bottom-center-footer,
.bottom-right-footer {
  padding: 0;
}
.bottom-right-footer {
  padding-top: 22px;
}
.bottom-center-footer {
  text-align: center;
}
.partenariats-menu h2 {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1px;
  font-family: 'Lora', serif;
  color: #f1e7d4;
}
.bottom-right-footer .url_text {
  text-transform: none;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 0.4px;
    text-transform: uppercase;
  color: #ffffff;
}
.partenariats-menu .url_text {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #FFFFFF;
    
}
.entete-millesime {
  position: relative;
  text-align: center;
  padding: 59px 0 20px 0;
  background-color: #ffffff;
}
.entete-millesime h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  width: 100%;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.nav-millesime {
  overflow: hidden;
  max-width: 400px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.main-navigation-millesime {
  position: relative;
  max-width: 400px;
  display: inline-block;
  width: 100%;
}
.main-navigation-millesime .rsArrow {
  z-index: 20;
  position: absolute;
  top: 5px;
  cursor: pointer;
}
.main-navigation-millesime .rsArrowLeft {
  left: -25px;
}
.main-navigation-millesime .rsArrowRight {
  right: -25px;
}
.main-navigation-millesime .rsArrowLeft .rsArrowIcn {
  margin-left: 0;
  background-image: url(img/trintaudon/arrow-left.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
  width: 103px;
  height: 19px;
  background-color: transparent;
  background-position: 0;
}
.main-navigation-millesime .rsArrowRight .rsArrowIcn {
  margin-left: 0;
  background-position: 0;
  background-image: url(img/trintaudon/arrow-left.svg), none;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  width: 103px;
  height: 19px;
  background-color: transparent;
}
.slider-nav-millesime {
  max-width: 95px;
  display: inline-block;
  height: 30px!important;
}
.slider-nav-millesime .rsContainer {
  width: 95px;
}
.slider-nav-millesime .rsOverflow {
  overflow: visible;
  width: auto!important;
}
.slider-nav-millesime a {
  padding: 0 0px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.slider-nav-millesime .rsSlide {
  width: 95px;
  text-align: center;
}
.slider-nav-millesime .current-millesime {
   font-size: 26px;
       line-height: 26px;
  font-weight: bold;
  font-style: normal;
}
.container-vin-details {
  position: relative;
  padding: 0 100px;
}
.container-vin-details h2{
        display: inline-block;
    text-transform: none;
    padding-bottom: 8px;
    margin-bottom: 25px;
      font-family: 'Lora',sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  text-align: center;
  color: #d6b048;
  border-bottom:1px solid #d6b048;
}
.container-vin-details p{
     font-family: 'OpenSans',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.01px; 
}
.container-vin-details h3{
         font-family: 'OpenSans',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.01px; 
  text-transform: uppercase;
      font-weight: bold;
  color: #922224;
}
.vin-details-left {
  position: relative;
}
.vin-details-left img {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.content-vin-details-center {
  margin-top: 60px;
  padding: 40px 30px 30px 30px;
  background-color: #fff;
}
.container-vin-details .souche-deco {
  background-size: 336px;
  transform: rotate(90deg);
  opacity: 0.8;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 221px;
  left: 150px;
  width: 336px;
  height: 336px;
}
.content-center-bottom {
  padding-top: 30px;
}
.content-center-bottom h3,
.content-center-bottom h4,
.content-center-bottom h5,
.content-center-bottom h6 {
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #b8a675;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 870px) {
  .slider_template .royalSlider {
    width: 100%;
    display: inline-block;
    height: 500px;
  }
  .slider_template .rsOverflow {
    width: 100%!important;
    display: inline-block;
    left: 0;
    margin-left: 0!important;
  }
  .slider_template .rsSlide {
    width: 100%;
  }
  .slider_template .rsSlide img {
    width: 100%;
    height: auto;
  }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    margin-left: 0px;
  }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    margin-left: 0px;
  }
  .rsDefault.rsHor .rsArrowRight {
    right: 42px;
  }
  .rsDefault .rsArrow {
    position: absolute;
    top: 50%!important;
    margin-top: -33px;
  }
}
@media (max-width: 1350px) {
  .bigmenu-items {
    margin-top: 80px;
  }
  .part-boutique {
    margin-bottom: 80px;
  }
}
@media (max-width: 1280px) {
  .news-title a {
    font-size: 24px;
  }
}
@media (max-width: 1080px) {
  .news-title a {
    font-size: 20px;
  }
}
.visible-mobile {
  display: none;
}
@media (max-width: 980px) {
    .teaser-chateau{
            padding: 76px 20px 87px 20px;
    }
  .visible-desktop.btn-boutique {
    display: none;
  }
  .visible-mobile.btn-boutique {
    display: inline-block;
  }
  .vin-details-right {
    padding-left: 0;
  }
  .vin-details-global {
    text-align: center;
  }
  .container-vin-details .container-richtext p {
    max-width: none;
  }
  .vin-details-center {
    padding: 0;
  }
  .vin-details-left {
    text-align: center;
  }
  .vin-details-left img {
    margin-top: 30px;
    display: none;
  }
  .souche-deco {
    display: none;
  }
  .main-menu {
    display: none;
  }
  .footer .menu-main-menu-container {
    display: none;
  }
  .social-container {
    text-align: right;
  }
  .social-menu {
    display: block;
  }
  .news-item {
    padding-bottom: 50px;
  }
  .news-title a {
        font-size: 14px;
  }
  .news-chateau {
    padding: 50px 0;
  }
  .news-chateau .row {
    margin-bottom: 0;
  }
  .news-content {
    padding-bottom: 20px;
  }
  .rsDefault .rsBullets {
    bottom: 10px;
  }
  .content-slide h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 980px) {
    .intro-right{
            padding-top: 105px;
    }
    .intro-right .sub-part{
        padding: 0 0px;
    }    
    .fond-bouteille img {
        position: absolute;
        width: 250px;
        height: auto;
        left: -100px;
        bottom: 0;
        top:auto;
    }
}    
@media (max-width: 890px) {
  .container-vin {
    padding: 0;
  }
  .introduction-home .row {
    margin: 0;
  }
  .introduction-home .text-normal {
    max-width: none;
    padding: 0 15px;
    height: auto!important;
    top: 0!important;
  }
  .menu-right {
    display: none;
  }
  .partenariats-menu {
    text-align: center;
  }
  .partenariats-menu li {
    position: relative;
    width: 100%;
    padding: 0 0 50px 0;
    float: none;
  }
  .partenariats-menu li:before {
    border: 0;
  }
}

@media (max-width: 850px) {
  .vin-item {
    width: 100%;
    padding: 0px 0px 50px 0;
  }
  .teaser-chateau {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .visible-desktop.part-boutique {
    display: none;
  }
  .visible-mobile.part-boutique {
    display: block;
  }
  .content-bigmenu {
    top: 0;
    transform: translateY(0%);
    left: 0;
    position: relative;
    padding: 0;
  }
  .news-chateau .row {
    padding: 0;
  }
  .intro-left,
  .intro-right {
    padding: 120px 0 50px 0;
    height: auto;
    min-height: auto;
  }
  .logo-footer {
    float: none;
  }
  .row-details-top .vin-details-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-details-top {
    width: 100%;
    margin: 0;
  }
  .container-vin-details {
    padding: 0 10px;
  }
  .content-teaser h3 {
    font-size: 18px;
  }
    .content-teaser h2{
      text-align: center;
  }
  .content-teaser {
      position: static;
    padding: 0 50px 50px 50px;
        transform: none;
  }
  .teaser-chateau img {
    width: auto;
  }
  .intro_text span {
    font-size: 30px;
  }
  .slider-chateau .royalSlider {
    height: 600px!important;
  }
  .slider-chateau img.rsImg {
    min-height: 600px;
  }
  .big-menu-container .row {
    margin: 0;
  }
  .big-menu-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .close_btn {
    left: 5px;
    top: 5px;
    /* background-image:none ;
            left: -11%;
    top: 0;
            height: 36px;
    background: #fff;
    width: 11%;*/
  }
  /*.close_btn:before, .close_btn:after {
        display: inline-block;
    content:"";
    background: black;
    top: 19px;
    left: 11px;
}
.close_btn:before, .close_btn:after {
        content: '';
    display: block;
    width: 25px;
    height: 1px;
    /* background: white; */
  /*
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    margin-left: -12.5px;
    left: 50%;
    cursor: pointer;

.close_btn:after {
    transform: rotate(-45deg);
}}*/
  .nav-lang-container {
    position: static;
    text-align: center;
    transform: translateY(0%);
  }
  .nav-lang-container ul {
    transform: rotate(0);
  }
  .nav-lang-container li:first-child {
    padding-left: 0;
  }
  .nav-lang-container {
    padding: 5px 0 0px 0;
  }
  .big-menu-container .logo {
    display: none;
  }
  .bigmenu-items .sub-menu {
    margin-left: -1px;
  }
  .bigmenu-items #main .sub-menu li {
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(149, 149, 149, 0.2);
    border-left: 1px solid rgba(149, 149, 149, 0.2);
  }
  .bigmenu-items #main .sub-menu li:last-child {
    border-bottom: 0;
    border-left: 1px solid rgba(149, 149, 149, 0.2);
  }
  .big-menu-container-image {
    display: none;
  }
  .item-bigmenu-right p,
  .sub-chateau {
    display: none;
  }
  .big-menu-container .external_url {
    text-indent: -9999px;
    white-space: nowrap;
  }
  .big-menu-container .url_vignoble_larose_1{
      text-indent: initial;
  }
  .big-menu-container .url_vignoble_larose_2{
      display: none;
  }
  .sub-chateau-item {
    padding-bottom: 20px;
  }
  .espace-pro-menu-part .external_url {
    top: -11px;
    position: relative;
  }
  .content-bigmenu .row {
    padding: 15px 15px;
    border-top: 1px solid rgba(149, 149, 149, 0.2);
  }
  .big-menu-container .external_url span,
  .sub-chateau-row {
    display: none;
  }
  .item-bigmenu-right {
    width: 80%;
  }
  .item-bigmenu-right-right {
    width: 20%;
    align-items: center;
  }
  .part-boutique {
    margin: 0;
    border-top: 1px solid rgba(149, 149, 149, 0.2);
    padding: 15px 15px 15px 15px;
    text-align: left;
  }
  .bigmenu-left {
    height: auto;
  }
  .content-bigmenu .social-container {
    text-align: center;
    padding-bottom: 20px;
  }
  .bigmenu-items {
    margin: 0 0 20px 0px;
    border: 0;
  }
  .bigmenu-items ul {
    text-align: center;
    border-bottom: 1px solid rgba(149, 149, 149, 0.2);
  }
  .bigmenu-items #main li {
    border-top: 1px solid rgba(149, 149, 149, 0.2);
    margin: 0;
    padding: 0;
    flex-basis: 50%;
  }
  .bigmenu-items #main li a {
    padding: 12px 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 63px;
  }
  .bigmenu-items #main li:nth-of-type(odd) {
    border-right: 1px solid rgba(149, 149, 149, 0.2);
  }
  .open-menu {
    transform: translateX(0%);
    position: fixed;
    height: 100vh;
  }
  .container-fixed {
    text-align: center;
    max-width: none;
    padding: 0;
  }
  .container-richtext p {
    display: inline-block;
    width: 100%;
  }
  .logo-footer-container,
  .social-container {
    text-align: center;
    padding-bottom: 50px;
  }
  .container-colonne,
  .container-colonne .image {
    text-align: center;
  }
  .container-colonne .text-gauche,
  .container-colonne .image-gauche {
    padding: 0 0 50px 0;
  }
  .slider_template h2 {
    text-align: center;
  }
  .vin-item.vin-item-1 {
    margin-top: 0px;
}
.news-item {
    margin-bottom: 50px;
}
.content-teaser-savoir{
    padding-top:100px;
}
.teaser-savoir {
    padding: 103px 20px 84px 20px;
}
  .vin-item{
      margin:0 0 30px 0;
      text-align:center;
  }
  .container-vin {
    padding: 0 30px;
}
  .intro-right .sub-part{
          margin-top: 18px;
  }
  .introduction-home {
          background-position: bottom center;
    padding: 0;
  }
}
/*** extra css  ******/

.intro_text {
  letter-spacing: 0.03em;
}
.intro-text-right {
  letter-spacing: 0.03em;
  padding-top: 48px;
  font-weight: 100;
}
.content-slide h2 span {
  font-style: normal;
  letter-spacing: 0.04em;
}
.content-slide p {
  letter-spacing: 0.05em;
  font-weight: 500;
}
.content-slide p {
  padding-bottom: 0px;
}
.content-slide h2 {
  padding-bottom: 65px;
}

.partenariats-menu li::before {
  opacity: 0.2;
}
.menu li a {
  font-weight: 600;
}
footer .menu li a {
  font-weight: 700;
}
.container-logo {
  padding-top: 0px;
}
.main-menu {
  padding-top: 73px;
}
#main li {
  padding: 0 20px 14px 20px;
}
#top-right li a,
#top-left li a {
      font-family: 'Lora', serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #922224;
}
#top-left li,
#top-right li {
  padding-right: 7px;
}
.global-page {
}
.intro_text span {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
}
.container-richtext a {
  text-align: left;
}
.content-teaser-savoir{
    padding-top:150px;
}
.image-teaser-savoir{
    text-align: right;
}
.image-teaser-savoir img{
    width:90%;
    height: auto;
}
.image-teaser-chateau{
    text-align: center;
}
.image-teaser-chateau img{
    width:90%;
    height: auto;
        max-width: 415px;
}
.content-teaser-savoir p{
    max-width:400px;
}
.content-vin-details-center .content-center-top  li{
    color:#922224;
}
.content-vin-details-center .content-center-top  li:before{
        top: 1px;
        background-image: none;
        color:#922224;
}
.container-richtext li{
    position:relative;
    padding-left:16px;
      font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: 0.01px;
}
.container-richtext li:before{
    position: absolute;
    content:"";
    display: inline-block;
       top: 13px;
    left: 1px;
    width: 9px;
    height: 7px;
    background-image: url(img/trintaudon/arrow-noir.svg);
    background-size: cover;
}
.container-richtext ul{
    list-style: none;
    padding-left:0;
}
.container-richtext div mark {
  background-image: linear-gradient(#cabc99, #cabc99);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  display: inline;
  padding: 0;
  font-weight: 700;
}
.container-richtext div p span {
  font-weight: 700;
}
.container-colonne .image img {
  width: 80%;
  height: auto;
}
.container-colonne .text-gauche {
  padding: 0 8.7% 0 10.7%;
}
.container-colonne .text-droit {
  padding: 0 8.7% 0 4.7%;
}
.container-richtext .text-gauche p,
.container-richtext .text-droit p {
  margin-bottom: 24px;
}
.container-colonne .text-gauche {
  padding: 0 1% 0 22.5%;
}
.container-colonne .text-droit {
  padding: 0 22.5% 0 0%;
}
.container-colonne .text-droit a {
  margin-bottom: 8px;
}
.introduction-page .souche-deco {
  width: 650px;
  bottom: -280px;
}
.container-richtext h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.content-center-right.container-richtext strong {
  letter-spacing: 0.03em;
}
.content-slide a.url_text::after {
  width: 80px;
  background: none;
  height: 1px;
  border-bottom: solid 1px #b8a675;
  position: absolute;
  content: "";
  bottom: -12px;
  display: inline-block;
  left: 50%;
  margin-left: -40px;
}
.content-center-bottom h3 {
  font-weight: 700;
}
.content-center-bottom p {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 8px;
}
.container-richtext .content-center-bottom div p span {
  font-family: 'AGaramondPro-Semibold', serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.container-richtext div p span mark {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.row-details-top {
  padding: 0 0 38px 0;
  border-bottom: solid 0px rgba(0, 0, 0, 0.1);
}
.vin-details-right {
  padding: 111px 0 0px 55px;
}
.news-title {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.intro-right .external_url::after {
  bottom: -15px;
}
.news-content {
   padding: 0 20px;
    background: #fff;
    margin-top: -50px;
    position: relative;
    background-clip: content-box;
}
.news-title a {
  
}
.news-item {
  padding-left: 30px;
  padding-right: 30px;
}
.container-richtext .replier-btn {
  margin-top: 10px;
}
.global-page {
  padding-bottom: 165px;
}
.nav-lang-container ul {
  padding-top: 30px;
}
.sub-menu li a br {
  display: none;
}
.bigmenu-items #main li {
  float: left;
  width: 50%;
  padding-bottom: 28px;
}

.excerpt p {
  font-weight: 300;
}
.introduction-page h1 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.single-post .introduction-page .souche-deco {
  transform: rotate(-400deg);
  right: -194px;
  left: auto;
  bottom: -324px;
}
.page-template-page-actus .souche-deco {
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: -260px;
  left: -160px;
  opacity: 0.8;
  transform: rotate(-210deg);
}
.introduction-page {
  padding-top: 287px;
}
#main .sub-menu li {
  padding-left: 110px;
}
.main-menu .sub-menu {
    padding: 213px 0 10px 0;
    background-repeat: no-repeat;
    background-size: 225px;
       background-position: left calc(50% - 244px) bottom 84px;
    top: -110px;
}
#main .sub-menu li:first-child {
  padding-left: 0px;
}
.main-menu .sub-menu .img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-id-209 .banner {
  min-height: 600px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.col-md-6.image-gauche {
  padding-right: 0px;
  padding-left: 0px;
  margin-top:8px;
}
.page-template-page-actus .container-logo .logo-blanc {
  display: none;
}
.page-template-page-actus .container-logo .logo-noir {
  display: block;
}
@media (max-width: 767px) {
    
  .introduction-page {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .introduction-page h1 {
    max-width: 80%;
    width: inherit;
    font-size: 35px;
    text-align: center;
  }
  .logo {
    max-width: 235px;
    height: auto;
  }
  .container-fixed {
    text-align: left;
    max-width: 85%;
    padding: 0;
  }
  .global-page {
    padding-bottom: 125px;
    
  }
  .excerpt {
    width: 80%;
  }
  .excerpt p {
    text-align: center;
  }
  .rsDefault .rsArrow {
    margin-top: 25px;
  }
  header {
    padding-bottom: 15px;
  }
  .partenariats-menu li {
    display: none;
    padding-bottom: 0px;
  }
  .partenariats-menu li:first-child {
    display: block;
  }
  .logo-footer-container,
  .social-container {
    padding-bottom: 20px;
  }
  .bigmenu-items #main li {
    float: left;
    width: 50%;
    padding-bottom: 0px;
  }
  .item-bigmenu-right h2 {
    margin-bottom: 0;
  }
  .bigmenu-items #main li {
    padding-bottom: 0px;
  }
  .nav-lang-container ul {
    padding-top: 0px;
  }
  .nav-lang-container ul li a {
    text-transform: uppercase;
  }
  .container-colonne .text-droit,
  .container-colonne .text-gauche {
    padding: 0 0 0 0;
    max-width: 80%;
    text-align: left;
  }
  .entete-millesime {
    padding: 35px 0 20px 0;
  }
  .content-vin-details-center {
    margin-top: 40px;
    padding: 8% 10% 10% 10%;
    text-align: left;
  }
  .row-details-top .vin-details-right {
    padding: 8% 10% 0px 10%;
  }
  .vin-details-right {
    text-align: left;
  }
  .row-external-links {
    margin-bottom: 35px;
  }
  .news-item .news-image {
    opacity: 1;
  }
  .news-item {
    padding-bottom: 0px;
  }
  .intro-left .url_text, .intro-right .url_text {
    margin-top: 30px;
}
  .wpcf7 .col {
    padding: 0;
    display: block;
    justify-content: space-between;
  }
  .news-title a {
    color: #ffffff;
  }
  .content-slide h2 {
    padding-bottom: 40px;
    line-height: inherit;
  }
  .content-slide p {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .rsDefault .rsBullets {
    bottom: 50px;
  }
  .introduction-home .text-normal {
    padding: 0 10%;
    height: auto!important;
    top: 30px!important;
  }
  .intro-left{
      
  }
  .sub-part{
      text-align:center;
  }
  .intro-left .intro_text {
        padding-bottom: 50px;
    line-height: 150%;
  }
  .intro-text-right {
    letter-spacing: 0.03em;
    padding-top: 0px;
  }
  .content-teaser h3 {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 767px) {
  .content-slide p {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .content-teaser h3 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-vin-details-center ul {
  padding: 0;
  margin: 0;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.content-vin-details-center ul li {
  list-style-position: inside;
  list-style-type: none;
}
.content-vin-details-center ul li:before {
  content: "•";
  padding-right: 5px;
}
.content-vin-details-center .content-center-bottom p {
  margin-bottom: 0px;
}
.page-template-default .content-bigmenu .logo-blanc {
  display: block;
}
.btn-boutique:hover {
  color: #ffffff;
  background-color: #cec19d;
  opacity: 1;
}
.btn-fiche_pdf:hover {
  color: #ffffff;
  background-color: #f1e7d4;
  opacity: 1;
}
.btn-fiche_pdf {
  padding: 12px 45px 12px 30px;
}
.btn-fiche_pdf::after {
  left: auto;
}
/**** end extra css ***/
/*
Scheme: Bootstrap
Description: General stylesheet
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
html .planyo {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  clear: both;
  -webkit-font-smoothing: antialiased;
  box-sizing: initial;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  overflow-x: hidden;
}
html .planyo a {
  box-shadow: none;
  transition: initial;
  -webkit-box-shadow: none;
  color: #BE8977;
}
html .planyo a:hover {
  color: #253340;
  text-decoration: none;
  -webkit-box-shadow: none;
}
html .planyo ol,
html .planyo ul,
html .planyo ul li {
  list-style: none;
  list-style-type: none;
}
html .planyo img {
  margin: 0px;
  img-webkit-transform: initial!important;
  -ms-transform: initial!important;
  -moz-transition: initial!important;
  -webkit-transition: initial!important;
  transition: initial!important;
  -webkit-transition-timing-function: initial!important;
  transition-timing-function: initial!important;
  -webkit-transform: initial!important;
}
html .planyo .img-thumbnail {
  transform: initial!important;
}
/* fonts*/
html .planyo .lead {
  font-size: 14px;
}
html .planyo .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
html .container.planyo {
  margin-right: auto;
  margin-left: auto;
}
/* buttons*/
html .planyo a.btn.btn-primary.btn-lg,
html .planyo a.btn.btn-primary,
html .planyo a.btn.btn-primary.btn-lg,
html .planyo a.btn.btn-info.btn-lg,
html .planyo .btn-primary.btn-lg,
input.cart_popup_button,
input#add_cart_button,
html .planyo input[type="button"] {
  font-weight: normal;
  display: inline-block;
  font-size: medium;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #9a150e;
  border-radius: 0px;
  background-image: none;
  line-height: 1.45em;
  border-width: 0px;
  width: auto!important;
}
.planyo a.btn.btn-primary.btn-lg:hover,
.planyo a.btn.btn-primary:hover,
.planyo a.btn.btn-primary.btn-lg:hover,
.planyo .btn-primary.btn-lg:hover,
.planyo a.btn.btn-info.btn-lg:hover,
input.cart_popup_button:hover,
input#add_cart_button:hover,
.planyo input[type="button"]:hover {
  background-color: #b8a675;
  color: white;
  cursor: pointer;
}
/* resource list large content*/
#resources .resource-info,
#searchview-code .resource-info {
  margin-bottom: 70px;
  zoom: 1;
}
#resources .resource-image,
#searchview-code .resource-image {
  padding: 0px;
  max-height: 270px;
  overflow: hidden;
}
.planyo .img-responsive {
  width: 100%;
}
#resources .resource-info:first-child,
#searchview-code .resource-info:first-child {
  margin-top: 0;
}
#resources .resource-description,
#searchview-code .resource-description {
  text-align: justify;
  margin-bottom: 10px;
}
#resources .resource-contents h2,
#searchview-code .resource-contents h2 {
  margin-top: 0;
}
#resources .resource-props,
#searchview-code .resource-props {
  text-align: right;
}
#resources .action-buttons,
#searchview-code .action-buttons {
  float: right;
  text-align: right;
  position: relative;
  bottom: 0;
  right: 0;
  padding: 0;
}
#resources h2.resource-name {
  float: left;
}
.col-sm-12.resource-contents {
  padding: 0;
  margin: 0;
}
.col-xs-12.custom_properties {
  text-align: right;
  margin-bottom: 5px;
  padding: 0px;
}
#resources .custom_property,
#searchview-code .custom_property {
  text-align: center;
  margin: 5px 2px;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #428bca;
  font-size: 12px;
  border: 1px solid #428bca;
}
.custom_properties_icons i.mdi {
  color: #428bca;
  padding-right: 5px;
  margin: 10px 0px;
}
.custom_properties_icons {
  text-align: left;
  margin-left: 10px;
}
#resources .planyo_cart_widget,
#resource-details .planyo_cart_widget {
  margin-top: 10px;
  float: right;
}
/* search results */
html .search-result-container {
  margin-top: 30px;
}
html .search-price h2 {
  text-align: center;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  padding-top: 5px;
  font-weight: 600;
  line-height: 1.7;
  color: #428bca;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  float: right;
}
#search_results h2.resouce-name {
  float: left;
}
#search_results .time-ranges,
#search_results .resource-description {
  width: 100%;
  display: inline-block;
  padding: 5px 0px;
}
#search_results .result_range a {
  margin: 5px 2px 5px 0px;
  padding: 1px 5px 5px 5px;
  border-radius: 4px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  padding-top: 5px;
  color: #428bca;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/* horizontal search box */
.planyo #search_form.form-inline .planyo-form-item-group {
  margin-right: 30px;
}
.planyo #search_form.form-inline .planyo-form-item-group label {
  margin-right: 10px;
}
.planyo #search_form.form-inline #res_form_buttons {
  display: inline-block;
}
/* shopping cart */
#shopping-cart .resource-contents h2 {
  margin-top: 0;
}
#shopping_cart_items h3 {
  text-align: right;
  color: #428bca;
  font-weight: 700;
  font-size: medium;
  padding-right: 15px;
}
.planyo #shopping-cart .img-responsive {
  width: 100px;
  float: left;
  margin-right: 20px;
  border: 0px;
}
#shopping-cart .col-xs-8.resource-contents {
  padding-left: 0px;
}
.planyo .col-sm-1.resource-thumbnail {
  padding: 0px;
}
#shopping-cart h4 {
  color: #428bca;
  font-size: medium;
}
.planyo #shopping-cart .list-group-item {
  border-left: 0px;
  border-right: 0px;
  position: initial;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.planyo li.list-group-item.cart-item:first-child {
  border-top: 0px;
}
#shopping-cart .col-xs-5 h4 {
  float: left;
}
#shopping-cart .col-xs-5 .action-buttons {
  float: right;
}
/* resource details */
#resource-details .resource-img {
  width: 100%;
}
#resource-details .carousel {
  position: relative;
  padding: 0;
}
#resource-details .description {
  text-align: justify;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
}
#resource-details h1,
.planyo #products-code h1,
#resource-details .calendar-preview,
#resource-details .resource-footer {
  text-align: left;
}
#resource-details .resource-footer {
  margin-top: 30px;
  margin-bottom: 20px;
}
#resource-details .custom_property {
  text-align: center;
  float: left;
  margin: 5px 10px;
  padding: 6px 10px 8px 10px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.7;
  font-size: 15px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.planyo #resource-details .custom_properties {
  margin: 0px 0px 0px -20px;
}
.planyo #resource-details .custom_properties i.mdi {
  font-weight: 900;
}
.planyo .custom_properties {
  width: 100%;
  display: inline-block;
}
/* reservation steps - desktop */
span.reservation_step,
span.reservation_step_current {
  display: inline-block;
  margin-right: 25px;
  max-width: 80px;
  vertical-align: top;
}
.reservation_step .reservation_step_img,
.reservation_step_current .reservation_step_img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding-top: 1px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  line-height: initial;
}
.reservation_step_current .reservation_step_name {
  color: #428bca;
}
.reservation_step .reservation_step_name {
  color: rgba(37, 51, 64, 0.26);
}
.reservation_step .reservation_step_img {
  background-color: rgba(37, 51, 64, 0.22);
}
.reservation_step_current .reservation_step_img {
  background-color: #428bca;
}
.reservation_step .reservation_step_name,
.reservation_step_current .reservation_step_name {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.reservation_step_current .reservation_step_img_text,
#steps-desktop .reservation_steps .reservation_step .reservation_step_img_text strong,
div.reservation_step_img_text {
  padding-top: 9px;
  font-size: 16px;
  color: white;
  text-align: center;
}
.reservation_step_current .reservation_step_img_text {
  color: white;
}
html .with-status-border-error {
  border: 1px solid red !important;
}
/* reservation form */
html .planyo textarea,
html .planyo input[type="text"],
html .planyo input[type="password"],
html .planyo input[type="date"],
html .planyo input[type="email"],
html .planyo input[type="tel"],
html .planyo input[type="number"] {
  background: white;
  color: #555;
  height: 36px!important;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: none;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  line-height: initial!important;
  width: 100%;
}
#reserve_form {
  margin-top: -20px;
}
.checkout-details-form #reserve_form {
  margin-top: 0;
}
html .planyo .form-control,
#planyolang {
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px 12px;
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}
#reserve_form label {
  display: block;
  float: none;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #428bca;
}
#reserve_form.title_left label.col-sm-1 {
  width: 12%;
  float: left;
}
#reserve_form.title_left label.col-sm-3 {
  float: left;
  width: 25%;
}
#reserve_form.title_left {
  margin-left: 15px;
}
#planyolang {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
#reserve_form #row_resource_name {
  display: none;
}
.planyo .language {
  float: right;
  padding-left: 0;
}
.planyo textarea#user_notes {
  min-height: 128px;
}
#reservation-code #resource_name {
  display: none;
}
#reservation-code .col-xs-6.prefix {
  padding-right: 0px;
}
#reservation-code .col-xs-6.p_number {
  padding-left: 0px;
}
#reservation-code select#mobile_country_param,
#reservation-code select#phone_country_param {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0px;
}
#reservation-code input#mobile_number_param,
#reservation-code input#phone {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 0px;
}
#reservation-code #from_calendar {
  padding: 0 0 0 15px;
}
#reservation-code .date-part-day select,
#reservation-code .date-part-year select {
  padding: 6px 0px 6px 10px;
}
#reservation-code .date-part-day {
  width: 22%;
  padding-right: 0px;
  float: left;
}
#reservation-code .date-part-month {
  width: 48%;
  padding-right: 0px;
  float: left;
}
#reservation-code .date-part-year {
  width: 26%;
  padding-right: 0%;
  float: left;
}
#reservation-code h3 {
  font-size: 22px;
}
html .planyo .form-control-static {
  padding: 0px;
}
/*floating price info*/
#price_info {
  color: #428bca;
}
#price_info dl {
  margin-bottom: 5px;
}
#price_info_div_floating,
.nonfloating_text {
  margin: 0;
  border-collapse: collapse;
  text-align: center;
  border-radius: 5px;
  z-index: 300;
  background-color: rgba(37, 51, 64, 0.11);
  display: inline-block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  border: 0px solid #eee;
  margin: 0px;
  padding: 8px;
  width: 100%;
}
.planyo .pricebox {
  padding-right: 0px;
  margin-bottom: 20px;
}
#price_info_div_sticky {
  bottom: 0;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 400;
  background-color: black;
  opacity: 0.85;
  color: white;
  padding: 10px;
  min-height: 80px;
}
#price_info_div_sticky_right {
  right: 0;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 400;
  background-color: black;
  opacity: 0.85;
  color: white;
  padding: 20px;
  padding-top: 10%;
}
.rate_recurring_totals,
.rate_recurring_totals_custom {
  font-size: medium;
  font-weight: bold;
}
.planyo #price_info .rate_extra {
  font-size: 13px;
}
html .price_info_div .lead {
  margin: 0;
}
#price_info_div_floating .title {
  padding-bottom: 0.5em;
}
#price_info_div_floating .rate_extra,
#price_info_div_floating .extra_price_info {
  font-size: small;
  color: #505050;
}
.price_info_div .price_info {
  color: #3D83A8;
}
.price_info_div #price_info_coupon {
  clear: both;
  font-size: 13px;
  margin: 15px 0px;
  display: block;
  color: black;
  font-weight: 500;
}
.price_info_div .rate_err,
.planyo #pr_err,
#planyo_price_preview_parent .rate_err {
  color: #ff0033;
  font-size: 14px;
}
.planyo dd,
.planyo dt {
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .planyo .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .planyo .dl-horizontal dd {
    margin-left: 180px;
  }
}
.planyo .dl-horizontal dt {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
html .price_info_div .title {
  font-size: 22px;
  padding-bottom: 8px;
}
.planyo .price_info_div dt,
.planyo .price_info_div dd {
  font-size: medium;
  font-weight: normal;
  padding-top: 10px;
}
html .planyo dd {
  margin: 0px;
}
html .planyo .dl-horizontal dd {
  margin-left: 0px;
}
.planyo #price_info_div_floating .dl-horizontal dd,
.planyo #price_info_div_sticky_right .dl-horizontal dd,
.planyo .nonfloating_text .dl-horizontal dd {
  text-align: right;
}
html .planyo .dl-horizontal dd {
  text-align: left;
  color: #428bca;
}
html .br_extra_info {
  width: 100%;
  font-size: 0.7em;
  color: grey;
}
#price_info_div_sticky_right #breakdown .br_total {
  padding-top: 21px;
}
#nobreakdown {
  font-size: large;
  color: #3D83A8;
}
.planyo #breakdown .br_total {
  padding-top: 21px;
}
#br_collapse,
#br_expand {
  float: right;
  clear: both;
  margin-top: 10px;
  color: #3D83A8;
  font-size: medium;
}
#br_collapse:hover,
#br_expand:hover {
  cursor: pointer;
}
#price_info_div_sticky #br_collapse,
#price_info_div_sticky #br_expand {
  float: left;
  clear: both;
  margin-top: 20px;
  color: #3D83A8;
}
span.rettrip_label {
  display: block;
  clear: both;
}
/* additional products form */
.planyo #product-page .lead {
  font-size: 14px;
  padding: 0px;
  font-weight: 500;
  margin-bottom: 0px;
}
.planyo #product-page ul.list-group {
  margin-top: -40px;
}
.planyo #product-page label {
  font-weight: 500;
  margin-bottom: 0px;
}
.planyo #product-page .lbimginfo {
  font-size: 11px;
  opacity: 0.6;
  height: 100%;
}
.planyo #product-page .col-xs-4 .action-buttons {
  float: right;
}
.planyo #product-page .col-xs-8.resource-contents {
  padding-left: 0px;
}
.planyo .col-sm-1.resource-thumbnail {
  padding: 0px;
}
.planyo #product-page h4 {
  font-size: medium;
}
#product-page .selected h4 {
  color: #428bca;
}
.planyo #product-page .list-group-item {
  border-left: 0px;
  border-right: 0px;
}
#product-page .product-item .col-xs-5 {
  padding-left: 0px;
}
html .planyo .datebar {
  padding: 0px;
  display: inline-block;
}
html .planyo .datebar ul {
  list-style: none;
  padding: 0;
}
.product-name.with-img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.planyo #product-page .datebar li {
  float: left;
  padding: 20px 20px 20px 0px;
}
#product-page .prod_selected .product-name,
#product-page .prod_selected .col-unitprice,
#product-page .prod_selected .product-price,
#product-page .prod_selected .col-subtotal,
.prod_selected .col-qty {
  color: #428bca;
}
.planyo #product-page a.btn.btn-primary {
  min-width: 92px;
}
.planyo #product-page .btn-group .btn-primary {
  min-width: 46px;
}
.planyo #product-page .btn-group {
  display: inline-flex;
  display: -webkit-box;
}
#product-page .product-extra input.form-control {
  width: 80%;
}
#product-page li.prodheader {
  margin-top: 60px;
  border-top: 0px;
}
@media screen and (max-width: 576px) {
  #product-page .prodheader .col-subtotal {
    display: none;
  }
  .planyo #product-page .col-unitprice h4 {
    width: 100%;
  }
  .planyo #product-page .col-subtotal h4 {
    text-align: center;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.23);
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 5px 0px;
    padding: 8px 6px;
  }
  .planyo #product-page .datebar {
    margin-top: 15px;
  }
  .planyo #product-page .col-unitprice,
  #product-page .prod_selected .product-price {
    width: 41%;
  }
  .planyo #product-page .col-subtotal,
  #product-page .col-extra {
    width: 50%;
    text-align: center;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
    .slider-nav-millesime,.slider-nav-millesime .rsContainer,.slider-nav-millesime .rsSlide{
            width: 65px;
    } 
    .main-navigation-millesime .rsArrowLeft{
       left:-15px; 
    }
    .main-navigation-millesime .rsArrowRight {
    right: -15px;
}
    
  .planyo #product-page .btn-group .btn-primary {
    padding: 3px 6px;
    margin: 5px 0px;
  }
  .planyo #product-page .datebar select {
    width: 60px;
    margin-top: -8px;
    height: 25px!important;
    padding: 0px;
    float: right;
  }
  .planyo #product-page a.btn.btn-primary {
    margin: 5px 0px;
    font-size: small;
    padding: 4px 6px;
  }
  .planyo #product-page .datebar li {
    width: 100%;
  }
  .planyo #product-page li.list-group-item.product-item {
    padding: 0px;
  }
  .planyo #product-page li.list-group-item.product-item .col-xs-8,
  #product-page li.list-group-item.product-item .col-xs-4 {
    padding: 0px;
  }
  .planyo #product-page .datebar li {
    padding: 5px 5px 5px 0px;
  }
  .planyo #product-page .datebar_weekday,
  .planyo .datebar_date {
    float: left;
    padding-right: 5px;
  }
  .planyo #product-page .datebar input[type=checkbox] {
    float: left;
    margin-right: 10px;
  }
  .planyo #product-page h4 {
    font-size: small;
  }
  .planyo #product-page .col-xs-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .planyo #product-page .col-md-8 {
    padding: 0px;
  }
  .planyo #product-page .row {
    margin: 0px;
  }
  .planyo #product-page {
    padding: 0px;
  }
  .planyo #product-page .pricebox {
    padding-left: 0px;
  }
  .planyo #product-page .pricebox .title {
    padding-top: 15px;
  }
  .planyo #product-page .pricebox .price_info_div {
    padding-top: 15px;
  }
  #product-page .product-name.with-img img {
    display: none;
  }
  #product-page h4.product-name.with-img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.planyo .input-group > .form-control {
  flex-basis: 0;
}
/* date picker */
.planyo span.input-group-addon,
.planyo span.input-group-append {
  background-color: white;
}
html .planyo .planyo-cal-icon,
.planyo a.planyo-cal-icon {
  background-image: url(https://www.planyo.com/images/icon-calendar-18-16.png) !important;
  width: 18px;
  height: 16px;
  display: inline-block;
}
html .calpicker caption {
  caption-side: top;
}
.float-calpicker th,
.calpicker th {
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: 100;
  padding: 4px;
  background-color: white;
}
html .calpicker {
  clear: both;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: white;
}
html table.calpicker {
  width: 239px;
  margin-top: 6px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0px;
}
.calpicker .no_start:hover {
  background: #f0f0f0;
  cursor: default;
  color: black;
}
.calpicker .arrival_day {
  font-weight: bold;
}
.calpicker td.morning_av,
.calpicker td.morning_av:hover {
  background: url(https://www.planyo.com/images/diagonal2.png);
  background-repeat: no-repeat;
}
.calpicker td.morning_av_nox,
.calpicker td.morning_av_nox:hover {
  background: url(https://www.planyo.com/images/diagonal2nox.png);
  background-repeat: no-repeat;
  background-color: #f0c2c2;
}
.calpicker td.morning_occ {
  background: url(https://www.planyo.com/images/diagonal1.png);
  background-repeat: no-repeat;
}
.calpicker td.morning_occ_nox {
  background: url(https://www.planyo.com/images/diagonal1nox.png);
  background-repeat: no-repeat;
  background-color: #c2dfd0;
}
.calpicker .active_day {
  background: #bbbbbb;
  color: white;
}
.calpicker .reserved_nox_u {
  background: #e8e8e8;
}
.calpicker .reserved_nox {
  background: #f0c2c2;
}
.calpicker .reserved {
  color: red;
  font-weight: bold;
}
.calpicker .reserved_u {
  color: red;
  font-weight: bold;
}
.calpicker .reserved:hover {
  cursor: auto;
  background: white;
  color: red;
}
.calpicker .reserved_u:hover {
  cursor: auto;
  background: white;
}
.calpicker .reserved_nox:hover {
  cursor: auto;
  background: #f0c2c2;
}
.calpicker .reserved_nox_u:hover {
  cursor: auto;
  background: #e8e8e8;
}
.calpicker .cur_month_day_nox {
  background: #c2dfd0;
}
.calpicker .active_day_nox {
  text-decoration: underline;
  background: #cfdfd0;
}
.calpicker .ext_month_day_nox {
  background: #c2dfd0;
  color: #a0a0a0;
}
.calpicker .ext_month_day_nox_u {
  background: #e8e8e8;
  color: #a0a0a0;
}
.calpicker .ext_month_day_nox_r {
  background: #f0c2c2;
  color: #a0a0a0;
}
.calpicker .cur_month_day {
  background: #f0f0f0;
}
.calpicker .ext_month_day {
  background: #ffffff;
  color: #c5c5c5;
}
.calpicker .ext_month_day:hover {
  cursor: auto;
  background: #ffffff;
}
.calpicker .ext_month_day_nox_r:hover {
  cursor: auto;
  background: #f0c2c2;
}
.calpicker .ext_month_day_nox_u:hover {
  cursor: auto;
  background: #e8e8e8;
}
.calpicker .ext_month_day_nox:hover {
  cursor: auto;
  background: #c2dfd0;
}
html .calpicker td:hover {
  background: #3D83A8;
  color: white;
  cursor: pointer;
}
html .calpicker td {
  border: 1px solid #c0c0c0;
  vertical-align: top;
  font-size: 13px;
  min-width: 10px;
  text-align: center;
  padding: 3px 6px 3px 6px;
}
html .calpicker caption {
  padding: 5px 8px;
  background-color: white;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 4px;
  border-bottom: 0px;
  border-top-left-radius: 4px;
  margin-top: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-bottom: -3px;
}
.calpicker caption .nav {
  float: left;
  padding-right: 1px;
  margin-bottom: 0px;
}
.calpicker caption .navleft {
  float: left;
  font-size: 14px;
}
.calpicker caption .navright {
  float: right;
  font-size: 14px;
}
html .calpicker thead {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
/* unit layout */
html .unit_layout_div {
  overflow: auto;
  /*height:500px;*/
  background-color: white;
}
html .unit_layout_table td {
  padding: 10px;
}
html .lt_unit_cell {
  border: 2px solid black;
  border-radius: 8px;
  width: 50px;
}
html .lt_unit_cell:hover {
  background-color: #f2e3ae;
  cursor: pointer;
}
html .lt_empty_cell {
  width: 10px;
}
html .lt_free {
  background-color: #c2dfd0;
}
html .lt_reserved {
  background-color: #f0c2c2;
}
html .lt_reserved:hover {
  background-color: #f0c2c2;
  cursor: default;
}
html td.lt_selected {
  border: 2px solid green;
}
.planyo_lightbox_info .close {
  display: block;
  width: 28px;
  height: 28px;
  background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
  color: white;
}
.planyo_lightbox_info .close:hover {
  background: url(https://www.planyo.com/slideshow/btn-on-close.png);
}
/* image lightbox */
#img_text {
  display: block;
  float: left;
}
html .lbimginfo {
  bottom: 0px;
  font-size: large;
  height: 30px;
  position: absolute;
  width: 100%;
  text-align: center;
  visibility: hidden;
  background: black;
  opacity: 0.5;
  color: white;
}
#bg_hider .buttons {
  padding: 8px;
}
#bg_hider .buttons .leftbtn {
  float: left;
}
#bg_hider .buttons .rightbtn {
  float: right;
  margin-right: 25px;
}
#full_img_div #img_info .close {
  float: right;
  opacity: 1;
}
#bg_hider .buttons .prev,
#bg_hider .buttons .next,
#bg_hider .buttons .play,
#bg_hider .buttons .pause,
#bg_hider .buttons .close,
#full_img_div #img_info .close,
.planyo_lightbox_info .close {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 1;
}
#full_img_div #on_img_prev,
#full_img_div #on_img_next {
  display: block;
  width: 30px;
  height: 60px;
}
#bg_hider .buttons .prev {
  background: url(https://www.planyo.com/slideshow/btn-prev.png);
}
#bg_hider .buttons .prev:hover {
  background: url(https://www.planyo.com/slideshow/btn-prev-hvr.png);
}
#bg_hider .buttons .next {
  background: url(https://www.planyo.com/slideshow/btn-next.png);
}
#bg_hider .buttons .next:hover {
  background: url(https://www.planyo.com/slideshow/btn-next-hvr.png);
}
#bg_hider .buttons .play {
  margin-left: 4px;
  background: url(https://www.planyo.com/slideshow/btn-play.png);
}
#bg_hider .buttons .play:hover {
  background: url(https://www.planyo.com/slideshow/btn-play-hvr.png);
}
#bg_hider .buttons .pause {
  margin-left: 4px;
  background: url(https://www.planyo.com/slideshow/btn-pause.png);
}
#bg_hider .buttons .pause:hover {
  background: url(https://www.planyo.com/slideshow/btn-apause-hvr.png);
}
#bg_hider .buttons .close {
  background: url(https://www.planyo.com/slideshow/btn-on-close.png);
  opacity: 1;
}
#bg_hider .buttons .close:hover {
  background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
}
#full_img_div #img_info .close,
.planyo_lightbox_info .close {
  background: url(https://www.planyo.com/slideshow/btn-on-close.png);
  opacity: 1;
}
#full_img_div #img_info .close:hover,
.planyo_lightbox_info .close:hover {
  background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
}
#full_img_div #on_img_prev {
  background: url(https://www.planyo.com/slideshow/btn-on-img-prev.png);
}
#full_img_div #on_img_prev:hover {
  background: url(https://www.planyo.com/slideshow/btn-on-img-prev-hvr.png);
}
#full_img_div #on_img_next {
  background: url(https://www.planyo.com/slideshow/btn-on-img-next.png);
}
#full_img_div #on_img_next:hover {
  background: url(https://www.planyo.com/slideshow/btn-on-img-next-hvr.png);
}
/* small image thumbnails */
html .images {
  clear: both;
  position: relative;
  left: 0px;
  margin-top: 5px;
  margin-bottom: 12px;
  margin-right: 0px;
  margin-left: -32px;
  padding: 4px;
  padding-left: 32px;
  overflow: hidden;
  background: transparent;
  width: 100%;
}
html .img_thumb {
  float: left;
  width: 90px;
}
html .images img {
  float: left;
  width: 80px;
  height: 80px;
  margin: 4px;
}
/* geolocation */
html .gps_coords_map_icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(https://www.planyo.com/images/google-map-icon.png) no-repeat;
  vertical-align: text-top;
}
html .gps_coords_current_location_icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(https://www.planyo.com/images/google-current-location.png) no-repeat;
  vertical-align: text-top;
}
#planyo_gps_coords_bg_hider .close {
  width: 28px;
  height: 28px;
  display: block;
  padding: 0px;
  background: url(https://www.planyo.com/images/btn-close.png);
}
#planyo_gps_coords_bg_hider .close:hover {
  background: url(https://www.planyo.com/images/btn-close-hvr.png);
}
#planyo_gps_coords_window {
  padding: 10px;
}
html .gps_coords_popup_button {
  height: 2em;
  padding-left: 6px;
  padding-right: 6px;
}
/* quick add to cart */
.planyo .cart_count_img {
  position: relative;
  top: -36px;
  left: 19px;
  background-color: #ff0033;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.planyo_cart_widget:hover {
  cursor: pointer;
}
.planyo .widget_cart_total {
  padding-left: 10px;
  padding-top: 5px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.planyo .cart_count_text {
  font-family: 'Lato', sans-serif;
  padding-top: 3px;
  font-size: 11px;
  color: white;
  text-align: center;
  font-weight: bold;
}
#planyo_cart_bg_hider {
  padding: 5px;
  display: none;
  position: fixed;
  background: black;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 990;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
#planyo_cart_close {
  float: right;
  padding: 8px;
  padding-right: 20px;
}
#planyo_cart_window {
  display: none;
  overflow-y: auto;
  z-index: 999;
  position: fixed;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: white;
  border: solid 3px black;
  overflow: hidden;
  padding: 10px;
  top: 20%;
  bottom: 20%;
  left: 50%;
  width: 700px;
  margin-left: -350px;
}
#planyo_cart_contents {
  width: 370px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#planyo_cart_right {
  position: absolute;
  right: 0px;
  width: 300px;
  top: 0px;
  height: 100%;
  padding: 10px;
  background-color: #ececec;
}
#planyo_cart_right .title {
  font-size: 20px;
}
#planyo_cart_right #price_info {
  font-size: 15px;
}
#planyo_cart_buttons {
  position: absolute;
  bottom: 25px;
  text-align: right;
  width: 92%;
}
#planyo_cart_contents #reserve_form {
  margin-top: 0px;
}
#planyo_cart_window #planyo_cart_right .title {
  margin-bottom: 10px;
}
#planyo_cart_window #planyo_cart_right dt,
#planyo_cart_window #planyo_cart_right dd {
  font-size: medium;
  font-weight: normal;
  padding-top: 10px;
}
#planyo_cart_window #planyo_cart_right dd {
  text-align: right;
}
#planyo_cart_window #planyo_cart_right .br_total {
  font-weight: 600;
  margin-top: 15px;
}
#planyo_cart_window .rate_err {
  color: #ff0033;
}
@media (max-width: 767px) {
  #planyo_cart_window {
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    width: initial;
    margin-left: 0px;
  }
  #planyo_cart_contents {
    width: 100%;
    height: 65%;
  }
  #planyo_cart_right {
    width: 100%;
    height: 35%;
    position: relative;
    overflow-y: auto;
  }
  #planyo_cart_buttons {
    right: 10%;
    bottom: 8%;
    position: fixed;
  }
  div#planyo_cart_window #planyo_cart_right dt,
  div#planyo_cart_window #planyo_cart_right dd {
    font-size: small;
    padding-top: 5px;
  }
  div#planyo_cart_window #planyo_cart_right .title {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .planyo #reserve_form label {
    display: block;
    float: none;
    width: 100%;
  }
  .phone-row .col-sm-5 {
    padding-right: 0px;
  }
  #breakdown dt {
    float: left;
    width: 60%;
  }
  #breakdown dt,
  #breakdown dd {
    font-size: small;
  }
  .planyo #breakdown .br_total {
    font-weight: bold;
  }
}
/* diverse */
html .with_tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.planyo.com/images/icon-help.png);
  vertical-align: middle;
}
#res_error_msg {
  padding: 10px 5px 1px 10px;
  display: none;
  margin: 2px 0px 15px 0px;
  color: white;
  border: 1px solid #ff0033;
  border-radius: 4px;
  background: #ff0033;
}
#planyo_content .btn {
  margin-bottom: 2px;
}
.planyo .hourglass_img {
  margin: 20px;
  height: 24px;
  width: 24px;
  background: transparent url(https://www.planyo.com/Plugins/PlanyoFiles/hourglass.gif) no-repeat scroll 0 0;
}
.planyo .poweredby {
  display: inline-block;
  float: right;
  margin-top: -60px;
  margin-bottom: 50px;
}
#full_unit_layout_map_div {
  max-width: 100%;
  overflow: auto;
}
/* other lightboxes */
html .planyo_lb_bg_hider {
  padding: 5px;
  display: none;
  position: fixed;
  background: black;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 990;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
html .planyo_lb_window {
  display: none;
  z-index: 999;
  position: fixed;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: white;
  border: solid 3px black;
  overflow: hidden;
  padding: 10px;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
html .planyo_lb_contents {
  width: 100%;
  height: 100%;
}
html .planyo_lb_close .close {
  display: block;
  width: 28px;
  height: 28px;
  background: url(https://www.planyo.com/slideshow/btn-on-close.png);
  color: white;
  opacity: 1;
}
html .planyo_lb_close .close:hover {
  background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
  color: white;
}
html .planyo_lb_close {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  opacity: 1;
}
/* simple integration login */
.planyo .simple-integration-login-links {
  position: absolute;
  top: 5px;
  right: 0px;
}
html .simple-integration-logo img {
  height: 100px;
  display: inline-block;
  float: left;
}
html .simple-integration-description {
  color: #333;
  line-height: 1em;
  font-size: 14px;
  margin-top: 100px;
  text-align: center;
  margin-bottom: 50px;
}
.simple-integration-website h1 a {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  word-spacing: -6px;
  font-size: 32px;
  margin-top: 30px;
  margin-left: 20px;
}
.planyo .simple-integration-login-links a {
  text-transform: uppercase;
  font-size: small;
  font-weight: 600;
  background-color: transparent;
  color: #428bca;
  padding: 10px 5px;
}
.simple_integration_container .poweredby {
  float: none;
}
/* screen sizes  */
@media (max-width: 767px) {
  .planyo a.btn.btn-primary.btn-lg,
  .planyo a.btn.btn-primary,
  .planyo a.btn.btn-primary.btn-lg,
  .planyo a.btn.btn-info.btn-lg,
  .planyo .btn-primary.btn-lg,
  input.cart_popup_button,
  input#add_cart_button,
  .btn-danger,
  #planyo_cart_window .cart_popup_button {
    font-size: small!important;
    padding: 6px 7px!important;
  }
  html .planyo_lb_window {
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    width: initial;
    margin-left: 0px;
  }
  #resources .resource-info {
    margin-bottom: 20px;
  }
  #reservation-code .col-md-6 {
    padding-right: 0;
  }
  .planyo #resource-details h1,
  .planyo #reservation-code h1,
  .planyo #payment-code h1,
  .planyo #completed_code h1,
  .planyo #details_code h1,
  .planyo #shopping_cart_items h1,
  .planyo #products-code h1 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 27px;
    text-align: center;
  }
  html .reservation_steps {
    display: none;
  }
  .planyo .language {
    padding-right: 1em;
    margin-bottom: 5px;
  }
  .planyo #reservation-code h3 {
    display: none;
  }
  #resources .resource-info {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    border: 0px solid #eee;
  }
  .planyo #resources .action-buttons,
  #searchview-code .action-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .planyo #resources .col-sm-12.resource-contents {
    padding-right: 15px;
    padding-left: 15px;
  }
  .planyo #shopping_cart_items .img-responsive {
    display: none;
  }
  .planyo #shopping_cart_items #shopping-cart h4 {
    padding-top: 0px;
    margin-top: 0px;
  }
  .planyo #shopping_cart_items .lead {
    font-size: 12px;
  }
  .planyo #shopping-cart .col-xs-5 {
    padding: 0px;
  }
  .planyo #shopping-cart .col-xs-5 h4 {
    float: right;
  }
  .planyo #shopping_cart_items h3 {
    margin-top: 0px;
    padding: 0px 0px 10px 0px;
  }
  .planyo #checkout-code .dl-horizontal dd {
    font-size: small;
  }
  .planyo #checkout-code p {
    margin-bottom: 20px;
  }
  .planyo #resource-details .custom_property {
    font-size: small;
  }
  .planyo #resource-details .custom_properties {
    margin: 10px -10px 10px -10px;
  }
  #resources .planyo_cart_widget {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  /* resource list large content*/
  .col-md-7.resource-contents,
  .col-xs-12.resource-description,
  #resources .resource-contents h2,
  .col-xs-12.custom_properties,
  .col-md-6.action-buttons {
    padding: 0px;
  }
  #resources .resource-contents h2 {
    margin-top: 15px;
  }
  #reservation-code .col-md-8 {
    padding-right: 0;
  }
  #resource-details .planyo_cart_widget.cart_widget_in_plugin {
    float: right;
    position: static;
    display: inline-block;
    z-index: 2000;
    margin-top: -40px;
  }
}
@media (min-width: 991px) {
  /* resource list large content*/
  html .planyo .container-fluid {
    max-width: 950px;
  }
}
@media (min-width: 768px) {
  html .planyo .container-fluid {
    max-width: 750px;
  }
  .planyo .pricebox {
    padding-right: 15px;
  }
  .planyo .language {
    padding-right: 30px;
  }
  .planyo #resources col-xs-12 {
    padding: 0px;
  }
  .planyo #resources .resource-contents {
    padding-right: 0px;
  }
  .planyo #planyo_price_preview_parent .dl-horizontal dt {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  html .planyo .container-fluid {
    max-width: 1170px;
  }
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
/* calendar */
iframe.calprev_iframe caltype_4 {
  width: 100%;
}
.planyo .fc table {
  margin: initial;
}
/* google maps directions */
#directions_map_container {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#directions_map_status {
  margin-bottom: 10px;
}
#directions_map_status_pending {
  padding: 4px;
  background-color: #fcf8e3;
}
#directions_map_status_ok {
  padding: 4px;
  background-color: #dff0d8;
}
#directions_map_status_failure {
  padding: 4px;
  background-color: #f2dede;
}
/*PERSO VDL*/
#resource-details h1 {
  text-align: left !important;
}
h2.resouce-name a {
  font-size: 26px;
}
#planyo_content button,
#planyo_content input,
#planyo_content optgroup,
#planyo_content select,
#planyo_content textarea {
  width: auto !important;
}
.control-label {
  font-weight: 400;
  text-transform: none;
}
#resource_id {
  width: 300px;
}
/*FIX MOBILE*/
@media only screen and (max-width: 480px) {
  div.banner {
    min-height: 300px;
  }
}
/*ADD SPEC PLANYO*/
#planyo_content {
  margin-top: -50px;
}
#planyo_content .reservation_steps {
  text-align: center;
  margin-bottom: 25px;
}
#planyo_content .reservation_steps span.reservation_step,
#planyo_content .reservation_steps span.reservation_step_current {
  width: 120px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
#planyo_content .reservation_steps span.reservation_step .reservation_step_name,
#planyo_content .reservation_steps span.reservation_step_current .reservation_step_name {
  font-size: 12px;
}
#planyo_content .reservation_steps span.reservation_step_current {
  color: #b8a675;
  font-weight: bold;
}
#planyo_content .reservation_steps span:first-child {
  padding-left: Opx;
}
#planyo_content select {
  background-image: none;
  -webkit-appearance: listbox !important;
  background-color: #fff;
  width: auto !important;
}

h2.resouce-name a, #resource-details h1 {
	
	font-weight: 400;
font-stretch: normal;
	text-transform:none;
font-style: normal;
	font-size:30px;
line-height: normal;
letter-spacing: normal;
color:
rgb(184, 166, 117);
font-family: 'AGaramondPro-Semibold', serif;
margin-bottom: 0px;
}

#resource-details .col-12 {
	padding:0;
	margin:0;
	
}

.container-richtext h2.resouce-name a::after {
    content: none;
   
}

.container-fixed h2 b, .container-fixed h2 strong {
	
	font-weight:400;
} 

.action-buttons a {
font-size: 11px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 2;
letter-spacing: 1px;
color: rgb(154, 21, 14);
text-transform: uppercase;
display: inline-block;
position: relative;
padding-right: 17px;
	background:none;
	border:none;
	padding:0;
	padding-right: 17px;
	display: block;
width: max-content;
	
}

.action-buttons a:hover, .action-buttons a:focus,
.action-buttons a:active {
border:none;
	background:none;
	color:rgb(184, 166, 117);
	text-decoration:underline;
	opacity:1;
	
}

.resource-info {
	margin-bottom:35px;
	
}

.grecaptcha-badge {
    visibility: collapse !important;
}

.action-buttons a::after {
	content: "";
position: absolute;
right: 0;
top: 7px;
width: 10px;
height: 8px;
object-fit: contain;
background-image: url(http://www.chateau-arnauld.fr/wp-content/themes/minimal-chateau/img/hotlink.svg), none;
background-size: contain;
background-repeat: no-repeat;
	
}

iframe .monthly-fluid {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.resource-description, #resource-details .description {
	
	max-width: 496px;
font-size: 13px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.69;
letter-spacing: normal;
color:
rgb(0, 0, 0);
margin-bottom: 30px;
}

#resource-details a.btn {
display: inline-block;
margin-top: 38px;
position: relative;
font-size: 11px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 2;
letter-spacing: 1px;
color:
rgb(255, 255, 255);
text-transform: uppercase;
padding: 12px 30px 12px 30px;
background-color:
rgb(154, 21, 14);
border:none;
	border-radius:0;
}



#resource-details a.btn::after {
    content:none;
}

#resource-details a.btn:hover {
   color:#ffffff;
background-color:#cec19d;
	opacity:1;
	
}

#top-left .BigMenu::before {
    border: 0;
    opacity: 1;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 25px;
    height: 25px;
    object-fit: contain;
    background: url(img/trintaudon/vigne-seule.svg);
	background-repeat: no-repeat;

	background-size: 100% 100%;
        
}

.bg-intro-left {
  
    background-position: bottom;
}

.menu-top {
    padding-top: 10px;
}

a.carousel-control {display:none}

#resource-details .carousel {
	padding-top:30px;
	padding-bottom:30px;
	
}

.excerpt {
    max-width: 600px;
  
}

.bottom-right-footer {

    padding-top: 18px;

}

.bottom-right-footer .url_text {

    display: inline-block;
    padding-right: 15px;

}

.bottom-right-footer .url_text:last-child {


    padding-right: 0px;

}

.bottom-right-footer .url_text {


	display:inline-block;

}

.legal-alcool-footer {
text-align: center;
font-size: 10px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
letter-spacing: 1px;
color: #FFFFFF;
padding-top: 30px;
padding-bottom: 25px;
line-height: 16px;
padding-left: 35px;
padding-right: 35px;
}

.item-bigmenu-right h4 a.url_text_menu {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #ffffff;
    font-family: 'butler_stencilmedium';
}


@media (max-width: 980px) {
	
	.menu-main-menu-anglais-container { display:none;}
	.bottom-right-footer {

    text-align: center;

}
	
}
@media (max-width: 1280px) {
    .sub-chateau-item {
        padding-bottom: 23px;
    }  
    .sub-chateau {
    margin-top: 33px;
    }
} 
@media (max-width: 767px) {
    .part-boutique .url_text{
            text-align: left;
        text-indent: initial!important;
        width: 100%;
    }
    .part-boutique h3,.content-bigmenu .intro{
        display:none;
    }
}    