#portal-header #portal-header-top #header-links .language-en a {
    background: #e1e1e1!important;
}

.language-fr a {
    background: transparent !important;
}

.liste-gauche {
    background: #C7EDBF;
    padding: 40px 50px 60px;
    border-radius: 20px 0 0 20px;
    min-height: 350px;
    margin: 100px 0;
}

.liste-droite {
    background: #FFD7D7;
    padding: 40px 50px 60px;
    border-radius: 0 20px 20px 0;
    min-height: 350px;
    margin: 100px 0;
}   

.section-homepage-accessibility .bannerSwiper .section-slide:after {
    display:none !important;
}

.section-homepage-accessibility #portal-logo {
    max-width: 250px !important;
}


.section-homepage-accessibility .swiper-banner-content-wrapper .swiper-banner-content {
    background: #fff !important;
    border-radius: 20px !important;
}

.section-homepage-accessibility #body-section-visit-brussels {
        border-radius: 20px;
        overflow: hidden;
}

.section-homepage-accessibility .swiper-banner-image:after {
        display:none !important;
    }
    
.section-homepage-accessibility .smartweb_herobanner .bannerSwiper {
    margin-bottom:40px !important;
}

.section-homepage-accessibility #portal-footer-wrapper {
    margin-top:120px !important;
}
    


.txt-just {
    margin:0 0 110px 0 !important;
}

.txt-just p {
    text-align: left!important;
}

/* Styles pour le bloc-bouton avec table_title personnalisés */
.bloc-bouton .table_image {
  text-decoration:none!important;
}

.bloc-bouton .image {
        border-radius: 10px;
}

.bloc-bouton .table_title {
  border-radius: 50px;
  margin:10px 0 30px;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Premier élément - Bleu */
.bloc-bouton li:nth-child(1) .table_title {
  background: #DE047B;
}

.bloc-bouton li:nth-child(1) .table_title span {
  color: #fff;
  font-weight: 500;
}

/* Deuxième élément - Rose/Rouge */
.bloc-bouton li:nth-child(2) .table_title {
  background: #0C0404;
}

.bloc-bouton li:nth-child(2) .table_title span {
  color: #726EC4;
  font-weight: 500;
}

/* Troisième élément - Bleu clair/Cyan */
.bloc-bouton li:nth-child(3) .table_title {
  background: #5F176D;
}

.bloc-bouton li:nth-child(3) .table_title span {
  color: #E600B4;
  font-weight: 500;
}

/* Quatrième élément - Vert/Turquoise */
.bloc-bouton li:nth-child(4) .table_title {
  background: #1499FF;
}

.bloc-bouton li:nth-child(4) .table_title span {
  color: #000;
  font-weight: 500;
}

/* Effet hover pour tous les table_title */
.bloc-bouton .table_title:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Styles supplémentaires pour améliorer l'apparence */
.bloc-bouton .table_title span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .bloc-bouton .table_title {
    margin-top: 15px;
    padding: 8px 12px;
  }
  
  .bloc-bouton .table_title span {
    font-size: 12px;
  }
}

.to-portal {
    padding: 0;
    position: relative;
    text-align: center;
}

.to-portal a {
    color: #282828;
    text-decoration: none;
    background: #fff;
    padding: 10px 20px !important;
    line-height: 40px;
    border-radius: 0 0 10px 10px;