::selection {
  background-color: #EE8020;
  color: #fff;
}

.text-right {
  text-align: right;
}

.cont-veref-pass {
  display: grid;
  justify-items: center;
  align-content: space-between;
  min-height: 100vh;
}

.cont-logo {
  text-align: center;
  margin-top: 50px;
}

.cont-logo img {
  height: 80px;
  width: auto;
}

.cont-nbr-v-pass {
  margin-bottom: 50px;
  text-align: center;
}

.cont-nbr-v-pass h1 {
  font-size: 45px;
}

.btn-submit {
    background-color: #3F8E49;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}

.result {
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    display: none;
    text-align: center;
    width: 100%;
}

.valid {
    background: #d4edda;
    color: #155724;
}

.invalid {
    background: #f8d7da;
    color: #721c24;
}

.used {
    background: #fff3cd;
    color: #856404;
}

.cont-scan-pass {
    display: none;
    width: 100%;
    min-height: 300px;   /* 🔥 OBLIGATOIRE */
    margin: 20px 0;
}

#reader {
    width: 100%;
    min-height: auto;   /* 🔥 OBLIGATOIRE */
    /*background: #000;*/    /* pour bien voir le cadre */
    border-radius: 12px;
    overflow: hidden;
}


.titreMsg i {
  font-size: 50px;
  margin-bottom: 30px;
}

.item-listpass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 10px solid #E3CDA6;
  padding: 10px;
  margin: 10px 0;
}

.item-listpass > h5 {
  margin-bottom: 0;
}

.corps {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #fafafb;
}

::selection {
    background-color: #3F8E49;
    color: #fff;
}

.text-right {
    text-align: right;
}

input[type="checkbox"] {
  accent-color: #3F8E49; /* change la couleur de la coche */
}

.content-log {
    width: auto;
    height: 100vh;
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
}

.content-log > img {
    height: 150px;
    width: auto;
    margin-bottom: 70px;
}

.content-log > h2 {
    margin-bottom: 70px;
}

.content-log > form > div > div > button {
    margin-top: 70px;
}

.content-log > form {
    margin: 0 100px;
}

.champ {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-bottom: 5px solid #E3CDA6;
  border-right: 3px solid #E3CDA6;
  border-radius: 30px;
  outline: transparent;
  background-color: #EFEFEF;
}

 .btn-action {
    background-color: #3F8E49;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
  }

  .lien-action {
    text-decoration: none;
    background-color: #3F8E49;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    display: block;
    text-align: center;
  }

  .lien-action:hover {
    color: #fff;
  }

  .cover-log {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
  }

.text-gris {
    color : #575757;
}

.menu {
    height: 100vh;
    width: 5vw;
}

.contenu-s-partie {
    height: 100vh;
    width: 95vw;
    padding: 50px 0;
    overflow: auto;
}

.content-menu {
    height: 100vh;
    width: 100%;
    background-color: #3F8E49;
    display: grid;
    justify-content: center;
    align-content: space-between;
    padding: 20px 30px;
    border-radius: 0 50px 50px 0;
}

.lien-item-menu {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.lien-item-menu:hover {
    color: #E3CDA6;
    font-size: 30px;
}

.list-item-menu {
    list-style: none;
    padding: 0;
    text-align: center;
}

.list-item-menu > li {
    margin: 10px 0;
}

.menu-mobile {
    background-color: #3F8E49;
    padding: 20px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contenu-page {
    display: flex;
    height: 100vh;
    width: auto;
}

.card {
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 20px;
  padding: 30px;
  border: none;
}

.card-dsh {
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 20px;
  padding: 30px;
  border: none;
  display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.desc-acard-home {
    display: flex;
    align-items: center;
}

.desc-acard-home > i {
    font-size: 45px;
    margin-right: 20px;
    color: #3F8E49;
}

.card-dsh > h3 {
    padding: 10px 0;
}

.cont-top-vente {
    height: 380px;
    overflow: auto;
}

.cont-cover-tv {
    background-size: cover;
    background-position: center;
    /* background-repeat: no-repeat; */
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.item-tv {
    display: flex;
    align-items: center;
}

.autre-lien {
    text-decoration: none;
    color: #000;
}

.autre-lien:hover {
    color: #575757;
}

/* Overlay */
.n-fenetre {
  background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
  position: fixed;
  inset: 0; /* équivaut à top:0; right:0; bottom:0; left:0 */
  display: flex;
  align-items: center; /* centre vertical */
  justify-content: center; /* centre horizontal */
  z-index: 1000;
}

/* Contenu du modal */
.cont-n-fenetre {
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  width: 600px;        /* largeur par défaut sur desktop */
  max-width: 90%;      /* ne jamais dépasser l’écran */
  max-height: 90vh;    /* éviter de déborder verticalement */
  overflow-y: auto;    /* scroll si contenu trop long */
  position: relative;  /* pour boutons fermetures si besoin */
  z-index: 1001;
}

.cont-h-trans {
    border-radius: 30px;
    padding: 40px;
    border: none;
    background-color: #fafafb;
}

tr {
    vertical-align: middle;
}

.cont-cover-panier-ca {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
}

.listArtPanierNcommande {
    height: 500px;
    overflow: auto;
}

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

.d-monnaie > img {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

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

.btn-tab > button {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #3F8E49;
    padding: 10px 20px;
    width: 100%;
    margin: 0 5px;
}

.cont-dcommande {
    height: 400px;
    overflow: auto;
}

.banner-article {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
}

.cont-desc-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3F8E49;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3F8E49;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.cont-type-trans {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.about-coin {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
}

.about-coin > img {
    height: 70px;
    width: auto;
    margin-right: 20px;
}

.about-coin > div > span {
    font-size: 16px;
    font-weight: 400;
}

.about-coin > div {
    display: grid;
    align-items: center;
}

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

.solde-monnaie > i {
    margin-right: 10px;
    font-size: 30px;
}

.op-dc-monnaie {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-admin > i {
    color: #3F8E49;
    font-size: 150px;
}

.item-user {
    display: flex;
    align-items: center;
    justify-content: center; 

    text-decoration: none;
    color: #000;
}

.item-user:hover {
    color: #000;
}

.text-h-trans, .item-cont-h-trans {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-cont-h-trans > div > img {
    height: 35px;
    width: auto;
    margin-right: 10px;
}

.item-cont-h-trans > div {
    display: flex;
    align-items: center;
}

.pp-admin {
    background-size: cover;
    background-position: center;
    /* background-repeat: no-repeat; */
    height: 150px;
    width: 150px;
    border-radius: 50px;
}

.cont-id-user {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cont-id-user > a {
    text-decoration: underline;
    color: #000;
    padding: 5px;
}

.cont-id-user > a:hover {
    color: #000;
}

.verifEvent {
    height: 100vh;
    z-index: 999;
    inset: 0;
    background-color: #fff;
    position: fixed;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}

.verifEvent > div > form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.verifEvent > h4 {
    margin-bottom: 30px;
}