/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */
.alc-event-scheduled__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem; /* Ajustez l'espace entre les éléments */
}

.alc-event-scheduled__divider {
    font-size: 1.5rem; /* Ajustez la taille du texte */
    font-weight: bold;
    text-align: center;
}

.alc-event-scheduled__team-name {
    font-size: 17px;
}

.alc-event-scheduled__content {
    padding: 0px 24px;
}

.alc-event-scheduled__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #9a9da2;
    padding: 10px 24px;
    margin-bottom: 0;
    border-bottom: none;
}

.game-result__header--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    font-size: 9px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid #e4e7ed;
    padding: 10px 0 7px 0;
    margin: 0px;
    margin-top: 5px;
    padding-left: 24px;
    padding-right: 24px;
}

.game-result__content {
    overflow: hidden;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.alc-event-scheduled__divider {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}


.team-roster--card-compact .team-roster__item .team-roster__content-wrapper {
        height: 285px;
    }

.team-roster--card-compact .team-roster__item .team-roster__player-img img {
    margin-top: 0px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 992px) {
    .nav-account .nav-account__item {
        font-size: 9px;
        line-height: 5.5em;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        margin: 0 15px;
    }
}

.header-profile-user {
    height: 32px;
    width: 32px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.text-muted-player {
    color: #6c757d !important;
    background: lightgrey;
}

.bg-secondary {
    background-color: #6c757d !important;
    color: white;
}
@media (min-width: 992px) {
    .game-result__team-name {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .site-content, .section {
        padding: 20px 0;
    }
}

.hero-slider__item--img1 {
    background-image: url(../images/soccer/samples/hero-slide-1.jpg);
}

@media (min-width: 1200px) {
    .hero-slider, .hero-slider__item {
        height: 560px;
    }
}

.hero-slider__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
}
.card__header::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #005fbd;
    border-radius: 3px 0 0 0;
}

.main-nav__list > li.active > a::before {
    background-color: #005fbd;
}

.main-nav__list > li > a:hover::before {
    background-color: #005fbd;
}
.btn-primary-inverse {
    color: #fff;
    background-color: #005fbd;
    border-color: transparent;
}

.btn-primary-inverse:hover {
    color: #fff;
    background-color: #005fbd;
    border-color: transparent;
}

.info-block__item {
    position: relative;
    min-height: 33px;
    padding: 2px 0 0 13px;
    margin-bottom: 34px;
    list-style: none;
    text-align: left;
}
.info-block__heading {
    font-size: 13px;
    line-height: 2.2em;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}

.alc-event-team + .alc-event-team .alc-event-team__score-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 26px 0 0px;
}
.alc-event-team__score-wrap {
    padding: 0 0px 0 26px;
}

.alc-event-team--winner .alc-event-team__score::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 8px solid #38a9ff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: none;
}

.alc-event-team__name-2 {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.alc-event-competitors__divider_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0px;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.widget-game-result__team-logo {
    height: 50px;
    display: block;
    position: relative;
}

.widget-game-result__team-logo img {
    display: block;
    margin: 0 auto;
    max-height: 60%;
}

.widget-game-result__section-inner {
    padding: 10px 10px;
}

.widget-game-result__score-result--winner::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid #38a9ff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
@media (min-width: 768px) {
    .match-preview__team-logo {
        height: 60px;
        margin: 0 0 10px 0;
        width: auto;
        float: none;
    }
}

.match-preview__team-logo img {
    max-width: 50%;
    height: auto;
}

@media (min-width: 768px) {
    .match-preview__title--lg {
        font-size: 16px;
    }
}
.match-preview__title--lg {
    padding-top: 0.15em;
    margin-bottom: 0;
}

.match-preview__content-2 {
    overflow: hidden;
    padding: 0 0 10px 0;
}

@media (min-width: 768px) {
    .match-preview__vs-2 {
        float: left;
        width: 26%;
        text-align: center;
        padding: 8px 0 0 0;
        margin: 0;
    }
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005fbd;
    border-color: transparent;
}

.circular__bar canvas {
    width: 100% !important;
    height: 100% !important;
    vertical-align: bottom;
    margin-top: -20px;
}

.gallery__row {
    display: flex; /* Affichage en ligne */
    gap: 5px; /* Espacement entre les images */
    width: 100%; /* Prend toute la largeur */
    padding: 10px;
}

.gallery__col {
    flex: 1; /* Chaque image prend 1/3 de la largeur */
}

.gallery-img {
    width: 100%; /* Remplit toute la largeur de son conteneur */
    height: 200px; /* Hauteur fixe */
    object-fit: cover; /* Ajustement parfait sans déformation */
    border-radius: 5px; /* Coins arrondis pour un design propre */
}

a {
    color: #005fbd;
    text-decoration: none;
}

.info-block__heading a{
    font-size: 13px;
    line-height: 2.2em;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}

.info-block__heading a:hover{
    font-size: 13px;
    line-height: 2.2em;
    margin-bottom: 5px;
    color: #005fbd;
    text-transform: uppercase;
}

.tournament-bracket {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.round {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}
.match-card {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 10px 0;
    text-align: center;
    background: white;
    border-radius: 8px;
}
.match-info, .match-result {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .team-roster--card-compact .team-roster__item .team-roster__player-details {
        top: 40px;
        left: 36px;
        right: 36px;
        padding: 53px 2px;
    }
}

@media (min-width: 992px) {
    .team-roster--card-compact .team-roster__item .team-roster__player-name {
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .team-roster--card-compact .team-roster__item .team-roster__player-last-name {
        font-size: 15px;
    }
}

.team-roster--card-compact .team-roster__item .team-roster__player-info {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 80px;
    bottom: 50px;
    background-color: #fff;
    padding: 12px 0 10px 10px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-heading-home {
    background-color: #1e2024;
    background-image: url(../images/soccer/samples/hero-slide-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 50px 0;
    position: relative;
    height: 520px;
}

