/* Logo et branding innoGAM */

.header-logo {
    text-align: left;
    padding: 18px 0 10px 0;
    background: none;
    border: none;
    box-shadow: none;
}

/* Styles pour le lien du logo */
.logo-link {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.logo-link:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.logo-link:active {
    transform: translateY(0);
}

.logo-text-innogam {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.logo-link:hover .logo-text-innogam {
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
}

.logo-inno {
    color: #fff;
}

.logo-gam {
    color: #38bdf8;
}

.logo-baseline {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #38bdf8;
    margin-bottom: 6px;
    margin-left: 2px;
}

.logo-text-api-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px; /* Réduit de 12px à 5px pour rapprocher du M */
    vertical-align: top; /* Alignement vertical en haut */
    line-height: 1;
    text-align: center;
    width: 40px; /* Définir une largeur fixe pour le conteneur */
    position: relative;
    top: 7px; /* Augmenté de 2px pour descendre davantage le bloc */
    transition: all 0.3s ease;
}

.logo-link:hover .logo-text-api-container {
    text-shadow: 0 0 8px rgba(255, 152, 0, 0.5);
}

.logo-text-api {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #ff9800;
    letter-spacing: 1px;
    display: block;
    margin-top: 0;
    text-align: center;
}

.api-version {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: rgba(255, 152, 0, 0.7); /* Orange plus discret */
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
    margin-top: 3px; /* Espace vertical entre API et la version */
}
