@charset "UTF-8";


/*---------------------------------------------------------------*/
/* Streamline FONT
/*---------------------------------------------------------------*/
@font-face {
    font-family: "brusher";
    src: url("font/brusher.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.team-member.style-1 .member-position {
    margin-top: 10px;
}

.style-lesptitsjoueurs {
    font-family: "brusher", serif;
}

.ekko-lightbox .modal-body {
    padding: 5px;
}

.ekko-lightbox .modal-footer {
    justify-content: center;
    padding: 0 5px 5px;
    display: block;
    border-top: 0;
}

.ekko-lightbox .modal-title, .ekko-lightbox .modal-description {
    width: 100%;
    margin-left: 0.25rem;
}

.ekko-lightbox .modal-description {
    color: #666;
}

.spectacle-affiche {
    max-height: 500px !important;
    width: auto !important;
}

.v-page-wrap {
    margin-top: 0;
    min-height: unset;
}

.img-responsive {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
}

.slide-overlay .title > span, .slide-overlay .date > span {
    font-family: MuseoSlab300Regular;
}

.w-100{
    width: 100% !important;
}

.social-icon{
    padding-top: 5px;
}

.si-tiktok{
    background-color: black !important;
}