  body {
    background: url('/b1080.jpg');
    background-attachment: fixed;
    background-position: center;
    margin-top: 170px;
  }

  .flag_local {
    max-width: 30px;
    max-height: 30px;
    transition: scale 0.3s ease-in-out
  }

  .flag_local:hover {
    scale: 1.2;
    transition: scale 0.3s ease-in-out
  }

  header {
    font-family: 'Helvetica', sans-serif;
    z-index: 10;
  }

  footer a {
    color: grey;
  }

  /* Assurez-vous que html et body prennent toute la hauteur */
  html,
  body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }


  /* Le footer est toujours en bas et s'étend si nécessaire */
  footer {
    background-color: rgba(0, 0, 0, 1);
    color: rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 0, 0);
    padding: 20px;
    text-align: start;
    min-height: 100px;
    flex-shrink: 0;
    /* Empêche le footer de se rétrécir */
  }

  .poladmin a {
    text-decoration: none;
  }

  .poladmin a:hover {
    color: grey;
  }

  .logo-prem-j {
    width: 30px;
    margin-inline: 10px;
  }

  .copyright {
    color: grey;
  }

  /* Ajoutez cette classe pour que le footer prenne l'espace supplémentaire */
  footer.expand {
    flex-grow: 1;
    /* Permet au footer de s'agrandir pour combler l'espace vide */
  }

  footer a {
    color: grey;
    margin: 5px;
  }

  footer a:hover {
    color: white;
  }

  .alert {
    width: 50%;
  }

  .calendrier {
    font-weight: bold;
    margin: 20px 0px;
    white-space: nowrap;
  }

  .calendrier img {
    width: 150px;
    height: 150px;
  }

  .logoliguepoleadmin {
    max-width: 100px;
  }

  .boxpoleadmin {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 3rem;
    box-shadow: 2px 4px 12px rgba(255, 0, 0, 0.2);
  }

  .footer-img-container {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centre horizontalement */
    justify-content: center;
    /* Centre verticalement */
    height: 100%;
    /* Assure que la hauteur occupe tout l'espace disponible */
    text-align: center;
    /* Centre également le texte */
    border-right: 1px solid grey;
  }

  .footer-img {
    max-width: 30%;
    /* Ajuste l'image à la taille de son conteneur */
  }

  .navbar {
    background-color:rgb(0, 0, 0, 0.95);
    transition: height 0.3s ease-in-out;
  }

  .overlay-logo {
     filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
  }

  .hr-prem {
    max-width: 50%;
  }

  .cardpremium .card {
    background-color: rgba(27, 27, 27, 0.848);
    width: 40vw;
    border: none;
    border-radius: 10px;
    box-shadow: 2px 4px 20px rgba(255, 255, 255, 0.205);
  }

  .cardpremium .card-header {
    background-color: rgb(0, 0, 0);
    padding: 10px;
  }

  .navbar-text {
    font-weight: 500;
  }

  .navbar-logo {
    max-width: 130px;
    margin-top: 10px;
    transition: transform 0.3s ease, margin-top 0.3s ease, height 0.3s ease-in-out;
  }

  .navbar-text {
    font-size: 1.5rem;
    color: #ffffff;
    transition: opacity 0.3s ease, margin-top 0.3s ease;
  }

  /* Styling for the menu buttons */
  .navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #ffffff;
    transition: transform 0.3s ease, margin-top 0.3s ease, height 0.3s ease-in-out;
  }

  .nav-link {
    margin: 0 10px;
    font-size: 1rem;
    color: #ffffff;
    padding: 0.5rem 1rem;
    color: #ffffff;
    transition: transform 0.3s ease, margin-top 0.3s ease, height 0.3s ease-in-out;
  }

 .polelogoligue {
  max-width: 120px;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
 }


  .navbar-nav .nav-link:hover {
    color: gray;
    transition: color 0.3s ease-in-out;
  }

  .dropdown-menu {
    text-align: center;
    background-color: #000000;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }

  .dropdown-item {
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
  }

  .dropdown-item:hover {
    background-color: rgb(148, 16, 16);
  }

  .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, margin-top 0.3s ease;
  }

  .navbar-text {
    margin-top: 5px;
    /* Adjust as needed */
    font-size: 1.5rem;
    /* Adjust as needed */
    transition: transform 0.3s ease, margin-top 0.3s ease;
  }

  .shrunk {
    height: 90px;
    /* Adjust height as needed */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    transition: all 0.3s ease-in-out;
  }

  #mainNavBar {
    transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out, height 0.3s ease-in-out;
  }

  .shrunk .navbar-logo {
    margin-top: 1px;
    transition: transform 0.3s ease, margin-top 0.3s ease;
    scale: 0.8;
  }

  /* Hide menu items when shrunk */
  .shrunk .navbar-collapse {
    position: absolute;
    bottom: -9999px;
    pointer-events: none;
    opacity: 0;
    transition: height 0.3s ease-in-out, transform 0.3s ease, margin-top 0.3s ease;
  }

  .shrunk .navbar-text {
    opacity: 1;
    transition: height 0.3s ease-in-out, transform 0.3s ease;
    font-size: larger;
  }

  /* Adjust the toggler for better responsiveness */
  .navbar-toggler {
    margin-top: 10px;
    /* Adjust if needed */
  }



  .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #00000098;
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #6c757d;
    --bs-pagination-active-border-color: #fcfcfc;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
  }

  .container-fluid {
    background-color: #00000036;
    border-bottom: 2px solid red;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 120px;
    padding-right: 120px; 
    /* width: 100%; */
    /* border-bottom : 3px solid rgb(109, 0, 0); */
  }

  .rules {
    border-radius: 10px;
    padding: 25px;
    color: #ffffff;
  }

  .compo {
    background-color: #00000071;
    padding: 20px;
    /* border-radius: 2rem; */
    border: 42px solid rgba(255, 255, 255, 0.123);
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.733);
  }


  .container-fluid1-infos {
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.397);
    background-color: #0000008f;
    border-bottom: 2px solid red;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-fluid1-infos a {
    color: white;
  }

  .container-fluid1-infos a:hover {
    color: grey;
  }

  .container-fluid1-long {
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 40px;
    padding-bottom: 500px;
    width: 100%;
    /* border-bottom : 3px solid rgb(109, 0, 0); */
  }

  .container-title {
    font-family: "Orbitron", sans-serif;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 600;
  }

  .classement {
    border-radius: 10px;
    border: 10px solid #212529;
    width: 80%;
    margin: auto;
  }

  .classement table {
    background-color: #212529;
    width: 100%;
    color: rgb(255, 255, 255);
    margin-inline: auto;
  }

  .classement a {
    text-decoration: none;
  }


  .classement tr thead td {
    border: 1px solid grey;
    padding: 10px;
  }

  .classement td {
    min-width: 30px;
    margin: 10px;
  }


  .table {
    background-color: rgb(0, 0, 0, 0.9);
    overflow: hidden;
    color: white;
    box-shadow: 2px 4px 12px rgba(255, 0, 0, 0.2)

  }

  .pseudotableaulistjoueurs {
    min-width: 200px;
  }

  table tr {
    border-bottom: 1px solid grey;
    margin-top: auto;
  }

  .table th,
  .table td {
    background-color: transparent;
    border: none;
    align-items: center;
  }

  .table tbody tr:hover {
    background-color: rgba(255, 0, 0, 0.13);
  }

  .container-fluid a {
    color: #fff;
  }

  .container-fluid .card-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container-fluid .card1 {
    background-color: rgb(0, 0, 0);
    width: 100%;
  }

  .table a {
    color: white;
    text-decoration: none;
  }

  .table a:hover {
    color: grey;
  }

  .score-input {
    max-width: 80px;
    margin-top: 25px;
    text-align: center;
  }

  .inline-items {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-custom {
    background-color: rgb(146, 0, 0);
  }

  .btn-custom:hover {
    background-color: rgb(92, 0, 0);
  }

  .custom-btn {
    width: 300px;
    align-items: end;
  }

  .logoteam-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    text-align: center;
  }

  .logoteam-grid img {
    width: 150px;
  }

  .logoaffiche {
    width: 100px;
    height: auto;
    margin: 0 15px;
  }

  .overlay-btn span:hover {
    transition: scale 0.3s;
    scale: 1.2;
  }

  .overlay-btn span {
    transition: scale 0.3s;
    text-decoration: none;
    color: white;
  }

  .listjoueurs {
    font-size: large;
    line-height: 25px;
    margin-top: 20px;
    width: 1000px;
    padding: 10px;
  }

  .logocalendrier {
    max-width: 100px;
    max-height: 100px;
  }

  .logocompo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logocompo img {
    width: 200px;
    margin-inline: 80px;
  }

  .img-premium {
    width: 150px;
  }

  .logocompomatch {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .team-container {
    min-width: 100px;
    text-align: center;
  }

  .score-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-name {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .logoscore img {
    width: 200px;
    height: 200px;
  }

  .score {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .dash {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 15px;
  }

  .imagematch {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(630px, 1fr));
    gap: 20px;
  }

  .imagematch img {
    width: 100%;
    max-width: 900px;
  }

  .premium-card {
    border: 2px solid red;
    border-radius: 2rem;
    background-color: #0000006e;
    padding: 15px;
  }

  .dash-card {
    font-size: 2rem;
    flex-shrink: 0;
  }

  table .pts {
    color: rgb(255, 59, 59);
    text-shadow: 1px 1px 1px #000000;
  }

  .background-image {
    width: 100%;
    height: 90vh;
    object-fit: fill;
    transition: 0.3s;
  }

  .card-container .card1 {
    background-color: rgb(0, 0, 0, 0.9);
    width: 70%;
    box-shadow: 2px 4px 8px rgba(255, 0, 0, 0.082);
  }

  .card-header {
    background-color: black;
    border-color: rgb(255, 0, 0);
  }

  .grid-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    text-align: center;
    gap: 50px;
  }

  .team-container-card {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .form-container {
    border-radius: 5px;
    font-size: 16px;
  }

  .form-container label {
    color: #e4e4e4;

  }

  .form-container input::text {
    background-color: #000000;
    color: #fcfcfc;
  }

  .form-control {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .form-select {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .form-control option {
    background-color: #000000;
  }

  input[type="file"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
  }


  input[type="file"]::-webkit-file-upload-button {
    background-color: rgba(0, 0, 0, 0.808);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
  }

  .custom-pseudo .option {
    background-color: rgb(0, 0, 0);
  }

  .custom-pseudo .option:hover {
    background-color: rgb(179, 0, 0);
  }


  .liguelogo img {
    width: 400px;
  }


  .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .player-name {
    flex: 1;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
  }

  .player-position {
    font-style: italic;
    color: gray;
  }

  .player-card {
    margin-bottom: 10px;
  }

  .pseudomyspace {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .pseudomyspace .premium-logo, .premium-logo-club {
    width: 80px;
    margin-inline: 20px;
  }

  .premiumclub-logo {
    width: 80px;
    height: 80px;
  }

  .pseudomyspace .premium-text {
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
    color: goldenrod;
  }

  .valid {
    color: greenyellow;
  }

  .quit {
    color: rgb(255, 0, 0);
  }

  .imgaccueil {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .imgaccueil img {
    width: 1000px;
  }

  .accueil {
    position: relative;
    text-align: center;
    overflow: hidden;
  }

  section {
    border-bottom: 2px solid rgb(255, 0, 0);
    overflow: hidden;

  }


  .text-prem {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 20px;
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-prem div {
    border-left: 1px solid #ffffff;
    padding: 10px;
  }

  .imggm img {
    width: 250px;
    margin-bottom: 15px;
  }

  .prem-contain {
    background-color: hsla(0, 0%, 0%, 0.4);
    color: #ffffff;
    border: 1px solid grey;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 8px 12px rgba(255, 255, 255, 0.096);
    margin-top: 35px;
    overflow: hidden;
  }

  .prem-contain .subtitle1 {
    text-transform: uppercase;
    font-size: large;
    font-weight: bold;
    padding: 10px;
    align-self: center;
    justify-self: center;
    border-bottom: 1px solid grey;
  }

  .prem-contain .subtitle2 {
    text-transform: uppercase;
    font-size: large;
    font-weight: bold;
    padding: 10px;
    align-self: center;
    justify-self: center;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .prem-contain .title {
    /* border-bottom: 1px solid rgb(255, 255, 255); */
    padding: 10px;
    font-size: larger;
    font-weight: 700;
    text-transform: uppercase;
    background-color: goldenrod;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  }

  .prem-contain .content2 {
    border-left: 1px solid rgb(90, 90, 90);
  }

  .logoteamshow {
    width: 400px;
    height: 400px;
  }

  .prem-contain .footer {
    border-top: 1px solid rgb(90, 90, 90);
    font-size: larger;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgb(23, 112, 14);
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.445);
  }

  .prem-contain .footer a {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }

  .prem-contain .footer a:hover {
    color: rgb(216, 216, 216);
  }

  .warning {
    color: rgb(255, 251, 0);
  }

  .line {
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    margin-top: 1rem;
  }

  .line i {
    margin-left: auto;
    margin-right: 15px;
  }

  .icon {
    display: none;
  }

  .container-fluid .cardcalendar {
    width: 50%;
    margin: auto;
  }

.adminsee {
  color: rgb(131, 152, 190);
  transition: 0.3s;
}

  .admintarget {
    color: rgb(255, 230, 0);
    transition: 0.3s;
  }

  .admintarget:hover, .adminsee:hover {
    scale: 1.4;
    transition: 0.3s;
  }

  .listmatch {
    text-decoration: none;
  }

  .journtext {
    font-size: small;
    font-weight: 300;
    color: grey;
  }

  .card-title {
    font-family: "Bebas Neue";
    font-size: 2rem;
  }

  .card-news {
    box-shadow: 2px 4px 12px rgba(255, 0, 0, 0.2);
  }

  .card-news .card-body {
    background-color: rgba(0, 0, 0, 0.9);
  }


  .card-text {
    font-family: "Open Sans";
  }

  .logolistcal {
    margin-inline: 1rem;
    max-width: 40px;
    max-height: 40px;
  }

  /* TELEPHONE */

  @media (max-width: 991px) {

    .flag_local {
      max-width: 60px;
      max-height: 60px;
      margin-inline: 10px;
    }

    .journtext {
      font-size: x-large;
      font-weight: 300;
      color: rgb(255, 0, 0);
    }

    .pseudodujoueur {
      max-width: 350px;
      text-overflow: ellipsis;
      overflow: hidden;
    }

    body {
      background: url('/btel.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
    }

    .container-fluid .cardcalendar {
      width: 100%;
      margin: auto;
    }

    .mercatotext {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 116px;
    }

    .polelogoligue {
      max-width: 200px;
    }

    .tati {
      background-color: #212529;
      font-size: xx-large;
    }

    .premium-logo-club {
      width: 120px;
      margin-inline: 50px;
    }

    .pseudomyspace .premium-logo {
      width: 80px;
      margin-inline: 20px;
    }

    .card-container .card {
      width: 100%;
    }

    .logocompomatch img {
      width: 175px;
    }

    .cardpremium .card {
    width: 100vw;
    border: none;
  }


  .cardpremium .card h4 {
    font-size: 4rem;
  }

  h2 {
    font-size: 4rem;
  }

  .cardpremium .card ul {
    font-size: 2.5rem;
  }

   .cardpremium .card h5 {
    font-size: 3.5rem;
   }

    .navbar-text {
      font-size: 2rem;
    }

    .classement {
      width: 100%;
    }

    .classement td {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 300px;
      padding: 10px;
    }

    .boxpoleadmin {
      width: 100%;
      font-size: 2.2rem;
    }
    

    .pseudomyspace .premium-text {
      font-size: 2rem;
      font-weight: 100;
      font-style: italic;
      color: goldenrod;
    }

    .container-title {
      font-size: 4rem;
    }

    .dash {
      font-size: 3rem;
      margin: 0 15px;
    }

    .team-name {
      display: none;
    }

    .icon {
      display: inline;
      position: absolute;
      right: 30px;
      top: 60px;
      font-size: 40px;
    }

    .icon a {
      text-decoration: none;
    }

    .icon i {
      margin-left: 1.5rem;
      color: rgb(196, 196, 196);
    }

    .community {
      margin-top: 3rem;
      text-align: center;
    }

    .container-fluid1-infos {
      box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.397);
      background-color: #0000008f;
      border-bottom: 2px solid red;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 40px;
      padding-bottom: 60px;
      font-size: 3rem;
    }

    .team-container-card {
      font-size: 3rem;
    }

    .team-container-card img {
      width: 200px;
      height: 200px;
    }

    .container-fluid {
      background-color: rgba(0, 0, 0, 0.5);
      padding-top: 40px;
      padding-bottom: 60px;
      padding-left: 30px;
      padding-right: 30px;
      /* border-bottom : 3px solid rgb(109, 0, 0); */
    }

    .container-fluid1-long {
      background-color: rgba(0, 0, 0, 0.5);
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 40px;
      min-height: 450px;
      width: 100%;
    }

    .managercount {
      font-size: 2.2rem;
    }

    .form-container label {
      color: #e4e4e4;
      font-weight: bold;
      font-size: 2.5rem;
    }

    .form-container input::text {
      background-color: #000000;
      color: #fcfcfc;
      font-size: 3rem;
    }

    .form-control option {
      font-size: 1.2rem;
    }

    .form-select {
      font-size: 3rem;
    }

    .ivalid {
      margin: 3rem;
    }

    .form-select option {
      background-color: black;
      font-size: 1.2rem;
    }

    .form-container input,
    .form-container select,
    .form-container textarea {
      font-size: 2.5rem;
      /* Augmente la taille de la police pour les champs de saisie */
      padding: 10px;
      /* Ajoute du padding pour les champs */
    }

    form {
      font-size: 2.5rem;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="file"],
    input[type="number"],
    textarea,
    select {
      font-size: 2.5rem;
      /* Augmente la taille du texte */
    }

    .date {
      font-size: 2rem;
    }

    .nbmanagertext {
      font-size: 2rem;
    }

    h3,
    h6,
    h4
     {
      font-size: 3rem;
    }

    h1 {
      font-size: 5rem;
    }

    .container h3 {
      margin: 10px;
      font-size: 5rem;
    }

    .navbar-brand {
      display: block;
      margin: 0 auto;
      /* Centre le logo sur mobile */
    }

    .tablemanager .btn {
      font-size: 2rem;
    }

    table td {
      white-space: nowrap;
      max-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis;

    }

    table tr {
      font-size: 2.5rem;
      align-items: center;
      justify-content: space-between;
    }

    .score {
      font-size: 3rem;
    }

    .page-link {
      font-size: 2.5rem;
    }

    .logoclass {
      height: 60px;
      width: 60px;
    }

    .table tbody tr td a {
      /* Ajuste la largeur selon tes besoins */
      white-space: nowrap;
      /* Empêche le texte de passer à la ligne */
      overflow: hidden;
      /* Cache le texte débordant */
      text-overflow: ellipsis;
      /* Affiche "..." pour le texte qui dépasse */
    }

    body {
      margin-top: 180px;
      font-size: 2.5rem;
    }

    .footer-img {
      max-width: 70%;
      /* Ajuste l'image à la taille de son conteneur */
    }

    .btn {
      font-size: 2.5rem;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .player-name {
      font-size: 2.5rem;
    }

    .player-position {
      font-size: 2.5rem;
    }


    form input {
      font-size: 2rem;
    }

    .compo {
      background-color: #00000071;
      padding: 20px;
      /* border-radius: 2rem; */
      border: 22px solid rgba(255, 255, 255, 0.123);
      box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.733);
    }

    .navbar-toggler {
      position: absolute;
      width: 100px;
      height: 80px;
      left: 30px;
      top: 40px;
    }

    .navbar-collapse {
      position: absolute;
      justify-content: space-around;
      align-items: center;
      top: 91%;
      left: 0;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
      background-color: rgb(0, 0, 0);
      /* Assurez-vous que le fond est opaque pour le menu déroulant */
      padding: 20px 50px;
      text-align: center;
      z-index: 99999;
    }

    .navbar-collapse a {
      font-size: 2.7rem;
      font-weight: 400;
    }

    .navbar-collapse a:hover {
      color: grey;
    }

    .navbar-collapse li {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      height: 5vh;
      border-bottom: 2px solid rgb(255, 0, 0);
      margin-bottom: 50px;
      /* box-shadow: 2px 4px 12px #000000; */
    }

    .dropdown-menu {
      background-color: rgb(0, 0, 0);
      text-align: center;
      border-radius: 10px;
      text-transform: capitalize;
      padding: 10px 15px;
    }


    .background-image {
      height: 70vh;
      object-position: 50% 50%;
      object-fit: cover;
    }

    .background {
      height: 450px;
      object-fit: cover;
      object-position: 50% 50%;
    }

    .b-overlay-btn {
      position: absolute;
      left: 50%;
      top: 85%;
      transform: translate(-50%, -50%);
      width: 200px;
      background-color: #cf0000;
      font-size: 2.5rem;
      text-transform: capitalize;
      border-radius: 10px;
    }

    .b-overlay-btn:hover {
      background-color: #e66363;
    }

    .b-overlay-btn-disabled {
      position: absolute;
      left: 50%;
      top: 85%;
      transform: translate(-50%, -50%);
      width: 200px;
      background-color: #ffffff1e;
      font-size: 2.5rem;
      text-transform: capitalize;
      border-radius: 10px;
    }


    .overlay-hr {
      position: absolute;
      top: 59%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 10%;
    }

    .overlay-btn {
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: capitalize;
      gap: 4rem;

    }

    .overlay-description {
      font-family: "Open Sans", sans-serif;
      position: absolute;
      text-transform: uppercase;
      font-style: italic;
      top: 88%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-weight: 200;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      font-size: 2rem;
      /* Ajoutez une ombre pour rendre le texte plus lisible */
    }

    .prem-contain {
      background-color: hsla(0, 0%, 0%, 0.4);
      color: #ffffff;
      border: 1px solid grey;
      width: 100%;
      border-radius: 8px;
      box-shadow: 0px 8px 12px rgba(255, 255, 255, 0.096);
      margin-top: 35px;
      overflow: hidden;
    }

    .prem-contain .subtitle1 {
      text-transform: uppercase;
      font-size: 3rem;
      font-weight: bold;
      padding: 10px;
      align-self: center;
      justify-self: center;
      border-bottom: 1px solid grey;
    }

    .prem-contain .subtitle2 {
      text-transform: uppercase;
      font-size: 3rem;
      font-weight: bold;
      padding: 10px;
      align-self: center;
      justify-self: center;
      border-left: 1px solid grey;
      border-bottom: 1px solid grey;
    }

    .prem-contain .title {
      /* border-bottom: 1px solid rgb(255, 255, 255); */
      padding: 10px;
      font-size: 3rem;
      font-weight: 700;
      text-transform: uppercase;
      background-color: goldenrod;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      overflow: hidden;
      color: rgb(255, 255, 255);
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    }

    .prem-contain .content2 {
      border-left: 1px solid rgb(90, 90, 90);
    }

    .line {
      font-size: 2rem;
      padding-left: 10px;
      padding-right: 10px;
    }

    .line i {
      display: none;
    }

    .prem-contain .footer {
      border-top: 1px solid rgb(90, 90, 90);
      font-size: 3rem;
      padding: 10px;
      text-transform: uppercase;
      font-weight: bold;
      background-color: rgb(23, 112, 14);
      color: white;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.445);
    }

    .overlay-text {
      font-family: "Orbitron", sans-serif;
      position: absolute;
      top: 15%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 4rem;
      font-weight: 500;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      /* Ajoutez une ombre pour rendre le texte plus lisible */
    }

    .overlay-logo {
      position: absolute;
      top: 43%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40%;
    }

    .navbar-nav {
      flex-direction: column;
      align-items: flex-start;
      /* Aligne les éléments du menu à gauche */
      margin-top: 0;
    }

    .navbar-nav .nav-item {
      width: 100%;
      /* Assure que chaque élément de menu prend toute la largeur disponible */
    }

    .navbar-nav .nav-link {
      padding: 10px 15px;
    }

    /* Optionnel : Vous pouvez aussi ajuster la taille du logo pour les petits écrans */
    .navbar-logo {
      max-width: 200px;
      /* Ajustez la taille du logo si nécessaire */
    }


    .logocompomatch img {
      width: 220px;
      height: 220px;
    }

     .premium-text-club {
      display: none;
    }


  }

  @media (min-width: 992px) {
    .overlay-logo {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 10%;
      /* Ajustez la taille du logo */
    }

    .tableaulistjoueurs{
    width: 75vw;
    margin: auto;
  }

    .premium-text-club {
      font-size: 20px;
      font-weight: 100;
      font-style: italic;
      color: goldenrod;
    }

    .card-img {
      max-width: 100%;
      object-fit: cover;
    }

    .logoclass {
      height: 40px;
      width: 40px;
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .team-container-card img {
      width: 150px;
      height: 150px;
    }

    .overlay-text {
      font-family: "Orbitron", sans-serif;
      position: absolute;
      top: 43%;
      left: 25%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 3rem;
      font-weight: 500;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      max-width: 25%;
      word-wrap: break-word;
      /* Forcer le retour à la ligne */
      overflow-wrap: break-word;
      /* Assure que le texte soit correctement coupé lorsqu'il est trop long */
      white-space: normal;
      /* Ajoutez une ombre pour rendre le texte plus lisible */
    }

      .containerarriverdepart {
        max-width: 65vw;
        margin: auto;
  }

    .overlay-description {
      font-family: "Open Sans", sans-serif;
      position: absolute;
      text-transform: uppercase;
      text-align: center;
      font-style: italic;
      top: 42%;
      left: 75%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 150%;
      font-weight: 200;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      max-width: 25%;
      word-wrap: break-word;
      /* Forcer le retour à la ligne */
      overflow-wrap: break-word;
      /* Assure que le texte soit correctement coupé lorsqu'il est trop long */
      white-space: normal;
      /* Ajoutez une ombre pour rendre le texte plus lisible */
    }

    .overlay-btn {
      /* text-transform: uppercase; */
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: rgb(255, 255, 255);
      font-weight: 500;
      width: 7%;
      text-transform: capitalize;
      border: none;
      gap: 3rem;
    }
    

    .b-overlay-btn {
      /* text-transform: uppercase; */
      position: absolute;
      top: 81%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #cf0000;
      color: rgb(255, 255, 255);
      font-weight: 500;
      width: 7%;
      text-transform: capitalize;
      border: none;
    }

    .b-overlay-btn:hover {
      background-color: #640000;
      color: rgb(255, 255, 255);
      text-transform: capitalize;
      border: none;
      transition: background-color 0.3s;
    }

    .b-overlay-btn-disabled {
      /* text-transform: uppercase; */
      position: absolute;
      top: 81%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #cf0000;
      color: rgb(255, 255, 255);
      font-weight: 500;
      width: 7%;
      text-transform: capitalize;
      border: none;
    }


    .logocompomatch img {
      width: 200px;
      margin-inline: 40px;
    }

    .overlay-hr {
      position: absolute;
      top: 63%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 10%;
    }
  }

  @media (min-width: 2500px) {
    body {
      background: url('/b1440.jpg');
      background-attachment: fixed;
      background-position: center;
      margin-top: 170px;
    }
  }

  .passpreniumpng {
    width: 600px;
  }