
.Univ {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #1A3C6E;
    border-bottom: 3px solid #EF7D00;
    z-index: 1000;
    height: auto;
}

.list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    gap: 2px;
    padding: 8px 16px;
    list-style: none;
    margin: 0;
    position: static;
    bottom: auto;
    left: auto;
}

.intro {
    display: inline-block;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border: 2px solid #EF7D00;
    border-radius: 6px;
    padding: 6px 14px;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.intro:hover {
    background-color: #EF7D00;
    color: white;
    border-color: #EF7D00;
}


.consul {
    display: inline-block;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 11px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    background-color: #1A3C6E;
    border: 1.5px solid rgba(255, 255, 255, 0.30);
    border-radius: 20px;
    padding: 4px 11px;
    white-space: nowrap;
    transition: background-color 0.2s ease;
    position: static;
}

.consul:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #EF7D00;
}

#consul, #consu {
    position: static;
}

.retour {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2%;
    height: auto;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    position: static;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}


.retour:hover {
    background-color: rgba(255, 255, 255, 0.28);
    color: white;
}

.intro.active {
    background-color: #EF7D00;
    color: white;
    border-color: #EF7D00;
}
