@charset "UTF-8";
/********** Color **********

Gray : #f6f6f6 .
Gold : #d29506
Gold-nuance :#FFB508
Brown1 : #482812
Brown2 : #654803
yellow : #ffebd2


*********** Color *********/
/**********------------------------------ GENERAL UTILITIES ------------------------------**********/
/***TXT***/
a {
  color: #482812;
}

a:focus,
a:hover {
  color: #ffb508;
  text-decoration: none;
}

p {
  color: #482812;
}

.h1,
.h2,
.h3,
.h4,
body {
  color: #482812;
}

.text-primary {
  color: #d29506 !important;
}

.text-muted {
  color: #482812 !important;
}

#wrapper .breadcrumb li:last-child {
  color: #d29506;
}

#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
  color: #482812;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #482812;
}

input::placeholder, textarea::placeholder {
  color: #482812;
}

/***HOVER***/
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
  color: #ffb508;
}

.account-list a:hover,
.block_newsletter form button[type=submit] .search:hover,
.footer-container li a:hover {
  color: white;
  text-decoration: underline;
}

.product-miniature .product-title a {
  color: #482812;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #ffb508 !important;
}

.form-control:focus {
  border-color: #d29506;
  outline: 0.1875rem solid #d29506;
}

body#checkout a:hover {
  color: #ffb508;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
  color: #ffb508;
}

/***Button***/
.btn-primary,
.btn-secondary {
  background: #d29506;
  color: #f6f6f6;
  border: 2px solid #d29506;
}

.btn.btn-default {
  background: #d29506;
}

.btn-primary:hover {
  background-color: #f6f6f6;
  color: #d29506;
  border: 0.1em solid #d29506;
}

.btn-secondary:hover,
.btn-tertiary:hover {
  background-color: #f6f6f6;
  color: #d29506;
  border: 0.1em solid #d29506;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #d29506;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-color: #d29506;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: white;
}

.wishlist-button-add i {
  color: red !important;
}

.wishlist-button-add i:hover {
  color: #d29506;
}

.wishlist-button-add:hover {
  opacity: 1;
}

.products article .wishlist-button-add {
  top: 1.8rem;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  background: #d29506;
}

.btn-comment {
  background-color: #d29506;
}

.btn-comment:hover {
  background-color: #f6f6f6;
  color: #d29506;
  border: 0.1em solid #d29506;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: #d29506;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #d29506;
}

/* Tableau */
.thead-default th {
  color: #482812;
  background-color: #d29506;
}

tbody {
  background: #f6f6f6;
}

/*-------------------------------------- GENERAL UTILITIES ---------------------------------------*/
/**********------------------------------ LAYOUTS ------------------------------**********/
@media (min-width: 1300px) {
  .container {
    width: 100%;
  }
}
/* Carousel */
.carousel {
  width: 1300px;
  margin: auto;
  border-radius: 50px;
}

.carousel .carousel-inner {
  height: auto;
  border-radius: 50px;
}

.carousel .carousel-item img {
  border-radius: 50px;
  width: 1300px;
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid, .img-thumbnail {
  width: 100%;
}

/*-------------------------------------- LAYOUTS ---------------------------------------*/
/**********------------------------------ PARTIALS ------------------------------**********/
/*** Wrapper ***/
#wrapper {
  background: #ffebd2;
  background-image: url("https://www.vins-lorang.com/img/vl/maison_brun.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  padding-top: 0;
}

#wrapper .breadcrumb {
  width: 100%;
  margin: auto;
  padding: 25px;
}

/*** Header ***/
#header {
  color: #654803;
}

#header .header-top a[data-depth="0"] {
  color: #482812;
}

#header .top-menu a[data-depth="0"]:hover {
  color: #d29506;
  text-decoration: underline;
}

#header a:hover {
  color: #ffb508;
}

#header .header-nav {
  border-bottom: none;
  background: #d29506;
  color: #482812;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header-top-right {
    justify-content: start;
    width: 100%;
    display: grid;
  }
  #_desktop_logo {
    width: 25%;
  }
  #search_widget {
    width: 100%;
    max-width: 100%;
  }
  #header .logo {
    width: 100%;
  }
  #header .header-nav #_desktop_contact_link {
    width: 80%;
  }
  #header .header-nav {
    max-height: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #header .header-top > .container {
    width: 100%;
    margin: auto;
  }
  #header .header-top > .container > .row:first-of-type {
    display: flex;
    align-items: center;
    width: 1300px;
    margin: auto;
  }
  #_desktop_logo {
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 5px;
  }
  .header-top-right {
    width: 100%;
    margin: auto;
    line-height: initial;
  }
  #header .header-top {
    padding: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 100%;
  }
}
/*Banner nav top*/
.dropdown .expand-more {
  color: #482812;
}

/* barre de recherche*/
#search_widget form i {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#search_widget form input {
  background-color: #f6f6f6;
  border-radius: 20px;
}

/* Menu déroulant*/
@media only screen and (min-width: 768px) {
  .top-menu[data-depth="1"] {
    display: flex;
    justify-content: space-evenly;
    padding-top: 25px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
}
.top-menu a.dropdown-submenu {
  text-align: center;
}

.popover {
  background: #d29506;
  font-weight: 600;
}

/*** Footer ***/
@media only screen and (min-width: 1300px) {
  .footer-container {
    background: #d29506;
    display: grid;
    justify-content: center;
  }
}
.imgprecaution {
  width: 100%;
  height: 100%;
}

.precaution {
  padding-top: 15px;
}

.block-contact,
.footer-container li a {
  color: white;
}

/* Social Box Footer */
.block-social.col-lg-4.col-md-12.col-sm-12 {
  width: 100%;
}

.block-social ul,
.product-quantity {
  justify-content: center;
}

.block-social ul li {
  background-color: #d29506;
}

.block-social ul li:hover {
  background-color: #d9a731;
}

.lazyload.alt\= {
  width: 80%;
}

/*-------------------------------------- PARTIALS ---------------------------------------*/
/********* catalog *********/
/* Produits Populaire */
@media only screen and (min-width: 1300px) {
  .featured-products.clearfix {
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    width: 1300px;
    margin: auto;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .product-miniature .thumbnail-container .product-thumbnail img {
    padding: 10px;
    max-width: 100%;
    border: 0.2em solid #d29506;
    border-radius: 20px;
  }
  .featured-products.clearfix .product-miniature .thumbnail-container {
    padding: 25px;
  }
  .product-miniature .thumbnail-container {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: white;
    min-width: auto;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #products .products,
  .featured-products .products,
  .product-accessories .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .product-miniature,
  .product-miniature .product {
    display: grid;
    justify-content: center;
    height: 100%;
    border: 0.1em solid #f6f6f6;
    background: white;
    align-content: start;
    padding: 0;
  }
  .h2.products-section-title.text-uppercase {
    height: 100%;
    background: #d29506;
    background-image: url("https://www.vins-lorang.com/img/vl/21.webp");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 20px 20px 0px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .all-product-link.float-xs-left.float-md-right.h4 {
    height: 100%;
    background: #d29506;
    background-image: url("https://www.vins-lorang.com/img/vl/46.webp");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px 0px 0px 20px;
    color: white;
    display: grid;
    align-items: center;
    margin: 0px;
    width: 100%;
    padding-left: 25px;
    text-transform: uppercase;
    grid-template-columns: 1fr 1fr;
    font-size: 1.3125rem;
  }
  .js-product.product.col-xs-12.col-sm-6.col-lg-4.col-xl-3 {
    padding: 0;
  }
}
.product-flags li.product-flag.on-sale {
  background: red;
  border-radius: 20px;
  margin: auto;
  width: 85%;
}

.product-flags li.product-flag {
  background: red;
}

.product-miniature .highlighted-informations {
  background: #d29506;
}

.product-miniature .highlighted-informations .quick-view {
  color: #482812;
}

.product-miniature .highlighted-informations .quick-view:hover {
  color: #ffb508;
}

/* Boutique colonne gauche */
@media only screen and (min-width: 1300px) {
  .block-categories {
    background: #d29506;
    border-radius: 20px;
    width: 80%;
    padding: 40px;
    font-size: larger;
    margin: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .block-categories .h6 {
    font-size: 2rem;
    font-weight: 600;
  }
  /*Boutique en-tête */
  #category-description {
    padding: 10px;
  }
  .block-category.card.card-block {
    padding: 2em 2em 0em 2em;
  }
  .card {
    background: #d29506;
  }
  .block-category {
    background: #d29506;
    border-radius: 20px 20px 0 0;
    width: 100%;
    margin: auto;
  }
  .block-category h1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .block-category-inner {
    background: #f6f6f6;
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }
  #subcategories {
    border-top: 0.3em solid #d29506;
    margin: auto;
    padding: 40px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    display: none;
  }
  #subcategories .subcategory-heading {
    font-size: 2em;
    text-align: center;
    padding-bottom: 20px;
  }
  #subcategories ul li {
    width: calc(16.6666666667% - 20px);
  }
}
#subcategories ul {
  background: #f6f6f6;
}

#subcategories ul li:hover .subcategory-image a {
  background: linear-gradient(90deg, rgb(210, 149, 6) 33%, rgb(173, 123, 5) 80%);
  border: none;
}

#subcategories ul li .subcategory-image a {
  background: linear-gradient(90deg, rgb(210, 149, 6) 33%, rgb(173, 123, 5) 80%);
}

#subcategories ul li .subcategory-name:hover {
  color: #d29506;
}

.pagination {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
}

.pagination .page-list {
  background: #d29506;
  border-radius: 0px 20px 20px 0;
}

.pagination .current a {
  color: #ffebd2;
}

/* Liste Produits */
@media only screen and (min-width: 1300px) {
  #products {
    color: #482812;
    width: 100%;
    margin: auto;
    background: #f6f6f6;
    border: 0.2em solid #d29506;
    padding: 25px;
  }
  #js-product-list {
    background: #f6f6f6;
    border-top: 0.5em solid #d29506;
  }
  .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
    width: 25%;
    padding: 0;
  }
}
/*Fiche Produit*/
@media only screen and (min-width: 1300px) {
  .page-content {
    background: #d29506;
    border-radius: 20px;
    border: 1em solid #d29506;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .row.product-container.js-product-container {
    width: 80%;
    margin: auto;
    border-top: 0.5em solid #d29506;
    background: #f6f6f6;
    padding: 25px;
    padding-top: 50px;
  }
}
.tabs {
  border: 0.3em solid #d29506;
  border-radius: 20px;
}

.tabs .nav-tabs .nav-link.active {
  color: #d29506;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: #d29506 3px solid;
}

.product-price {
  font-size: 1.5em;
  color: #d29506;
}

.col-md-6 .h1 {
  font-size: 2em;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: #d29506 3px solid;
}

#product-modal .modal-content .modal-body .product-cover-modal,
.product-cover img {
  border: 0.3em solid #d29506;
  border-radius: 20px;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: #d29506 3px solid;
}

.product-accessories.clearfix {
  background: white;
}

.h5.text-uppercase {
  text-align: center;
  padding: 15px;
  background: #d29506;
  color: white;
}

@media only screen and (min-width: 1300px) {
  .product-quantity.clearfix {
    justify-content: start;
  }
  #product #content {
    max-width: 80%;
  }
  .images-container.js-images-container {
    padding: 25px;
  }
  .product-cover {
    justify-content: center;
    display: grid;
  }
  .product-accessories.clearfix {
    width: 80%;
    margin: auto;
  }
  #product-comments-list-header {
    color: #f6f6f6;
    width: 80%;
    margin: auto;
    background: #d29506;
  }
  #empty-product-comment {
    width: 80%;
    margin: auto;
  }
  #product-comments-list {
    width: 80%;
    margin: auto;
  }
  #product-modal .modal-content .modal-body .image-caption {
    border-top: none;
    border-radius: 20px;
    background: #d29506;
  }
}
/* Panier*/
#header .header-nav .cart-preview .shopping-cart {
  color: #482812;
}

#header .header-nav .cart-preview.active {
  background: #ffb508;
}

#blockcart-modal .product-name {
  color: #d29506;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content p.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  color: #d29506;
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  color: #d29506;
}

.cart-grid-body .card-block,
.cart-grid-body .cart-overview {
  background: white;
}

.cart-summary {
  background: white;
  border-top: 0.5em solid #d29506;
}

.cart-container {
  border-top: 0.5em solid #d29506;
}

#js-checkout-summary {
  background: white;
}

.cart-grid-right.col-lg-4 {
  background: white;
}

.info_multiple6 {
  padding: 15px;
}

/*-------- catalog --------*/
/* Formulaire de contact | Information */
.contact-rich {
  color: #482812;
  background: #d29506;
  padding: 25px;
  border-radius: 20px;
}

.contact-rich .block {
  background: white;
  border-radius: 20px;
  padding: 25px;
}

.contact-form {
  color: #482812;
  background: white;
  padding: 25px;
  border-radius: 20px;
  width: 1200px;
  margin: auto;
  border: 0.5em solid #d29506;
}

/********* checkout *********/
body#checkout section.checkout-step .address-item.selected {
  border: #d29506 3px solid;
}

body#checkout .cart-grid-right .card {
  border-top: 0.5em solid #d29506;
  padding: 15px;
}

#order-items {
  background: #f6f6f6;
  padding: 25px;
  border-radius: 20px;
}

#order-details {
  background: #f6f6f6;
  width: 100%;
  padding-top: 25px;
  border-radius: 25px;
}

.page-order-confirmation {
  border-radius: 20px;
}

#content-hook_order_confirmation {
  border-radius: 20px;
}

#content-hook_payment_return {
  border-radius: 20px;
}

.alert-info {
  background-color: #d29506;
  border-color: #d29506;
  color: #482812;
}

.table-responsive {
  display: table;
}

#stores .page-stores .store-item-container {
  background: #f6f6f6;
  border-radius: 20px;
}

#stores .page-stores .store-item-container .divide-left {
  background: #f6f6f6;
  border-radius: 20px;
}

@media only screen and (max-width: 1300px) {
  #stores .page-stores .store-item-container .divide-left {
    background: #f6f6f6;
    padding: 15px;
  }
  #stores .page-stores .store-item-container {
    background: #d29506;
    padding: 10px;
  }
}
/*-------- checkout --------*/
/********* cms *********/
/*-------- cms --------*/
/********* Customer *********/
.wishlist-add-to-new i {
  color: #d29506 !important;
}

.page-header {
  width: 80%;
  margin: auto;
  text-align: center;
}

.page-authentication #content,
.page-registration #content {
  border: 0.3em solid #d29506;
  border-radius: 20px;
}

.page-customer-account #content {
  color: #482812;
  width: 80%;
  margin: auto;
  margin-bottom: auto;
  border: 0.3em solid #d29506;
  border-radius: 20px;
}

.forgotten-password .form-fields label.required {
  width: 140px;
}

#back-to-login {
  width: 80%;
  margin: auto;
  display: block;
}

.page-my-account #content .links {
  background: #d29506;
  width: 80%;
  margin: auto;
  border-top: 0.5em solid #d29506;
}

.page-addresses .address {
  border: 0.3em solid #d29506;
  border-radius: 20px;
}

#order-return-infos .thead-default th,
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover,
.page-my-account #content .links a:hover {
  color: #ffb508;
}

.page-my-account #content .links a i {
  color: #482812;
}

.page-my-account #content .links a span.link-item {
  border-radius: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

#main .wishlist-container .card.page-content {
  border: 0.2em solid #d29506;
  border-radius: 20px;
}

#main .wishlist-products-container .card.page-content {
  background: white;
}

.wishlist-list-item:hover .wishlist-list-item-title {
  color: #ffb508 !important;
}

.wishlist-list-item:hover.wishlist-list-item-title {
  color: #ffb508;
}

.wishlist-modal .modal-content {
  border: 0.2em solid #d29506;
  border-radius: 20px;
}

/*-------- Customer --------*/
/********* Errors *********/
#pagenotfound .page-not-found,
#products .page-not-found {
  color: #d29506;
  background: #f6f6f6;
  border-top: 0.5em solid #d29506;
}

/*-------- Errors --------*/
/**********------------------------------ CONTENT ------------------------------**********/
/*** BANNER PROMO ***/
#wrapper .banner {
  width: 1110px;
  margin: auto;
  padding-top: 25px;
}

/*** Notre Cave ***/
#notre-cave {
  display: grid;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.descriptif_box {
  width: 1300px;
  max-width: 100%;
  font-family: arvo;
  text-align: justify;
  display: grid;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.descriptif_box-white {
  color: #d29506;
  background: white;
  grid-template-columns: 1fr 1.7fr;
  height: auto;
}

.descriptif_box-gold {
  color: white;
  background: #d29506;
  grid-template-columns: 1fr 0.65fr;
  height: 100%;
}

.descriptif_box-gold1 {
  border-radius: 50px 50px 0px 0px;
}

.descriptif_box-gold2 {
  border-radius: 0px 0px 50px 50px;
}

.descriptif_img {
  -o-object-fit: cover;
     object-fit: cover;
}

.descriptif_txt {
  padding: 60px;
  text-align: justify;
}

.descriptif_txt p {
  color: #482812;
  font-size: 1em;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.descriptif_txt-brown h1 {
  color: #654803;
  font-size: 2.4em;
  text-align: center;
  padding-bottom: 25px;
}

.descriptif_txt-gold h1 {
  color: #d29506;
  font-size: 2.4em;
  text-align: center;
  padding-bottom: 25px;
}

.descriptif_box-1 {
  width: 100%;
  border-radius: 50px 0px 0px 0px;
  grid-row: 1/1;
  grid-column: 1/2;
}

.descriptif_box-2 {
  width: 100%;
  border-radius: 0px 50px 0px 0;
  grid-row: 1/1;
  grid-column: 2/2;
  height: 100%;
}

.descriptif_box-3 {
  width: 100%;
  grid-row: 1/1;
  grid-column: 2/2;
}

.descriptif_box-4 {
  width: 100%;
  grid-row: 1/1;
  grid-column: 1/2;
  height: 100%;
  width: 100%;
}

.descriptif_box-5 {
  width: 100%;
  border-radius: 0px 0px 50px 0px;
  grid-row: 1/1;
  grid-column: 1/2;
}

.descriptif_box-6 {
  width: 100%;
  border-radius: 0px 0px 50px 0px;
  grid-row: 1/1;
  grid-column: 2/2;
  height: 100%;
}

/*** Socials ***/
@media only screen and (min-width: 1300px) {
  .socials_mini {
    display: none;
  }
  .socials-reach-title {
    text-align: center;
    background: white;
    padding: 10px;
    width: 400px;
    margin: auto;
    border-radius: 40px 40px 0 0;
  }
  .socials_box {
    width: 1300px;
    display: flex;
    background: #d29506;
    border-radius: 40px;
    margin: auto;
    height: 400px;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .socials_title {
    text-align: center;
    background: #d29506;
    border-radius: 0 20px 20px 0;
    position: absolute;
    z-index: 1;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 50px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .socials_img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 350px;
    border-radius: 10px;
    transition: transform 0.9s;
  }
  .socials_img:hover {
    transform: scale(0.95);
  }
}
/*** Informations***/
#information1-reach {
  width: 1300px;
  margin: auto;
  padding-top: 50px;
}

.information1_title {
  text-align: center;
  background: white;
  padding: 10px;
  width: 400px;
  margin: auto;
  border-radius: 40px 40px 0 0;
}

.information1_box {
  background: #d29506;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  padding: 15px;
  border-radius: 50px 50px 0 0;
}

.information1_ico {
  padding-top: 15px;
}

.information1_txt {
  font-weight: bold;
}

/*** Contact ***/
#contact-reach {
  display: grid;
  justify-content: center;
  padding-top: 25px;
}

.contact-reach_box {
  background: #d29506;
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: center;
  height: 100%;
  border-radius: 50px 50px 0 0;
  width: 1300px;
  padding: 25px;
}

.contact_title {
  color: #482812;
}

.informations_box {
  border-right: 0.5em solid #ffebd2;
  display: grid;
  justify-content: center;
  align-content: center;
}

.accessplan_box {
  padding: 25px;
}

.page-content.card.card-block {
  width: 1300px;
  margin: auto;
}

/*------------------------------ CONTENT ------------------------------*/
/******************************* Mobile ********************************/
@media only screen and (max-width: 1300px) {
  .carousel {
    width: auto;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .carousel .carousel-inner {
    height: auto;
    border-radius: 0;
  }
  .carousel .carousel-item img {
    border-radius: 0;
  }
  #subcategories {
    border-top: 0.3em solid #d29506;
    margin: auto;
    padding: 40px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    display: none;
  }
  .block-category h1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .block-categories {
    background: #d29506;
    border-radius: 20px;
    padding: 40px;
    font-size: larger;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .block-categories h1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .block-categories .h6 {
    font-size: 2rem;
    font-weight: 600;
  }
  .block-category.card.card-block {
    background: #d29506;
    border-radius: 20px 20px 0px 0px;
    padding-top: 1.5em;
    border-bottom: 1em solid #d29506;
  }
  .block-category-inner {
    background: white;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  #products {
    color: #482812;
    background: white;
    border: 0.2em solid #d29506;
    padding: 25px;
  }
  .product-miniature .thumbnail-container .product-thumbnail img {
    border: 0.2em solid #d29506;
    border-radius: 20px;
  }
  .product-miniature .thumbnail-container {
    padding-top: 30px;
  }
  .row.product-container.js-product-container {
    border-top: 0.5em solid #d29506;
    background: white;
    padding: 25px;
  }
  #product-comments-list-header {
    background: #d29506;
    color: white;
  }
  .card-block.cart-detailed-subtotals.js-cart-detailed-subtotals {
    padding: 10px;
  }
  .card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 10px;
  }
  .card-block.cart-summary-totals .cart-summary-line:last-child {
    padding: 10px;
  }
  .footer-container {
    background: #d29506;
  }
  .pagination .page-list {
    margin-bottom: 15px;
  }
  .featured-products.clearfix {
    background: white;
    border-radius: 20px;
  }
  .h2.products-section-title.text-uppercase {
    background: #d29506;
    border-radius: 0 0 20px 20px;
    color: white;
    padding: 15px;
    margin: 0;
  }
  #products .all-product-link,
  .featured-products .all-product-link,
  .product-accessories .all-product-link {
    width: 100%;
    text-align: center;
    color: white;
    background: #d29506;
    border-radius: 20px 20px 0 0;
    margin: 0;
    padding: 15px;
    font-size: 1.3125rem;
  }
  #wrapper .banner {
    width: auto;
  }
  /* Descriptif */
  .descriptif {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
  #notre-cave {
    display: block;
  }
  .descriptif_txt p {
    font-size: 0.8em;
  }
  .descriptif_box-gold {
    border-radius: 30px 30px;
    grid-template-columns: 1fr;
    height: auto;
  }
  .descriptif_box-white {
    grid-template-columns: 1fr;
    height: auto;
  }
  .descriptif_box-gold1 {
    border-radius: 30px 30px 0 0;
  }
  .descriptif_box-gold2 {
    border-radius: 0px 0px 30px 30px;
  }
  .descriptif_box-1 {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    grid-row: 1/2;
    grid-column: 1/1;
    padding: 10px;
    height: 100%;
  }
  .descriptif_box-2 {
    width: 100%;
    border-radius: 0px 0px 0px 0;
    grid-row: 2/2;
    grid-column: 1/1;
    height: 100%;
  }
  .descriptif_box-3 {
    width: 100%;
    grid-row: 1/2;
    grid-column: 1/1;
    padding: 10px;
    height: 100%;
  }
  .descriptif_box-4 {
    width: 100%;
    grid-row: 2/2;
    grid-column: 1/1;
    height: 100%;
  }
  .descriptif_box-5 {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    grid-row: 1/2;
    grid-column: 1/1;
    height: 100%;
    padding: 10px;
  }
  .descriptif_box-6 {
    max-width: 100%;
    border-radius: 0px 0px 30px 30px;
    grid-row: 2/2;
    grid-column: 1/1;
    height: 100%;
    width: 100%;
  }
  /*-- Descriptif --*/
  /* Information */
  #information1-reach {
    width: 100%;
    padding-top: 25px;
  }
  .information1_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .information1_title {
    width: 60%;
    font-size: 1em;
  }
  .socials {
    display: none;
  }
  .socials-reach-title {
    width: 80%;
    border-radius: 20px 20px 0 0;
    font-size: 1em;
    background: white;
    padding: 10px;
    margin: auto;
    text-align: center;
  }
  .socials_box-mini {
    width: 100%;
    display: flex;
    background: #d29506;
    padding: 10px;
    border-radius: 20px;
  }
  .socials_img-mini {
    width: 100%;
    height: 100%;
  }
  #main .wishlist-products-container .card.page-content {
    width: 100%;
    border: 0.3em solid #d29506;
    border-radius: 20px;
  }
  .page-content.card.card-block {
    width: 100%;
    margin: auto;
  }
  .contact-form {
    width: 100%;
  }
  #contact-reach {
    display: block;
    width: 100%;
  }
  .contact-reach_box {
    display: block;
    width: 100%;
  }
  .informations_box {
    border-right: none;
  }
  iframe {
    width: 250px;
    height: 250px;
  }
}
/*** CHR - BE ***/
.infosite-txt {
  width: 1100px;
  margin: auto;
  border: 0.2em solid #d29506;
  background: white;
  border-radius: 40px;
  padding: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 1300px) {
  .infosite-txt {
    width: 100%;
    margin: auto;
    border: 0.2em solid #d29506;
    background: white;
    border-radius: 40px;
    padding: 15px;
    margin-top: 15px;
  }
}/*# sourceMappingURL=custom.css.map */