/* div a {
    color: white!important;
} */

a:hover {
    color: var(--Secondary)!important;
}

a{
    color: var(--Primary)!important;
}

.group-item {
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    margin: 10px;
    cursor: pointer;
    font-family: var(--font1);
    padding: 15px;
    width: 150px;
    border-radius: 15px;
    background-color: var(--Gris1);
    height: 200px;
}

.group-item-img {
    width: 100%;
    border-radius: 15px;
    background-color: #dddddd;
}

.group-item-name {
    font-weight: bold;
    color: white;
    border-radius: 10px;
    background-color: var(--Orange1);
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.tittle-card {
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    margin: 5px;
    cursor: pointer;
    font-family: var(--font1);
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--Gris1);
    font-weight: bold;
    font-size: 18px;
    /* height: 200px; */
}

.card {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    margin: 10px;
    font-family: var(--font1);
}

.card-dark {
    background-color: var(--Fond2);
    color: white;
}

.primary {
    background-color: var(--Orange1);
    color: white;
}

.tag {
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    background-color: var(--Fond2);
    border-radius: 5px;
}

.match-header>div>.score {
    background: #e5e5e5;
    border-radius: 10px;
    font-weight: 700;
    color: #292929;
    text-align: center;
    line-height: 96px;
    font-size: 32px;
    padding: 8px 30px;
}

.match-header>.team-info>a {
    font-size: 22px;
}

.match-header>.structure {
    text-align: center;
    font-weight: 520;
    font-size: 20px;
}

.match-header>.statut {
    text-align: center;
    font-weight: 520;
    font-size: 20px;
    text-transform: uppercase;
}

.matchs-list>.row,
.match-header {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 15px;
    font-family: var(--font1);
    background-color: var(--Fond2);
    margin: 7px;
}

.matchs-list>.row:hover {
    background-color: var(--Gris1);
}

.matchs-list>.row>.team-info {
    line-height: 60px;
    padding: 0px!important;
}

.team-info>img {
    object-fit: contain;
    border-radius: 5px;
    margin-right: 0px;
    margin-left: 30px;
}

.team-info.text-right img {
    margin-right: 30px;
    margin-left: 0px;
}

.team-info>a {
    color: white;
    font-weight: 700;
    font-family: var(--font1);
    padding-left: 15px;
    padding-right: 15px;
}

.team-info>a:hover {
    color: var(--Orange1);
}

.mapveto-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-template-areas: "map1 map2 map3 map4 map5 map6 map7";
}

.map1 {
    grid-area: map1;
}

.map2 {
    grid-area: map2;
}

.map3 {
    grid-area: map3;
}

.map4 {
    grid-area: map4;
}

.map5 {
    grid-area: map5;
}

.map6 {
    grid-area: map6;
}

.map7 {
    grid-area: map7;
}

.mapveto-container>div {
    height: 150px;
    width: 150px;
    position: relative;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.mapveto-container>div>img {
    background-size: cover;
    height: 150px;
    width: 150px;
}

.mapveto-container>div>.overlay.veto {
    background-color: rgba(255, 0, 0, 0.2);
    width: 100%;
    height: 90%;
    padding: 5px;
    padding-top: 50px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.mapveto-container>div>.overlay.veto {
    background-color: rgba(255, 0, 0, 0.2);
    width: 100%;
    height: 90%;
    padding: 5px;
    padding-top: 50px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.mapveto-container>div>.overlay.pick {
    background-color: rgba(0, 255, 0, 0.2);
    width: 100%;
    height: 90%;
    padding: 5px;
    padding-top: 50px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.mapveto-container>div>.overlay.selected {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 90%;
    padding: 5px;
    padding-top: 50px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.mapveto-container>div>.mapname {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background-color: var(--Fond2);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-transform: uppercase;
}

.banner,
.ban-format {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.underlined {
    text-decoration: line-through;
    text-decoration-color: white;
}

.maps-score {
    height: 60px;
    background-color: var(--Fond2);
    text-align: center;
    font-weight: bold;
    padding: 20px;
    line-height: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.matchstart {
    margin-top: -10px;
   font-style: italic;
   color: darkgray;
   margin-right: 15px;
}

.maps-score>div>div,
.maps-score>div>div i {
    font-size: 22px!important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
}

.maps-header img {
    max-width: 100%;
}

.maps-header-name {
    position: absolute;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 7px 0 rgba(0, 0, 0, .5);
    font-size: 17px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.maps-header {
    position: relative;
    padding-bottom: 10.3054140127%;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .05);
}


.player-pseudo{

    font-size: 19px;
    color: white;
    font-weight: bold;

}