
.button-hover-like {
    border: 2px solid #767676;
    background: transparent;
    color: #767676;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.07rem;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.button-hover-like span {
    transition: all 0.2s ease-in-out;
}

.button-hover-like .fa {
    position: absolute;
    font-size: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #F15261;
    right: -30px;
    transition: 0.4s right cubic-bezier(0.38, 0.6, 0.48, 1);
}

.button-hover-like:hover {
    border-color: #1779ba;
    background: transparent;
    transition: border-color 0.2s;
}

.button-hover-like:hover span {
    margin-right: 35px;
    color: #1779ba;
}

.button-hover-like:hover .fa {
    right: 10px;
}

.shadow-left{
  box-shadow:-6px 0 7px -4px #E6E6E6;
}

.bg-none{
    background-color: inherit;
}

.logo-user-commentaire{
    border-radius: 90px;
    height: 40px;
    width: 40px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
}

.logo-user{
    height: 300px;
    width: 300px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
}

.text-small-commentaire{
    font-size: 0.8rem;
    text-decoration: none;
}

.text-small{
    font-size: 0.9rem;
    text-decoration: none;
}
.titre-rapport-stage{
    font-size: 1.8rem;
}

.btn-transparent{
    border: 0;
    background-color: inherit;
}

.img-etu-promotion{
    position: absolute;
    top: -50px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius: 90px;
}

.link{
    text-decoration: none;
    color: inherit;
}