.hover {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.mt-0 {
    margin-top: 0;
}

.mt-10px {
    margin-top: 10px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-50px {
    margin-top: 50px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-50px {
    margin-bottom: 50px;
}

.ml-10px {
    margin-left: 10px;
}

.ml-30px {
    margin-left: 30px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.relative {
    position: relative !important;
}

.center-cropped {
    object-fit: none; /* Do not scale the image */
    /*object-position: center; *//* Center the image within the element */
    /*height: 100px;
    width: 100px;*/
}

.remarque {
    display: none;
}