/* DEBUT MOBILE FIRST */
@font-face {
  font-family: "QuickSand";
  src: url(../style/font/quicksand.woff2);
}

* {
  box-sizing: border-box;
}

hr {
  border: 0.1px solid rgba(0, 0, 0, 0.1);
}

body {
  font-family: "QuickSand", sans-serif;
  background-color: #1b263b;
  color: #f8f9fa;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

header {
  background-color: #151e2e;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  box-shadow: 0px 0px 5px #000;
  z-index: 9999999;
  position: relative;
  height: 80px;
  position: sticky;
  overflow-y: hidden;
}

h1.logo {
  font-size: 1.6rem;
  font-weight: 700;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav {
  display: flex;
  gap: 20px;
  float: left;
}

header nav a {
  color: #f8f9fa;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

header nav a:nth-child(1):hover,
a:nth-child(2):hover,
a:nth-child(3):hover,
a:nth-child(4):hover {
  color: #f8f9fa;
}

.burgerIcon {
  font-size: 30px;
}

main > .bigAccueil {
  background: url(/assets/images/background.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0px;
  overflow-y: hidden;
  box-shadow: 0px 0px 3px #000;
}

main > .bigAccueil > .filtre {
  background: #14213d;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
}

main > .bigAccueil > .textPrincipal {
  position: absolute;
  top: 0;
  z-index: 9999;
  font-family: "Tilt Warp", serif;
  font-size: 3rem;
  width: 100%;
  margin-top: 40px;
  text-shadow: 0px 0px 20px #000;
  left: 50%;
  letter-spacing: 5px;
  transform: translate(-50%, 30%);
  text-align: center;
}

main > .bigAccueil > .textSecondaire {
  position: absolute;
  top: 0;
  z-index: 9999;
  font-family: "Tilt Warp", serif;
  font-size: 28px;
  width: 100%;
  margin-top: 190px;
  left: 50%;
  transform: translate(-50%, 30%);
  text-align: center;
}

main > .bigAccueil > .btnPlusMatch {
  background: #efc029;
  color: #14213d;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 30%);
  top: 0px;
  margin-top: 340px;
  width: 400px;
  text-align: center;
  box-shadow: -10px 8px 3px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}

main > .bigAccueil > .btnPlusMatch:hover {
  background: #f3bb04;
  color: #fff;
  cursor: pointer;
  box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  margin-top: 343px;
}

main .theLastEvenement {
  width: 90%;
  padding: 10px;
  position: relative;
  background-position: center;
  margin: 0 auto;
  z-index: 999999;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000, 0 2px 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.theLastEvenement > h1 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  text-align: center;
  padding-left: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0px 0px 1px #000;
  padding: 10px;
}

.disposition_versus {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.disposition_versusSolo {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 10px;
}

.disposition_versus > .box_left {
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  padding: 10px;
  width: 100%;
  box-shadow: 0px 0px 2px #fff;
  border-radius: 3px;
  text-align: center;
  &:hover {
    opacity: 0.9;
  }
}

.disposition_versusSolo > .center {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #fff;
  width: 100%;
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 3px;
  text-align: left;
  align-self: start;
  font-weight: 500;
  font-size: 1em;
}

.disposition_versusSolo > .right {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #fff;
  width: 100%;
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 3px;
  text-align: center;
  align-self: start;
}

.disposition_versusSolo > .center h2 {
  margin-top: 0px;
  padding: 0px;
  color: #a48522;
  text-transform: uppercase;
  font-weight: 500;
}

.disposition_versus > .center {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  text-align: center;
}

.disposition_versus > .right {
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  padding: 10px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 2px #fff;
  border-radius: 3px;
  height: 200px;
  &:hover {
    opacity: 0.9;
  }
}

.center > span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.center .indication_sport_important {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: gold;
}

.importantIndication {
  font-size: 0.6em;
  background: #a48522;
  font-weight: 550;
  border-radius: 2px;
  padding: 2px;
  position: relative;
  text-align: center;
}

.container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

main .left_why {
  background-color: #151e2e;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 0px 30px #111f37;
  border-radius: 3px;
  margin-bottom: 30px;
}

main .right_why {
  background-color: #151e2e;
  box-shadow: 0px 0px 30px #111f37;
  border-radius: 3px;
  width: 100%;
  padding: 30px;
}
.left_why > h2 {
  border-left: 5px solid #efc029;
  padding-left: 30px;
}

.left_why p {
  letter-spacing: 0.5px;
}

.left_why p span {
  font-weight: bold;
  color: rgb(179, 48, 48);
}

.right_why > h3 {
  border-right: 5px solid #efc029;
  padding-right: 10px;
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

.right_why table {
  width: 100%;
  border: 0.5px solid #030b1a;
  padding: 10px;
  box-shadow: -10px 8px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-collapse: collapse;
}
.right_why table td {
  border: 1px solid #030b1a;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.right_why table tr th {
  height: 60px;
  border: 1px solid #030b1a;
  font-size: 12px;
  padding: 10px;
}

.right_why table tr {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border: 1px solid #030b1a;
}

footer {
  background: #151e2e;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 100px;
  padding: 10px;
  text-align: center;
}

.containerFooter {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.containerFooter ul {
  margin-top: 74px;
  text-align: center;
  padding: 0px;
}

.containerFooter ul li {
  list-style-type: none;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  line-height: 40px;
  text-decoration: underline;
  &:hover {
    text-decoration: none;
    cursor: pointer;
  }
}

.mns {
  color: #ff6911;
  text-shadow: none;
}

#copyright {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#remonteFleche {
  float: right;
  margin-top: -110px;
  position: relative;
  width: auto;
  right: 50px;
  bottom: 50px;
  font-size: 40px;
  padding: 10px;
  border: 1px solid #041127;
  box-shadow: -4px 8px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.2s;
  &:hover {
    background: #f6bc00;
    color: #fff;
    cursor: pointer;
    margin-top: -111px;
    box-shadow: -2px 4px 3px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
  }
}

a {
  text-decoration: none;
  color: #151e2e;
  font-weight: 500;
}

.containerCompte {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
}

.boxCompte {
  background: #151e2e;
  width: 100%;
  font-size: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.containerChoice {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#connexionChoice {
  background: #f4bb03;
  width: 100%;
  height: 82px;
  text-align: center;
  color: #132137;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  border-radius: 50px 0px 0px 0px;
}

#connexionChoiceDesactive {
  background: #fff;
  width: 100%;
  text-align: center;
  color: #132137;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  opacity: 0.2;
  border-radius: 50px 0px 0px 0px;
  border-left: 1px solid #132137;
  cursor: pointer;
  box-shadow: none;
  height: 82px;
  &:hover {
    opacity: 1;
  }
}

#inscriptionChoiceDesactive {
  background: #fff;
  width: 100%;
  text-align: center;
  color: #132137;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  opacity: 0.2;
  border-left: 1px solid #132137;
  cursor: pointer;
  box-shadow: none;
  height: 82px;
}

#inscriptionChoice {
  background: #fff;
  width: 100%;
  height: 82px;
  text-align: center;
  color: #132137;
  transition: all 0.2s;
  border-radius: 0px 50px 0px 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  opacity: 0.2;
  &:hover {
    opacity: 1;
    border-left: 1px solid #f4bb03;
    cursor: pointer;
    box-shadow: none;
  }
}

#inscriptionChoiceActive {
  background: #f4bb03;
  width: 100%;
  height: 82px;
  border-radius: 0px 50px 0px 0px;
  text-align: center;
  color: #132137;
  transition: all 0.2s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#connexionChoiceActive {
  background: #f4bb03;
  width: 100%;
  height: 82px;
  text-align: center;
  color: #132137;
  transition: all 0.2s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#connexionChoice span,
#inscriptionChoice span,
#inscriptionChoiceActive span,
#connexionChoiceDesactive span {
  font-size: 1rem;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
}

#inscriptionChoiceActive::after {
  content: "⮟";
  color: #f4bb03;
  font-size: 70px;
  position: relative;
  top: -50px;
}

#connexionChoice::after {
  content: "⮟";
  color: #f4bb03;
  font-size: 70px;
  position: relative;
  top: -50px;
}

.containerFormCompte {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  font-size: 14px;
}

.containerFormCompte h2 {
  border-right: 1px solid orange;
  color: orange;
}

.containerFormCompte input[type="email"],
input[type="password"] {
  width: 100%;
  background: #1b263b;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 18px;
  color: #fff;
  border: none;
  margin-top: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
}

.containerFormCompte input[type="submit"] {
  background: #28a745;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 30px;
  width: 100%;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.containerFormCompte input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}

.containerFormCompte .mdpoublier {
  font-family: "QuickSand";
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: none;
  font-weight: normal;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  &:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.containerFormRegisterCompte {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 50px 0px;
}

.containerFormRegisterCompte h2 {
  border-right: 1px solid orange;
  color: orange;
  text-align: left;
}

.containerFormRegister {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.boxRegister {
  background: #151e2e;
  width: 100%;
  box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px 50px 50px 50px;
}

#large100 {
  grid-column: 1/3;
}

.containerFormRegister input[type="email"],
.containerFormRegister input[type="password"],
.containerFormRegister input[type="text"],
.containerFormCompte input[type="text"],
.boxLeft input[type="text"] {
  width: 100%;
  background: #1b263b;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 1rem;
  color: #fff;
  border: none;
  margin-top: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
}

.btn-valider {
  background: #28a745;
  padding: 15px;
  font-family: "QuickSand", sans-serif;
  font-size: 17px;
  color: #fff;
  border: none;
  margin-top: 10px;
  width: 100%;
  float: right;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-valider:hover {
  opacity: 0.8;
  cursor: pointer;
}

.bigbackGroundPanier {
  background: url(/assets/images/bigbackGroundPanier.png);
  width: 100%;
  margin-top: -20px;
  background-position: center 00px;
  height: 100px;
  box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
}

.filtrePanier {
  background: #151e2e;
  width: 100%;
  height: 100px;
  opacity: 0.5;
  text-align: center;
}

.filtrePanier h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 2rem;
  position: relative;
  top: 43px;
  letter-spacing: 20px;
  text-shadow: 0px 0px 200px #000000;
  color: #f6bc00;
}

.containerPositionPanier {
  margin-top: 5px;
}

.disposition {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}

.boxAllArticleLeftPanier {
  background: #151e2e;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: -5px 4px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  align-self: self-start;
}

.boxAllQuantiteRightPanier {
  background: #151e2e;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 5px 4px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  align-self: self-start;
}

.boxAllArticleLeftPanier h2 {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: left;
}

.boxAllQuantiteRightPanier h2 {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}

.containerContentPanier {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.containerContentPanier2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.billetPanier {
  border: 0.2px solid #f6bc00;
  padding: 10px;
  border-radius: 5px;
  float: left;
  overflow-x: hidden;
  width: 100%;
  margin-top: 10px;
  &:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

.billetImage {
  border-radius: 0px 10px 10px 0px;
  position: relative;
  left: 15px;
}

.nomBilletPanier {
  text-align: center;
  text-transform: uppercase;
  color: rgb(179, 48, 48);
}

.nomBilletPanierRight {
  text-transform: uppercase;
  position: relative;
  font-size: 0.7rem;
  margin-left: 50px;
  color: rgb(179, 48, 48);
}

.descriptifPanier {
  width: 60%;
  text-indent: 20px;
}

.contentPanier {
  float: left;
  text-indent: 20px;
}

.prixTotalPanierQuantite {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 0px;
}

.prixTotalPanierQuantite span {
  font-weight: normal;
  position: relative;
  top: -20px;
}

.prixTotalPanierType {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 4px;
}

.prixTotalPanierType span {
  font-weight: normal;
  position: relative;
  top: -20px;
}

.prixTotalPanier {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.prixTotalPanier span {
  font-weight: normal;
  position: relative;
  top: -20px;
}

.prixTotalPanierRight {
  font-weight: bold;
  text-align: center;
  font-size: 0.7em;
}

.prixTotalPanierRight span {
  font-weight: normal;
  position: relative;
  top: -20px;
  font-size: 13px;
}

#deleteBillet {
  color: #fff;
  position: relative;
  top: -20px;
  padding: 10px;
  border-radius: 5px;
}

.viderAllPanier a {
  float: right;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 600;
  &:hover {
    text-decoration: underline;
  }
}

.RightTotalSommePanier {
  margin-top: 20px;
  float: right;
  font-weight: bold;
  font-size: 28px;
}

.RightTotalSommePanierRight {
  margin-top: 20px;
  float: right;
  font-weight: bold;
  font-size: 18px;
}

#iconSport {
  position: relative;
  top: 6.5px;
}

.btnValiderPanier {
  clear: both;
  display: block;
  text-align: center;
  margin-top: 20px;
  position: relative;
  top: 15px;
  background-color: #d4af37;
  color: #14213d;
  padding: 12px 25px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  &:hover {
    color: #fff;
    transform: scale(1.06);
  }
}

nav {
  display: none;
}

.burgerIcon:hover {
  cursor: pointer;
  opacity: 0.7;
}

.bigbackGroundEvenement {
  background: url(/assets/images/header.png);
  width: 100%;
  background-size: cover;
  margin-top: -20px;
  height: 100px;
  box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
}

.filtreEvenement {
  background: #fff;
  width: 100%;
  height: 100px;
  opacity: 0.5;
  text-align: center;
}

.filtreEvenement h1 {
  margin-top: 0px;
  color: #071636;
  font-size: 1.8rem;
  position: relative;
  top: 43px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0px 0px 200px #000000;
}

.containerEvenement {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

.navGauche {
  margin-top: 0px;
  position: relative;
  color: #fff;
  width: 100%;
  align-self: self-start;
  box-shadow: 0px 1px 0 1px rgba(0, 0, 0, 0.2);
}

.navGauche > ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0px;
}

.navGauche > ul li {
  width: 100%;
  list-style-type: none;
  text-align: left;
  text-indent: 20px;
  height: 50px;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #111f37;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navGauche > ul li:hover {
  width: 100%;
  background-color: #071636;
  list-style-type: none;
  text-align: left;
  text-indent: 20px;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
}

.navGauche > ul li a {
  color: #fff;
}
.navDroite {
  background: #131e32;
  width: 100%;
  align-self: self-start;
  padding: 10px;
  position: relative;
}

.doigtPointRight {
  float: right;
  margin-right: 20px;
}

.doigtPointRightTourn {
  float: right;
  margin-right: 20px;
}

.doigtPointRightTourn.active {
  float: right;
  margin-right: 10px;
  margin-top: -10px;
  transform: rotate(90deg);
}

#containerSort {
  display: none;
}

#containerSort.active {
  display: block;
}

#containerSort h5 {
  text-transform: uppercase;
  color: rgb(179, 48, 48);
}

#containerSort form > select {
  padding: 10px;
  width: 60%;
  font-size: 0.8rem;
  background: #111f37;
  border: none;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-family: "QuickSand", sans-serif;
}

.radio-group {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 5px 0 1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  padding: 10px;
  background-color: #151e2e;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group input[type="radio"]:checked + label {
  background-color: #fff;
  color: #000;
}

.radio-group input[type="radio"]:checked + label::before {
  content: "✔";
  color: #000;
  text-align: center;
}

/* Style de l'élément avant le texte (le cercle) */
.radio-group label::before {
  content: "";
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 10px;
  background-color: transparent;
  transition: background-color 0.3s, border 0.3s;
}

/* Style du cercle radio quand il est survolé */
.radio-group label:hover::before {
  border-color: #5d6d7e;
}

#containerSort form > input[type="submit"] {
  padding: 10px;
  width: 30%;
  margin-left: 10px;
  font-size: 0.8rem;
  background: #d6b034;
  border: none;
  border-radius: 3px;
  color: #071636;
  text-transform: uppercase;
  font-family: "QuickSand", sans-serif;
  font-weight: bold;
  &:hover {
    background: #8b6e10;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
  }
}

.contentInfoBillet {
  padding: 10px;
  width: 100%;
  margin-top: 50px;
  float: left;
  background: #151e2e;
  font-size: 0.8rem;
  box-shadow: -10px -3px 0 1px rgba(0, 0, 0, 0.1),
    10px 3px 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-family: "QuickSand", sans-serif;
  font-weight: bold;
}

.containerBilletEvent {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
.billetEvent {
  width: 100%;
  border-radius: 20px;
  padding: 30px 50px;
  background: #fff;
  color: #071636;
  margin-top: 20px;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  &:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.billetEvent::before,
.billetEvent::after {
  content: "";
  position: absolute;
  width: 50px; /* Taille des trous */
  height: 50px;
  background-color: #131e32; /* Couleur du fond, comme si c'était transparent */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.billetEvent::before {
  left: -20px; /* Trou à gauche */
}

.billetEvent::after {
  right: -20px; /* Trou à droite */
}

.ticket::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent);
  border-radius: 50%;
  z-index: 0;
}

.ticket::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 0;
}

.contentSpecialBillet {
  position: relative;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 1;
  background: #dedede86;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 90px;
}

.contentAdversaire {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.title {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.date,
.location {
  font-size: 1em;
  margin-top: 12px;
  opacity: 0.9;
}

.qr-code {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
  filter: blur(2px);
  height: 60px;
  background: white url(/assets/images/exemple-qrcode.png);
  background-size: cover;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-code_detail {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 80px;
  filter: blur(4px);
  height: 80px;
  background: white url(/assets/images/exemple-qrcode.png);
  background-size: cover;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxCategorieEvent {
  background: #131b29;
  width: 100%;
  margin-top: 30px;
  padding: 10px;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.4);
}

.boxCategorieEvent h2 {
  text-indent: 20px;
  color: #ff6911;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  border-left: 3px solid #ff6911;
}

.boxCategoriesQst {
  width: 100%;
  background-size: cover !important;
  background-position: center;
  height: 100px;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.4);
}

.boxCategoriesQst:hover {
  opacity: 0.7;
}

.filtreCategorie {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 90px;
  border-radius: 10px;
  text-align: center;
}

.filtreCategorie span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  font-size: 1em;
  font-family: "QuickSand";
  color: #fff;
  text-transform: uppercase;
}

.containerCategorie {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.boxCategorieEvent > input[type="search"] {
  width: 100%;
  background: #fff;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 1em;
  color: #071636;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.btn-valider {
  background: #28a745;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 30px;
  width: 100%;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-valider:hover {
  background-color: #218838;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Effet au focus */
.btn-valider:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* Effet au clic */
.btn-valider:active {
  background-color: #1e7e34;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.headerMobile {
  background: #151e2e;
  width: 75%;
  height: 100%;
  position: absolute;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.2);
}

.headerMobile.active {
  background: #151e2e;
  width: 75%;
  height: 100%;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.2);
}

.listMenuMobile {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 54%;
  justify-content: space-evenly;
}

.listMenuMobile li {
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #a48522;
  width: 100%;
  text-align: left;
  text-indent: 20px;
  padding: 15px;
  margin-top: -30px;
  box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  &:hover {
    background: #7e640e;
    font-weight: bold;
  }
}

.listMenuMobile > li a {
  color: #fff;
  list-style-type: none;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 9999999;
  display: none;
}

.modal.active {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 9999999;
  display: block;
}

.containerBillet {
  background: #131e32;
  padding: 20px 20px;
}

.hrspec {
  border: 5px solid rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  border-radius: 0% 0% 80% 80%;
}

.validatePanierBtn {
  font-family: "QuickSand", sans-serif;
  background-color: #28a745;
  color: #14213d;
  padding: 12px 8px;
  border: none;
  border-radius: 20px;
  float: right;
  margin-top: 30px;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  &:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}

.bigbackGroundmonCompte {
  background: url(/assets/images/moncompte.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  height: 100px;
}

.filtreCompte {
  background: #333;
  width: 100%;
  height: 100px;
  opacity: 0.7;
  text-align: center;
}

.filtreCompte h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  top: 45px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0px 0px 200px #000000;
}

.bigbackGroundotherCompte {
  background: url(/assets/images/fondbackgroundVisit.png);
  width: 100%;
  background-position: center;
  background-size: contain;
  margin-top: -20px;
  height: 90px;
  box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.filtreCompteOther {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 90px;
  opacity: 0.7;
  text-align: center;
  overflow-y: hidden;
}

.filtreCompteOther h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  top: 37px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0px 0px 200px #000000;
}

.navigationProfil {
  background: #fff;
  width: 100%;
  border-top: 1px solid #dedede;
  height: 50px;
  box-shadow: 0px 0px 5px #000;
  padding: 10px;
  overflow-y: hidden;
}

.navigationProfil ul {
  padding: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: -10px;
  line-height: 30px;
}

.navigationProfil ul li {
  list-style-type: none;
  font-size: 0.9rem;
  padding: 10px;
  height: 49.5px;
  text-align: center;
  &:hover {
    background: #dedede;
    padding: 10px;
    cursor: pointer;
  }
}

.containerAccount {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: 10px;
}

.boxAccount:first-child {
  background: #f7f7f7 url(/assets/images/avatar.png);
  width: 200px;
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 10px;
  box-shadow: 0px 0px 5px #fff;
  height: 200px;
  color: #071636;
  text-align: center;
  word-break: break-all;
  margin: auto;
  max-width: 95%;
  border-radius: 20px;
  text-transform: uppercase;
  &:hover {
    opacity: 0.8;
  }
}

.boxAccount:first-child h2 {
  margin-top: 0px;
}

.boxAccount {
  background: rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-position: left;
  padding: 10px;
}

.boiteInfo {
  background: #132137;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.boiteInfo > span.titleInfoBoite {
  text-transform: uppercase;
  border-bottom: 2px solid #be950d;
  padding-bottom: 10px;
  margin-bottom: 20px;
  float: left;
  color: #e0b114;
  font-size: 0.8rem;
}

.boiteInfo > span.iconInfoBoite {
  float: right;
  font-weight: normal;
  font-size: 1rem;
}

.boiteInfo > h3 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
  text-align: center;
  clear: both;
  word-break: break-all;
}

.containerInfo {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  letter-spacing: 3px;
  font-weight: bold;
}

.selectPlace {
  background-color: #151e2e;
  color: white;
  border: 2px solid #ffffff55;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 20px;
  font-family: "Quicksand";
}

.selectPlace:hover {
  border-color: #ffffffaa;
}

.selectPlace:focus {
  border-color: #ffffff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.selectPlace option,
optgroup {
  background-color: #1e293b;
  color: white;
  font-family: "Quicksand";
}

.selectPlace optgroup {
  font-weight: bold;
}

.myreserv {
  text-align: left;
  text-indent: 25px;
  color: #d4af37;
}

.containerMyreservations {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}

.boxReservations {
  background: #131e32;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 80%;
  margin: auto;
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 14px;
  &:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.boxReservations > span:first-child {
  color: #d6b034;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  position: relative;
  top: 50px;
  width: 100%;
  font-size: 1.2rem;
  margin-top: -20px;
  font-weight: bold;
}

.typeSportReserv {
  color: #8b6e10;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 0.8rem;
  top: 50px;
  width: 100%;
  margin-top: -9px;
}

.boxReservations .logoReservations {
  float: left;
  margin-top: -30px;
  position: relative;
  top: -20px;
}

.boxReservations .logoReservations_second {
  float: right;
  margin-top: -30px;
  position: relative;
  top: -20px;
}

.ligneBlanche {
  width: 1px;
  border: 1px solid #dedede;
  height: 150px;
  display: none;
}

.plusDedetail {
  clear: both;
  float: right;
  margin-right: 0px;
  margin-top: -10px;
}

.plusDedetail a {
  color: #fff;
  font-size: 3rem;
}

.containerSettings {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.boxSettings {
  background: #1b263b;
  width: 100%;
  align-self: start;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
}

.boxSettings > ul {
  padding: 0px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.boxSettings > ul li {
  background: #a48522;
  padding: 20px;
  text-indent: 11px;
  font-size: 0.7rem;
  text-transform: uppercase;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  &:hover {
    background: #d4af37;
    cursor: pointer;
  }
}

.boxSettings > ul li a {
  color: #fff;
}

#xposRight {
  float: right;
}

.boxChoiceSettings {
  background: #1b263b;
  width: 100%;
  padding: 10px;
  box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.1);
}

.boxChoiceSettings > form input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 0.9rem;
  background: #131e32;
  border: none;
  color: #fff;
  margin-top: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
}

.btn__Valider {
  background: #28a745;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 20px;
  width: 100%;
  float: right;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  &:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.boxChoiceSettings table {
  width: 100%;
  border: 0.5px solid #030b1a;
  padding: 10px;
  box-shadow: -4px 4px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-collapse: collapse;
}
.boxChoiceSettings table td {
  border: 1px solid #030b1a;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.boxChoiceSettings table tr th {
  height: 60px;
  border: 1px solid #030b1a;
  font-size: 12px;
  padding: 10px;
}

.boxChoiceSettings table tr {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border: 1px solid #030b1a;
}

#category {
  background-color: #151e2e;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 8px;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
}

.containerDetailReservation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

.detailReservation {
  background: #131b29;
  width: 100%;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
}

.detailReservation:nth-child(1),
.detailReservation:nth-child(3) {
  align-self: self-start;
}

#fixedRelative {
  position: relative;
}

.detailReservation .billetdetail {
  border: 0.2px dashed #fff;
  border-radius: 10px 0px 10px 0px;
  margin-top: 10px;
  padding: 10px;
  text-align: left;
  float: left;
  width: 100%;
}

.nomReservation {
  font-size: 1.5rem;
  letter-spacing: 4px;
  font-weight: 500;
  color: #fff;
}

.billetdetail span {
  color: #f4bb03;
  font-weight: 400;
  float: right;
  font-size: 1.3rem;
}

.positionnement_detail_logo {
  float: left;
}

.positionnement_detail_logoDeux {
  float: right;
}

.billetdetail p {
  float: left;
  clear: both;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
}

.billetdetail p span {
  color: #a48522;
  font-size: 1em;
}

.btn_voir_qrcode {
  background: #28a745;
  width: 100%;
  clear: both;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  text-shadow: 0px 0px 1px #fff;
}

.btn_voir_qrcode:hover {
  background: #20bf6ab0;
  cursor: pointer;
  text-shadow: 0px 0px 5px #fff;
}

.qrcodeBillet {
  background: #ffffff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  position: fixed;
  overflow-y: scroll;
  display: none;
}

.fermerqrcodeBillet {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
  font-size: 4rem;
  color: #061530;
}

.fermerqrcodeBillet:hover {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
  font-size: 4rem;
  color: #061530;
  cursor: pointer;
  opacity: 0.7;
}

.codeqr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.parabestseller {
  text-align: center;
  color: grey;
  font-size: 0.8em;
}

.detailReservation h4 {
  text-align: left;
}

.containerPersonnes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}

.personnes {
  background: #ffffff2b;
  width: 200px;
  text-align: center;
  height: 80px;
  border: 1px solid #fff;
  padding: 10px;
}

.personnes:hover {
  background: #ffffff28;
  cursor: pointer;
  width: 200px;
  text-align: center;
  height: 80px;
  border: 1px solid #fff;
  padding: 10px;
}

.colonneCentre {
  display: flex;
  flex-direction: column;
}

.colonneCentre > i {
  font-size: 1.4em;
  color: #d6b034;
}

.btn_voter {
  background: #28a745;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 0.7em;
  float: right;
  margin-top: 10px;
}

.btn_voter:hover {
  background: #20bf6ab0;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}

.btn_retirer_vote {
  background: #d63031;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.7em;
  float: left;
  margin-top: 10px;
  letter-spacing: 0px;
}

.btn_retirer_vote:hover {
  background: #d6303099;
  cursor: pointer;
  letter-spacing: 0px;
  float: left;
  margin-top: 10px;
}

.toutVotes {
  clear: both;
  margin-top: 70px;
}

.toutVotes > h3 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}

.toutVotes > table {
  text-align: center;
  margin: auto;
  width: 100%;
  border: 0.5px solid #fff;
  padding: 10px;
  text-align: center;
  border-collapse: collapse;
}
.toutVotes table td {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.toutVotes table tr th {
  height: 60px;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 10px;
}

.toutVotes table tr {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border: 1px solid #fff;
}

#coeurvotetableau {
  font-size: 1.8rem;
  color: #d63031;
}

.bestvote {
  background: #8b6e10;
  color: #fff;
  font-size: 1em;
  text-transform: normal;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 5px;
  border-radius: 5px;
}

.presencetitre {
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.quiAvecMoi > table {
  text-align: center;
  margin: auto;
  width: 100%;
  border: 0.5px solid #fff;
  padding: 10px;
  text-align: center;
  border-collapse: collapse;
}
.quiAvecMoi table td {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.quiAvecMoi table tr th {
  height: 60px;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 10px;
}

.quiAvecMoi table tr {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border: 1px solid #fff;
}

.erreurInput {
  border: 2px solid #d63031 !important;
}

#typePublic,
#typePrivate {
  display: none;
}

#typePublic + label,
#typePrivate + label {
  width: 50%;
  margin-top: 10px;
  padding: 10px;
  background: transparent;
  display: flex;
  flex-direction: row;
  position: relative;
  top: 20px;
}

#typePublic:hover + label,
#typePrivate:hover + label {
  width: 100%;
  background-color: #132137;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.1);
}

#typePublic:checked + label,
#typePrivate:checked + label {
  width: 100%;
  background-color: #132137;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #fff;
}

.erreurForm {
  background: #d63031;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.erreurFormSpecial {
  background: #d63031;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
  grid-column: 1 / 3;
  margin-inline: 25px;
  margin-top: 30px;
}

.erreurFormSpecial a {
  color: #fff;
  text-decoration: underline;
}

.successForm {
  background: #1e7e34;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: none;
  margin-top: 10px;
}

.successForm.active {
  background: #1e7e34;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.erreurForm {
  background: #a51c1c;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: none;
  margin-top: 10px;
  align-self: start;
}

.erreurForm.active {
  background: #a51c1c;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: block;
  margin-top: 10px;
  align-self: start;
  width: 100%;
  margin-bottom: 10px;
}

.erreurMessageSpan {
  color: #fff;
  background: #a51c1c;
  padding: 8px;
  text-align: center;
  border-radius: 3px;
  margin-top: 10px;
  width: 100%;
  display: block;
  font-size: 0.8em;
}

.motdepasseoublie {
  color: #fff;
}

.motdepasseoublie:hover {
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.faussealertebtn {
  background: #d63030a4;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  float: right;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
}
.faussealertebtn:hover {
  background: #d63030b3;
  cursor: pointer;
}

.resetbtn {
  background: #28a745;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 30px;
  width: 100%;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.resetbtn:hover {
  background: #28a746c7;
  cursor: pointer;
}

.container_flash-message {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.contenue-flash-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  top: 6px;
  padding: 10px;
  font-size: 1rem;
  i {
    font-size: 2rem;
  }

  &:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.flash-message {
  background: #1e7e34;
  width: 100%;
  border-radius: 0px 0px 5px 3.5px;
  color: #fff;
  box-shadow: 0 2px 0 3px rgba(0, 0, 0, 0.2);
}

.progress_flash-message {
  background: #fff;
  width: 100%;
  height: 4px;
  margin-top: 10px;
  border-radius: 0px 0px 13px 10px;
  overflow: hidden;
}

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

.containerAmis {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.containerAmis .boxLeft {
  background-color: #151e2e;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 10px 0px;
  font-size: 0.9em;
  align-self: start;
}

.containerAmis .boxCenter {
  background-color: #151e2e;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 10px 10px;
  align-self: start;
}
.containerAmis .boxLeft h2 {
  font-weight: 500;
  font-size: 1.1rem;
}

.containerAmis .boxCenter h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}

.containerAmis .boxRight {
  background-color: #151e2e;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 0px 10px;
  align-self: start;
}

.boxLeft input[type="text"] {
  background-color: #132137;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
}

.boxLeft input[type="submit"] {
  background: #28a745;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  width: 100%;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  &:hover {
    background: #28a746b0;
    cursor: pointer;
  }
}

.boxRight span {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.boxRight table {
  width: 100%;
  border: 0.5px solid #030b1a;
  padding: 10px;
  box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-collapse: collapse;
}
.boxRight table td {
  border: 1px solid #030b1a;
  font-size: 14px;
  font-weight: 400;
  padding: 7px;
}
.boxRight table tr th {
  height: 60px;
  border: 1px solid #030b1a;
  font-size: 12px;
  padding: 10px;
}
.boxRight table tr {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border: 1px solid #030b1a;
}

.accep_friend {
  background: #28a746b0;
  padding: 10px;
  letter-spacing: 0px;
  border-radius: 5px;
  font-size: 1em !important;
  margin-top: 8px;
  width: 49%;
  display: inline-block;
  &:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.rejet_friend {
  background: #a51c1c;
  padding: 10px;
  letter-spacing: 0px;
  border-radius: 5px;
  font-size: 1em !important;
  margin-top: 8px;
  width: 49%;
  display: inline-block;
  &:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.allPerson {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.personne {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
  align-items: center;
  background-repeat: no-repeat;
  text-align: left;
  justify-content: space-between;
  border: 1px solid #fff;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  a {
    color: #fff;
    position: absolute;
    inset: 0;
    font-weight: normal;
    font-size: 1.1em;
    padding: 5px 8px;
  }

  &:hover {
    background-color: #dededea1;
  }
}

.btnVoirPlus {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 1.2em;
  align-items: center;
  background-repeat: no-repeat;
  justify-content: center;
  gap: 10px;
  border: 1px solid #fff;
  position: relative;
  padding: 10px;

  &:hover {
    background-color: #dededea1;
    cursor: pointer;
  }
}

.btnVoirMoins {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  position: relative;
  padding: 10px;

  &:hover {
    background-color: #dededea1;
    cursor: pointer;
  }
}

#modalSearch {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 9999999;
  display: none;
}

.btnCloseModal {
  float: right;
  color: #fff;
  font-size: 3em;
  margin: 10px;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.containerSearch {
  display: flex;
  align-items: center;
  clear: both;
  overflow-y: scroll;
  flex-direction: column;
  position: relative;
}

#modalSearch input[type="text"] {
  width: 80%;
  background: #fff;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 1rem;
  height: 70px;
  color: #131e32;
  border: none;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
}

.containerResultat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  margin-inline: 10px;
  flex-wrap: wrap;
}

.resultat {
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 10px;
  border-radius: 5px;
  color: #131b29;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
  &:hover {
    cursor: pointer;
    transform: scale(1.03);
    transition: all 0.2s;
  }
}

.resultat h2 {
  font-weight: 500;
}

.resultat span {
  font-size: 1.7em;
  background: transparent;
  padding: 5px;
  color: #1e7e34;
  &:hover {
    cursor: pointer;
    background: #1e7e34;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 1.7em;
  }
}

.resultat .spanDeux {
  font-size: 1.7em;
  background: transparent;
  padding: 5px;
  color: orange;
  &:hover {
    cursor: pointer;
    background: orange;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 1.7em;
  }
}

.containerCentral {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}

.infoProfil {
  background: #151e2e;
  width: 100%;
  align-self: start;
  margin-top: 30px;
  padding: 10px;
}

.btnRetourAmis {
  background: #fff;
  color: #131b29;
  padding: 10px;
  border-radius: 35px 35px 0 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  top: 30px;
  border-bottom: 1px solid #131b29;
  transition: all 0.2s;
  height: 40px;
  &:hover {
    cursor: pointer;
    height: 43px;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.667);
  }
}

.containerDisposition {
  display: flex;
  justify-content: space-between;
  margin-inline: 30px;
  margin: 20px;
}

.avatarPerso {
  background: url(/assets/images/avatar_avatar.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3px;
  border: 1px solid #fff;
  height: 100px;
  border-radius: 50%;
  width: 50%;
}

.containerDisposition_sous {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.containerDisposition_sous h4 {
  margin: 0px;
  font-weight: normal;
}

.btn_addFriend {
  background: #28a745;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  &:hover {
    background: #28a746af;
  }
}

.btn_acceptFriend {
  background: #f39c12;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  &:hover {
    background: #f39d12ba;
  }
}

.btn_deleteFriend {
  background: #a51c1c;
  padding: 10px;
  font-family: "QuickSand";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  &:hover {
    background: #a51c1cae;
  }
}

#cibleTitle {
  margin-top: 39px;
  text-align: right;
  font-weight: 500;
  letter-spacing: -1px;
}

.containerEvenementVisite {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.evenements {
  background: #ecf0f1;
  width: 100%;
  border-radius: 10px;
  padding: 1px;
}

.evenements:hover {
  background: #ecf0f1;
  width: 100%;
  border-radius: 10px;
  padding: 1px;
  cursor: auto;
  opacity: 0.7;
}

.backgroundImage {
  background: url(/assets/images/backoffice_event.png);
  width: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.filtre {
  background: rgba(0, 0, 0, 0.489);
  width: 100%;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}

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

.container_disposition span {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.containerMyFriend {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
}

.friend {
  background: #131b29;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.5);
}

.friend i {
  font-size: 2em;
  position: relative;
  top: 10px;
}

.friend a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  &:hover {
    opacity: 0.6;
  }
}

.erreurAmis {
  background: #a51c1c;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: none;
  margin-top: 10px;
  align-self: start;
  grid-template-columns: 1 / 2;
}

.erreurAmis.active {
  background: #a51c1c;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: block;
  margin-top: 10px;
  align-self: start;
  margin-bottom: 10px;
  grid-column: 1 / 3;
  width: 100%;
}

.erreurAmisAlert {
  background: #a51c1c;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: none;
  margin-top: 10px;
  align-self: start;
}

.erreurAmisAlert.active {
  background: #a51c1c;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: block;
  margin-top: 10px;
  align-self: start;
  margin-bottom: 10px;
  width: 100%;
}

.successAmis {
  background: #1e7e34;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: none;
  margin-top: 10px;
  align-self: start;
}

.successAmis.active {
  background: #1e7e34;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: block;
  margin-top: 10px;
  align-self: start;
  margin-bottom: 10px;
}

.btnDelMyVote {
  background: #7e640e;
  padding: 7px;
  border-radius: 5px;
  font-weight: normal;
  letter-spacing: 0px;
  margin: auto;
  margin-top: 10px;
  &:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

.numberDemande {
  background: #a51c1c;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.stade {
  background: url(/assets/images/stade.png);
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  transition: all 0.2s;
  position: relative;
}

.topStade {
  background: #ffffffad;
  width: 50%;
  height: 50px;
  position: absolute;
  transform: translateX(50%);
  left: 0;
  border-radius: 50% 50% 0px 0px;
  text-align: center;
  color: #131e32;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 50px;
  word-break: break-word;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.vueAgrandiTopStade {
  background: #fff;
  width: 50%;
  position: absolute;
  transform: translateX(50%);
  left: 0;
  text-align: center;
  z-index: 99999999999;
  color: #131e32;
  display: none;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 50px;
  word-break: break-word;
}

.topStade::after {
  content: "";
  position: absolute;
  bottom: -20px; /* place la flèche sous le carré */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #ffffff; /* la flèche pointe vers le haut, même couleur que le fond */
}

.bottomStade {
  background: #ffffffad;
  width: 50%;
  height: 50px;
  position: absolute;
  transform: translateX(50%);
  left: 0;
  bottom: 0;
  border-radius: 0 0 50% 50%;
  text-align: center;
  color: #131e32;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 50px;
  word-break: break-word;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.vueAgrandiBottomStade {
  background: #ffffffea;
  width: 50%;
  position: absolute;
  transform: translateX(50%);
  left: 0;
  text-align: center;
  color: #131e32;
  display: none;
  font-weight: normal;
  line-height: 50px;
  word-break: break-word;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.bottomStade::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffffff;
}

.leftStade {
  background: #ffffffad;
  width: 50px;
  height: 50%;
  position: absolute;
  transform: translateY(50%);
  top: 0;
  left: 0;
  border-radius: 50% 0 0 50%;
  text-align: center;
  color: #131e32;
  font-size: 1.5em;
  font-weight: normal;
  writing-mode: vertical-rl;
  line-height: 50px;
  word-break: break-word;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.vueAgrandiLeftStade {
  background: #ffffffdd;
  position: absolute;
  transform: translateY(50%);
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  color: #131e32;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 50px;
  word-break: break-word;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.vueAgrandiRightStade {
  background: #ffffffdd;
  position: absolute;
  transform: translateY(50%);
  top: 0;
  right: 0;
  display: none;
  text-align: center;
  color: #131e32;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 50px;
  word-break: break-word;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.leftStade::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ffffff;
}

.rightStade {
  background: #ffffffad;
  width: 50px;
  height: 50%;
  position: absolute;
  transform: translateY(50%);
  top: 0;
  right: 0;
  border-radius: 0 50% 50% 0;
  text-align: center;
  color: #131e32;
  font-size: 1.5em;
  font-weight: normal;
  writing-mode: vertical-rl;
  line-height: 50px;
  word-break: break-word;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.rightStade::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #ffffff;
}

.vueAgrandis {
  background: red;
  width: 100%;
  height: auto;
  top: 0;
}

.placesContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px;
  gap: 10px;
}

.place {
  border: 2px solid #000;
  background: rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 20px;
  transition: all 0.2s;
}

.place:hover {
  border: 2px solid #000;
  background: #1e7e34;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  transform: scale(1.6);
}

#modalStade {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
  height: 100%;
  display: none;
  overflow-y: scroll;
}

.contenuModal {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 1200px;
  margin: auto;
  width: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.fermerModalStade {
  float: right;
  color: #000;
  font-size: 3em;
  &:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.swal2-container {
  z-index: 99999999999 !important;
}

/* DEBUT BTN MODIF MDP APPEL HTTP REQUEST */
.activebtn {
  width: 100%;
  background: orange;
}

/* Fin modif update en APPEL HTTP */

/* FIN MOBILE FIRST */

@media (min-width: 464px) {
  .right_why {
    display: block;
    width: 100%;
  }
}

@media (min-width: 550px) {
  .boiteInfo {
    background: #132137;
    width: 48%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
    text-align: left;
  }
}

/* Tablettes (≥ 766px) */
@media (min-width: 766px) {
  nav {
    display: none;
    gap: 20px;
  }

  .container_flash-message {
    width: 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    transform: translateX(50%);
  }

  .contenue-flash-message {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    top: 6px;

    i {
      font-size: 2rem;
    }

    &:hover {
      opacity: 0.8;
      cursor: pointer;
    }
  }

  .containerFormRegister {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
  }

  .containerMyFriend {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .btnRetourAmis {
    background: #fff;
    color: #131b29;
    padding: 10px;
    border-radius: 35px 5px 0 0;
    text-indent: 20px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
    margin-inline: 100px;
    position: relative;
    top: 30px;
    border-bottom: 1px solid #131b29;
    transition: all 0.2s;
    height: 40px;
    &:hover {
      cursor: pointer;
      height: 43px;
      transition: all 0.2s;
      background: rgba(255, 255, 255, 0.667);
    }
  }

  .avatarPerso {
    background: url(/assets/images/avatar_avatar.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px;
    border: 1px solid #fff;
    height: 100px;
    border-radius: 50%;
    width: 100px;
  }

  .containerCentral {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-inline: 100px;
  }

  .containerResultat {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    margin-inline: 10px;
    flex-wrap: wrap;
  }

  .resultat {
    width: 32%;
    padding: 10px;
    border-radius: 5px;
  }

  #modalSearch input[type="text"] {
    width: 80%;
    background: #fff;
    padding: 10px;
    font-family: "QuickSand";
    font-size: 2rem;
    height: 70px;
    color: #131e32;
    border: none;
    margin-top: 10px;
    box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    border-radius: 2px;
  }

  .btnCloseModal {
    float: right;
    color: #fff;
    font-size: 6em;
    margin: 30px;
  }
  .importantIndication {
    font-size: 1em;
    background: #a48522;
    font-weight: 550;
    padding: 6px;
    border-radius: 2px;
    position: relative;
    top: 7px;
  }

  .erreurMessageSpan {
    color: #fff;
    background: #a51c1c;
    padding: 8px;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
    width: 100%;
    display: block;
    font-size: 1em;
  }

  main > .bigAccueil > .textPrincipal {
    position: absolute;
    top: 0;
    z-index: 9999;
    font-family: "Tilt Warp", serif;
    font-size: 65px;
    width: 100%;
    margin-top: 50px;
    text-shadow: 0px 0px 20px #000;
    left: 50%;
    letter-spacing: 5px;
    transform: translate(-50%, 30%);
    text-align: center;
  }

  .container {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .containerFooter {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .right_why {
    display: block;
    width: 100%;
  }

  .theLastEvenement > h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    text-align: center;
    padding-left: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0px 0px 1px #000;
    padding: 10px;
  }

  .modal {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 9999999;
    display: none;
  }

  .contentBillet {
    margin: auto;
    max-width: 80%;
  }

  .containerDetailReservation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .detailReservation:nth-child(3) {
    grid-column: 1 / 3;
  }

  .personnes {
    background: #ffffff2b;
    width: 150px;
    text-align: center;
    height: 80px;
    border: 1px solid #fff;
    padding: 10px;
  }

  .personnes:hover {
    background: #ffffff41;
    cursor: pointer;
    width: 150px;
    text-align: center;
    height: 80px;
    border: 1px solid #fff;
    padding: 10px;
  }
}
/* Petits ordinateurs portables (≥ 1024px) */

@media (min-width: 1024px) {
  .vueAgrandiTopStade {
    background: #ffffffce;
    width: 50%;
    position: absolute;
    transform: translateX(50%);
    left: 0;
    text-align: center;
    color: #131e32;
    display: none;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 50px;
    word-break: break-word;
    &:hover {
      cursor: pointer;
      opacity: 0.7;
    }
  }

  .vueAgrandiRightStade {
    background: #ffffffdd;
    position: absolute;
    transform: translateY(50%);
    top: 0;
    right: 0;
    display: none;
    text-align: center;
    height: 50%;
    writing-mode: vertical-rl;
    color: #131e32;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 50px;
    word-break: break-word;
    &:hover {
      cursor: pointer;
      opacity: 0.7;
    }
  }

  .containerContentPanier {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .containerAmis {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 1fr;
  }

  .augmnt_icon {
    font-size: 18px;
  }

  #panier_icon {
    font-size: 1em;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 40%;
    box-shadow: 0 4px 0 1px #071636;
    transition: all 0.2s;
    font-weight: normal;
    &:hover {
      color: #fff;
      background: #f6bc00;
    }
  }

  #notif_icon {
    font-size: 1em;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 40%;
    text-align: center;
    box-shadow: 0 4px 0 1px #071636;
    transition: all 0.2s;
    font-weight: normal;
    &:hover {
      color: #fff;
      transition: all 0.2s;
      font-weight: normal;
      border-radius: 40%;
      background: #f6bc00;
    }
  }

  .burgerIcon {
    display: none;
  }

  nav {
    display: flex;
    gap: 20px;
  }

  header {
    background-color: #151e2e;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 1000;
    box-shadow: 0px 0px 5px #000;
    z-index: 9999999;
    position: relative;
    height: 80px;
    position: sticky;
    overflow-y: hidden;
  }

  h1.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  nav {
    display: flex;
    gap: 20px;
  }

  .vueAgrandiLeftStade {
    background: #ffffffdd;
    height: 50%;
    position: absolute;
    transform: translateY(50%);
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    color: #131e32;
    font-size: 1.5em;
    font-weight: normal;
    writing-mode: vertical-rl;
    line-height: 50px;
    word-break: break-word;
    &:hover {
      cursor: pointer;
      opacity: 0.7;
    }
  }

  .vueAgrandiBottomStade {
    background: #ffffffea;
    width: 50%;
    position: absolute;
    transform: translateX(50%);
    left: 0;
    bottom: 0;
    text-align: center;
    color: #131e32;
    display: none;
    font-weight: normal;
    line-height: 50px;
    word-break: break-word;
    &:hover {
      cursor: pointer;
      opacity: 0.7;
    }
  }

  nav a {
    color: #f8f9fa;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    margin-right: -20px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  nav a:nth-child(1):hover,
  a:nth-child(2):hover,
  a:nth-child(3):hover {
    color: #f8f9fa;
  }

  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .containerEvenement {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }

  .stade {
    background: url(https://static.pacifa3d.com/StadeDeFranceSAINTDENIS/WIMS_CSDF/v2019-2020/c/topview.jpg);
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .navGauche {
    border-radius: 0px 0px 10px 0px;
  }

  .containerBilletEvent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .billetEvent {
    width: 100%;
  }
  .containerCategorie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }

  .filtreCategorie span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    font-size: 1.6em;
    font-family: "QuickSand";
    color: #fff;
  }

  header nav a:nth-child(1):hover,
  header a:nth-child(2):hover,
  header a:nth-child(3):hover,
  header a:nth-child(4):hover,
  header a:nth-child(5):hover {
    background-color: #f6bc00;
    color: #f8f9fa;
  }
  .modal {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 9999999;
    display: none;
  }

  .topStade {
    background: #ffffffad;
    width: 50%;
    height: 200px;
    position: absolute;
    transform: translateX(50%);
    left: 0;
    border-radius: 50% 50% 0px 0px;
    text-align: center;
    color: #131e32;
    font-size: 3em;
    font-weight: normal;
    line-height: 220px;
    word-break: break-word;
  }

  .bottomStade {
    background: #ffffffad;
    width: 50%;
    height: 200px;
    position: absolute;
    transform: translateX(50%);
    left: 0;
    bottom: 0;
    border-radius: 0 0 50% 50%;
    text-align: center;
    color: #131e32;
    font-size: 3em;
    font-weight: normal;
    line-height: 220px;
    word-break: break-word;
    &:hover {
      cursor: pointer;
      opacity: 0.7;
    }
  }

  .contentBillet {
    margin: auto;
    max-width: 80%;
  }

  .bigbackGroundmonCompte {
    background: url(/assets/images/moncompte.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    height: 90px;
    box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 3;
  }

  .bigbackGroundotherCompte {
    background: url(/assets/images/fondbackgroundVisit.png);
    width: 100%;
    background-position: center;
    background-size: contain;
    margin-top: -20px;
    height: 90px;
    box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 3;
  }

  .filtreCompteOther {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 90px;
    opacity: 0.7;
    text-align: center;
  }

  .filtreCompteOther h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 2rem;
    position: relative;
    top: 37px;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-shadow: 0px 0px 200px #000000;
  }

  .filtreCompte {
    background: #333;
    width: 100%;
    height: 90px;
    opacity: 0.7;
    text-align: center;
  }

  .filtreCompte h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    top: 43px;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-shadow: 0px 0px 200px #000000;
  }

  .navigationProfil ul {
    justify-content: space-around;
  }

  .containerAccount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  .boxAccount {
    margin: auto;
    max-width: 97%;
    grid-column: 1 / 3;
    width: 50%;
  }

  .boxAccount:first-child {
    width: 20%;
    grid-column: 1 / 3;
    height: 200px;
  }

  .containerInfo {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }
  .boiteInfo {
    width: 30%;
    margin-top: 10px;
  }

  .qr-code_detail {
    position: absolute;
    bottom: 40px;
    right: 100px;
    width: 100px;
    filter: blur(4px);
    height: 100px;
    background: white url(/assets/images/exemple-qrcode.png);
    background-size: cover;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .containerMyreservations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .ligneBlanche {
    width: 1px;
    border: 1px solid #dedede;
    height: 100%;
    display: block;
  }

  .containerSettings {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .boxChoiceSettings {
    background: #1b263b;
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.1);
  }

  .btn__Valider {
    width: 50%;
  }

  .boxSettings {
    border-radius: 0px 0px 20px 0px;
  }

  .boxSettings > ul {
    padding: 0px;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    justify-content: space-around;
    height: 300px;
  }
  .boxSettings > ul li {
    font-size: 0.8em;
  }

  .codeqr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }

  .personnes {
    background: #ffffff2b;
    width: 150px;
    text-align: center;
    height: 80px;
    border: 1px solid #fff;
    padding: 10px;
  }

  .personnes:hover {
    background: #ffffff41;
    cursor: pointer;
    width: 150px;
    text-align: center;
    height: 80px;
    border: 1px solid #fff;
    padding: 10px;
  }
}

/* Grands écrans / desktop (≥ 1440px) */
@media (min-width: 1440px) {
  nav a {
    color: #f8f9fa;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    margin-right: 0px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  h1.logo {
    font-size: 2rem;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 2px;
    &:hover {
      opacity: 0.6;
    }
  }

  main > .bigAccueil > .textPrincipal {
    position: absolute;
    top: 0;
    z-index: 9999;
    font-family: "Tilt Warp", serif;
    font-size: 86px;
    width: 100%;
    margin-top: 100px;
    text-shadow: 0px 0px 20px #000;
    left: 50%;
    letter-spacing: 5px;
    transform: translate(-50%, 30%);
    text-align: center;
  }

  main > .bigAccueil > .textSecondaire {
    position: absolute;
    top: 0;
    z-index: 9999;
    font-family: "Tilt Warp", serif;
    font-size: 28px;
    width: 100%;
    margin-top: 230px;
    left: 50%;
    transform: translate(-50%, 30%);
    text-align: center;
  }

  main .theLastEvenement {
    width: 90%;
    padding: 10px;
    color: #fff;
    position: relative;
    background-position: center;
    top: -110px;
    margin: 0 auto;
    z-index: 999999;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000, 0 2px 0 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    &:hover {
      transition: all 0.2s;
      transform: scale(1.02);
      cursor: pointer;
      box-shadow: 0px 0px 10px #fff, 0 2px 0 1px rgba(0, 0, 0, 0.2);
    }
  }

  .theLastEvenement > h1 {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    text-align: center;
    padding-left: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0px 0px 1px #000;
    padding: 10px;
  }

  .containerCompte {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 100px;
  }

  .reduceSizeSpecial {
    margin-top: 0px;
  }

  #connexionChoice span,
  #inscriptionChoice span,
  #inscriptionChoiceActive span,
  #connexionChoiceDesactive span {
    font-size: 22px;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  #panier_icon {
    font-size: 22px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 40%;
    text-align: center;
    box-shadow: 0 4px 0 1px #071636;
    transition: all 0.2s;
    font-weight: normal;
    &:hover {
      color: #fff;
      transition: all 0.2s;
      font-weight: normal;
      border-radius: 40%;
      background: #f6bc00;
    }
  }

  #notif_icon {
    font-size: 22px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 40%;
    text-align: center;
    box-shadow: 0 4px 0 1px #071636;
    transition: all 0.2s;
    position: relative;
    right: 20px;
    font-weight: normal;
  }

  #notif_icon:hover {
    font-size: 22px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 40%;
    text-align: center;
    box-shadow: 0 4px 0 1px #071636;
    transition: all 0.2s;
    background: #f6bc00;
    position: relative;
    right: 20px;
    font-weight: normal;
  }
  .cta-button {
    font-family: "QuickSand", sans-serif;
    background-color: #d4af37;
    color: #14213d;
    padding: 12px 25px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .cta-button:hover {
    background-color: #f6bc00;
    color: #f8f9fa;
    transform: scale(1.05);
  }

  .bigbackGroundPanier {
    background: url(/assets/images/bigbackGroundPanier.png);
    background-position-x: 0%;
    background-position-y: 0%;
    width: 100%;
    margin-top: -20px;
    background-position: center 00px;
    height: 220px;
    box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
  }

  .filtrePanier {
    background: #151e2e;
    width: 100%;
    height: 220px;
    opacity: 0.5;
    text-align: center;
  }

  .filtrePanier h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 70px;
    position: relative;
    top: 70px;
    letter-spacing: 70px;
    margin-left: 150px;
    text-shadow: 0px 0px 200px #000000;
    color: #f6bc00;
  }

  .containerPositionPanier {
    max-width: 95%;
    margin: 50px auto;
  }
  .disposition {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }

  .boxAllArticleLeftPanier {
    background: #151e2e;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: -5px 4px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 30px;
    align-self: self-start;
  }

  .boxAllQuantiteRightPanier {
    background: #151e2e;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 5px 4px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 30px;
    align-self: self-start;
  }

  .boxAllArticleLeftPanier h2 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: left;
  }

  .boxAllQuantiteRightPanier h2 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }

  .containerContentPanier {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .billetPanier {
    border: 0.2px solid #f6bc00;
    padding: 10px;
    border-radius: 5px;
    float: left;
    overflow-x: hidden;
    width: 100%;
    margin-top: 10px;
    &:hover {
      opacity: 0.6;
      cursor: pointer;
    }
  }

  .billetImage {
    border-radius: 0px 10px 10px 0px;
  }

  .nomBilletPanier {
    text-indent: 20px;
    text-transform: uppercase;
    position: relative;
    top: -18px;
  }

  .nomBilletPanierRight {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
  }

  .descriptifPanier {
    width: 60%;
    text-indent: 20px;
  }

  .contentPanier {
    float: left;
    text-indent: 20px;
  }

  .prixTotalPanierQuantite {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 0px;
  }

  .prixTotalPanierQuantite span {
    font-weight: normal;
    position: relative;
    top: -20px;
  }

  .prixTotalPanierType {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 4px;
  }

  .prixTotalPanierType span {
    font-weight: normal;
    position: relative;
    top: -20px;
  }

  .prixTotalPanier {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }

  .prixTotalPanier span {
    font-weight: normal;
    position: relative;
    top: -20px;
  }

  .prixTotalPanierRight {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
  }

  .prixTotalPanierRight span {
    font-weight: normal;
    position: relative;
    top: -20px;
    font-size: 13px;
  }

  #deleteBillet {
    color: #fff;
    position: relative;
    top: -20px;
    padding: 10px;
    border-radius: 5px;
  }

  .viderAllPanier a {
    float: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    &:hover {
      text-decoration: underline;
    }
  }

  .RightTotalSommePanier {
    margin-top: 20px;
    float: right;
    font-weight: bold;
    font-size: 28px;
  }

  .RightTotalSommePanierRight {
    margin-top: 20px;
    float: right;
    font-weight: bold;
    font-size: 18px;
  }

  #iconSport {
    position: relative;
    top: 6.5px;
  }

  .btnValiderPanier {
    clear: both;
    display: block;
    text-align: center;
    margin-top: 20px;
    position: relative;
    top: 15px;
    background-color: #d4af37;
    color: #14213d;
    padding: 12px 25px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    &:hover {
      color: #fff;
      transform: scale(1.06);
    }
  }

  .regulBlok {
    display: inline-block;
    width: auto;
    margin-right: 100px;
    &:hover {
      background: red;
    }
  }

  .bigbackGroundEvenement {
    background: url(/assets/images/header.png);
    width: 100%;
    background-position: right;
    background-size: 100%;
    margin-top: -20px;
    height: 200px;
    box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
  }

  .filtreEvenement {
    background: #fff;
    width: 100%;
    height: 200px;
    opacity: 0.5;
    text-align: center;
  }

  .filtreEvenement h1 {
    margin-top: 0px;
    color: #071636;
    font-size: 2.5rem;
    position: relative;
    top: 90px;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-shadow: 0px 0px 200px #000000;
  }

  .containerEvenement {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }

  .navGauche {
    border-radius: 0px 0px 10px 0px;
  }

  .containerBilletEvent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .billetEvent {
    width: 100%;
    margin-top: 0px;
  }

  .containerCategorie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }

  .filtreCategorie span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    font-size: 1.6em;
    font-family: "QuickSand";
    color: #fff;
  }

  header nav a:nth-child(1):hover,
  header a:nth-child(2):hover,
  header a:nth-child(3):hover {
    background-color: #f6bc00;
    color: #f8f9fa;
  }

  .modal {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 9999999;
    display: none;
  }

  .contentBillet {
    margin: auto;
    max-width: 80%;
  }

  .bigbackGroundmonCompte {
    background: url(/assets/images/moncompte.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    height: 90px;
    box-shadow: -5px 5px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 3;
  }

  .filtreCompte {
    background: #333;
    width: 100%;
    height: 90px;
    opacity: 0.7;
    text-align: center;
  }

  .filtreCompte h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    top: 43px;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-shadow: 0px 0px 200px #000000;
  }

  .navigationProfil ul {
    justify-content: space-around;
  }

  .containerAccount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  .boxAccount {
    margin: auto;
    max-width: 97%;
    grid-column: 1 / 3;
    width: 50%;
  }

  .boxAccount:first-child {
    width: 20%;
    grid-column: 1 / 3;
    height: 200px;
  }

  .containerInfo {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }
  .boiteInfo {
    width: 30%;
    margin-top: 10px;
  }

  .qr-code_detail {
    position: absolute;
    bottom: 40px;
    right: 100px;
    width: 100px;
    filter: blur(4px);
    height: 100px;
    background: white url(/assets/images/exemple-qrcode.png);
    background-size: cover;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .containerMyreservations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .ligneBlanche {
    width: 1px;
    border: 1px solid #dedede;
    height: 100%;
    display: block;
  }

  .containerSettings {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .boxChoiceSettings {
    background: #1b263b;
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 0 4px 0 1px rgba(0, 0, 0, 0.1);
  }

  .btn__Valider {
    width: 50%;
  }

  .boxSettings {
    border-radius: 0px 0px 20px 0px;
  }

  .boxSettings > ul {
    padding: 0px;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    justify-content: space-around;
    height: 300px;
  }
  .boxSettings > ul li {
    font-size: 1em;
  }

  .containerDetailReservation {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    gap: 20px;
  }
  .detailReservation:nth-child(3) {
    grid-column: 3 / 3;
  }

  .btn_voter {
    background: #28a745;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 1em;
    float: right;
    margin-top: 10px;
  }

  .btn_voter:hover {
    background: #20bf6ab0;
    cursor: pointer;
    float: right;
    margin-top: 10px;
  }

  .btn_retirer_vote {
    background: #d63031;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 1em;
    float: left;
    margin-top: 10px;
  }

  .btn_retirer_vote:hover {
    background: #d6303099;
    cursor: pointer;
    float: left;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1266px) {
  .qr-code_detail {
    position: absolute;
    bottom: 40px;
    right: 100px;
    width: 100px;
    filter: blur(4px);
    height: 100px;
    background: white url(/assets/images/exemple-qrcode.png);
    background-size: cover;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
