/*enlever les liens de la barre du haut*/
#user-bar {
	display: none;
}

.dropdown {
  display: none;
}

.logo_cenhtor .asset img {
max-width: 50%;
}

.search-form {
	display: none;
}

.title-bar {
	display: none;

}

.top-bar {
  display: none;
}

/*stylisation de la page portail des alphas*/
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            text-align: center;
            margin: 20px;
        }
        .gallery-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            max-width: 800px;
            margin: auto;
            padding: 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }
        .gallery a, .header-block {
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            font-weight: bold;
            height: 150px;
            border-radius: 5px;
            text-decoration: none;
        }
        .gallery a:hover, .header-block:hover {
            transform: scale(1.05);
            opacity: 0.8;
}
        .header-container {
            display: flex;
            justify-content: center;
        }
        .header-block {
            background-color: #8f1a03;
            width: 33.3%;
        }
        .alpha-chrome { background-color: #a04000; }
        .alpha-ares { background-color: #1e8449; }
        .alpha-mircom { background-color: #9b59b6; }
.alpha-croco { background-color: #34495e; }
.alpha-lorrthermae { background-color:  #3498db ; }