.header-nuage {
    padding: 30px 0;
    text-align: center;
}

.nuage-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.nuage {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    min-width: 130px;
    color: #015463;
    transition: transform 0.2s;
}

.nuage:hover {
    transform: scale(1.05);
}

.nuage .cloud {
    width: 210px;
    height: auto;
    display: block;
}

.nuage .texte {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.nuage .texte small {
    display: block;
    font-size: 14px;
    color: #0a6a7a;
}

.logo-nuage img {
    max-height: 150px;
    margin: 0 15px;
}
