/* BACKGROUND */

.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* BARRE DU HAUT */

.date {
  color: black;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.background-page {
  background-color: white;
  width: 200px;
  height: 30px;
  border-radius: 3em 3em 3em 3em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.bar-top-index {
  position: relative; /* Permet d'utiliser position absolute sur les enfants */
}

.icon-bar-left {
  padding: 20px 0px;
  position: absolute;
  left: 0;
}
.icon-bar-left img {
  width: 30px;
  margin-left: 30px;
  margin-top: 5px;
}

.icon-bar-right {
  padding: 20px 0px;
  position: absolute;
  right: 0;
}

.icon-bar-right img {
  width: 26px;
  margin-right: 30px;
  margin-top: 5px;
}

.bar-top-index {
  border-radius: 0em 0em 3em 3em;
  height: 50px;
  display: flex;
  align-items: center;
}

.bar-top-info {
  background-color: grey;
  border-radius: 0em 0em 3em 3em;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bar-top-team {
  background-color: grey;
  border-radius: 0em 0em 3em 3em;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bar-top-qrcode {
  background-color: grey;
  border-radius: 0em 0em 3em 3em;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.retour-ligne {
  padding-top: 10px;
}
.text-index {
  color: black;
  font-size: 1.2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.text-index a {
  color: black;
}

/* PAGE INFO */

.icon-bar {
  padding: 10px 0px;
  font-size: 10px;
  color: white;
  font-weight: bold;
}

.bottom-icon {
  border-radius: 0 0 1.5em 1.5em;
  display: flex;
  text-align: center;
  justify-content: center;
}

.icon-rounded {
  padding: 10px 0px;
}

.icon-rounded img {
  width: 70px;
  margin-bottom: 5px;
}

.background-icon {
  /*background-image: url("bdd/img/bg-dark.png");*/
  background-color: white;
  width: 110px;
  height: 95px;
  border-radius: 1.5em 1.5em 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.background-icon {
  width: 100px;
  height: 95px;
  border-radius: 1.5em 1.5em 0 0;
}

.item {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;
}

.item-team {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;
}

.item-team a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;
}

.items-list {
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.icon-items {
  margin-top: 1em;
}

.detail-items {
  margin-top: 0px;
  margin-bottom: 7px;
  color: black;
  font-size: 8px;
}

.background-icon-text {
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
  border-radius: 3em 3em 0 0;
}
.text-lignea {
  font-size: 0.8em;
}

.profil-text {
  font-size: 0.8em;
}
.profil-text-long {
  color: black;
  font-size: 0.8em;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

/* PAGE INDEX */

.background-icon-index {
  width: 300px;
  height: 250px;
  background-color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.items-list-index {
  font-size: 15px;
  margin: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.icon-index {
  border-radius: 2em 2em 2em 2em;
  display: flex;
  text-align: center;
  justify-content: center;
}
.icon-rounded-index {
  padding: 20px 0px;
}
.icon-index img {
  width: 100px;
  height: 100px;
}
.icon-rounded-team {
  padding: 50px 0px;
}

/* PAGE TEAM */

.background-icon-team {
  background-color: white;
  padding: 20px;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.items-list-team {
  font-size: 12px;
  margin: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.icon-team {
  border-radius: 2em 2em 0 0;
  display: flex;
  text-align: center;
  justify-content: center;
}
.icon-team img {
  margin: 10px;
  height: 80px;
  width: 80px;
}
.icon-rounded-team {
  padding: 50px 0px;
}

/* PAGE QRC */

.background-icon-qrc {
  background-color: white;
  width: 100vw; /* Utiliser 100vw au lieu de 300px */
  height: 300px;
  border-radius: 3em 3em 3em 3em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.items-list-qrc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.icon-items-qrc {
  margin: 5em;
}
.icon-rounded-qrc img {
  border-radius: 1em 1em 1em 1em;
  width: 250px;
}

/* TEXT - TDR */

.text-tdr {
  display: flex;
  padding-bottom: 0px;
  text-align: center;
  justify-content: center;
  bottom: 0;
  color: blue;
  font-size: 10px;
  font-weight: bold;
}
