.stagiaire {
    margin-top: 20px;
}

.stagiaire>div {
    background-color: #1abc9c;
    color: white;
    padding: 15px;
    /*float: left;*/
    border-radius: 15px;
    height: 275px;
    opacity: 1;
    /*     width: 46%;
    margin: 2%; */
    width: 96%;
    margin: 2%
}

.tromb {
    width: 35%;
    border-radius: 15px;
    float: left;
    border: solid 1px #acacac;
    margin-right: 15px;
    margin-bottom: 15px;
}

.name {
    font-weight: bold;
}

.group {
    font-weight: bold;
}

.module {
    clear: both;
    font-size: 17px;
}

.commentaire {
    font-size: 15px;
}