/* PrestaShop 1.7 - Custom CSS */

/* Category block */
.block-category {
  min-height: inherit;
}

.card-block {
  padding: 0 1.25rem 0.5rem;
}

.block-category h1 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #f1f2f4;
  color: #016b81;
}

/* Header */
#header .logo {
  width: 380px;
  height: auto;
  max-width: 380px !important;
}

.infoh{ font-size: 12px; color: black; }
.infoh h2{ font-size: 12px; color: #002e5f; }

.product-miniature {

    border: 1px solid #f1f2f4;
    padding: 15px 0 0 0px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3125rem 0.4375rem;
    margin-top: .625rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    background: #016b81;
}

.product-flags li.product-flag.discount-percentage, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount {
    background-color: #b49b74;
}

    .col-xl-4 {
        float: left;
        width: 24.33333%;
    }
.product-miniature .thumbnail-container {
    margin-bottom: 0;
}


#header .header-nav {
  border-bottom: 0px;
  background-color: #016b81;
}

#header .container {
  background-color: inherit;
  padding: 0;
}

#header a {
  color: #fff !important;
}

/* Subcategories */
#subcategories ul li .subcategory-image a:hover {
  border: 0;
}

a.btn, a.btn-primary, .cart-content-btn a {
    color:#fff!important;
}


.has-discount .discount {
    background: #ab834c;
}

.btn-primary {
    background-color: #016b81;
}


/* Hide notifications bar */
#notifications {
  display: none;
}

/* Wrapper background (responsive) */
#wrapper, #footer {
    background: url(https://pro.pascalbienvenuecollections.com/images/background.jpg) center top no-repeat !important;
    background-size: 100% auto !important;
    background-attachment: fixed !important;
}
/* Breadcrumb */
#wrapper .breadcrumb {
  font-size: 12px;
}

/* Main container */
.container {
  background: #ffffff;
  padding: 15px;
  border-radius: 6px;
}

/* Typography */
h5, .h5 {
  font-size: 14px;
}

a {
  color: #016b81 !important;
}

/* Left column */
#left-column {
  padding-left: 0 !important;
}

/* Categories block */

.carousel {
    margin-bottom: 0;
}
#custom-text {
    padding: 0;
}

.products-section-title{
    background-color: #016b81;
    color: white;
    padding: 10px;
}


.titre-block{
        color: #ffffff;
    background-color: #016b81;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    
}
.block-boutique{
  background-color: #f1f2f4 !important;
  border-radius: 6px;
  padding: 20px;
  margin-bottom:15px;
}
.block-boutique a{ 
font-size: 12px !important;
    display: inline-block;
    width: 100%;
    padding-bottom: 0.1875rem;
    margin: 0.3125rem 0 0;
    font-weight: 600;
}

.block-categories {
  background-color: #f1f2f4 !important;
  border-radius: 6px;
}

/* Hide title link in category menu */
.category-top-menu li a.h6 {
  display: none;
}

/* Hover color on category menu links */
.category-top-menu a:hover {
  color: #000 !important;
}

/* Category submenu spacing */
.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0;
  margin-left: 15px;
}

.block-categories .category-sub-menu li[data-depth="1"]:last-child {
  margin-bottom: 20px;
}

/* Category link font size */
.block-categories .category-sub-menu li[data-depth="0"] > a,
.block-categories a {
  font-size: 12px !important;
}

/* Large screens container width */
@media (min-width: 1200px) {
  .container {
    width: 1380px;
    max-width: 100%;
  }
}
