.img-logo {
    height: 50px;
    width: 50px;
    margin-right: 25px;
    background-image: url("../assets/chart2.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    opacity: 0.5;
}
.col{

}

.grid-activity{

}
.activity{

}

.calendar__table{
 margin : 2px;
}

.calendar__table td{
    margin : 0 auto;
    font-size: 00px;
}

.borderredCell {
    padding :0px;
    margin :0px;
    width : 10px;
    height : 10px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;



}

.firstDayMonth {
    border: 2px dashed rgba(255, 69, 0, 0.45);
}
.toDayMonth {
    border: 2px dashed rgba(89, 255, 34, 0.45);
}


.fache {
    background-color: rgb(130, 7, 19);
}
.decourage {
    background-color: rgb(128, 41, 51);
}
.triste {
    background-color: rgb(139, 53, 67);
}
.fatigue {
    background-color: rgb(204, 112, 116);
}
.neutre {
    background-color: rgb(143, 169, 211);
}
.heureux {
    background-color: rgb(175, 226, 167);
}
.fier {
    background-color: rgb(82, 219, 80);
}
.exite {
    background-color: rgb(31, 211, 24);
}

.Good{
    background-color: rgb(21, 211, 37);
}
.Bad{
    background-color: rgb(211, 52, 60);
}

.PairProgramming{
    background-color: rgb(33, 43, 96);
}
.SoloProgramming{
    background-color: rgb(22, 211, 201);
}



.pasdeclass {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(190,188,188,1) 100%);

}