.menu-catho-retro-container {
  width: 100%;
  background: #fff;
  font-family: sans-serif;
  position: relative;
  margin-top: 2px;
}

.menu-catho-retro-level0 {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.menu-catho-retro-level0 > .menu-catho-retro-item-n0 {
  margin: 0 20px;
  padding: 0;
}

.menu-catho-retro-link-n0 {
  display: inline-block;
  padding: 10px 4px 14px 4px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}



.menu-catho-retro-item-n0:hover > a {
  color: #b39964;
}

.menu-catho-retro-level1-cols {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background: white;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 28px 40px;
  z-index: 999;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  z-index: 300001;
}

.menu-catho-retro-item-n0:hover > .menu-catho-retro-level1-cols {
  display: flex;
}

.menu-catho-retro-image-n0 {
  width: 25%;
}

.menu-catho-retro-image-n0 img {
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.menu-catho-retro-level1 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
}

.menu-catho-retro-item-n1 {
  margin-bottom: 18px;
}

.menu-catho-retro-item-n1-title {
  text-transform: uppercase;
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 16px;
  display: block;
}

.menu-catho-retro-item-n1 a:hover {
  color: #b39964;
}

.menu-catho-retro-level2 {
  margin-top: 5px;
  list-style: none;
}

.menu-catho-retro-item-n2 {
  margin-bottom: 5px;
}

.menu-catho-retro-item-n2 a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: black;
}

.menu-catho-retro-item-n2 a:hover {
  color: #b39964;
}

@media (max-width: 959px) {
  .menu-catho-retro-container {
    display: none !important;
  }
}

.couleur-mise-en-avant > a,
.couleur-mise-en-avant > span {
  color: #b39964 !important;
}

.cr-menu-active {
  color: #b39964 !important;
}

.menu-catho-retro-image-n0-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.menu-catho-retro-image-n0-img a {
  display: block;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 960px) and (max-width: 1440px){
	.menu-catho-retro-level0>.menu-catho-retro-item-n0{
		margin: 0 3px;
	
	}
	.menu-catho-retro-link-n0{
		padding-left: 3px;
    padding-right: 3px;
	}
}