#column

{
    display: flex;
    background-color: white;
    border-radius: 10px;
    border-width: 2px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

#column:hover
{
    background-color: lightgray;
}

img

{

    width: 100%;

}



.image_projet

{

    margin-top: 10px;

    margin-bottom: 10px;

    margin-right: 10px;

    width: 30%

}



.texte_projet

{

    margin-top: 10px;

}



.nom_projet

{

    font-weight: bold;

    text-decoration: underline;

}



.desc_projet

{

    display : block;

    line-height: 1.6em;

    max-height: 3.2em;

    text-overflow: ellipsis;

    overflow: hidden;

}



a

{

    color: black;

    font-weight: bold;

    text-decoration: none;

}



a:hover

{

    color:black;

    text-decoration: underline;

}