.course-item .course-thumb{
    height: 300px;
    background-color: #ffffff;
    text-align: center;
}
.course-thumb img{
    height: 100% !important;
    width: auto !important;
}
.course-item .course-title{
    min-height: 50px;
}
.pageheader-thumb{
    background-color: #ebeaea;
    text-align: center;
    height: 400px;
}
.pageheader-thumb img{
    height: 100% !important;
    width: auto !important;
}
.header-bottom{
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
.card-footer-formation{
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.card-footer-formation img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.card-footer-formation:hover img{
    transform: scale(1.1);
}