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

/*modification color Header*/
#header {
  background-color: #5A836F;
}

/*.top-menu {
  background-color: white;
}
*/
#header .logo {
  margin-top: 0px;
}

#header .header-nav{
  margin-bottom: 15px;
}

#header .header-top {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}

#header #contact-link {
  color: #97c83a;
}
#header .header-top a[data-depth="0"] {
    color: #c2e088;
    border-right: 1px solid #dad9d9;
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: 10px
}

#header .header-top a:hover[data-depth="0"] {color: #7ae8c8;}
#header .search-widget {min-width: 5.63rem; width: 20%}
#header .menu {margin-top: 0px; width: 80%}
/*border container & footer */
#wrapper{
  border-color: #5A836F;
  border-style: double;
  border-width: 20px;
}

#footer {
  border-color: #5A836F;
  border-style: solid;
  border-width: 20px;
  background-color: #c2e088;
}

#wrapper{
  background-color: #C2E088;
}

/*cadre slide+article dans l'accueil*/
.carousel-inner{
  border-color: #5A836F;
  border-style: solid;
}
.thumbnail-container{
  border-color: #5A836F;
  border-style: double;
}
.product-cover{
  border-color: #5A836F;
  border-style: ridge;
}

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

/*footer modification*/

.footer-container li a:hover , ._blank {
  color: #7ae8c8;
}

.footer-container li a {
  color: #00023b;
}

.footer-container .hidden-sm-down, .footer-container .hidden-sm-down a, #block_myaccount_infos .myaccount-title a, .block-contact .block-contact-title, .linklist .blockcms-title a  {
  color: #00023b;
}

.footer-container {
  background-color: #5A836F;
}


@media (max-width: 767px) {
  #header .header-nav .top-logo {
    background-color: #5A836F;
  }

  #header .header-top a[data-depth="0"] {
      color: #01004b;
    }
  #header .header-top a {
    font-size: 12px;
  }

  .footer-container .links .h3 {
  font-size: 14px;
  }
  ._blank p {
    font-size: 10px;
  }
}
