/* ----------------------------------------------
 * Generated by Animista on 2022-3-19 16:17:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes scale-up-hor-center{
    0%{
        transform:scaleX(.4)
    }
    100%{
        transform:scaleX(1)
    }
}

@keyframes scale-up-hor-left{
    0%{
        transform:scaleX(.4);
        transform-origin:0 0
    }
    100%{
        transform:scaleX(1);
        transform-origin:0 0
    }
}

@keyframes scale-up-hor-right{
    0%{
        transform:scaleX(.4);
        transform-origin:100% 100%
    }
    100%{
        transform:scaleX(1);
        transform-origin:100% 100%
    }
}

.scale-up-hor-center{
    animation:scale-up-hor-center 1s cubic-bezier(.39,.575,.565,1.000) both
}

.scale-up-hor-left{
    animation:scale-up-hor-left 1s cubic-bezier(.39,.575,.565,1.000) both
}

.scale-up-hor-right{
    animation:scale-up-hor-right 1s cubic-bezier(.39,.575,.565,1.000) both
}

.galerie_photo{
    display: inline !important;
    list-style: none;
    list-style-position: outside;
    padding: 0 !important;
    margin: auto;
}
.photo-profil-homePage{
    display : inline-block;
    width: 50px !important;
    margin : 5px;
}

.card-img-top:hover{
    cursor: pointer;
}

table{
    text-align: center;
}

#tabloScore td{
    cursor: pointer;
}



