.block_categorie {
  margin-left: 0%;
  width: 100%;
  height: 148px;
  background-color: black;
  max-width: unset;
  margin-bottom: 15px;
  justify-content: center;
  margin-top: 0%;
}
.block_categorie .card {
  min-height: 27px;
  height: 114px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 7px;
  margin-right: 7px;
  transition: all ease 0.5s;
  opacity: 0.7;
}
.block_categorie .caiyrd:hover {
  transform: scale(1.01);
  opacity: 1;
  z-index: 1;
}
.block_categorie .card.active {
  transform: scale(1.1);
  z-index: 1;
}
.block_categorie .text-container {
  position: relative;
}
.block_categorie .text {
  position: absolute;
  display: flex;
  justify-content: space-around;
  margin-top: 100%;
  color: #ffffff;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.block_categorie .text p {
  margin-top: -74%;
}
.block_categorie .parcourir-button {
  background: none;
  color: white;
  margin: 10px 0;
  padding: 10px 20px;
  border: solid 1px #ffffff;
  cursor: pointer;
  height: 30px;
}
.block_categorie .card-background {
  height: 130px;
  background-size: cover;
  position: relative;
  background-position: center;
}

.logo {
  width: 8%;
  margin: 1%;
  background-color: white;
}

.header_background {
  background-color: black;
  margin-top: -6%;
}

.site-header-wrapper #site-header #primary-menu-wrapper ul.primary-menu > li > a {
  color: white !important;
}

.site-header-wrapper #site-header {
  background-color: black !important;
  height: 261px;
}

.site-header-wrapper #site-header #primary-menu-wrapper ul.primary-menu > li.menu-item-has-children > .sub-menu-icon svg {
  fill: white !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools > li#search-site-tool .menu-icon:before {
  background-color: white !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools > li#shopping-bag-site-tool .menu-icon .bag-menu-icon:before {
  background-color: white !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools > li#my-account-site-tool .menu-icon:before {
  background-color: white !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools > li#shopping-bag-site-tool .menu-icon .bag-product-count {
  color: #ffffff !important;
}

.site_entate {
  display: flex;
}

.site-header-wrapper #site-header {
  display: block;
}

@media screen and (min-width: 2560px) {
  .block_categorie {
    height: 185px;
  }
  .block_categorie .card {
    height: 195px;
  }
  .block_categorie .text p {
    margin-top: -81%;
  }
  .block_categorie .card-background {
    height: 154px;
  }
  .site-header-wrapper #site-header {
    height: 306px;
  }
}
@media screen and (min-width: 3224px) {
  .block_categorie .text p {
    margin-top: -86%;
  }
}

/*# sourceMappingURL=categorie.css.map */
