@charset "UTF-8";
/* ----------------------------- */
/* ==Main      */
/* ----------------------------- */
/*-------------------------------------------------------
 ------------------->>> VARIABLES <<<----------------------
 -------------------------------------------------------  */
/*  -------------------------------------------------------
    ------------------->>> BREAK POINTS  <<<----------------------
    -------------------------------------------------------  */
/*  -------------------------------------------------------
    ------------------->>> MIXINS <<<----------------------
    -------------------------------------------------------  */
/*Flexbox*/
/* Clearfix*/
/*Position*/
/*Positioning helpers*/
/*Keyframes*/
/*Animations*/
/* Usage
@include gradient(#07c, #06f, vertical);
*/
/* Usage
@include placeholder {
  font-style:italic;
  color: white;
  font-weight:100;
}*/
/*  -------------------------------------------------------
    ------------------->>> FONTS <<<----------------------
    -------------------------------------------------------  */
/*montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url("../font/montserrat/Montserrat-Regular.eot") format("eot"), url("../font/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../font/montserrat/Montserrat-Regular.woff") format("woff"), url("../font/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../font/montserrat/Montserrat-Medium.eot") format("eot"), url("../font/montserrat/Montserrat-Medium.woff2") format("woff2"), url("../font/montserrat/Montserrat-Medium.woff") format("woff"), url("../font/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../font/montserrat/Montserrat-Light.eot") format("eot"), url("../font/montserrat/Montserrat-Light.woff2") format("woff2"), url("../font/montserrat/Montserrat-Light.woff") format("woff"), url("../font/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
/*noto */
@font-face {
  font-family: 'Noto Serif';
  src: url("../font/noto/NotoSerif.eot") format("eot"), url("../font/noto/NotoSerif.woff2") format("woff2"), url("../font/noto/NotoSerif.woff") format("woff"), url("../font/noto/NotoSerif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noto Serif';
  src: url("../font/noto/NotoSerif-Bold.eot") format("eot"), url("../font/noto/NotoSerif-Bold.woff2") format("woff2"), url("../font/noto/NotoSerif-Bold.woff") format("woff"), url("../font/noto/NotoSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/*------------------------------------------------------------------------------------
 ------------------->>> généralité concernant le layout<<<----------------------------
 -------override si besoin des elements dans le style de la vue concernee ------------
 -----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box; }

img-fluid {
  max-width: 100%;
  height: auto; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #67686a;
  width: 100%;
  height: 100%; }
  body.noscroll {
    overflow: hidden !important; }

.btn-cta,
.btn-primary,
.product-actions .btn.add-to-cart {
  border: 1px solid #841619 !important;
  background: #841619;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  padding: 16px 30px;
  text-transform: uppercase;
  border: 0;
  height: 48px; }
  .btn-cta:focus, .btn-cta:hover,
  .btn-primary:focus,
  .btn-primary:hover,
  .product-actions .btn.add-to-cart:focus,
  .product-actions .btn.add-to-cart:hover {
    background: #fff;
    border: 1px solid #841619;
    color: #841619;
    outline: 0; }

.btn-primary {
  opacity: 1 !important; }

.modal-header button.close {
  color: #292929;
  text-decoration: none;
  cursor: pointer; }

button:focus {
  outline: 0; }

#header .upper-menu-section {
  align-items: center;
  padding: 10px 0;
  text-align: right; }
  #header .upper-menu-section a.btn-cta {
    color: #fff;
    padding: 8px 16px; }
    #header .upper-menu-section a.btn-cta:hover {
      background-color: #fff;
      color: #841619; }
    #header .upper-menu-section a.btn-cta:visited {
      background-color: #841619;
      color: #fff; }

#blockcart-modal .cart-content .btn.btn-secondary,
.btn-secondary,
.btn-cta.reverse {
  border: 1px solid #841619;
  background: #fff;
  color: #841619;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  padding: 16px 30px;
  text-transform: uppercase;
  border: 0;
  height: 48px; }
  #blockcart-modal .cart-content .btn.btn-secondary:hover,
  .btn-secondary:hover,
  .btn-cta.reverse:hover {
    background: #841619;
    border: 1px solid #841619;
    color: #fff; }
  #blockcart-modal .cart-content .btn.btn-secondary:focus,
  .btn-secondary:focus,
  .btn-cta.reverse:focus {
    outline: 0; }

.btn-more {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 4px; }
  .btn-more:hover {
    color: #000;
    border-color: #000;
    font-weight: 500; }
  .btn-more:focus {
    outline: 0; }
  .btn-more.white {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .btn-more.bordeaux {
    color: #841619;
    border-bottom: 1px solid #841619; }

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #841619;
  border-color: #175c6a; }

#goToTop {
  background: #841619; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .container {
    padding: 0 15px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

#header .header-nav .blockcart,
#header .header-nav .blockcart:hover {
  background: url("../../assets/img/pictos/cart.png") no-repeat;
  background-position: center;
  height: 56px; }
  @media (min-width: 992px) {
    #header .header-nav .blockcart,
    #header .header-nav .blockcart:hover {
      height: 77px; } }

#header .header-nav .blockcart span.cart-products-count {
  background: #841619; }

#_desktop_cart .cart_block {
  transition: translate 0.5s linear; }

.blockcart:hover .cart_block {
  border: 1px solid #841619; }

.blockcart:hover .cart_block {
  max-height: 60vh; }
  .blockcart:hover .cart_block .block_content {
    max-height: 200px;
    overflow: scroll; }

.blockcart .cart_block p {
  text-align: center;
  color: #841619; }

#header .ttuserheading,
#header .ttuserheading:hover,
#header .ttuserheading.active {
  background: url("../../assets/img/pictos/moncompte.png") no-repeat;
  background-position: center;
  height: 52px; }
  @media screen and (min-width: 992px) {
    #header .ttuserheading,
    #header .ttuserheading:hover,
    #header .ttuserheading.active {
      height: 78px; } }
  @media screen and (min-width: 1200px) {
    #header .ttuserheading,
    #header .ttuserheading:hover,
    #header .ttuserheading.active {
      height: 78px;
      background-position: center right; } }

#header .header-nav #_desktop_user_info {
  padding: 0 20px; }
  @media screen and (min-width: 992px) {
    #header .header-nav #_desktop_user_info {
      padding: 0 10px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @media screen and (min-width: 1200px) {
    #header .header-nav #_desktop_user_info {
      padding: 0;
      padding-right: 20px; } }
  #header .header-nav #_desktop_user_info:hover .user-info {
    display: block; }
  #header .header-nav #_desktop_user_info .user-info {
    border: 1px solid #841619;
    top: 60px;
    padding: 0; }
    #header .header-nav #_desktop_user_info .user-info li {
      display: block;
      height: 40px;
      padding: 8px 15px 0 15px; }
      #header .header-nav #_desktop_user_info .user-info li:not(:last-child) {
        border-bottom: solid #909090 1px; }
      #header .header-nav #_desktop_user_info .user-info li:hover {
        background: #841619;
        color: #fff; }
        #header .header-nav #_desktop_user_info .user-info li:hover a {
          color: #fff; }
    #header .header-nav #_desktop_user_info .user-info a {
      color: #841619; }
      #header .header-nav #_desktop_user_info .user-info a:hover {
        color: #841619; }
      @media screen and (max-width: 1200px) {
        #header .header-nav #_desktop_user_info .user-info a {
          text-align: center; } }

#_mobile_logo {
  width: 100%;
  margin: 1rem auto; }
  @media screen and (min-width: 992px) {
    #_mobile_logo {
      display: none; } }

@media screen and (min-width: 1200px) {
  #header .logo {
    margin-left: 15px; } }

.search-widget .ttsearch_button,
.search-widget .ttsearch_button:hover {
  background: url("../../assets/img/pictos/search.png") no-repeat left;
  height: 78px;
  transform: translate(0px, -2px);
  z-index: 2;
  display: flex;
  align-items: center;
  width: 120px !important;
  justify-content: flex-end; }
  @media screen and (min-width: 992px) {
    .search-widget .ttsearch_button,
    .search-widget .ttsearch_button:hover {
      height: 78px;
      transform: translate(0, 0); } }
  @media screen and (max-width: 992px) {
    .search-widget .ttsearch_button,
    .search-widget .ttsearch_button:hover {
      width: 40px !important; } }
  @media screen and (max-width: 1300px) {
    .search-widget .ttsearch_button,
    .search-widget .ttsearch_button:hover {
      width: 40px !important; } }

#search_widget_text {
  display: flex;
  align-items: center; }
  #search_widget_text p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 0.87rem;
    color: #841619; }
    @media screen and (max-width: 1300px) {
      #search_widget_text p {
        display: none; } }

@media (min-width: 1300px) {
  #search_widget.active .ttsearch_button {
    left: 93vw; } }

@media screen and (max-width: 1200px) {
  #menu-icon {
    background: #fff;
    max-width: 90px; } }

@media screen and (max-width: 991px) {
  #header .header-nav .material-icons {
    color: #841619 !important; } }

#menu-icon .menu-title {
  color: #841619;
  font: 700 14px/18px "Montserrat", sans-serif, sans-serif;
  padding-top: 26px;
  /*    @media screen and (max-width:991px){
          padding-left:0;
          padding-top: 21px;
      }*/ }
  @media screen and (min-width: 992px) {
    #menu-icon .menu-title {
      padding-left: 0;
      padding-top: 0; } }
  @media (max-width: 1200px) {
    #menu-icon .menu-title {
      text-transform: uppercase; } }

@media screen and (max-width: 991px) {
  #_mobile_user_info {
    margin-top: 3px; } }

.header-nav .top-nav .right-nav .search-widget {
  padding: 0; }
  @media screen and (max-width: 768px) {
    .header-nav .top-nav .right-nav .search-widget {
      bottom: 2px;
      right: 94px; } }
  @media screen and (min-width: 769px) {
    .header-nav .top-nav .right-nav .search-widget {
      bottom: 0;
      right: 94px; } }
  @media screen and (min-width: 1200px) {
    .header-nav .top-nav .right-nav .search-widget {
      bottom: 17px;
      position: absolute; } }
  @media screen and (min-width: 992px) {
    .header-nav .top-nav .right-nav .search-widget {
      bottom: 0;
      position: relative;
      right: 0; } }
  @media screen and (min-width: 992px) {
    .header-nav .top-nav .right-nav .search-widget.active {
      position: static; } }
  @media screen and (min-width: 1200px) {
    .header-nav .top-nav .right-nav .search-widget form {
      width: 100vw; } }

@media screen and (max-width: 991px) {
  header .header-nav .hidden-md-up.text-sm-center.mobile {
    padding: 0 15px;
    margin-bottom: 15px; } }

/*menu ouvert en mobil*/
#mobile_top_menu_wrapper {
  left: -120%;
  top: 139px;
  height: 100vh;
  z-index: 2;
  transition: all 1s; }
  #mobile_top_menu_wrapper.is-active {
    left: -31px;
    -webkit-box-shadow: 1px 3px 5px 0px white;
    -moz-box-shadow: 1px 3px 5px 0px white;
    box-shadow: 1px 3px 5px 0px white; }
    @media screen and (min-width: 768px) {
      #mobile_top_menu_wrapper.is-active {
        left: -125px; } }
  @media screen and (min-width: 544px) {
    #mobile_top_menu_wrapper {
      max-width: 370px; } }
  @media screen and (min-width: 768px) {
    #mobile_top_menu_wrapper {
      top: 140px; } }
  #mobile_top_menu_wrapper #top-menu {
    border-bottom: 0;
    border-top: 0;
    overflow-y: scroll; }
    #mobile_top_menu_wrapper #top-menu li {
      padding: 8px 0; }
      #mobile_top_menu_wrapper #top-menu li a {
        font: normal 3vh "Montserrat", sans-serif;
        color: #841619; }
        @media (min-width: 992px) {
          #mobile_top_menu_wrapper #top-menu li a {
            font: normal 2vh "Montserrat", sans-serif; } }
        #mobile_top_menu_wrapper #top-menu li a:hover {
          color: #841619; }

#header {
  background: #fff !important;
  /*    @media screen and (min-width:1200px){
          height: 78px;
      }*/ }
  #header .topmenu #top-menu li {
    padding: 0 18px; }
    @media screen and (min-width: 992px) {
      #header .topmenu #top-menu li {
        padding: 0 8px 0 0; } }
  #header .topmenu #top-menu > li > a {
    font: 500 0.87rem "Montserrat", sans-serif;
    font-family: "Montserrat", sans-serif;
    font-size: 0.87rem;
    color: #841619;
    padding: 28px 0 6px;
    border-bottom: 2px solid transparent;
    /*  @media screen and (min-width: $break-medium){
          padding: 31px 8px;
          vertical-align: middle;
      }
      @media screen and (min-width: $break-large){
          padding: 31px 20px;
      }
      @media screen and (min-width: $break-extra-large){
          padding: 31px 30px;
      } */ }
    #header .topmenu #top-menu > li > a:hover {
      color: #841619;
      border-bottom: 2px solid #841619; }
  #header .header-nav {
    z-index: 3;
    display: block;
    position: relative; }
    @media screen and (min-width: 992px) {
      #header .header-nav {
        width: initial !important; } }
    @media screen and (max-width: 1200px) {
      #header .header-nav {
        padding: 0;
        width: 100%;
        margin: 0;
        text-align: center; } }
  @media screen and (min-width: 1200px) {
    #header .menu-nav {
      width: calc(100% - 316px); } }
  @media screen and (min-width: 992px) {
    #header .menu-nav {
      width: 63%; } }

#header .full-header {
  padding: 0; }
  @media screen and (min-width: 1200px) {
    #header .full-header {
      padding: 15px 0; } }
  #header .full-header > .row {
    margin: 0; }
  @media screen and (min-width: 992px) {
    #header .full-header .header-top {
      width: initial; } }
  @media screen and (min-width: 1200px) {
    #header .full-header .header-top {
      width: 194px; } }
  #header .full-header.fixed {
    background: #fff;
    padding: 0 5%; }
    #header .full-header.fixed .header-top {
      margin-left: 0; }
    #header .full-header.fixed #top-menu li {
      padding: 0 4px; }

aside#notifications {
  display: none; }

#wrapper .breadcrumb {
  background: url("../../assets/img/background/banniere-cave-briau-bordeaux.png") no-repeat;
  padding: 40px 0;
  margin: 0 0 30px 0;
  min-height: auto; }
  #wrapper .breadcrumb.log {
    margin: 0; }
  #wrapper .breadcrumb ol {
    text-align: center; }
    #wrapper .breadcrumb ol li a {
      font: 300 24px "Montserrat", sans-serif, sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #fff;
      letter-spacing: 1.2px;
      text-align: center; }
    #wrapper .breadcrumb ol li:last-child a {
      font: bold 24px "Montserrat", sans-serif, sans-serif; }

#footer {
  background: #f7f7f5; }
  #footer .footer-top #ttcmsservices {
    background: #f7f7f5;
    margin: 0;
    padding: 92px 0 84px 0;
    display: block; }
    #footer .footer-top #ttcmsservices .ttservices {
      padding: 0 7%; }
    #footer .footer-top #ttcmsservices .services .img {
      min-height: 98px; }
    #footer .footer-top #ttcmsservices .services .ttpayment.service-title {
      font-family: "Noto Serif", sans-serif;
      font-weight: bold;
      font-size: 16px;
      color: #841619;
      letter-spacing: 1.78px;
      text-align: center;
      text-transform: inherit; }
    #footer .footer-top #ttcmsservices .services .service-desc {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      color: #67686a;
      letter-spacing: 0;
      text-align: center;
      line-height: 20px; }
  #footer .footer-top #newslatter {
    background: url("../../assets/img/background/backg-newsletter.png");
    min-height: 218px;
    padding: 60px 15px;
    background-size: cover; }
    #footer .footer-top #newslatter .block_newsletter {
      padding: 0; }
      #footer .footer-top #newslatter .block_newsletter .tt-title,
      #footer .footer-top #newslatter .block_newsletter .tt-desc {
        color: #fff; }
      #footer .footer-top #newslatter .block_newsletter .tt-title {
        font: 300 34px "Montserrat", sans-serif;
        text-transform: uppercase;
        padding-bottom: 8px; }
        #footer .footer-top #newslatter .block_newsletter .tt-title span {
          font-weight: 500; }
      #footer .footer-top #newslatter .block_newsletter .tt-desc {
        font: 14px "Montserrat", sans-serif; }
      #footer .footer-top #newslatter .block_newsletter .ttinput_newsletter {
        background: #fff;
        padding: 20px;
        height: 88px;
        position: relative;
        width: 100%; }
        @media screen and (min-width: 992px) {
          #footer .footer-top #newslatter .block_newsletter .ttinput_newsletter {
            padding: 20px 38px; } }
        #footer .footer-top #newslatter .block_newsletter .ttinput_newsletter .btn-cta {
          position: absolute;
          right: 30px;
          height: 48px !important;
          width: 164px; }
        #footer .footer-top #newslatter .block_newsletter .ttinput_newsletter .btn-cta.mobil {
          max-width: 45px !important;
          padding: 10px; }
        #footer .footer-top #newslatter .block_newsletter .ttinput_newsletter .input-wrapper {
          width: 100%; }
      #footer .footer-top #newslatter .block_newsletter form input[type=email] {
        border: 0;
        min-width: 100%;
        text-align: left;
        height: 48px;
        padding-left: 0; }
  #footer .footer-container {
    background: #fff;
    color: #67686a;
    padding-bottom: 0; }
    #footer .footer-container a:hover {
      color: #841619; }
    #footer .footer-container #_desktop_top_menu_footer {
      display: block !important;
      padding: 0; }
    #footer .footer-container .topmenu {
      padding-top: 20px; }
      @media screen and (min-width: 992px) {
        #footer .footer-container .topmenu {
          padding-top: 50px; } }
      #footer .footer-container .topmenu ul.top-menu-footer {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 576px) {
          #footer .footer-container .topmenu ul.top-menu-footer {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        #footer .footer-container .topmenu ul.top-menu-footer li {
          padding: 5px 0; }
          @media screen and (min-width: 576px) {
            #footer .footer-container .topmenu ul.top-menu-footer li {
              padding: 0; } }
          #footer .footer-container .topmenu ul.top-menu-footer li a {
            text-transform: uppercase;
            font: 300 12px "Montserrat", sans-serif;
            color: #67686a;
            padding: 0 10px;
            text-align: center; }
            @media screen and (min-width: 1200px) {
              #footer .footer-container .topmenu ul.top-menu-footer li a {
                padding: 0 34px; } }
            #footer .footer-container .topmenu ul.top-menu-footer li a:hover {
              color: #841619; }
    #footer .footer-container .links .image-footer {
      width: 100%;
      padding-bottom: 30px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        #footer .footer-container .links .image-footer {
          width: auto; } }
      #footer .footer-container .links .image-footer img {
        max-width: 100%;
        height: auto; }
    #footer .footer-container .links #contact-footer {
      display: block !important;
      text-align: center;
      padding: 0; }
      @media screen and (min-width: 992px) {
        #footer .footer-container .links #contact-footer {
          display: inline-flex !important; } }
      @media screen and (min-width: 992px) {
        #footer .footer-container .links #contact-footer li.tel:before,
        #footer .footer-container .links #contact-footer li.mail:before {
          content: '|';
          margin: 0 0.5rem; } }
      #footer .footer-container .links #contact-footer li.tel a,
      #footer .footer-container .links #contact-footer li.mail a {
        color: #67686a; }
        #footer .footer-container .links #contact-footer li.tel a:hover,
        #footer .footer-container .links #contact-footer li.mail a:hover {
          color: #841619; }
      #footer .footer-container .links #contact-footer li.mail a {
        text-decoration: underline; }
    #footer .footer-container .links .action {
      padding: 20px 0; }
      @media screen and (min-width: 576px) {
        #footer .footer-container .links .action {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: centre;
          -ms-flex-align: centre;
          align-items: centre;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (min-width: 992px) {
        #footer .footer-container .links .action {
          padding: 30px 0 60px 0; } }
      #footer .footer-container .links .action a.btn-cta {
        width: 205px;
        line-height: 1rem;
        display: block;
        margin: 0 auto 1rem auto;
        text-align: center;
        border: 1px solid #841619; }
        @media screen and (min-width: 576px) {
          #footer .footer-container .links .action a.btn-cta {
            margin: 0 5px;
            display: inline-block; } }
    #footer .footer-container .links.link-list {
      padding: 0; }
      #footer .footer-container .links.link-list > .row {
        margin: 0; }
      #footer .footer-container .links.link-list .title {
        display: none !important; }
      #footer .footer-container .links.link-list ul {
        display: block !important;
        text-align: center; }
  #footer .bottom-footer {
    background: #f7f7f5;
    padding: 20px 0;
    color: #67686a; }
    #footer .bottom-footer .link-list ul li {
      padding: 0; }
      @media (min-width: 1200px) {
        #footer .bottom-footer .link-list ul li {
          padding: 0 10px; } }
      #footer .bottom-footer .link-list ul li a {
        text-transform: uppercase;
        font: 300 12px "Montserrat", sans-serif;
        color: #67686a; }
        #footer .bottom-footer .link-list ul li a:hover {
          color: #841619 !important; }
    #footer .bottom-footer .links.link-list .row > div:first-child {
      display: block; }
    #footer .bottom-footer .reglement span {
      padding-top: 10px;
      font: 500 12px "Montserrat", sans-serif;
      font-style: italic;
      text-transform: uppercase;
      color: #841619; }

/***** search ****/
.tt-innerpagetitle {
  text-transform: inherit; }

#products .page-not-found {
  padding-left: 0; }

.page-content.page-not-found {
  border: 0 !important; }

/***** tunel ****/
@media (max-width: 543px) {
  #payment-confirmation .btn-primary {
    height: 64px;
    padding: 15px 30px;
    line-height: 18px; } }

/* RGPD */
#acb-close-button,
#acb-deny-all-button {
  background-color: #841619; }

/***** cookies ****/
.cookie-message {
  position: fixed;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
  z-index: 999999;
  background: #130803;
  min-height: 150px;
  opacity: 1; }
  @media (min-width: 768px) {
    .cookie-message {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: auto; } }
  .cookie-message p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 1.2em auto; }
    @media (min-width: 544px) {
      .cookie-message p {
        text-align: center; } }
    @media (min-width: 768px) {
      .cookie-message p {
        text-align: left; } }
  .cookie-message .cookie-btn {
    margin: 0 auto 1rem auto; }
    @media (min-width: 768px) {
      .cookie-message .cookie-btn {
        margin: 0 auto; } }
    .cookie-message .cookie-btn a {
      display: block;
      position: relative;
      margin: 0 auto;
      top: inherit;
      right: inherit;
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 13px;
      padding: 10px 35px;
      text-transform: uppercase;
      border: 0;
      min-height: 40px;
      text-align: center; }
      @media (min-width: 768px) {
        .cookie-message .cookie-btn a {
          min-height: 58px; } }
      @media (min-width: 1000px) {
        .cookie-message .cookie-btn a {
          min-height: auto; } }
      .cookie-message .cookie-btn a.more {
        border: 1px solid #841619;
        background: #fff;
        color: #841619; }
        @media (min-width: 768px) {
          .cookie-message .cookie-btn a.more {
            max-width: 225px;
            margin: 0 0 0 auto; } }
        .cookie-message .cookie-btn a.more:hover {
          color: #841619 !important;
          text-decoration: underline !important; }
      .cookie-message .cookie-btn a.my-close-button {
        border: 1px solid #841619;
        background: #841619;
        color: #fff; }
        @media (min-width: 768px) {
          .cookie-message .cookie-btn a.my-close-button {
            line-height: 31px;
            max-width: 225px;
            margin: 0 auto 0 0; } }
        @media (min-width: 1000px) {
          .cookie-message .cookie-btn a.my-close-button {
            line-height: 14px; } }
        .cookie-message .cookie-btn a.my-close-button:hover {
          border: 1px solid #841619;
          background: #fff;
          color: #841619; }

/*-------------------------------------------------------
 -->>> la div qui rend opaque le site en mobil quand le menu est ouvert<<--
 -------------------------------------------------------- */
.dark-backdrop {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .dark-backdrop.in {
    opacity: 1;
    z-index: 1; }

#main > header.page-header > h1.tt-innerpagetitle {
  text-align: center !important; }

.anecdote > .title,
.avis-caviste > .title {
  font-weight: bold !important; }

/*-------------------------------------------------------
 -->>> text and logo above "connectez-vous" - login page
 -------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #circle-container {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px; } }

@media screen and (max-width: 768px) {
  #text-circle p, #text-circle ul {
    width: 70%;
    margin: auto; } }
#text-circle ul {
  text-align: justify;
  color: #67686a;
  font-size: 15px;
  list-style: inside;
  padding-bottom: 10px; }
#text-circle p {
  text-align: justify;
  font-size: 15px; }

@media screen and (max-width: 768px) {
  #logo-circle img {
    padding-bottom: 20px; } }

.col-md-12.infos-prix.infos-prix-page span, .infos-prix span {
  color: white;
  font-weight: bold; }

.header-nav .top-nav .right-nav {
  float: unset; }

/*  -------------------------------------------------------
    ------------------->>> HOME <<<----------------------
    -------------------------------------------------------  */
.banniere-maison {
  position: relative; }
  @media screen and (min-width: 1200px) {
    .banniere-maison {
      padding-top: 78px; } }
  .banniere-maison .whitescreen {
    width: 1920px;
    height: 400px; }
  .banniere-maison .img-hero-home {
    filter: brightness(0.25); }
  .banniere-maison .description {
    color: black;
    margin-top: -10px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 12%);
    -ms-transform: translate(-50%, 12%);
    transform: translate(-50%, 12%); }
    @media screen and (min-width: 480px) {
      .banniere-maison .description {
        -webkit-transform: translate(-50%, 25%);
        -ms-transform: translate(-50%, 25%);
        transform: translate(-50%, 25%); } }
    @media screen and (min-width: 576px) {
      .banniere-maison .description {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); } }
    @media screen and (min-width: 1200px) {
      .banniere-maison .description {
        -webkit-transform: translate(-50%, 76%);
        -ms-transform: translate(-50%, 76%);
        transform: translate(-50%, 76%); } }
    .banniere-maison .description h2 {
      font: 300 24px "Montserrat", sans-serif;
      text-transform: uppercase;
      color: black;
      padding-bottom: 30px;
      padding: 0;
      margin: 0;
      max-width: 579px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .banniere-maison .description h2 {
          font: 300 32px "Montserrat", sans-serif; } }
      .banniere-maison .description h2 span {
        font: 500 16px "Montserrat", sans-serif;
        color: #841619; }
        @media screen and (min-width: 768px) {
          .banniere-maison .description h2 span {
            font: 500 32px "Montserrat", sans-serif; } }
    .banniere-maison .description .subtitle {
      max-width: 800px;
      margin: 0 auto; }
      .banniere-maison .description .subtitle p,
      .banniere-maison .description .subtitle h3 {
        font: 18px "Montserrat", sans-serif;
        color: black;
        margin: 0;
        padding: 30px 0 40px 0; }
        @media screen and (min-width: 1200px) {
          .banniere-maison .description .subtitle p,
          .banniere-maison .description .subtitle h3 {
            font-size: 20px; } }
        .banniere-maison .description .subtitle p span,
        .banniere-maison .description .subtitle h3 span {
          display: block;
          font-weight: 500;
          font-style: italic;
          font-size: 16px; }
          @media screen and (min-width: 1200px) {
            .banniere-maison .description .subtitle p span,
            .banniere-maison .description .subtitle h3 span {
              font: 20px "Montserrat", sans-serif; } }
        .banniere-maison .description .subtitle p a,
        .banniere-maison .description .subtitle h3 a {
          text-decoration: underline;
          color: #fff; }
          .banniere-maison .description .subtitle p a:hover,
          .banniere-maison .description .subtitle h3 a:hover {
            color: #841619; }
    .banniere-maison .description .actions {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 25px; }
      @media screen and (min-width: 768px) {
        .banniere-maison .description .actions {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .banniere-maison .description .actions a.btn-cta {
        width: 190px;
        display: block;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .banniere-maison .description .actions a.btn-cta {
            width: 131px;
            margin: 0; } }
        .banniere-maison .description .actions a.btn-cta.btn-large {
          width: auto; }
          @media screen and (max-width: 768px) {
            .banniere-maison .description .actions a.btn-cta.btn-large {
              width: 190px; } }
        .banniere-maison .description .actions a.btn-cta.first-btn {
          margin-right: 30px; }
          @media screen and (max-width: 768px) {
            .banniere-maison .description .actions a.btn-cta.first-btn {
              margin: 0 auto; } }
      .banniere-maison .description .actions a.btn-cta.reverse {
        width: 190px;
        display: block; }
  .banniere-maison .picto {
    position: absolute;
    bottom: 5%;
    right: 2%; }
    @media screen and (min-width: 480px) {
      .banniere-maison .picto {
        bottom: 12%;
        right: 5%; } }
    @media screen and (min-width: 1200px) {
      .banniere-maison .picto {
        bottom: initial;
        right: 2%;
        top: 32%; } }
    @media screen and (min-width: 1400px) {
      .banniere-maison .picto {
        right: 11%;
        top: 32%; } }
    @media screen and (min-width: 1900px) {
      .banniere-maison .picto {
        right: 15%;
        top: 32%; } }
    .banniere-maison .picto img.picto {
      width: 95px;
      height: auto;
      min-height: initial; }
      @media screen and (min-width: 576px) {
        .banniere-maison .picto img.picto {
          width: 120px;
          height: auto; } }
      @media screen and (min-width: 1200px) {
        .banniere-maison .picto img.picto {
          width: 190px;
          height: auto; } }

.infos-prix {
  text-align: center;
  font-size: 29px;
  background: #841619;
  line-height: 58px; }
  .infos-prix p {
    font-size: 17px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-style: italic; }
    .infos-prix p a {
      color: #fff;
      border: solid 1px;
      padding: 8px 20px;
      margin-left: 25px; }
      .infos-prix p a:hover {
        background: #fff;
        color: #841619; }
  .infos-prix.infos-prix-page {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    z-index: 0; }

@media screen and (max-width: 990px) {
  .infos-prix {
    line-height: initial;
    padding: 25px 5px; }
    .infos-prix p {
      font-size: 14px; }
      .infos-prix p a {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-top: 20px; } }
.age_verify_buttons #deny_button {
  background-color: #fff !important;
  color: #841619 !important;
  border: 2px solid #841619 !important; }
  .age_verify_buttons #deny_button:hover {
    background-color: #841619 !important;
    color: #fff !important;
    border: 1px solid transparent; }
.age_verify_buttons #confirm_button {
  background-color: #168419 !important;
  color: #fff !important;
  border: 1px solid #168419 !important; }
  .age_verify_buttons #confirm_button:hover {
    background-color: #fff !important;
    color: #168419 !important;
    border: 2px solid #168419 !important; }

.ttfeatured-products {
  padding-top: 80px;
  padding-bottom: 96px;
  margin: 0 auto; }
  .ttfeatured-products .shop-btn.text-center {
    text-align: center;
    margin-top: 25px; }
    @media screen and (max-width: 576px) {
      .ttfeatured-products .shop-btn.text-center .btn-cta {
        padding: 16px 10px; } }
  .ttfeatured-products .tttitle-block {
    border: 4px solid #f7f7f5;
    padding: 40px 22px; }
    @media screen and (min-width: 1200px) {
      .ttfeatured-products .tttitle-block {
        padding: 80px 22px; } }
    .ttfeatured-products .tttitle-block .title-icon {
      background: url("../../assets/img/pictos/vignes.png") no-repeat center center;
      height: 55px; }
    .ttfeatured-products .tttitle-block h4.tab-title {
      font: 16px "Noto Serif", sans-serif;
      color: #67686a;
      padding: 30px 0 20px;
      margin: 0; }
    .ttfeatured-products .tttitle-block .title-heading {
      font: 600 32px "Montserrat", sans-serif;
      color: #841619;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 0; }
    .ttfeatured-products .tttitle-block .filaire-title img {
      padding: 80px 0;
      margin: 0 auto;
      display: block; }
    .ttfeatured-products .tttitle-block .customNavigation {
      margin: 0; }
      .ttfeatured-products .tttitle-block .customNavigation a {
        border: 0; }
      .ttfeatured-products .tttitle-block .customNavigation a.prev {
        background: url("../../assets/img/pictos/arrow-prev.png") no-repeat center center;
        height: 31px;
        width: 34px;
        margin-right: 40px; }
        .ttfeatured-products .tttitle-block .customNavigation a.prev:before, .ttfeatured-products .tttitle-block .customNavigation a.prev:after {
          display: none; }
      .ttfeatured-products .tttitle-block .customNavigation a.next {
        background: url("../../assets/img/pictos/arrow-next.png") no-repeat center center;
        height: 31px;
        width: 34px; }
        .ttfeatured-products .tttitle-block .customNavigation a.next:before, .ttfeatured-products .tttitle-block .customNavigation a.next:after {
          display: none; }
  .ttfeatured-products .thumbnail-container .ttproduct-image {
    margin-bottom: 0; }
  .ttfeatured-products .thumbnail-container .ttproduct-desc {
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .ttfeatured-products .thumbnail-container .ttproduct-desc {
        padding-bottom: 0; } }
    .ttfeatured-products .thumbnail-container .ttproduct-desc .block-need-connexion {
      margin-top: 2em; }
      .ttfeatured-products .thumbnail-container .ttproduct-desc .block-need-connexion .need-connexion {
        font: 13px "Montserrat", sans-serif;
        color: #841619;
        width: 100%;
        border: solid 1px;
        padding: 8px 20px; }
  .ttfeatured-products .thumbnail-container .product-title {
    min-height: 63px;
    margin-bottom: 0; }
    .ttfeatured-products .thumbnail-container .product-title a {
      font: 15px "Montserrat", sans-serif;
      font-weight: 500;
      color: #67686a;
      margin: 15px 0 16px;
      text-transform: uppercase;
      white-space: pre-wrap;
      display: block; }
  .ttfeatured-products .thumbnail-container .product-desc-short {
    display: none;
    font: 11px "Noto Serif", sans-serif;
    color: #67686a;
    text-transform: uppercase;
    padding-bottom: 29px; }
  .ttfeatured-products .thumbnail-container .cat-name {
    display: block;
    font: 14px "Noto Serif", sans-serif;
    color: #67686a;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .ttfeatured-products .thumbnail-container .product-price-and-shipping {
    font: 13px "Montserrat", sans-serif;
    color: #67686a;
    min-height: 45px; }
  .ttfeatured-products .thumbnail-container .price-cercle {
    font: 600 15px "Montserrat", sans-serif;
    color: #841619;
    padding-top: 10px; }
  .ttfeatured-products .thumbnail-container .ttproducthover {
    top: 105px; }
    @media screen and (max-width: 768px) {
      .ttfeatured-products .thumbnail-container .ttproducthover {
        bottom: -50px;
        top: inherit; } }
    .ttfeatured-products .thumbnail-container .ttproducthover .product-add-to-cart .btn {
      background: url("../../assets/img/pictos/cart.png") no-repeat;
      background-position: center center !important;
      border: 0; }
    .ttfeatured-products .thumbnail-container .ttproducthover .quick-view-block .btn {
      background: url("../../assets/img/pictos/cart.png") no-repeat;
      background-position: center center !important; }
    .ttfeatured-products .thumbnail-container .ttproducthover .wishlist {
      display: none; }
    .ttfeatured-products .thumbnail-container .ttproducthover .compare {
      display: none; }

@media screen and (min-width: 768px) {
  #ttcmsaboutus .ttaboutusblock .ttaboutus {
    -webkit-transform: translateX(74px);
    -ms-transform: translateX(74px);
    transform: translateX(74px); } }
@media screen and (min-width: 1500px) {
  #ttcmsaboutus .ttaboutusblock .ttaboutus {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px); } }
#ttcmsaboutus .ttaboutusblock .ttaboutus img {
  max-width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    #ttcmsaboutus .ttaboutusblock .ttaboutus img {
      max-width: inherit;
      height: inherit; } }
#ttcmsaboutus .ttaboutusblock .ttcms-desc {
  background: #f7f7f5;
  padding: 40px 22px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    #ttcmsaboutus .ttaboutusblock .ttcms-desc {
      padding: 40px 50px; } }
  @media screen and (min-width: 1200px) {
    #ttcmsaboutus .ttaboutusblock .ttcms-desc {
      padding: 87px 110px;
      max-width: 800px; } }
  @media screen and (min-width: 1500px) {
    #ttcmsaboutus .ttaboutusblock .ttcms-desc {
      right: 145px; } }
  #ttcmsaboutus .ttaboutusblock .ttcms-desc .title_block {
    margin-bottom: 0; }
    #ttcmsaboutus .ttaboutusblock .ttcms-desc .title_block .ttblock-heading {
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      text-transform: uppercase;
      font-weight: 300;
      color: #67686a;
      padding-bottom: 30px; }
      #ttcmsaboutus .ttaboutusblock .ttcms-desc .title_block .ttblock-heading span {
        color: #841619;
        font-weight: 500; }
  #ttcmsaboutus .ttaboutusblock .ttcms-desc .ttabout-desc {
    width: 100%;
    margin: 0; }
    #ttcmsaboutus .ttaboutusblock .ttcms-desc .ttabout-desc span.highlighted {
      color: #841619;
      font-weight: 500; }
  #ttcmsaboutus .ttaboutusblock .ttcms-desc .shop-btn {
    display: block;
    margin: auto 0 0 0;
    width: 100%; }
    #ttcmsaboutus .ttaboutusblock .ttcms-desc .shop-btn a {
      border: 1px solid #841619;
      background: #841619;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 13px;
      line-height: 13px;
      padding: 16px 30px;
      text-transform: uppercase;
      border: 0;
      height: 48px; }
      #ttcmsaboutus .ttaboutusblock .ttcms-desc .shop-btn a:hover {
        background: #fff;
        border: 1px solid #841619;
        color: #841619; }

#newslatter-home {
  background: url(../../assets/img/background/primeurs.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 218px;
  padding: 60px 0;
  margin-bottom: 100px; }
  #newslatter-home .block_newsletter {
    padding: 0; }
    @media (max-width: 991px) {
      #newslatter-home .block_newsletter .tt-title,
      #newslatter-home .block_newsletter .tt-content,
      #newslatter-home .block_newsletter .block_content {
        width: 100%;
        margin: 0 0 15px; } }
    #newslatter-home .block_newsletter .tt-title,
    #newslatter-home .block_newsletter .tt-desc {
      color: #fff; }
    #newslatter-home .block_newsletter .tt-title {
      font: 300 34px "Montserrat", sans-serif;
      text-transform: uppercase;
      padding-bottom: 8px; }
      #newslatter-home .block_newsletter .tt-title span {
        font-weight: 500; }
    #newslatter-home .block_newsletter .tt-desc {
      font: 14px "Montserrat", sans-serif; }
    @media (max-width: 991px) {
      #newslatter-home .block_newsletter .tt-title {
        display: inline-block;
        float: none;
        text-align: center;
        vertical-align: top; }
      #newslatter-home .block_newsletter .tt-desc {
        text-align: center; } }
    #newslatter-home .block_newsletter .ttinput_newsletter {
      background: #fff;
      padding: 20px;
      height: 88px;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 992px) {
        #newslatter-home .block_newsletter .ttinput_newsletter {
          padding: 20px 38px; } }
      #newslatter-home .block_newsletter .ttinput_newsletter .btn-cta {
        position: absolute;
        right: 30px;
        height: 48px !important;
        width: 164px; }
      #newslatter-home .block_newsletter .ttinput_newsletter .btn-cta.mobil {
        max-width: 45px !important;
        padding: 10px; }
      #newslatter-home .block_newsletter .ttinput_newsletter .input-wrapper {
        width: 100%; }
    #newslatter-home .block_newsletter form input[type=email] {
      border: 0;
      min-width: 100%;
      text-align: left;
      height: 48px;
      padding-left: 0; }

@media screen and (max-width: 575px) {
  #ttcmsaboutchef {
    float: none; } }
#ttcmsaboutchef .content .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    #ttcmsaboutchef .content .item {
      height: 290px; } }
  @media screen and (min-width: 1200px) {
    #ttcmsaboutchef .content .item {
      height: 270px; } }
  #ttcmsaboutchef .content .item .infos {
    background: #f7f7f5;
    position: absolute;
    opacity: 0.97;
    padding: 30px;
    max-width: 430px;
    min-height: 230px;
    left: 10px;
    right: 10px;
    top: 24px; }
    @media screen and (min-width: 576px) {
      #ttcmsaboutchef .content .item .infos {
        right: 10px;
        left: initial; } }
    @media screen and (min-width: 992px) {
      #ttcmsaboutchef .content .item .infos {
        right: -10px;
        left: initial;
        min-height: 200px; } }
    @media screen and (min-width: 1200px) {
      #ttcmsaboutchef .content .item .infos {
        min-height: 230px; } }
    @media screen and (min-width: 1360px) {
      #ttcmsaboutchef .content .item .infos {
        height: 220px;
        max-width: 430px;
        min-height: 202px;
        right: -54px; } }
    #ttcmsaboutchef .content .item .infos h3 {
      font-weight: 300;
      font-size: 16px;
      padding-bottom: 10px;
      text-transform: uppercase;
      color: #841619;
      margin-bottom: 0; }
      #ttcmsaboutchef .content .item .infos h3 span {
        font-weight: 500; }
      @media screen and (min-width: 1200px) {
        #ttcmsaboutchef .content .item .infos h3 {
          font-size: 20px;
          min-height: 38px; } }
    #ttcmsaboutchef .content .item .infos .about {
      text-align: justify;
      font-size: 14px;
      padding-bottom: 38px;
      line-height: 18px; }
      @media screen and (min-width: 992px) {
        #ttcmsaboutchef .content .item .infos .about {
          padding-bottom: 25px; } }
    #ttcmsaboutchef .content .item .infos .action {
      text-align: right; }
    #ttcmsaboutchef .content .item .infos.bordeaux {
      background: #841619; }
      #ttcmsaboutchef .content .item .infos.bordeaux h3,
      #ttcmsaboutchef .content .item .infos.bordeaux .about {
        color: #fff; }
    @media screen and (min-width: 576px) {
      #ttcmsaboutchef .content .item .infos.left {
        left: 10px;
        right: initial; } }
    @media screen and (min-width: 992px) {
      #ttcmsaboutchef .content .item .infos.left {
        left: -10px;
        right: initial; } }
    @media screen and (min-width: 1360px) {
      #ttcmsaboutchef .content .item .infos.left {
        right: initial;
        left: -54px; } }

.carrousel-blog {
  padding: 0;
  clear: left; }
  .carrousel-blog .slick-list {
    margin: 100px auto; }
    .carrousel-blog .slick-list .slick-slide {
      margin: 0px 5px;
      opacity: 0.5;
      transition: all ease-in-out .3s; }
      .carrousel-blog .slick-list .slick-slide.slick-active {
        opacity: 1; }
      .carrousel-blog .slick-list .slick-slide img {
        max-width: 100%; }
  .carrousel-blog .slick-prev:before,
  .carrousel-blog .slick-next:before {
    display: none; }
  .carrousel-blog button {
    background: url("/themes/PRS01/assets/img/btndirection.png") center no-repeat;
    border: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    z-index: 1; }
    .carrousel-blog button:hover, .carrousel-blog button:focus {
      background: url("/themes/PRS01/assets/img/btndirectiondark.jpg") center no-repeat; }
  .carrousel-blog button.slick-next {
    right: 1%; }
    @media (min-width: 1200px) {
      .carrousel-blog button.slick-next {
        right: 6%; } }
    @media (min-width: 1450px) {
      .carrousel-blog button.slick-next {
        right: 12%; } }
  .carrousel-blog button.slick-prev {
    left: 1%;
    transform: translate(0, -50%) rotate(180deg); }
    @media (min-width: 1200px) {
      .carrousel-blog button.slick-prev {
        left: 6%;
        transform: translate(0, -50%) rotate(180deg); } }
    @media (min-width: 1450px) {
      .carrousel-blog button.slick-prev {
        left: 14%;
        transform: translate(0, -50%) rotate(180deg); } }

.logo-partner-wrapper {
  padding: 10px;
  text-align: center; }

.options .quantite {
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 1200px) {
    .options .quantite {
      float: none;
      width: 100%; } }
  .options .quantite .control-label {
    color: #67686a;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px; }
  .options .quantite .qty {
    max-width: 210px; }

.float-none {
  float: none !important; }

/*------------------------------------------------------------------------------------
 ------------------->>> listing produit et show produit<<<----------------------

 -----------------------------------------------------------------------------------  */
#rmis-back-top-wrapper {
  margin-top: 125px; }

#category main {
  overflow-x: hidden; }

.block-category .h1.title-category {
  font: 500 20px "Montserrat", sans-serif;
  color: #841619;
  text-transform: uppercase;
  letter-spacing: 1.18px;
  padding-bottom: 12px; }

#category-description.text-muted {
  font: 11px "Montserrat", sans-serif;
  color: #67686a;
  letter-spacing: 0;
  line-height: 18px; }

.more-infos > dl {
  margin-top: 2.2rem; }

#left-column > #search_filters_wrapper #search_filters > p {
  font: 500 18px "Montserrat", sans-serif;
  color: #67686a;
  text-transform: uppercase;
  position: relative; }
  #left-column > #search_filters_wrapper #search_filters > p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #841619; }

#left-column .text-uppercase:before {
  display: none; }

#search_filters_wrapper .btn-tertiary {
  background: #841619;
  padding: 16px;
  color: #fff;
  text-transform: capitalize;
  font: 13px "Montserrat", sans-serif; }

#search_filters .facet {
  padding-top: 40px; }

#search_filters .facet .facet-title {
  font: 14px "Montserrat", sans-serif;
  color: #67686a;
  padding-bottom: 20px; }

#search_filters_wrapper #search_filters ul li label {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  align-items: flex-start; }

#search_filters .facet .facet-label a {
  overflow: initial;
  display: block;
  vertical-align: top;
  line-height: 4px; }

#search_filters_wrapper #search_filters ul li label > span span, body#checkout .custom-checkbox span,
.custom-checkbox input[type="checkbox"] + span {
  border: 1px solid #67686a;
  background: #fff; }

body#checkout #checkout-payment-step.checked .custom-checkbox input[type="checkbox"] + span {
  background: #841619 none repeat scroll 0 0;
  border: 4px solid #ffffff;
  outline: solid 1px #841619;
  z-index: 999999999999; }

#search_filters_wrapper #search_filters .custom-checkbox input[type="checkbox"]:checked + span {
  background: #841619 none repeat scroll 0 0;
  border: 4px solid #fff;
  outline: solid 1px #841619; }

.custom-checkbox input[type="checkbox"] + span i.checkbox-checked,
.custom-checkbox input[type="checkbox"]:checked + span i.checkbox-checked {
  font-size: 1.1rem;
  color: #414141; }

.ui-slider .ui-slider-range {
  z-index: 0; }

#left-column #search_filters .ui-slider .ui-slider-handle {
  z-index: 0; }

.active_filters {
  background: #f7f7f5; }
  .active_filters .active-filter-title {
    font-weight: normal;
    color: #67686a;
    text-transform: uppercase; }
  .active_filters .filter-block {
    background: #841619;
    padding: 16px;
    color: #fff;
    text-transform: capitalize;
    font: 13px "Montserrat", sans-serif; }
    .active_filters .filter-block .close {
      color: #fff; }

#category #search_filter_toggler {
  background: #841619;
  min-height: 45px; }

.products-sort-order .dropdown-menu {
  background: #f7f7f5; }

.ttbestseller-products h3 {
  font: 500 18px "Montserrat", sans-serif;
  color: #67686a;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  padding: 0 0 10px; }
  .ttbestseller-products h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #841619; }
.ttbestseller-products .ttbestseller-content article .ttproduct-image a img {
  height: 108px !important;
  width: auto !important; }
.ttbestseller-products .ttbestseller-content article .ttproduct-desc .product-description .product-title {
  font: 13px "Montserrat", sans-serif !important;
  color: #67686a !important;
  letter-spacing: 0 !important;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important; }
.ttbestseller-products .ttbestseller-content article .ttproduct-desc .product-description .price {
  font: 10px "Montserrat", sans-serif;
  color: #67686a;
  letter-spacing: 0.67px;
  padding-bottom: 10px;
  display: block; }
.ttbestseller-products .ttbestseller-content article .ttproduct-desc .product-description .price-cercle {
  font: 600 12px "Montserrat", sans-serif;
  color: #841619;
  letter-spacing: 0.8px; }

#products .products {
  display: flex !important; }
  #products .products .ttproduct-desc .product-description .product-price-and-shipping {
    opacity: 1; }
#products ul.product-flags {
  display: none; }
#products .products-selection {
  border: 1px solid #f7f7f5; }
#products #js-product-list-top {
  margin-top: 40px;
  margin-bottom: 35px; }
  #products #js-product-list-top .products-sort-order button .material-icons {
    color: #841619; }
#products .product-title {
  margin-bottom: 16px; }
  @media screen and (min-width: 545px) {
    #products .product-title {
      min-height: 41px; } }
  @media screen and (min-width: 698px) {
    #products .product-title {
      min-height: initial; } }
  @media screen and (min-width: 768px) {
    #products .product-title {
      min-height: 38px; } }
#products .product-title a,
#products .product-list .product-title a {
  font: 15px "Montserrat", sans-serif;
  color: #67686a;
  margin: 0;
  text-transform: uppercase;
  white-space: pre-wrap;
  display: block; }
#products .cat-name {
  display: block;
  font: 11px "Noto Serif", sans-serif;
  color: #67686a;
  text-transform: uppercase;
  padding-bottom: 16px; }
#products .product-price-and-shipping .price,
#products .product-list .product-price-and-shipping .price {
  font: 13px "Montserrat", sans-serif;
  color: #67686a;
  min-height: 45px;
  font-weight: normal !important;
  margin-top: 16px; }
#products .price-cercle {
  font: 600 15px "Montserrat", sans-serif;
  color: #841619;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 30px; }
#products .thumbnail-container .ttproduct-desc {
  min-height: 162px; }
#products .thumbnail-container .block-need-connexion {
  margin-top: 1em; }
  #products .thumbnail-container .block-need-connexion .need-connexion {
    font: 13px "Montserrat", sans-serif;
    color: #841619;
    width: 100%;
    border: solid 1px;
    padding: 8px 20px; }
#products .thumbnail-container .ttproducthover {
  bottom: -11px; }
  @media screen and (min-width: 768px) {
    #products .thumbnail-container .ttproducthover {
      bottom: 20px; } }
  #products .thumbnail-container .ttproducthover .product-add-to-cart .btn {
    background: url("../../assets/img/pictos/cart.png") no-repeat;
    background-position: center center !important; }
    #products .thumbnail-container .ttproducthover .product-add-to-cart .btn:hover {
      background: url("../../assets/img/pictos/cart-red-add.png") no-repeat; }
  #products .thumbnail-container .ttproducthover .quick-view-block .btn {
    background: url("../../assets/img/pictos/cart.png") no-repeat;
    background-position: center center !important; }
  #products .thumbnail-container .ttproducthover .wishlist {
    display: none; }
  #products .thumbnail-container .ttproducthover .compare {
    display: none; }
  #products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button:hover {
    background: url("../../assets/img/pictos/cart.png") no-repeat; }
  #products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button:hover {
    background: url("../../assets/img/pictos/cart-red-add.png") no-repeat; }
  #products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable {
    background: url("../../assets/img/pictos/cart-disable1.png") no-repeat; }
    #products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover {
      background: url("../../assets/img/pictos/cart-disable1.png") no-repeat; }
@media screen and (min-width: 640px) {
  #products .product-list .thumbnail-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
#products .product-list .thumbnail-container .tt-product-image {
  margin-bottom: 0; }
#products .product-list .thumbnail-container .ttproduct-image,
#products .product-list .thumbnail-container .ttproduct-desc {
  -webkit-align-self: stretch;
  align-self: stretch; }
#products .product-list .thumbnail-container .product-title {
  min-height: initial;
  padding-bottom: 14px;
  margin: 0; }
  @media screen and (min-width: 544px) {
    #products .product-list .thumbnail-container .product-title a {
      text-align: left; } }
#products .product-list .thumbnail-container .cat-name {
  padding-bottom: 19px;
  margin: 0; }
#products .product-list .thumbnail-container .product-description {
  height: initial !important; }
#products .product-list .thumbnail-container .product-desc-short {
  display: block;
  font: 14px "Montserrat", sans-serif;
  color: #67686a;
  padding-bottom: 15px; }
  @media screen and (min-width: 1200px) {
    #products .product-list .thumbnail-container .product-desc-short {
      padding-bottom: 29px; } }
#products .product-list .thumbnail-container .ttproduct-desc {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start; }
  @media screen and (min-width: 992px) {
    #products .product-list .thumbnail-container .ttproduct-desc {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
#products .product-list .thumbnail-container .product-price-and-shipping {
  margin: 0; }
#products .product-list .thumbnail-container .quick-view-block .btn:hover {
  background: #f7f7f5 url("../img/product-sprite.png") no-repeat;
  background-position: -32px -126px !important; }
@media screen and (min-width: 545px) {
  #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default {
    background: #841619;
    color: #fff; }
    #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default:before {
      background: url("../../assets/img/pictos/cart-white.png") no-repeat;
      left: 7px;
      top: 7px; } }
#products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span {
  font: 13px "Montserrat", sans-serif; }
@media screen and (min-width: 545px) {
  #products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.add-to-cart-disable {
    background: #67686a; } }
#products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.add-to-cart-disable:hover {
  background: #67686a; }
#products .pagination {
  border: 1px solid #f7f7f5; }

.quickview .outofstock {
  font-size: 19px; }

.grid-list #ttgrid {
  background: url("../../assets/img/pictos/grid.png") no-repeat;
  background-position: center center; }

.grid-list #ttgrid:hover,
.grid-list #ttgrid.active {
  background: url("../../assets/img/pictos/grid-active.png") no-repeat;
  background-position: center center; }

.grid-list #ttlist {
  background: url("../../assets/img/pictos/list.png") no-repeat;
  background-position: center center; }

.grid-list #ttlist:hover,
.grid-list #ttlist.active {
  background: url("../../assets/img/pictos/list-active.png") no-repeat;
  background-position: center center; }

.products-selection .total-products p {
  font: 12px "Montserrat", sans-serif;
  color: #67686a;
  line-height: 25px; }

.products-selection .sort-by {
  font: 12px "Montserrat", sans-serif;
  color: #67686a;
  text-transform: inherit;
  padding-top: 0;
  line-height: 45px; }

.products-sort-order .select-title {
  font: 11px "Montserrat", sans-serif;
  font-style: italic;
  color: #67686a;
  border: 2px solid #f7f7f5;
  vertical-align: middle;
  line-height: 25px; }

.content-top {
  border-bottom: 1px solid #67686a;
  margin-top: 35px; }
  @media screen and (min-width: 768px) {
    .content-top {
      margin-top: 0; } }
  .content-top .tt-producttitle {
    text-transform: uppercase;
    color: #67686a;
    font-weight: 300;
    font-size: 22px;
    padding: 0 0 14px;
    border-bottom: 0; }
  .content-top .cat-name {
    display: block;
    text-align: left;
    font: 14px "Noto Serif", sans-serif;
    color: #67686a;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 28px; }

.product-cover img {
  border: 0; }

.product-cover {
  position: relative; }

.product-prices {
  padding-top: 20px;
  width: 100%; }
  .product-prices .product-price {
    margin-bottom: 0; }
    .product-prices .product-price .current-price .prix-produit {
      margin-bottom: 0; }
      .product-prices .product-price .current-price .prix-produit .prix-cercle {
        margin-bottom: 0; }

.product-prices .prix-public,
.product-prices .prix-cercle {
  display: block;
  width: 100%;
  padding-left: 15px; }

.product-prices .prix-cercle {
  font-size: 18px;
  font-weight: bold;
  color: #841619;
  letter-spacing: 1.2px; }

.product-prices .tax-shipping-delivery-label {
  display: none; }

.product-prices .prix-public {
  font-size: 14px;
  color: #67686a;
  letter-spacing: 0.93px; }

.scroll-box-arrows i {
  background: #841619;
  border: 1px solid #841619; }

.product-actions .product-add-to-cart .add {
  width: 100%; }
  .product-actions .product-add-to-cart .add .btn.btn-primary.add-to-cart {
    width: 100%; }
    .product-actions .product-add-to-cart .add .btn.btn-primary.add-to-cart:before {
      background: url("../../assets/img/pictos/cart-white.png") no-repeat;
      background-position: center center !important;
      border: 0;
      left: 20px;
      top: -7px;
      width: 56px;
      height: 56px;
      z-index: 0; }
    @media screen and (min-width: 1200px) {
      .product-actions .product-add-to-cart .add .btn.btn-primary.add-to-cart {
        width: 325px; } }
    .product-actions .product-add-to-cart .add .btn.btn-primary.add-to-cart:hover:before {
      background: url("../../assets/img/pictos/cart.png") no-repeat; }
    .product-actions .product-add-to-cart .add .btn.btn-primary.add-to-cart.add-to-cart-disable:hover:before {
      background: url("../../assets/img/pictos/cart-disable1.png") no-repeat; }
.product-actions .product-additional-info > .product-maximal-quantity {
  color: #841619;
  font-size: 18px;
  font-weight: bold; }

#content .images-container .layer.hidden-sm-down {
  z-index: 0; }

.more-infos .anecdote .title,
.more-infos .avis-caviste .title {
  font-family: "Noto Serif", sans-serif;
  font-size: 15px;
  color: #67686a;
  letter-spacing: 1px;
  margin: 2rem 0 1rem 0; }
.more-infos .anecdote p,
.more-infos .avis-caviste p {
  font-size: 14px;
  color: #67686a;
  letter-spacing: 0;
  line-height: 24px; }

.product-information p {
  color: #67686a;
  font-weight: normal; }
.product-information .caracteristique {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 0;
  border-top: 2px solid #F7F7F5;
  border-left: 2px solid #F7F7F5;
  border-right: 2px solid #F7F7F5; }
  @media screen and (min-width: 768px) {
    .product-information .caracteristique {
      padding: 15px; } }
  @media screen and (min-width: 1100px) {
    .product-information .caracteristique {
      padding: 15px 23px; } }
  .product-information .caracteristique:last-child {
    border-bottom: 2px solid #F7F7F5; }
  .product-information .caracteristique dt,
  .product-information .caracteristique dd {
    display: inline-block; }
  .product-information .caracteristique dt {
    font-style: italic;
    font-family: 600 14px "Montserrat", sans-serif;
    color: #841619;
    padding-right: 5px; }
  .product-information .caracteristique dd {
    margin-bottom: 0;
    font-family: 14px "Montserrat", sans-serif;
    color: #67686a;
    line-height: 18px; }
  .product-information .caracteristique dt.name:before {
    content: '';
    height: 17px;
    width: 15px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .product-information .caracteristique dt.name:before {
        margin-right: 15px; } }
    @media screen and (min-width: 1100px) {
      .product-information .caracteristique dt.name:before {
        margin-right: 25px; } }
  .product-information .caracteristique dt.name.feature-22:before {
    background: url("../img/pictos/format-vin-cave-briau.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-23:before {
    background: url("../img/pictos/region.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-24:before {
    background: url("../img/pictos/degre.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-25:before {
    background: url("../img/pictos/type-vin-cave-briau.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-26:before {
    background: url("../img/pictos/couleur.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-27:before {
    background: url("../img/pictos/appellation.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-28:before {
    background: url("../img/pictos/millesime.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-29:before {
    background: url("../img/pictos/cepage.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-30:before {
    background: url("../img/pictos/classement.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-31:before {
    background: url("../img/pictos/vieillissement.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-32:before {
    background: url("../img/pictos/accord-vin-cave-briau.png") no-repeat bottom left; }
  .product-information .caracteristique dt.name.feature-33:before {
    background: url("../img/pictos/picto-euros.png") no-repeat bottom left; }

.ttproductpagetab .tabs .nav-tabs .nav-link.active {
  border-bottom: 3px solid #841619;
  color: #841619; }

.options {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .options .block-need-connexion .need-connexion {
    font: 13px "Montserrat", sans-serif;
    color: #841619;
    width: 100%;
    border: solid 1px;
    padding: 8px 20px; }
  .options .format {
    vertical-align: top;
    display: inline-block; }
    @media screen and (max-width: 1200px) {
      .options .format {
        width: 100%;
        float: none; } }
    .options .format .product-variants .product-variants-item {
      margin: 0; }
      .options .format .product-variants .product-variants-item .control-label {
        font-size: 13px;
        color: #67686a;
        letter-spacing: 0;
        line-height: 18px; }
      .options .format .product-variants .product-variants-item select.form-control-select {
        background: url("../../assets/img/pictos/arrow-down.png") no-repeat center right;
        background-position: 149px center;
        border: 2px solid #f7f7f5;
        height: 48px;
        font-style: italic;
        font-size: 11px;
        color: #67686a;
        max-width: 210px;
        text-transform: inherit;
        padding: 10px; }
        .options .format .product-variants .product-variants-item select.form-control-select option {
          font-style: italic;
          font-size: 12px;
          color: #67686a;
          padding: 20px 0; }
  .options .millesime {
    vertical-align: top;
    display: inline-block; }
    @media screen and (max-width: 1200px) {
      .options .millesime {
        width: 100%;
        float: none; } }
    @media screen and (min-width: 1200px) {
      .options .millesime {
        margin-left: -3px; } }
    .options .millesime .control-label {
      font-size: 13px;
      color: #67686a;
      letter-spacing: 0;
      line-height: 18px; }
    .options .millesime .dropdown .btn-secondary.dropdown-toggle {
      background: #fff;
      border: 2px solid #f7f7f5;
      font-style: italic;
      font-size: 11px;
      color: #67686a;
      max-width: 210px;
      min-width: 210px;
      text-transform: inherit;
      padding: 10px;
      text-align: left;
      line-height: 22px;
      position: relative; }
      .options .millesime .dropdown .btn-secondary.dropdown-toggle:after {
        border: 0;
        content: '';
        background: url("../../assets/img/pictos/arrow-down.png") no-repeat;
        background-position: center center;
        height: 20px;
        width: 20px;
        position: absolute;
        right: 10px;
        top: 10px; }
      @media screen and (min-width: 1200px) {
        .options .millesime .dropdown .btn-secondary.dropdown-toggle {
          min-width: 170px;
          max-width: auto; } }

.product-accessories h3.tt-title {
  font-weight: 300;
  font-size: 34px;
  color: #67686a;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 30px; }
  @media screen and (max-width: 1200px) {
    .product-accessories h3.tt-title {
      padding-bottom: 60px; } }
  .product-accessories h3.tt-title span {
    color: #841619;
    font-weight: bold; }
.product-accessories .thumbnail-container {
  margin-bottom: 50px; }
  .product-accessories .thumbnail-container .ttproduct-image {
    margin-bottom: 0; }
  .product-accessories .thumbnail-container .product-title {
    min-height: 63px;
    margin-bottom: 0; }
    .product-accessories .thumbnail-container .product-title a {
      font: 15px "Montserrat", sans-serif;
      color: #67686a;
      margin: 15px 0 16px;
      text-transform: uppercase;
      white-space: pre-wrap;
      display: block; }
  .product-accessories .thumbnail-container .product-desc-short {
    display: none;
    font: 11px "Noto Serif", sans-serif;
    color: #67686a;
    text-transform: uppercase;
    padding-bottom: 29px; }
  .product-accessories .thumbnail-container .cat-name {
    display: block;
    font: 11px "Noto Serif", sans-serif;
    color: #67686a;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 16px;
    letter-spacing: 2px; }
  .product-accessories .thumbnail-container .product-price-and-shipping {
    font: 13px "Montserrat", sans-serif;
    color: #67686a;
    min-height: 45px; }
  .product-accessories .thumbnail-container .price-cercle {
    font: 600 15px "Montserrat", sans-serif;
    color: #841619;
    padding-top: 10px; }
  .product-accessories .thumbnail-container .ttproducthover .product-add-to-cart .btn {
    background: url("../../assets/img/pictos/cart.png") no-repeat;
    background-position: center center !important;
    border: 0; }
    .product-accessories .thumbnail-container .ttproducthover .product-add-to-cart .btn:hover {
      background: url("../../assets/img/pictos/cart-red-add.png") no-repeat; }
    .product-accessories .thumbnail-container .ttproducthover .product-add-to-cart .btn.add-to-cart-disable {
      background: url("../../assets/img/pictos/cart-disable1.png") no-repeat; }
  .product-accessories .thumbnail-container .ttproducthover .quick-view-block .btn {
    background: url("../../assets/img/pictos/cart.png") no-repeat;
    background-position: center center !important; }
  .product-accessories .thumbnail-container .ttproducthover .wishlist {
    display: none; }
  .product-accessories .thumbnail-container .ttproducthover .compare {
    display: none; }
.product-accessories .owl-buttons div.owl-prev,
.product-accessories .owl-buttons div.owl-next {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0;
  /* Firefox 1-3.6 */
  -moz-border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0; }
  .product-accessories .owl-buttons div.owl-prev i,
  .product-accessories .owl-buttons div.owl-next i {
    display: none; }
  .product-accessories .owl-buttons div.owl-prev:before, .product-accessories .owl-buttons div.owl-prev:after,
  .product-accessories .owl-buttons div.owl-next:before,
  .product-accessories .owl-buttons div.owl-next:after {
    display: none; }
.product-accessories .owl-buttons div.owl-prev {
  background: url("/themes/PRS01/assets/img/btndirection.png") center no-repeat;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .product-accessories .owl-buttons div.owl-prev:hover {
    background: url("/themes/PRS01/assets/img/btndirectiondark.jpg") center no-repeat;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.product-accessories .owl-buttons div.owl-next {
  background: url("/themes/PRS01/assets/img/btndirection.png") center no-repeat; }
  .product-accessories .owl-buttons div.owl-next:hover {
    background: url("/themes/PRS01/assets/img/btndirectiondark.jpg") center no-repeat; }

.quickview .modal-body {
  margin-top: 0; }
  .quickview .modal-body .block-need-connexion {
    margin-top: 1em; }
    .quickview .modal-body .block-need-connexion .need-connexion {
      font: 13px "Montserrat", sans-serif;
      color: #841619;
      width: 100%;
      border: solid 1px;
      padding: 8px 20px; }

.close {
  color: #fff; }

.input-group {
  z-index: 0; }

#content-hook_order_confirmation {
  margin-bottom: 5em; }

#content-hook_order_confirmation .h1.card-title {
  text-transform: inherit; }

#product-description-short > table:nth-child(1),
.avis-caviste > table:nth-child(2) {
  width: 100% !important; }

.modal-content .avis-caviste {
  margin-top: 1rem; }

.product-actions {
  margin-top: 1rem; }

@media only screen and (max-width: 767px) {
  article.product-miniature .quick-view-block {
    padding-bottom: 20px; } }
div.product-information > div.more-infos > dl > div.caracteristique > dd.value {
  display: inline; }

.briau-base-price {
  font-size: 16px;
  opacity: .8;
  text-decoration: line-through; }

.briau-base-price-striped {
  opacity: .8;
  text-decoration: line-through; }

.briau-discount-price {
  font-size: 22px;
  margin-left: 8px;
  white-space: nowrap; }

.price-striped {
  text-decoration: line-through; }

.promo-banner {
  background-color: #841619;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding-left: 15px;
  padding: 6px 10px;
  position: absolute;
  text-align: center; }

/*  -------------------------------------------------------
    ------------------->>> panier et compte<<<----------------------
    -------------------------------------------------------  */
#content-hook_order_confirmation.card {
  min-height: inherit; }

#order-items {
  border: 0; }

#order-details {
  padding-left: 10px;
  padding-top: 15px; }

#blockcart-modal .cart-content .btn {
  align-items: center;
  display: inline-flex;
  height: 58px; }

#blockcart-modal .cart-content .btn.btn-secondary {
  height: 58px;
  border: 1px solid #841619; }

.cart_block .cart-buttons a.btn-primary:focus,
.cart_block .cart-buttons a.btn-primary:hover {
  color: #841619 !important; }

.cart-buttons .show-cart a {
  color: #841619 !important; }

.remove_link a i.material-icons {
  color: #841619 !important; }

.price-cercle {
  font: 600 12px "Montserrat", sans-serif;
  color: #841619;
  letter-spacing: 0.8px; }

.cart-items .product-line-info:first-child .label {
  font: 15px "Montserrat", sans-serif;
  color: #67686a;
  margin: 0;
  text-transform: uppercase;
  white-space: pre-wrap;
  display: block; }

#authentication .no-account a {
  color: #841619;
  text-decoration: underline; }

#blockcart-modal .divide-right div div p:first-of-type {
  margin-bottom: 0; }
#blockcart-modal .divide-right .goodprice {
  color: #841619;
  font-weight: bold;
  font-size: 17px; }

.card.cart-container .cart-item.outofstock {
  border: 2px solid #e6a2a2; }

.card.cart-container .cart-item.outofstock .outofstock {
  color: #e6a2a2;
  margin-left: 10px; }

/* ----------------------------- */
/* PAGE BLOG du module def_wordpress     */
/* ----------------------------- */
#module-def_wordpress-posts .card {
  background: white; }
  #module-def_wordpress-posts .card h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 300;
    color: #841619;
    padding-bottom: 30px;
    text-align: center;
    padding-bottom: 30px; }
  #module-def_wordpress-posts .card li {
    margin-bottom: 30px; }
    #module-def_wordpress-posts .card li article {
      max-width: 250px;
      margin: 0 auto;
      cursor: pointer;
      transition: 0.3s ease-in-out; }
      #module-def_wordpress-posts .card li article .pict-post {
        width: 250px;
        height: 250px;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        #module-def_wordpress-posts .card li article .pict-post:before {
          border: 7px solid rgba(255, 255, 255, 0.3);
          content: "";
          float: left;
          height: 90%;
          left: 3%;
          position: absolute;
          top: 5%;
          width: 93%; }
        #module-def_wordpress-posts .card li article .pict-post img {
          height: 100%;
          width: auto;
          /* max-width:100%;
          height:auto;*/ }
      #module-def_wordpress-posts .card li article .infos-post {
        padding: 20px;
        width: 250px;
        background: #f7f7f5;
        min-height: 155px; }
        #module-def_wordpress-posts .card li article .infos-post .title {
          font-family: "Montserrat", sans-serif;
          font-weight: normal;
          font-size: 16px;
          color: #67686a;
          min-height: 48px; }
        #module-def_wordpress-posts .card li article .infos-post a.btn-more.bordeaux {
          max-width: 93px;
          margin: 0 auto 0 0;
          display: block;
          border-bottom: 2px solid #841619; }
      #module-def_wordpress-posts .card li article:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

#module-def_wordpress-post .card {
  background: white; }
  #module-def_wordpress-post .card a.back {
    color: #841619;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 500;
    font-size: 14px; }
    #module-def_wordpress-post .card a.back:before {
      content: '<';
      color: #841619;
      font-size: 20px;
      padding-right: 10px; }
    #module-def_wordpress-post .card a.back:hover {
      font-weight: bold; }
  #module-def_wordpress-post .card h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 300;
    color: #841619;
    padding-bottom: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0; }
  #module-def_wordpress-post .card article figure {
    position: relative;
    max-width: 450px;
    margin: 0 auto; }
    #module-def_wordpress-post .card article figure:before {
      border: 7px solid rgba(255, 255, 255, 0.3);
      content: "";
      float: left;
      height: 90%;
      left: 3%;
      position: absolute;
      top: 5%;
      width: 93%; }
    #module-def_wordpress-post .card article figure img {
      margin: 0 auto;
      display: block; }
  #module-def_wordpress-post .card article .content-post {
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #67686a;
    font-size: 14px; }
    #module-def_wordpress-post .card article .content-post h2 {
      font-family: "Montserrat", sans-serif;
      font-size: 26px;
      padding-bottom: 20px;
      margin-bottom: 0;
      color: #67686a; }
      #module-def_wordpress-post .card article .content-post h2 a {
        color: #67686a; }
    #module-def_wordpress-post .card article .content-post h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      padding-bottom: 10px;
      padding-top: 10px;
      margin-bottom: 0; }
    #module-def_wordpress-post .card article .content-post ul {
      list-style: initial;
      margin-left: 15px; }
    #module-def_wordpress-post .card article .content-post ol {
      margin-left: 15px;
      padding-left: 0; }
    #module-def_wordpress-post .card article .content-post strong {
      font-weight: bold;
      color: #841619; }

.modal {
  display: none; }

.modal.is-open {
  display: block; }

.footer-popup {
  position: absolute; }

.briau-footer-popup .briau-popup-imgcontainer {
  height: 250px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .briau-footer-popup .briau-popup-imgcontainer {
      height: unset; } }
.briau-footer-popup .briau-popup-img {
  border-radius: 30px 30px 0 0;
  object-fit: cover;
  width: 100%; }
  @media (min-width: 768px) {
    .briau-footer-popup .briau-popup-img {
      border-radius: 30px 0 0 30px;
      height: 100%;
      width: unset; } }
.briau-footer-popup .footer-popup-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px; }
.briau-footer-popup .modal-dialog {
  max-width: 760px; }
.briau-footer-popup .modal-img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.briau-footer-popup .modal-title {
  color: #841619;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase; }
.briau-footer-popup .modal-title-grey {
  color: #67686a; }
.briau-footer-popup .modal-body-p {
  color: #000;
  font-size: 16px;
  text-align: center; }
.briau-footer-popup .modal-header {
  border-bottom: unset;
  padding: 10px 0; }
.briau-footer-popup .modal-body {
  flex: 0 1 auto; }
.briau-footer-popup .modal-content {
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3); }
.briau-footer-popup .modal-footer {
  border-top: unset;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .briau-footer-popup .modal-footer {
      margin-left: unset;
      margin-right: unset; } }
.briau-footer-popup .modal-header {
  align-items: center;
  display: flex;
  justify-content: flex-end; }
.briau-footer-popup .modal-close {
  background-color: transparent;
  border: 0;
  margin-right: 0; }
.briau-footer-popup .modal-footer-link {
  margin-bottom: 20px; }
.briau-footer-popup .modal-xxl {
  --bs-modal-width: 558px; }
  @media (min-width: 992px) {
    .briau-footer-popup .modal-xxl {
      --bs-modal-width: 720px; } }
  @media (min-width: 1200px) {
    .briau-footer-popup .modal-xxl {
      --bs-modal-width: 920px; } }
.briau-footer-popup .briau-popup-close {
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 34px;
  z-index: 1; }

strong {
  color: #841619; }

.cms-id-10 #wrapper strong {
  color: #841619; }
.cms-id-10 #wrapper p {
  margin: 0;
  text-align: center;
  font-weight: 500; }
.cms-id-10 #wrapper header {
  margin-bottom: 2em; }
  .cms-id-10 #wrapper header h1.tt-innerpagetitle {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 0;
    line-height: normal; }
.cms-id-10 #wrapper section.page-cms-10 h2.hook-click {
  color: #67686a;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif", sans-serif;
  margin-top: 3em; }
.cms-id-10 #wrapper section.page-cms-10 .steps {
  margin-top: 4em;
  margin-left: -10px;
  margin-right: -10px; }
  .cms-id-10 #wrapper section.page-cms-10 .steps .step {
    padding: 20px;
    font-size: 20px; }
    .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step {
      padding: 2em 1em;
      border: 2px solid #e2e4e0; }
      @media screen and (min-width: 768px) {
        .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step {
          min-height: 450px; } }
      @media screen and (min-width: 992px) {
        .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step {
          min-height: 400px; } }
      @media screen and (min-width: 1200px) {
        .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step {
          min-height: 380px; } }
      .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .maj {
        text-transform: uppercase; }
      .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .img-picto-step {
        margin-right: auto;
        margin-left: auto;
        display: block;
        max-height: 130px;
        max-width: 140px; }
      .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .nb-step {
        color: #841619;
        text-align: center;
        font-weight: bold;
        margin: 1.7em 0; }
      .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .text-step {
        text-align: center;
        font-size: 22px;
        letter-spacing: 2px;
        font-weight: normal; }
      .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .infos-general-clickandcollect {
        margin-left: -10px;
        margin-right: -10px; }
        .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .infos-general-clickandcollect .infos-clickandcollect {
          padding: 2em; }
          .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .infos-general-clickandcollect .infos-clickandcollect h2 {
            font-size: 1.3em;
            font-weight: normal;
            text-align: left; }
            .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .infos-general-clickandcollect .infos-clickandcollect h2 .infos-red {
              color: #841619;
              font-weight: 500; }
          .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .infos-general-clickandcollect .infos-clickandcollect h3 {
            font-family: "Noto Serif", sans-serif;
            color: #67686a;
            font-size: initial; }
          .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .infos-general-clickandcollect .infos-clickandcollect p {
            text-align: left; }
        .cms-id-10 #wrapper section.page-cms-10 .steps .step .wrapper-step .infos-general-clickandcollect .carte-clickandcollect .img-carte {
          max-width: 95%;
          margin-left: auto;
          margin-right: auto;
          display: block; }

#sitemap #page .container-fluid {
  border: 0;
  padding: 0;
  padding-top: 15px; }
#sitemap #page .tt-innerpagetitle {
  color: #841619;
  font-size: 26px; }
#sitemap #page .page-subheading {
  color: #841619;
  font-weight: bolder; }

/*  -------------------------------------------------------
    ------------------->>> UPKEEP <<<----------------------
    -------------------------------------------------------  */
#layout-upkeep {
  margin-top: 50vh;
  transform: translateY(-50%); }
  #layout-upkeep .page-header .logo {
    text-align: center; }
    #layout-upkeep .page-header .logo img {
      width: 250px; }
  #layout-upkeep .page-header h1 {
    font: 30px "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 1.5rem; }
  #layout-upkeep #content {
    margin-top: 3rem; }
    #layout-upkeep #content p {
      font: 18px "Montserrat", sans-serif;
      color: #fff;
      text-align: center;
      margin: 0 auto; }
      @media screen and (min-width: 640px) {
        #layout-upkeep #content p {
          width: 55%; } }
      @media screen and (max-width: 639px) {
        #layout-upkeep #content p {
          margin: 1.5rem; } }
      #layout-upkeep #content p a {
        color: #fff;
        font-weight: bold; }
    #layout-upkeep #content p:nth-child(2) {
      margin-top: 1.4rem; }
    #layout-upkeep #content .rs-picto {
      text-align: center;
      margin-top: 3rem; }
      #layout-upkeep #content .rs-picto img {
        width: 50px;
        margin: 1.6rem; }

/*@import "files/tunnel";*/

/*# sourceMappingURL=main.css.map */
