.catho-content-fullwidth-row {
  position: relative;
}

.catho-content-fullwidth-row:before {
  content: "";
  display: block;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  z-index: 1;
  left: -100vw;
  width: 300vw;
  z-index: 1;
}

.catho-content-fullwidth-row > div {
  z-index: 2;
}

.catho-boutique-menu {
  height: 50px;
  display: flex;
  align-items: center;
}

.catho-boutique-menu p {
  margin: 0 !important;
}

.catho-boutique-menu a {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

@media screen and (max-width: 959px) {
  .catho-boutique-menu a:hover {
    color: white !important;
  }
  .boutique-image-mobile-full-width  {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .boutique-image-mobile-full-width {
    width: calc(100% + 70px);
    left: -35px;
    position: relative;
  }

  
}

@media screen and (min-width: 960px) {
  .catho-boutique-menu a {
    cursor: default !important;
  }
}
