.none {
  display: none;
}

.home-slider {
  padding: 0;
}

.home-slider ul li:before {
  display: none;
}

.home-slider .meta {
  padding: 0;
  margin-bottom: 0.5rem;
}

.home-slider .meta li {
  color: var(--white);
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem
}

.home-slider .meta li:after {
  content: '•';
  padding-inline: 0.25rem;
}

.home-slider .meta li:last-of-type:after {
  display: none;
}

.home-slider article {
  /* height: calc(100vh - 114px); */
  background-size: cover !important;
  background-repeat: no-repeat;
}

.home-slider article:before {
  background: linear-gradient(#0C0E1900 40%, var(--black-900) 100%);
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  z-index: 1;
}

.home-slider article .uk-container,
article .article-container {
  /* height: 100%; */
}

.home-slider article h2 {
  font-family: var(--primary-font);
  font-size: 2.5rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  width: calc(100% - 30rem);
  margin: 0;
}






/* Style pour la date du match */
.date {
  font-size: 1.2em;
  color: var(--black-900);
  text-transform: uppercase;
}

/* Style pour l'heure du match et le nom de la ligue */
.hour {
  font-size: 1em;
  margin: 0;
}

/* Style pour le conteneur des logos d'équipes et le VS */
.teams-vs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

h3.vs {
  display: flex;
  justify-content: center;
}

/* Style pour chaque logo d'équipe */
.team-logo {
  flex: 1;
  text-align: center;
}

/* Style pour le texte des noms des équipes */
.homeTeam,
.awayTeam {
  font-size: 1.2em;
  margin: 10px 0;
}

/* Style pour les logos d'équipe */
.logo {
  max-width: 200px;
  /* Ajustez la largeur selon vos besoins */
  max-height: 200px;
  height: auto;
}

/* Style pour l'image "Versus" (le bolt) */
.bolt {
  width: 5rem;
  /* Ajustez la taille selon vos besoins */
  height: auto;
}

.calendar {
  display: flex;
  justify-content: end;
  text-align: end;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--black-700);
}

.match-card .calendar {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.calendar:hover {
  color: var(--green);
}



.match-card .arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.match-card #arrow-calendrier .svg {
  fill: none;
  stroke: #303651;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.match-card .calendar:hover #arrow-calendrier .svg {
  stroke: var(--green);
}


.link-billeterie {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-align: center;

  margin-bottom: 0;
}

.separation {
  font-weight: 100;
  color: #777;
}

@media(max-width:600px) {
  .separation {
    display: none;
  }
}

.reserve {
  color: var(--green);
  display: flex;
}


.uk-table td {
  padding: 8px 12px;
  overflow: hidden;
}

tr {
  overflow: hidden;
  z-index: 3;
  position: relative;
}

.uk-table-middle td {
  text-align: center;
}

.uk-table {
  margin-bottom: 0;
}


.logo-before {
  max-width: 5rem;
  max-height: 5rem;
}

.last-result {
  font-size: 2rem;
  font-weight: 400;
  color: #777;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.last-match {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.last-match .head2head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 2rem 2rem 0;
  justify-content: flex-end;
  justify-content: flex-end;
  width: 30rem;
}

.head2head img {
  max-width: 5rem;
  width: 100%;
  max-height: 5rem;
  height: 100%;
}


.last-match .last-match-text {
  font-size: 0.75rem;
  color: var(--white);
  text-align: end;
  text-transform: uppercase;
  font-family: var(--primary-font);
  margin: 0;
  margin-right: 1rem;
  height: fit-content;
}

.last-match p .label {
  color: var(--black-300);
}

.last-match p .date {
  color: var(--white);
  font-size: 0.75rem;
  padding-right: 0;
  padding-left: 0;
}

.last-match .divider {
  font-size: 1rem;
  margin-inline: 0.5rem;
}

.home-slider {
  position: relative;
}

.home-result {
  font-size: 2rem;
  font-weight: 600;
}

.highest-score {
  color: var(--green-light);
}

.away-result {
  font-size: 2rem;
  font-weight: 600;
}

.ada {
  background-color: var(--green)
}

.home-calender {
  padding-right: 0;
  padding-left: 0;
}


@media(max-width:960px) {
  article h2 {
    font-size: 1.5rem;
  }
}

article .article-container {
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 4rem 2.25rem;
}

@media(min-width:1920px) {
  article .article-container {
    padding: 4rem 2;
  }
}

article a {
  font-family: var(--primary-font);
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

h3 {
  margin: 5px 0;
}

.uk-dotnav {
  position: absolute;
  bottom: 0.5rem;
  left: 2.25rem;
}

.uk-dotnav li a {
  background-color: var(--white) !important;
  opacity: 0.5;
}

.uk-dotnav li.uk-active a {
  background-color: var(--white) !important;
  border-color: transparent;
  opacity: 1;
}



/*----------PROCHAIN MATCH ET CLASSEMENT---------*/

#prochains-matchs .date {
  font-size: 0.75rem;
  color: var(--black-900);
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}

#prochains-matchs .info-match {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
  gap: 0.5rem;
}

#prochains-matchs .info-match .info-flex {
  flex-direction: row;
}

@media(max-width:980px) {

  #prochains-matchs .info-match .info-flex {
    flex-wrap: wrap;
    font-size: 0.75rem;
    margin-top: 0.25rem
  }

}

#prochains-matchs .info-match img {
  margin-right: 0.25rem;
}

/* Style pour le titre "Prochain match" */
#prochains-matchs .title {
  font-size: 1.5em;
  margin: 0;
  text-align: left;
}


.match-card {
  border: 1px solid var(--black-200);
  border-radius: 1rem;
  background-color: #F4F6F9;
  padding-bottom: 0;
  min-height: 33rem;
}

#prochains-matchs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.teams-vs p {
  font-size: 1.25rem;
  color: var(--black-900);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.teams-vs {
  position: relative;
}

.team-logo {
  position: relative;
}

.logo-team {
  width: 12rem;
  height: 12rem;
  position: relative;
  z-index: 2;
}

#prochains-matchs div.vs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#prochains-matchs h3.vs {
  font-size: 3rem;
  text-transform: uppercase;
  font-style: italic;
  color: var(--black-500);
  z-index: 2;
  padding-inline: 1rem
}

#prochains-matchs .bolt {
  position: absolute;
  z-index: 0;
}

.logo-absolute {
  position: absolute;
  top: -2.5rem;
}

.logo-absolute img {
  width: 18rem;
  height: 18rem;
  opacity: 0.04;
  z-index: 0;
  filter: grayscale(1);
}

.team-logo:first-of-type .logo-absolute img {
  rotate: -20deg;
}

.team-logo:last-of-type .logo-absolute img {
  rotate: 20deg;
}

#prochains-matchs .billet {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
}

@media(max-width:960px) {
  #prochains-matchs .billet {
    margin-top: 1rem
  }

  ;

  #prochains-matchs .billet a {
    padding-block: 0.5rem;
    display: inline-block;
  }
}

#prochains-matchs .reserve img {
  margin-right: 0.25rem
}

/***Classement*****/

#classement thead th {
  font-size: 0.75rem;
  text-align: center;
  color: var(--black-500);
  text-transform: uppercase;
}

#classement .uk-table td {
  padding-inline: 0.25rem;
}

#classement thead th:first-of-type {
  padding-left: 2rem;
  text-align: right;
}

#classement thead th:last-of-type {
  padding-right: 2rem;
  text-align: end;
}

#classement .en-tete {
  padding-inline: 2rem;
  padding-top: 2rem;
}

#classement table {
  margin-top: 1.5rem;
}

#classement td img {
  height: 4rem;
  width: 4rem;
  position: relative;
  /* transform: rotate(7deg); */
  text-align: center;
}

#classement .separateur {

  border-top: 0 !important
}

#classement .separateur td {
  padding: 0 !important;
  font-size: 0.5rem !important;
  line-height: 1;
  background-color: var(--black-200);
}

#classement td {
  padding-block: 0.25rem;
}

#classement td:first-of-type {
  padding-left: 2rem;
  text-align: start;
  width: 2rem;
  padding-block: 0;
  padding-right: 0;
}

#classement td:last-of-type {
  padding-right: 2rem;
  text-align: end;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#classement td:first-of-type,
#classement td:nth-of-type(3) {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

#classement td:nth-of-type(4) {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black-500);
}

#classement tr.ada td {
  color: var(--white);
}

/* #classement td:nth-of-type(1),#classement td:nth-of-type(3),#classement td:nth-of-type(4),#classement td:nth-of-type(5),#classement td:nth-of-type(6){
  padding-top: 1rem;
} */



/*----------BLOIS-EXP---------*/


.ballon {
  width: 3rem;
  height: 3rem;
}

.partage {
  background-color: var(--black-100);
  position: relative;
  margin-top: 4rem;
}

/* .partage::after{
  content: '';
  background-image: url('https://ada-basket.com/wp-content/uploads/2023/08/patternexp.svg');
  background-blend-mode: screen;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}

.partage::before{
  content: '';
  background-image: url('https://ada-basket.com/wp-content/uploads/2023/10/texture.webp');
  background-blend-mode: screen;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
} */

.partage .uk-container {
  z-index: 3;
  position: relative;
}

.partage h2 {
  font-size: 2.5rem;
  color: var(--black-900);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media(max-width:960px) {
  .partage h2 {
    font-size: 1.5rem;
  }
}

.exp {
  gap: 2rem;
}


.card-exp a {
  z-index: 2;
}

.card-exp:hover .card-exp:after {
  transform: scale(1.2);
}

.card-exp p {
  color: var(--white);
}

.card-exp {
  border-radius: var(--border);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.card-exp .content {
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: calc(75vh - 4rem);
  justify-content: space-between;
  padding: 2rem;
  cursor: pointer;
}

.card-exp a,
.card-exp h3 {
  color: var(--white);
  cursor: pointer;
}


.card-exp a:before {
  background: linear-gradient(#0C0E19 0%, #0C0E1900 30%);
  display: block;
  height: 75vh;
  width: 100%;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.card-exp.partenariat a:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-exp.billetterie a:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-exp.boutique a:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.card-exp a:after {
  display: block;
  height: 75vh;
  width: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all .3s ease-out;
  transition: var(--transtion);
  cursor: pointer;

}

.card-exp a:hover:after {
  transform: scale(1.1);
  cursor: pointer;
}


.card-exp h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  z-index: 2;
}

.card-exp p {
  margin-bottom: 0rem;
  z-index: 2;
}

.btn-primary {
  background: var(--white);
  font-size: 1rem;
  padding: 0.75rem 1rem;
  color: var(--black-900) !important;
  border-radius: var(--border) !important;
}

@media(max-width:1080px) {
  .exp {
    flex-direction: column;
  }

  .card-exp {
    width: 100%;
  }


  .card-exp .content {
    min-height: calc(66vh - 4rem);
  }

  .card-exp a:after,
  .card-exp a:before {
    height: 66vh;
  }
}

@media(max-width:960px) {
  .home-slider article h2 {
    width: auto;
    font-size: 1.5rem;
  }

  .last-match {
    width: 100%;
    left: 0;
    bottom: 1rem;
  }

  .last-match .head2head {
    padding: 0 2rem 0 0;
    justify-content: flex-end;
    width: auto;
  }

  article .article-container {
    padding: 0 2rem 8rem 2rem;
  }

  .uk-dotnav {
    left: 2rem;
    bottom: 5rem;
  }


  .head2head img {
    max-width: 3rem;
    max-height: 3rem;
  }

  #prochains-matchs {
    margin-bottom: 2rem;

  }


  #prochains-matchs .title {
    font-size: 1.25rem;
  }



}

@media(max-width:600px) {

  #prochains-matchs .uk-flex,
  #classement .en-tete {
    flex-direction: column;
  }

  .logo-team {
    width: 100%;
    height: 100%;
    max-width: 5rem;
    max-height: 5rem;
  }

  .match-card .calendar,
  #classement .calendar {
    justify-content: flex-start;
    padding-block: 0.5rem;
  }

  .match-card {
    min-height: auto;
  }

  #prochains-matchs h3.vs {
    font-size: 1.25rem;
    padding-inline: 0.5rem
  }

  .logo-absolute {
    display: none;
  }

  .teams-vs {
    margin: 1.5rem 0 0;
  }

  .teams-vs p {
    font-size: 0.875rem;
  }

  .away-result,
  .home-result {
    font-size: 1.25rem;
  }

  #classement td:first-of-type,
  #classement td:nth-of-type(3),
  #classement td:nth-of-type(4),
  #classement td:last-of-type {
    font-size: 0.75rem;
  }

  #prochains-matchs {
    padding: 1.5rem;
  }

  #classement .en-tete {
    padding-inline: 1.5rem;
    padding-top: 1.5rem;
  }

  #classement table {
    margin-top: 0rem;
  }

  #classement td:first-of-type,
  #classement thead th:first-of-type {
    padding-left: 1.5rem;
  }

  #classement td:last-of-type,
  #classement thead th:last-of-type {
    padding-right: 1.5rem;
  }



}

@media(max-width:420px) {
  .last-match p .date {
    display: block;
    max-width: 96px;
  }
}

@media(max-width:340px) {

  #classement td:nth-of-type(3),
  #classement th:nth-of-type(3) {
    display: none;
  }

  .head2head img {
    max-width: 2rem;
    max-height: 2rem;
  }

  .last-match .last-match-text,
  .last-match p .date {
    font-size: 0.625rem;
  }
}

.no-match {
  margin: auto;
}

.no-match img {
  filter: grayscale(1);
}

.no-match p {
  font-size: 1.25rem;
  color: var(--black-700);
  text-transform: uppercase;
  font-weight: 700;
}