.megamenu {
  position: absolute;
  top: 50%;
  transform: translateY(40%);
  left: 0; 
  white-space: nowrap; 
  display: flex;
  gap: 20px;
  padding: 10px 20px;
  z-index: 999;
margin-bottom: 70px;
}
.mon-groupe-html {
  padding-left: 40px;
}
.tttt {
    font-size: 35px;
}
.footer {
  background-color: #f3f2ed
}
.title_block {
    font-size: 35px;
    padding: 0px;
    margin-bottom: 50px;
    background-color: #F3F2ED;
}
a {
    font-family: Open Sans;
    font-size: 20px;
    margin-bottom: 10px
    font-style: normal;
color: #c4a092
}