/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 10px;
}

 

p {
    line-height: 1.5;
}

:root {
  --bleu-fonce: #062d49;
  --jaune-gold: #ffd700;
  --blanc: #fff;
}

a:hover,.header-nav [class^='material-'], .header-nav [class*=' material-'], .header-nav [class^='font-'], .header-nav [class*=' font-'],.dropdown-item:focus, .dropdown-item:hover,    .top-menu[data-depth='1'] > li a:hover,.htmlcontent-tabs li.active a,.htmlcontent-tabs li a.active, .htmlcontent-tabs li a:hover,.block-contact li:before, .nav.nav-tabs .nav-item .nav-link:hover, .nav.nav-tabs .nav-item .nav-link.active, .breadcrumb li:last-child span, .grid .show_grid, .pagination .current a, .display-view .view-item:hover, .list .show_list, .list .quick-view:hover, .list .link-view:hover, .list .addToWishlist:hover, .contact-rich .block .icon, .dropdown-menu > a, .dropdown-menu li > a, .owl-nav > div, .cart-grid-body a.label:hover, .page-my-account #content .links a:hover i, .home-tabs .tab-pane ul li:before, .product-line-info .value { 
    color: #4db3b5;
}

.cart-header .cart-products-count,.btn-to-top,.block_newsletter .submit, .grid .add-cart:hover, .grid .quick-view:hover, .grid .link-view:hover, .grid .addToWishlist:hover, .list .quick-view:hover i, .list .link-view:hover i, .list .addToWishlist:hover i, #products .page-not-found .search-bar__btn, #pagenotfound .page-not-found .search-bar__btn, .show .select-title i, .dropdown-menu > a:hover, .dropdown-menu li > a:hover, .owl-nav > div:hover, .bootstrap-touchspin .btn.btn-touchspin:hover, .product-add-to-cart .add-to-cart:hover, .addresses-footer a:hover, .address-footer a:hover, .nav.nav-inline .nav-link.active, .nav.nav-inline .nav-link:hover {
        background: #4db3b5;
        border: 1px solid  #4db3b5;
    }

.owl-nav > div:hover {
    color: #ffffff;
    border-color: #4db3b5;
    -webkit-box-shadow: inset 0 0 0 30px #4db3b5;
    box-shadow: inset 0 0 0 30px #4db3b5;
}

.form-control:focus, .checkout-step .address-item.selected, .owl-controls .owl-dot,select:focus,.product-images > .thumb-container > .thumb.selected, .product-images > .thumb-container > .thumb:hover {
    border-color: #4db3b5;
}

.btn-to-top:active, .btn-to-top:hover {
    background: #203c47;
}

.show .select-title {
    border-color: #4db3b5;
}

#header.fixed-top.hide-bar {
    border-bottom-color: #4db3b5;
}

#_desktop_logo{
    padding: 10px 0px;
}

.owl-controls .owl-dot:hover, .owl-controls .owl-dot.active{
  -webkit-box-shadow: inset 0 0 0 6px #062d49;
    box-shadow: inset 0 0 0 6px #062d49;
}

.more-btn, .product-cover .zoom-in, .btn,.page-footer a {
  background:#062d49;
  color:#FFF;
}

.more-btn:hover, .product-cover .zoom-in:hover, .btn:hover,.scroll-box-arrows i:hover,.page-footer a:hover  {
  background:#4db3b5;
  border : 1px solid #4db3b5;
}

.custom-checkbox input[type="checkbox"]:checked + span {
    border-color: #4db3b5;
    background: #4db3b5;
    color: #ffffff;
}

#multihtmlblockwidgetmailjet{
  padding-top: 25px;
}

.header-nav .inner-wrapper > div:nth-child(3) {
        margin-left: auto;
    }

.header-nav .inner-wrapper > div:nth-child(2) {
        margin-left: initial;
    }

/*** MODIF ALEXIS ***/

/* Header */

#search_widget{
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: center;
}

#search_widget .search-bar__wrap{
  width: 50%;
  background-color: #e3e3e3;
  height: 34px;
  display: flex;
  align-items: center;
}

#search_widget.search-bar .search-bar__text{
  padding-left: 1rem;
}

#search_widget.search-bar .search-bar__text:focus{
  color: var(--bleu-fonce);
}

#search_widget.search-bar .search-bar__btn{
  padding-right: .5rem;
}

.search-bar-and-cart{
  margin-bottom: 12px;
}

#_desktop_cart,
#_desktop_top_menu{
  padding: 0;
}

.header-nav{
  background: none;
  border-bottom: 1px solid var(--bleu-fonce);
}

.header-nav,
.search-bar .search-bar__text{
  color: var(--bleu-fonce);
}

/* Menu */



.header-search-menu{
  display: flex;
  flex-direction: column;
}

.top-menu{
  flex-direction: column;
  width: auto !important;
}
.footer-container{
  color:#FFF;
}

.links li {
     text-transform: initial; 
}

#search_widget.search-bar .search-bar__text {
    color: #203c47;
}

/*.top-menu[data-depth="0"] > li:last-child {
  border: 1px solid var(--bleu-fonce);
  background-color: var(--bleu-fonce);
  color: var(--blanc);
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
}

.top-menu[data-depth="0"] > li:last-child:hover {
  background-color: var(--jaune-gold);
  border: 1px solid var(--jaune-gold);
}

.top-menu[data-depth="0"] > li:last-child:hover a{
  color: var(--blanc);
}*/

.top-menu[data-depth="1"] > li > a{
  white-space: nowrap;
  width: 100%;
  padding: 0 10px 25px;
}

.sub-menu.submenu{
  max-width: max-content;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 260px;
}


#_desktop_search_bar {

    margin: 0 auto;
}
/* Page produit */

#product .product-prices{
  display: flex;
  flex-direction: column;
}

#product .product-prices .product-ht-price{
  margin-bottom: 0.75rem;
}

#product .product-prices .product-main-price{
  display: flex;
  align-items: baseline;
}

.product-add-to-cart .add-to-cart{
  background-color: var(--bleu-fonce);
  color: var(--blanc);
}



#product .product-prices .tax-shipping-delivery-label{
  margin-left: 0.5rem;
}

#block-reassurance .block-reassurance-item{
  height: 100% !important;
}

#product #tab-content h2{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

/*** FIN MODIF ALEXIS ***/

.header__contact__item{
  border-color: var(--bleu-fonce);
}

.footer-container, .footer-two {
    background: #062d49;
}

.footer-one .row{
  justify-content: center;
}

@media (min-width: 1400px) {
  .header-top .container {
    width: 1350px;
    max-width: 100%;
  } 
}

@media (min-width: 1200px) {
  .container {
    width: 1350px;
    max-width: 100%;
  } 

  .menularge .inner-wrapper .top-menu{
      display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}

.menularge .inner-wrapper .top-menu[data-depth='1'] > li{
              min-width: auto;
              max-width: 100%;
              padding:0px;
}

    .top-menu[data-depth='1'] > li {
        
        padding: 0; 
    }
  .top-menu[data-depth="0"]>li>a {
        padding: 15px;
    }

  #_desktop_search_bar,#_mobile_search_bar{
    display:none;
  }

  .header-top #_desktop_search_bar {
    display: block;
  }
}

#multihtmlblockwidgetmailjet {
  padding-top: 25px;
}

.alert-warning .material-icons {
    color: #FFF;
}

@media (max-width: 575px) {
  .logo {
    width: 55%;
  } 
  .header__contact__item{
    display: none;
  }

  #_mobile_catalogue_link {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0;
        margin-right: 8px;
    }

  .nav.nav-tabs .nav-item .nav-link:hover, .nav.nav-tabs .nav-item .nav-link.active {
        background-color: transparent; 
    }

      .nav.nav-tabs {
        margin: 10px 0 20px;
    }

        .search-bar .search-bar__btn {
        background-color: #4db3b5;
        border: 2px solid #4db3b5;
    }

    .dropdown-toggle-mobile a:hover {
        background: #4db3b5;
    }

    .dropdown-submenu .material-icons.remove, .dropdown-submenu .material-icons.add{
      display: none;
    }

    .top-menu[data-depth="1"] > li > a {
        white-space: normal;
        width: 100%;
        padding: 10px 20px;
    }

    .sub-menu.submenu {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .header-nav [class^='material-']:not(#menu-icon .material-icons),  .header-nav [class*=' font-']{
      color:#FFF;
    }

    #_mobile_search_bar .search-bar__wrap{
      width: 100%;
      background-color: transparent;
      border-bottom: 1px solid var(--bleu-fonce);

    }

    #_mobile_search_bar .search-bar__btn {
      margin-right: 15px;
    }
    
    .wrapper-modules{
      display: none;
    }    
}

.product-kawa-content table{
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
} 

.product-kawa-content table{
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #eceeef;
} 

.product-kawa-content tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.product-kawa-content .table th, .product-kawa-content .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.product-kawa-content ul {
        list-style: disc;
    padding-left: 30px;
}

.product-kawa-content a{
  text-decoration: underline;
}

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

.dropdown-menu{
	z-index: 2000;
}

.dropdown-menu>button{
  color: #4db3b5;
}

.dropdown-menu>button, .dropdown-menu li>button {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.dropdown-menu>button:hover{
    background: #4db3b5;
    border: 1px solid #4db3b5;
    color: #FFF;
}

.fixed-top {
    z-index: 2000;
}