body {
    background-color: #fbfbfb;
}

table {
    white-space: nowrap;
}

.form {
    max-width: 550px;
}

.profile-picture {
    background-size: cover;
    background-position: center;
}

.btn-facebook {
    color: white !important;
    background-color: #4267b2;
}

.btn-facebook:hover {
    color: white !important;
    background-color: #2b4a88;
}

.btn-keyrock {
    color: white !important;
    background-color: #fbba16;
}

.btn-keyrock:hover {
    color: white !important;
    background-color: #e2a407;
}

.btn-primary, .btn-secondary {
    color: white !important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Parcourir";
}

legend {
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
}

.professional {
    height: 15px;
    margin-top: -4px;
}

.thumbnail {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
}

#categories > * {
    cursor: all-scroll;
}

.modal-content {
    -webkit-backdrop-filter: blur(100px) !important;
    backdrop-filter: blur(100px) !important;
}

@font-face {
    font-family: "Lastica";
    src: url("/fonts/lastica.ttf") format("truetype");
}

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
