
.img-footer{
    width: 25%;
    height: auto;
}

.img-article {
    margin-left: auto; /* Centers the element horizontally */
    margin-right: auto; /* Centers the element horizontally */
}

.img-project-details {
    width: 400px;
    height: 400px;
    display: block; /* Ensures the image behaves like a block element */
    margin-left: auto; /* Centers the element horizontally */
    margin-right: auto; /* Centers the element horizontally */
}

.empty-space {
    width: 100%;       /* Largeur : prend toute la largeur du conteneur */
    height: 200px;     /* Hauteur : espace vertical de 200px */
    /*background-color: #f0f0f0; /* Optionnel : couleur de fond (gris clair ici) */
    margin: 20px 0;    /* Espacement autour de la div */
    text-align: center; /* Centrer tout texte ajouté dans cette div (optionnel) */
    display: flex;     /* Aligner du contenu si nécessaire */
    justify-content: center;
    align-items: center;
}

.img-doctorant{
    width: 120px;
    height: 140px;
}

.logo-inria-size{
    width: 200px;
}

.logo-krakos-size{
    width: 400px;
}

.logo-lig-size{
    width: 80px;
}

.card-img-top-size{
    width: 100%;
    height: 15em;
}

.img-interna-size{
    width: 200px;
    height: 150px;
}