
@import url(global.css);
@import url(page-content.css);

body > .container{
    width: 100%;
}
.cv3-main-contenu {
  padding:0;
}

.cv3-chemin {
  display: none !important;
}

body {
    padding: 65px 0 0 0;
}
.contentProduits {
    background-color : #F5F4F4;
}
.produits_liste {
    background-color : #DCDADB;
}
.headerSection h2 {
    color : #8B848A;
}

@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
  body {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    margin-top: 0px;
  }
}
