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

::selection {
    background-color: #034D50;
    color: #fff;
}

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

input[type="checkbox"] {
  accent-color: #034D50; /* 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 {
    border: none;
    border-bottom: 2px solid #034D50;
    width: 100%;
    height: 50px;
    outline-color: #fff;
    padding: 0 10px;
}

 .btn-action {
    border: none;
    background-color: #034D50;
    color: #fff;
    padding: 15px 0;
    width: 100%;
  }

  .lien-action {
    text-decoration: none;
    background-color: #034D50;
    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: #034D50;
    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: #FACC16;
    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: #034D50;
    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: #034D50;
}

.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 #034D50;
    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: #034D50;
}

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

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: #034D50;
    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;
}