.row.region-header-bottom{
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  gap: 10px;
}

.block-full-link-search-block{
  width: 100%;
  padding: 0 10px;
}

.container-custom-main-menu {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
  transition-property: all;
  overflow: hidden;
}

.custom-main-menu {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  width: 100vw;
  padding: 0px 10px;
  touch-action: pan-y;
  flex-wrap: nowrap;
}

.custom-main-menu .menu-item {
  max-width: 9rem;
  flex-shrink: 0;
  width: 100%;
}

.custom-main-menu .menu-item >a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  min-width: 135px;
  transition: transform 0.2s ease;
  height: 100%;
  font-weight: 500;
  font-size: 1rem;
  background: linear-gradient(76.07deg,#006eff 17%,#0ddad4);
}
.custom-main-menu .menu-item >a.degrade-solutions{
  background: linear-gradient(225deg, #8D5EF8, #3361F9); /* Dégradé par défaut */
}
.custom-main-menu .menu-item >a.degrade-services{
  background: linear-gradient(225deg,#ed1f7d,#711cff); /* Dégradé par défaut */
}
.custom-main-menu .menu-item >a.degrade-nous-decouvrir{
  background: linear-gradient(225deg,#faaf0c,#ffdc60); /* Dégradé par défaut */
}
.custom-main-menu .menu-item >a.degrade-offres{
  background: linear-gradient(225deg,#02e586,#00c1cd); /* Dégradé par défaut */
}
.custom-main-menu .menu-item >a.degrade-parcs-et-loisirs{
  background: linear-gradient(45deg,#f4541b,#ff9a51); /* Dégradé par défaut */
}
.custom-main-menu .menu-item >a.degrade-salons{
  background: linear-gradient(225deg,#3e5bb3,#7d8feb); /* Dégradé par défaut */
}
.custom-main-menu .menu-item >a.degrade-ressources{
  background: linear-gradient(45deg,#2a26f5,#8280f9); /* Dégradé par défaut */
}
.custom-main-menu .menu-item-title {
  flex: 1;
  line-height: 1;
  font-size: 14px;
}

.custom-main-menu .menu-item-icon img {
  width: 40px;
  height: 40px;
}

.fixed-panel-menu {
    position: fixed;
    transition: transform .3s cubic-bezier(.4,0,.6,1);
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: auto;
}

.fixed-panel-menu .panel-header{
  padding:10px;
  padding-bottom: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.panel-header .btn-back{
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  padding: 0 0 10px !important;
  border: none;
}
.fixed-panel-menu.is-closed {
    visibility: inherit !important;
    transform: translateX(100%);
}

.custom-tabs-container{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
  transition-property: all;
  overflow: hidden;
  border-bottom: 1px solid #0F172A;
}

.custom-tabs-wrapper{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  touch-action: pan-y;
  flex-wrap: nowrap;
}

.custom-tabs-wrapper .menu-item{
  padding: 10px;
  flex-shrink: 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}

.custom-tabs-wrapper .menu-item.is-actif{
  border-bottom: 2px solid #F72717;
}
.custom-tabs-wrapper .menu-item.is-actif a{
  color: #F72717;
}
.custom-tabs-wrapper .menu-item-title{
  font-weight: 700;
}
.custom-tabs-section-container{
  padding: 1rem 10px;
}

.custom-tabs-section-container .menu-panel-items{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.custom-tabs-section-container .menu-panel-items >a{
  grid-column: span 3 / span 3;
  text-align: center;
  font-size: 10px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  gap: 5px;
  word-break: break-word;
}

.custom-tabs-section-container .menu-panel-items img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.panel-menu .menu-item-icon {
  background-color: #F4F4F4;
  padding: 15px;
  border-radius: 100%;
}

.panel-menu .theme-devis .menu-item-icon{
  background: linear-gradient(0.65turn, #F72717, #FE007B 100%);
}

.panel-footer{
  padding: 1rem 10px 2rem;
  background: linear-gradient(#fff 10%, #B6C6FC 100%);
  flex: 1;
  display: flex;
  align-items: self-end;
}

.highlight-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

.panel-footer .highlight-items {
  padding-top: 0rem;
}

.highlight-items .highlight-item img{
    max-width: 100%;
    height: auto;
}

.top-menu-wrapper ul{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-direction: row;
}
.top-menu-wrapper ul.clearfix::after{
  display: none;
}
.top-menu-wrapper ul li{
  flex: 1;
}

.top-menu-wrapper ul li .btn{
  font-size: 14px;
  padding: 5px !important;
  width: 100%;
  font-weight: 500;
}

.fixed-panel-menu a:active, .fixed-panel-menu a:hover{
  text-decoration: none;
}

@media screen and (min-width: 580px) {
  .custom-tabs-section-container .menu-panel-items >a{
    font-size: 12px;
    grid-column: span 2 / span 2;
  }
  .highlight-items{
      flex-direction: row;
  }
}