* {
  padding: 0;
}

.ml0 {
  margin-left: 0em;
}

input,
select {
  border-radius: 12px;
}

.hide {
  display: none !important;
}

/* select, */
label,
#dates {
  width: fit-content;
  margin-left: 1em;
}

body {
  max-width: 100%;
}

#listeEquipe {
  margin-left: 1em;
}
.maxWidth8 {
  max-width: 8em;
}
#th-exoRepos {
  width: 15em;
}

#dates {
  width: 20em;
}

.row > * {
  width: auto;
  margin-top: 1em;
}

#content-body {
  width: 100%;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: larger;
}

/*recherche*/

.suggestion {
  padding: 2px 2px 2px 6px;
  border-radius: 6px;
}

.suggestion:hover {
  cursor: pointer;
  color: white;
  background-color: rgb(54, 57, 58);
}

#liste-suggestions-recherche li {
  list-style: none;
}

#liste-suggestions-recherche {
  /* display: none; */
  padding: 0.938em;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  border: 1px solid black;
  /* width: fit-content;  */
  /* position: absolute; */
  z-index: 10;
  width: 20em;
  max-height: 40em;
  position: absolute;
  margin-top: 8em;
  overflow: auto;
  top: 0;
  margin-left: 60em;
}

#div-recherche,
#div-input-date {
  display: flex;
  align-items: center;
}

#div-recherche > label {
  margin-left: 1em;
}

#li-entraineur {
  cursor: pointer;
}

nav {
  float: left;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  display: block;
}

.navbar-brand {
  font-size: 1em;
}

.nav-link:hover {
  background-color: #ddd;
  color: black;
}

.nav-item {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* Pour s'assurer que la barre de navigation est au-dessus du contenu principal */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
}
main {
  flex: 1;
}

footer {
  background-color: #f1f1f1; /* Changez la couleur de fond à votre convenance */
  text-align: center;
  padding: 10px 0;
}
#spinner {
  display: none;
  position: absolute;
  z-index: 5;
  margin-left: 50%;
  margin-top: 21em;
  width: 10em;
  height: 10em;
}

#logout {
  height: 2em;
  position: fixed;
  right: 1em;
  top: 0.75em;
}

#logout path {
  fill: white;
}

#fond-login {
  background-size: cover !important;
}

#nav-mobile {
  display: none;
}

#nav-pc * {
  max-width: 8em;
}
#nav-pc {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  width: fit-content;
}

.overflow {
  overflow: auto;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  * {
    box-sizing: border-box;
  }
  #content-body {
    margin-top: 5em;
  }

  .choix {
    font-size: 1.5em;
  }

  #temoinMobile {
    display: none;
  }

  .btn,
  #wrapper-central > div,
  span,
  a,
  .select-type-entrainement {
    font-size: 1.5em !important;
  }

  /* label,
  input,
  select,
  .btn,
  textarea {
    font-size: 2.25em !important;
  }
  p,
  span {
    font-size: 2em !important;
  }

  .reponse {
    font-size: 2em !important;
  } */

  .container {
    max-width: fit-content;
  }

  #listeEquipe {
    margin-left: 3em;
    font-size: 2em;
  }

  .sidebar {
    width: 15em;
  }

  .nav-item,
  th,
  td,
  td > input,
  td,
  tr,
  th {
    font-size: 1.25em !important;
  }
  td > input {
    width: 3em;
  }

  .navbar-brand {
    font-size: 1.75em !important;
  }
  .navbar {
    position: fixed;
    top: 0;
    width: 105%;
    padding-left: 1em;
    margin-left: -1em;
    margin-right: -2em;
  }

  h4 {
    width: max-content;
  }

  .popup-confirm {
    font-size: 1.5em;
    max-width: 15em;
    /* left: 0 !important; */
    /* margin-left: 9em; */
    width: max-content;
  }
  #nav-mobile {
    display: flex;
    justify-content: space-between;
    z-index: 100;
  }
  #nav-pc {
    display: none !important;
  }
  .navbar-nav {
    overflow: auto;
  }
  .scrollable-menu {
    max-height: 300px; /* Limite la hauteur à 300px, ajustez selon vos besoins */
    overflow-y: auto; /* Active le défilement vertical si nécessaire */
    overflow-x: hidden; /* Désactive le défilement horizontal */
  }

  .fz9px {
    font-size: 9px !important;
  }
  .fz12px,
  .fz12px > * {
    font-size: 12px !important;
  }
  .fz16px,
  .div-entrainement {
    font-size: 16px !important;
  }
  .fz20px {
    font-size: 20px !important;
  }
  .row > * {
    margin-top: 0;
  }

  div {
    margin-top: 1em !important;
  }
  #main {
    margin-top: 3.75em !important;
  }
  body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
  }

  #table-container {
    padding: 20px;
    max-width: 700px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

  #exercice-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  #exercice-nav img {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  #exercice-counter {
    font-size: 18px;
    font-weight: bold;
    align-self: center;
  }

  #exercice-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .circuit.active {
    display: block;
  }

  .exercice-info p,
  .exercice-group p,
  .exercice-group strong {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start; 
  }

  .exercice-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .exercice-group p {
    flex: 1;
    margin: 0;
  }

  .exercice-group input {
    width: 80px;
    padding: 5px;
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: right;
  }

  .exercice img {
    max-width: 100%;
    margin: 10px 0;
    border-radius: 5px;
  }

  .bold {
    font-weight: bold;
    margin: 15px 0 10px;
    color: #333;
  }
}

.jc-c {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.reponse {
  margin-top: 1.5em;
}

.green {
  color: green;
}

.darkred {
  color: darkred;
}

.navbar {
  /* position: fixed; */
  width: 101%;
}

.width100 {
  padding: 0;
  width: 100%;
}

.width50 {
  width: 50%;
}

.select-type-entrainement:hover,
.select-type-entrainement.selected {
  color: white;
  background-color: #757575;
  cursor: pointer;
}

#div-liste-type {
  justify-content: space-evenly;
}

.popup-confirm,
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.col-md-8 {
  width: 66.66666667%;
}

.mt0 {
  margin-top: 0;
}

body {
  background-color: #edf0f4;
}
p {
  margin: 0 !important;
}
#logo {
  margin: 0;
  max-height: 7em;
  max-width: none;
  margin: 0;
  border-radius: 50%;
}

body,
html {
  overflow: auto;
}

#select-equipe {
  width: fit-content;
}

/* #nav-pc{
  display : none!important;
} */
