.proxmox {
    background-size: auto 65px;
    background-color: var(--grisClair);
    background-image: url('../img/logos/proxmox_logo.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: black;
    --contour: white;
    text-shadow: -1px -1px 0 var(--contour), 1px -1px 0 var(--contour), -1px 1px 0 var(--contour), 1px 1px 0 var(--contour);
}

.synology {
    background-size: 80px auto;
    background-color: black;
    background-image: url('../img/logos/synology.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: white;
}

.truenas {
    background-size: 80px auto;
    background-color: black;
    background-image: url('../img/logos/truenas.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: white;
}

.omv {
    background-size: 80px auto;
    background-color: #5dacdf;
    background-image: url('../img/logos/omv.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: white;
}

.sns {
    background-size: 80px auto;
    background-color: white;
    background-image: url('../img/logos/sns.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: black;
}

.phpmyadmin {
    background-size: 80px auto;
    background-color: var(--grisClair);
    background-image: url('../img/logos/phpmyadmin.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: black;
}

.grafana {
    background-size: auto 65px;
    background-color: black;
    background-image: url('../img/logos/grafana.svg'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: white;
}

.nginx {
    background-size: auto 65px;
    background-color: white;
    background-image: url('../img/logos/nginx.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: black;
    --contour: white;
    text-shadow: -1px -1px 0 var(--contour), 1px -1px 0 var(--contour), -1px 1px 0 var(--contour), 1px 1px 0 var(--contour);
}

.zabbix {
    background-size: 80px auto;
    background-color: #d40000;
    background-image: url('../img/logos/zabbix.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: white;
}

.bt {
    background-size: 80px auto;
    background-color: #e6eaec;
    background-image: url('../img/logos/bt.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: black;
}

.glpi {
    background-size: 80px auto;
    background-color: #e6eaec;
    background-image: url('../img/logos/glpi.png'); /* Chemin de l'image */
    background-position: top;
    background-repeat: no-repeat;
    color: black;
}