html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  margin: 0px;
  margin-top: 60px;
  background-image: url('/vendor/Images/wallpapers/marechet1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


.biggestProductContainer {
  max-width: 60%;
}

h1 {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

a {
  color: black;
  text-decoration: none;
}

.rappelGraphique {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 5vw;
}

.ProductTitle {
  margin-top: 7em;
  margin-left: 50%;
  transform: translate(-50%);
  width: 100%
}

.imgProduct {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 3em;
  text-align: center;
}

.template-form {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.containerProducts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.container {
  height: 600px;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(21, 44, 6, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  max-width: 800px;
  margin-left: 50%;
  transform: translate(-50%);
}

.contact-info div {
  flex-basis: 30%;
  text-align: center;
}

.contact-info div i {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}


.containerForm {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 16px;
  border-radius: 5px;
}

.info {
  border-radius: 5px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px
}

.info.unselect {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 5px;
}

.info.select {
  /* border-radius: 20%; */
  background-color: #ffffff;
  padding: 5px;
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.29)
}

.chemin {
  margin-left: 150px;
  font-size: 1em;
  color: #333;
}

.chemin a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.chemin a:hover {
  color: #659b4c;
}


.separate {
  margin-top: 9px;
}

#spanForm {
  background: #FFFFFF;
  margin-left: 0px;
  border-collapse: collapse;
  max-width: 100px;
  width: 100%;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #ccc;
  padding: 10px 20px 11px 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

#CheckboxSpanForm {
  margin-left: 0px;
  border-collapse: collapse;
  max-width: 300px;
  width: 100%;
  border-radius: 5px 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  border: 1px solid #ccc;
  padding: 10px 20px 11px 20px;
}

.containerParamVente {
  max-width: 70vw;
  height: auto;
  margin: 20px auto;
  background-color: #ffffffd1;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 2px solid rgb(235, 235, 235);
}

.containerCommandes {
  max-width: 80%;
  height: auto;
  margin: 95px auto 20px auto;
  background-color: #ffffffd1;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 2px solid rgb(235, 235, 235);
}

.containerInfos {
  max-width: 45vw;
  height: auto;
  margin: 95px auto 20px auto;
  background-color: #ffffffd1;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 2px solid rgb(235, 235, 235);
}

.containerDescProduct {
  max-width: 60vw;
  height: auto;
  margin: 95px auto 20px auto;
  background-color: #ffffffd1;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 2px solid rgb(235, 235, 235);
}

.paramvente-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1vw 1vw;
  justify-content: center;
}

.paramvente-container label {
  width: 10vw;
}

.paramvente-input {
  width: 50%;
}

.paramvente-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 50%;
  justify-content: space-around;
}

.paramvente-checkbox-mode {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  justify-content: space-around;
}

.mode {
  display: flex;
  flex-direction: column;
  align-items: center;
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-size: medium;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0px 5px 5px 0px;

  &:focus {
    border-color: #2B87DA;
  }
  
  &--error {
    border-color: #EF5555;
  }
}

input[type="file"] {
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"],
input[type="button"],
button:not(.showButton) {
  padding: 14px 20px;
  margin: 16px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #659b4c;
  color: white;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
}

input[type="date"] {
  width: 100%;
  font-size: large;
  padding: 20px;
  border: none;

  &:focus {
    border-color: #2B87DA;
  }
  
  &--error {
    border-color: #EF5555;
  }
}

input[type="button"]:hover {
  background-color: #333;
  color: white;
}

input[type="number"], input[type="float"] {
  font-size: medium;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;

  &:focus {
    border-color: #2B87DA;
  }
  
  &--error {
    border-color: #EF5555;
  }
}

input[type="time"] {
  font-size: medium;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;

  &:focus {
    border-color: #2B87DA;
  }
  
  &--error {
    border-color: #EF5555;
  }
}

.listePuce {
  border: 1px solid #cccccc;
  width: 99.5%;
  padding: 11px 0px 10px 0px;
  border-radius: 0px 5px 5px 0px;
  display: flex;
    justify-content: space-evenly;
}

.iti__country-list {
  width: 750%;
}

.container {
  border-radius: 20px;
  border: 2px solid rgb(235, 235, 235);
  margin-top: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin: 0px;
  background: #fff;
  border: 2px solid #f0f0f0;
  box-shadow: 0 0 0 2px #659b4c;
}

input[type="checkbox"]:checked {
  border: 2px solid #f0f0f0;
  box-shadow: 0 0 0 2px #659b4c;
  background: #659b4c;
  margin: 0px;
  position: relative;
}

.footer {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  max-height: 25px;
  background-color: #fff;
  z-index: 999;
}

.footer_product {
  display: flex;
  align-items: center;
}

.containerIndex {
  margin-top: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.containerAccount {
  margin-top: 4%;
  text-align: center;
}

header {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 20px -20px;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

.menu-label {
  appearance: none;
  height: 32px;
  width: 32px;
  position: fixed;
  top: 12px;
  right: 30px;
  z-index: 1;
}

.menu-lien {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.menu-item {
  padding: .25em;
}

#menu-nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  max-width: 350px;
  text-align: right;
  z-index: 2;
  padding-top: 60px;
  padding-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  transform: translateX(100%);
  transition: transform 0.5s linear;
}


#menu-nav.open {
  transform: translateX(0%);
  transition: transform 0.5s linear;
}

ul {
  list-style-type: none;
}

.message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.premium-widget::before {
  content: "Premium";
  background-color: #39ACE7;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#exeption.widget {
  cursor: pointer;
  padding-top: 15px;
  height: 265px;
  padding-bottom: 15x;
}

.premium-widgetParam::before {
  content: "Premium";
  background-color: #39ACE7;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}


.chat2 {
  min-height: 22em;
  max-height: 22em;
  overflow-y: scroll;
  scrollbar-width: thin;
  /* large, thin ou auto */
  scrollbar-color: #999 #ddd;
}

#nav-icon3 {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* Personnalisation de la barre de défilement */
.chat2::-webkit-scrollbar {
  width: 12px;
}

.chat2::-webkit-scrollbar-track {
  background-color: #ddd;
}

.chat2::-webkit-scrollbar-thumb {
  background-color: #999;
}

.message.sent {
  align-items: flex-end;
}

.message-content {
  max-width: 60%;
  padding: 8px;
  border-radius: 10px;
  background-color: white;
}

.message.sent .message-content {
  background-color: #659b4c;
  color: white;
}

.message-content .date {
  font-size: 0.8em;
  margin-top: 4px;
}

.notification-badge {
  position: absolute;
  top: 10%;
  background-color: red;
  color: white;
  font-size: 1em;
  padding: 5px 8px;
  border-radius: 50%;
}

.accept-button {
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 2em;
}

.refuse-button {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.identifiant {
  position: fixed;
  top: 12px;
  right: 80px;
}

.parametre {
  position: fixed;
  top: 10px;
  right: 5em;
}

.qrcodes {
  position: fixed;
  top: 10px;
  right: 11em;
  display: inline-block;
  cursor: pointer;
}

.qrcodes svg {
  fill: #000000;
  width: 40px;
  height: 40px;
}

.limite-compteur {
  display: flex;
  flex-direction: row;
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  top: 50px;
  right: 11em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

table {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table thead tr {
  background-color: #333;
  color: white;
  text-align: left;

}

table th,
table td {
  padding: 12px 15px;
  text-align: center;
}

table tbody tr {
  background-color: #ffffffd1;
}

table tbody tr:nth-of-type(even) {
  background-color: #ffffffd1;
}

table tbody tr:last-of-type {
  border-bottom: none;
}

.td_commande_numero {
  max-width: 100px; /* Ajustez la largeur maximale selon vos besoins */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tooltip {
  visibility: hidden;
  width: 100%;
  background-color: #fff; /* Ajustez la couleur de fond selon vos besoins */
  color: #000; /* Ajustez la couleur du texte selon vos besoins */
  text-align: center;
  border-radius: 5px;
  padding: 5px; /* Ajustez la marge intérieure selon vos besoins */
  position: relative;
  z-index: 1;
  bottom: 125%; /* Ajustez la distance par rapport au texte */
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.td_commande_numero:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.logout {
  position: fixed;
  top: 13px;
  right: 2em;
}

#name {
  float: right;
  font-size: 20px;
  top: 1em;
  color: #666666;
}

#logoIndex {
  height: 300px;
}

#seco {
  width: 500px;
}

#logoheader {
  margin-left: 30px;
  margin-top: 5px
}

.divHorraire {
  background-color: white;
  display: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
  padding-top: 1px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.widget {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  height: 250px;
  width: 250px;
  border-radius: 15px;
  text-align: center;
  padding-top: 7px;
  /* margin-bottom: 15px; */
  margin: 1vw 1vw;
  background-color: #ffffffd1;
}

#marcheTrajet {
  margin-top: 20px;
}



.widgetPtVente {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  height: 250px;
  width: 250px;
  border-radius: 15px;
  text-align: center;
  padding-top: 30px;
  /* margin-bottom: 15px; */
  margin: 1vw 1vw;
  background-color: #ffffffd1;
}

.widgetSolde {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  height: 250px;
  width: 800px;
  border-radius: 15px;
  text-align: center;
  padding-top: 30px;
}

#ulCode {
  background-color: white;
  margin: 0px;
  text-align: left;
  margin-left: 142.22px;
  position: absolute;
  width: 318px;
}

.mainWidgetContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.widgetContainerParam {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

svg {
  cursor: pointer;
}

/* label {
  position: relative;
} */

label input {
  font-size: 1em;
  background: transparent;

  padding: 1rem 1.2rem;
  width: 350px;

  border-radius: 5px;
  border: 2px solid #7a7a7a;

  transition: all 0.2s;
}

label input:focus {
  border-color: #659b4c;
}

label .password-icon {
  display: flex;
  align-items: center;
  top: 0px;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  transition: all 0.2s;
}

label .password-icon:hover {
  cursor: pointer;
  color: #659b4c;
}

label .password-icon .feather-eye-off {
  display: none;
}

.erreurId {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f17474;
  color: white;
  border-radius: 5px;
}


.erreurMail {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0px;
  background-color: #ec5c5cd0;
  color: white;
  border-radius: 0px 0px 5px 5px;
}

.changesSuccess {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: #659b4c;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

.imageContainer {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.productContainer {
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #ffffffd1;
}

.descHelp {
  font-style: italic;
  font-size: 0.8em;
  cursor: pointer;
}

.descHelp#reverse {
  transform: translateX(-15%);
}

.product {
  display: flex;
  max-width: 30%;
  align-items: center;
  justify-content: center;
}

.productImg img {
  max-width: 100%;
}

.productImgCarousel {
  overflow: hidden;
  width: 500px;
  height: 500px;
}

.productInfo {
  width: 80%;
}

.productTitle {
  font-weight: bold;
}

.productDescription {
  margin-top: 10px;
  overflow: wrap;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 1rem;
}

.productPrice {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 30px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-direction: column;
  align-items: center;
}

#bandeauDemo {
  width: 275px;
  height: auto;
  position: fixed;
  transform: rotate(33deg);
  background-color: #ec5c5cd0;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  font-weight: bold;
  z-index: 998;
  top: 88px;
  right: -50px;
  text-align: center
}

.inputInfoComp {
  border-radius: 5px;
  background-color: white;
  text-align: center
}

.addToCartBtn {
  font-size: 1.2rem;
  transition: background-color 0.2s ease;
}

.addToCartBtnDisabled {
  font-size: 1.2rem;
  transition: background-color 0.2s ease;
}

.addToCartBtn:hover {
  background-color: rgb(107, 107, 107)
}

.addToCartBtnDisabled:hover {
  background-color: #ec5c5cd0
}

.descContainer {
  width: 50em;
}


.label-file {
  cursor: pointer;
  color: #00b1ca;
  font-weight: bold;
}

.label-file:hover {
  color: #25a5c4;
}

/* #file1, #file2, #file3, #file4 {
  display: none;
} */

.input {
  border: 2px solid;
  border-color: #ccc;
  border-radius: 10px;
  margin-bottom: 5px;
}


.containerSolde {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}


.cardClassForMagicQC {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-radius: 15px;
}

.cart-container {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}


.thPanier {
  color: white;
}


.remove-button {
  background-color: #ff0000;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.remove-button:hover {
  background-color: #cc0000;
}

.total-container {
  margin-top: 20px;
  text-align: right;
}

.total-price {
  font-weight: bold;
}

.checkout-button {
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
}

.checkout-button:hover {
  background-color: #4e4e4e;
  ;
}

.switch {
  border: 0.5px solid black;
  --switch-width: 3.5em;
  --switch-height: calc(var(--switch-width) / 2);
  --left-ball-color: black;
  --right-ball-color: rgb(228, 228, 228);
  width: var(--switch-width);
  height: var(--switch-height);
  border-radius: calc(var(--switch-height) / 2);
  background-color: var(--left-ball-color);
  position: relative;
  overflow: hidden;
}

.switch input[type="checkbox"] {
  width: 100%;
  position: absolute;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.switch .left {
  position: absolute;
  width: calc(var(--switch-width) / 3);
  height: calc(var(--switch-height) / 1.5);
  background-color: var(--left-ball-color);
  border-radius: 50%;
  left: calc((var(--switch-height) - (var(--switch-height) / 1.5)) / 2);
  top: calc((var(--switch-height) - (var(--switch-height) / 1.5)) / 2);
  z-index: 2;
  pointer-events: none;
}

.switch .right {
  position: absolute;
  width: calc(var(--switch-width) / 3);
  height: calc(var(--switch-height) / 1.5);
  background-color: var(--right-ball-color);
  border-radius: 50%;
  right: calc((var(--switch-height) - (var(--switch-height) / 1.5)) / 2);
  top: calc((var(--switch-height) - (var(--switch-height) / 1.5)) / 2);
  z-index: 2;
  pointer-events: none;
}

.switch .switcher {
  position: absolute;
  width: calc(100% + var(--switch-width) / 3);
  height: 100%;
  background-color: var(--right-ball-color);
  z-index: 1;
  left: calc(-50% + var(--switch-width) / (3 * 2));
  pointer-events: none;
  transition: left 500ms ease;
  border-top-left-radius: calc(var(--switch-width) / 3);
  border-bottom-left-radius: calc(var(--switch-width) / 3);
}

.switch .switcher:before {
  position: absolute;
  content: '';
  width: calc(var(--switch-width) / 3);
  height: 100%;
  background-color: var(--left-ball-color);
  display: block;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 2;
}

.switch .switcher:after {
  position: absolute;
  content: '';
  width: calc(var(--switch-width) / 3);
  height: 100%;
  background-color: var(--right-ball-color);
  display: block;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.switch input:checked~.switcher {
  left: 100%;
}

.switch input:checked~.switcher:before {
  display: none;
}


.generate-left {
  position: relative;
  margin-top: 1rem;
  font-family: inherit;
  font-size: 20px;
  background: #333;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}

.generate-left span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.generate-left svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.generate-left:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.generate-left:hover svg {
  transform: translateX(5em) rotate(45deg) scale(1.1);
}

.generate-left:hover span {
  transform: translateX(15em);
}

.generate-left:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

.generate-right {
  box-shadow: 2px 2px 6px #000000;
  position: relative;
  margin-top: 1rem;
  font-family: inherit;
  font-size: 20px;
  background: white;
  color: #333;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}

.generate-right span {
  display: block;
  margin-right: 0.3em;
  transition: all 0.3s ease-in-out;
}

.generate-right svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.generate-right:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.generate-right:active {
  animation: rotate-center 0.6s ease-in infinite;
}

.generate-right:hover svg {
  transform: translateX(-6em) rotate(45deg) scale(1.1);
}

.generate-right:hover span {
  transform: translateX(-15em);
}

.generate-right:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

.rotate-center-fast {
  animation: rotate-center 1s ease-in 10;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.divcercle {
  display: flex;
  position: relative;
  left: 50%;
  top: 14%;
}

.cerclevert {
  position: relative;
  margin-right: 10px;
  transform: translate(560%, 165%);
  background: #659b4c;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.cerclerouge {
  position: relative;
  transform: translate(-560%, 165%);
  background: #c71818;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.cercle {
  position: relative;
  top: 2%;
  background: #659b4c;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  /* border: 2px solid #940303; */
}

.cercle span {
  position: relative;
  left: 120%;
  font-style: italic;
  font-size: 0.8em;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}

.popup-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333;
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: none;
}

.popup h2 {
  margin: 0 0 10px 0;
}

.popup form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup form input[type="text"],
.popup form select,
.popup form textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.popup form input[type="submit"] {
  padding: 10px 20px;
  background-color: #659b4c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.popup form input[type="submit"]:hover {
  background-color: #659b4c;
}


.input {
  max-width: 190px;
  padding: 12px;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 7px 0 rgb(0, 0, 0, 0.2);
  outline: none;
  color: dimgray;
}

.input:invalid {
  animation: justshake 0.3s forwards;
  color: red;
}

@keyframes justshake {
  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX-(5px);
  }
}

.infoProduct {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.infoProductParam {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  width: 200px;
  align-items: flex-start;
}

.paramvente {
  display: flex;
  max-width: 80%;
  align-items: center;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  justify-content: flex-start;
}

.paramvente span {
  width: 100px;
}


.paramvente input[type="text"] {
  width: 80%;
  margin-left: 10%;
}

.paramvente input[type="number"] {
  width: 80%;
  margin-left: 10%;
}

.ligne_checkbox {
  display: flex;
  margin-left: 5%;
  align-items: center;
}

.descProduct {
  display: flex;
  justify-content: center;
  margin-top: 50px;

}

.descProductReverse {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-direction: row-reverse;

}

.descProduct textarea {
  max-width: 600px;
  max-height: 300px;
  height: 135px;
}

.descProductReverse textarea {
  max-width: 600px;
  max-height: 300px;
  height: 135px;
}

.previewImage {
  width: 130px;
    height: auto;
    display: block;
    margin-right: 40px;
    margin-left: 12px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.widgetParam {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  height: 250px;
  width: 250px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  /* Pour empiler le contenu verticalement */
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffffd1;
  margin: 1vw 1vw;
  position: relative;
  /* Ajout d'une position relative pour le positionnement absolu du bandeau */
}

.previewImage[src="#"] {
  width: 200px;
  height: 200px;
  background-color: rgb(235, 235, 235);
  margin-right: 40px;
  margin-left: 40px;
}

.infoCompProduct {
  max-width: 195px;
  text-align: center;
}

.formAddUpdateProduct {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.infoCompProducts {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}


.fileInput {
  position: absolute;
  height: 0.1px;
  width: 0.1px;
  font-size: 1px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.asterisk {
  margin-top: -20px;
}

.checkbox {
  margin-left: 3px;
}

.optiProduct {
  display: flex;
  max-width: 650px;
  align-items: center;
  margin-top: 20px;
  justify-content: space-evenly;
}

.optiProduct span {
  width: 250px;
}

.optiProduct input[type="checkbox"] {
  margin: 0 20px 0 20px;
}

@keyframes a {
  0% {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
  }

  50% {
    opacity: 0;
    transform: scale(.8) rotateY(180deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotateY(360deg);
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 263.5px;
  height: 340px;
  margin-right: 5%;
  border-radius: 15px;
  margin-top: 15px;
  background: #ffffffd1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.form-input {
  width: 200px;
  height: 40px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  text-align: center;
}

.form-select {
  max-width: 300px;
  height: 40px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  /* margin-left: 10px; */
  margin-right: 10px;
}
 
.form-submit {
  width: 100%;
  height: 40px;
  background-color: #659b4c;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.widgetContainerWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.form-label {
  font-size: 16px;
}

/* Total */
.form-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* Etiquettes pour le total */
.form-total-label {
  font-size: 18px;
  font-weight: bold;
}

.form-radio {
  margin-right: 10px;
}

.form-radio-container {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-bottom: 20px;
  margin-top: 20px;
}

.form-element-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.delete-product-btn {
  width: 40px;
  height: 40px;
  background: white;
}

.form-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.labelext {
  display: flex;
  justify-content: center;
}

.cliquable {
  display: flex;
  position: relative;
  justify-content: center;
}

.card2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 340px;
  margin-right: 5%;
  border-radius: 15px;
  background: #ffffffd1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  margin: 20px 20px 20px 20px;
}

.widget h3 {
  letter-spacing: 0.1em;
}

.photoProducts {
  margin-top: 15%;
  width: 170px;
  height: 170px;
  top: 12%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #bebebe, 0px 0px 10px white;
}

.title2 {
  margin-bottom: -5px;
  bottom: 6%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.stock {
  margin-left: 10%;
  font-size: 16px;
  color: #333;
}

.price {
  font-size: 0.8em;
  color: #333;
  text-align: center;
}

.priceDesc {
  font-size: 1.2em;
  color: #333;
}

.cl-checkbox {
  position: relative;
  display: inline-block;
}

/* Input */
.cl-checkbox>input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.cl-checkbox>span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Box */
.cl-checkbox>span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px;
  /* Safari */
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.cl-checkbox>span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.cl-checkbox>input:checked,
.cl-checkbox>input:indeterminate {
  background-color: #018786;
}

.cl-checkbox>input:checked+span::before,
.cl-checkbox>input:indeterminate+span::before {
  border-color: #018786;
  background-color: #018786;
}

.cl-checkbox>input:checked+span::after,
.cl-checkbox>input:indeterminate+span::after {
  border-color: #fff;
}

.cl-checkbox>input:indeterminate+span::after {
  border-left: none;
  transform: translate(4px, 3px);
}

/* Hover, Focus */
.cl-checkbox:hover>input {
  opacity: 0.04;
}

.cl-checkbox>input:focus {
  opacity: 0.12;
}

.cl-checkbox:hover>input:focus {
  opacity: 0.16;
}

/* Active */
.cl-checkbox>input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}

.cl-checkbox>input:active+span::before {
  border-color: #85b8b7;
}

.cl-checkbox>input:checked:active+span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
}

#tel {
  padding-left: 52px;
}

/* Disabled */
.cl-checkbox>input:disabled {
  opacity: 0;
}

.cl-checkbox>input:disabled+span {
  color: rgba(0, 0, 0, 0.38);
  cursor: initial;
}

.cl-checkbox>input:disabled+span::before {
  border-color: currentColor;
}

.cl-checkbox>input:checked:disabled+span::before,
.cl-checkbox>input:indeterminate:disabled+span::before {
  border-color: transparent;
  background-color: currentColor;
}


.desc {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bodyUpdateProduct {
  display: flex;
  justify-content: center;
  margin: 2vw;
  align-items: center;
}

.bodyUpdateProduct #priceProductParam {
  display: none;
}

.paramventediv {
  margin-top: 70px;
}

.enteteDesc {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}

.textDesc {
  width: 600px
}

footer {
  display: flex;
  background-color: #f0f0f0;
  padding: 20px;
  text-align: center;
}

.avis {
  width: 50%;
  margin: 0 10%;
}

.avis h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.avis-item {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

.etoiles-note {
  flex: 0 0 30px;
}

.etoiles-moyenne {
  font-size: 20px;
  color: gold;
}

.moyenne {
  font-size: 14px;
  width: 50%;
}

.showButton {
  display: flex;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #659b4c;
  color: white;
  font-weight: bold;
  white-space: normal;
  
}

@keyframes example {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(2);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(2);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(2);
  }

  60% {
    transform: scale(1);
  }

  70% {
    transform: scale(2);
  }

  80% {
    transform: scale(1);
  }

  90% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

.hiA {
  animation: example 2000ms;
}

@keyframes alert {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#alert {
  /* animation-duration: .1s;
  animation-name: alert;
  animation-iteration-count: infinite;
  transition: none; */
  color: red;
}

.container_panier {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 600px;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.back {
  display: none;
}

.order-details {
  display: flex;
  justify-content: space-evenly;
}

.order-details p {
  font-weight: bold;
  color: black;
}

.order-details span {
  font-weight: normal;
}

.order-item {
  display: flex;
  align-items: center;
}

.banner-image {
  width: 125px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.order-item-info {
  flex-grow: 1;
}

.order-item h1 {
  font-size: 1.2em;
}

.order-item p {
  font-size: 1em;
}

.order-total {
  text-align: center;
  color: black;
}

.otherProduct {
  margin-top: 1%;
  display: flex;
  justify-content: space-around;
}

.otherProductor {
  margin-top: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.sous-paramvente {
  display: flex;
  margin-left: 100px;
}

.annulerBtn {
  background-color: red;
  margin-left: 10px;
}

.reducCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  text-align: center;
}

.containerCardReduc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20%;
  transform: translateY(-50%);

}

#villeSurLeTrajet .list-group {
  max-height: 200px;
  flex-wrap: wrap;
  overflow-y: auto;
  background-color: #ffffff;
  border-color: #dcdcdc;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

#villeSurLeTrajet .list-group-item.active {
  position: sticky;
  top: 0;
  background-color: #0d6efd;
  color: #ffffff;
}

#villeSurLeTrajet .list-group-item {
  padding: 0.5rem 1rem;
}

#villeSurLeTrajet .list-group-item-action {
  color: #6c757d;
}

#villeSurLeTrajet .list-group-item-action:hover {
  color: #0275d8;
  background-color: #f8f9fa;
}

#villeSurLeTrajet .list-group-item-action:active {
  color: #ffffff;
}

#villeSurLeTrajet .list-group-item {
  color: #6c757d;
  background-color: #ffffff;
}

.solde_header {
  display: flex;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  align-items: center;
  margin: 0.7vw 0 0 0;
}

.solde_header2 {
  display: none;
}

.firstcontainer#odd {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}

.firstcontainer#even {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
}

.flou {
  filter: blur(5px);
}

.widgetContainer {
  margin-top: 25px;
  display: flex;
}
.widgetContainerAdmin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.textSlogan {
  text-align: center;
  padding-left: 17px;
  padding-right: 17px;
}

.verif {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}

.verif button {
  color: #fff;
}

#verifierBtn {
  display: flex;
}

#livraison {
  display: flex;
  flex-direction: column;
}

.livraisonElement {
  display: none;
}

.livraisonElement p {
  margin-left: 1em;
}

.svg-header {
  width: 50px;
}

.link-header {
  display: flex;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -15%);
  align-items: center;
}

.link-header h2 {
  height: 45px;

}

.status_icon img {
  width: 30px;
  height: 30px;
}

.status_icon label {
  font-weight: 500;
}

.listeCachee {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10%;
}

.floating-image-container {
  display: none;
}

.parent {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  grid-template-rows: repeat(21, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 300px;
  height: 300px;

}

.photo_carroussel {
  grid-area: 1 / 1 / 22 / 15;

  width: 200px;
  height: 300px;
}

.photo_carroussel img {
  width: 200px;
  height: 300px;
  object-fit: cover;
}

.title_carroussel,
.logo_soc_carroussel {
  background-color: #ffffffd1;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
}

.title_carroussel {
  grid-area: 3 / 7 / 7 / 19;
  border-radius: 10px 10px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_soc_carroussel {
  grid-area: 7 / 11 / 14 / 19;
  border-radius: 0 0 10% 10%;
  display: flex;
  justify-content: center;
}

.add_image {
  padding: 15%;
}

.addImageAndLabel {
  margin: 0 1em 0 1em;
}

.calibrage {
  display: flex;
  justify-content: center;
}

#calibrer {
  background-color: #ff8e00;
}

#google-map {
  height: 400px;
   width: 100%;
   margin-left: 50%;
   transform: translate(-50%);

}

.productMaps {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forget_password {
  display: flex;
  text-decoration: underline;
}

.forget_password p {
  cursor: pointer;
}

.optiSpanProduct {
  overflow-wrap: normal;
  text-align: left;
}

.actionButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.actionButtons form,
.actionButtons button {
  flex-grow: 1;
}

.infoProduct {
  margin-top: 15px;
}

table {
  table-layout: fixed;
  width: 100%;
}

.iti {
  width: 100%;
}

.swal2-spacing {
  margin-right: 10px; 
}

.styled-table select {
  height: auto;
  width: auto;
}

.swal2-actions {
  justify-content: space-evenly !important;
}

.reduction_container {
  display: flex;
   width: 100%;
   justify-content: space-evenly;
}

#cardReduct {
  display: flex;
}

.infoCompProductLabel {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px;
    background: white;
    margin: 1em
}

.resetPassword {
  margin-top: 10% !important; 
  display: flex !important; 
  flex-direction: column !important; 
  align-items: center !important; 
  text-align: center !important
}

#input1, #input2, #input3, #input4, #lettre_tva, #code_tva {
  text-align: center;
  border-radius: 0px;
}

#input4, #tva {
  border-radius: 0px 5px 5px 0px;
}

#lettre_tva, #code_tva {
  max-width: 78px;
}

#siretContainer{
  width: 100%;
  display: flex;
  align-items: flex-end;
}


.FR {
  text-transform: uppercase;
  text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Pour Firefox */
}

/* style telephone */
@media only screen and (max-width: 767px) {

.table-responsive table, 
  .table-responsive thead, 
  .table-responsive tbody, 
  .table-responsive tr, 
  .table-responsive th, 
  .table-responsive td {
      display: block;
  }

  .table-responsive thead {
      display: none;
  }

  .table-responsive td {
    display: flex;
    padding-left: 150px;
    position: relative;
    margin-top: -1px;
    background: #FFF;
    justify-content: center;
  }

  .table-responsive td:nth-child(odd) {
      background-color: #eee;
  }

  .table-responsive td::before {
      padding: 10px;
      content: attr(data-label);
      position: absolute;
      top: 0;
      left: 0;
      width: 150px;
      bottom: 0;
      background-color: #333;
      color: #FFF;
      display: flex;
      align-items: center;
      font-weight: bold;
  }

  .table-responsive tr {
      margin-bottom: 1rem;
  }

  .formAddUpdateProduct {
    width: 95%;
  }

  .resetPassword {
    margin-top: 20% !important;
  }

  .table-responsive th + td {
      padding-left: 10px;
  }

  .containerCommandes{
    max-width: 100%;
    height: auto;
    margin: 0;
    margin-top: 5em;
    /* background-color: #ffffff00; */
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    /* border-radius: 0; */
    border: 2px solid rgba(235, 235, 235, 0);
  }

  #input1, #input2, #input3, #input4, #code_tva {
    text-align: center;
    border-radius: 0px;
  }

  #input1, #lettre_tva{
    border-radius: 0px 0px 0px 5px;
  }
  
  #input4{
    border-radius: 0px 0px 5px 0px;
  }

  #lettre_tva, #code_tva {
    max-width: 74px;
  }

  #siretContainer{
    width: 80%;
  }

  .td_commande_numero {
    max-width: 100%;
  }

  #prixFb, #quantiteFb {
    display: none;
  }

  #supprPanier {
    justify-content: flex;
  }
  
  #exeption.widget {
    padding-top: 0;
    height: 185px;
    padding-bottom: 0;
  }

  #marcheTrajet {
    margin-top: -10px;
  }
  

  .infoCompProductLabel {
    width: 40%;
  }

  .reduction_container {
    flex-direction: column;
  }

  body {
    /* background-size: 100% 100%; */
    background-size: cover;
  }

  .premium-widget h3 {
    margin-top: 0;
  }

  .premium-widget::before {
    padding: 3px 10px;
    font-size: 13px;
  }

  .containerCardReduc {
    margin-top: 0;
    transform: none;
  }

  .paramvente input[type="number"] {
    margin-left: 0;
  }

  .paramvente input[type="text"] {
    margin-left: 0;
  }

  .sous-paramvente {
    margin-left: 0;
  }

  .avis {
    margin: 0;
    width: 75%;
  }

  #alert {
    margin-bottom: 10%;
  }

  .moyenne {
    margin-left: 0;
    width: 50%;
  }

  .cart-container {
    width: 400px;
  }

  .biggestProductContainer {
    max-width: 90%;
  }

  .cliquable {
    display: none;
  }

  .paramventediv {
    /* width: 500px; */
    margin-top: 20px;
  }

  .paramvente {
    margin-top: 10px;
    flex-direction: column;
    margin-left: 0;
    transform: none;
  }

  #seco {
    width: 300px;
  }

  .paramvente span {
    margin-bottom: 20px;
    justify-content: center;
  }

  .enteteDesc {
    margin: 0 5em 0 5em;
    max-width: 400px;
  }

  .enteteDesc h2 {
    max-width: 600px
  }

  .desc {
    margin: 0 2em 0 2em;
    max-width: 400px;
    text-align: justify;
  }

  .textDesc {
    margin: 1em 0 0 0;
    width: 100%;
  }

  .descProduct,
  .descProductReverse {
    flex-direction: column;
    max-width: 400px;
    margin: 0 5px;
    align-items: center;
  }

  .textSlogan {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .infoProduct {

    margin: 0 0.5em 0 0.5em;
    max-width: 400px;
  }

  .widget {
    height: 185px;
    width: 185px;
    padding-top: 0.1px;
    padding-bottom: 4px;
  }

  .bodyUpdateProduct {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bodyUpdateProduct #priceProductParam {
    margin-top: 3%;
  }

  .chemin {
    margin-left: 10px;
  }

  .bodyUpdateProduct #priceProductParamNonResp {
    display: flex;
  }

  .widgetParam {
    margin: 0.6em 0.30em 0 0.30em;
    height: 190px;
    width: 190px;
    padding-top: 0px;
  }

  .widgetParam h2 {
    width: 100px;
    display: flex;
    justify-content: center;
  }

  .optiProduct {
    flex-direction: column;
    max-width: 325px;
  }

  .optiProduct span {
    display: flex;
    justify-content: center;
  }

  .widgetPtVente {
    height: 175px;
    width: 175px;
    padding-top: 0px;
  }

  #ulCode {
    margin: 0px;
    text-align: left;
    padding-left: 23px;
    font-size: small;
  }

  .cercle {
    width: 20px;
    height: 20px;
    /* border: 2px solid #940303; */
  }

  .widgetSolde {
    height: 175px;
    width: 350px;
    padding-top: 0px;
  }

  #spanForm {
    max-width: 100%;
    width: 90%;
    font-size: small;
    border: none;
    margin: 0px;
    padding: 7px 0px;
    border-radius: 5px 5px 0px 0px;
  }

  input[type="number"], input[type="float"] {
    font-size: small;
    max-width: 100%;
    width: 80%;
    padding: 12px 20px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
  }

  .descHelp#reverse {
    transform: translateX(0);
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: small;
    max-width: 100%;
    width: 90%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
  }

  input[type="date"] {
    max-width: 260px;
    border-radius: 0 0 5px 5px;
    padding: 19px
  }
  

  .listePuce {
    border: 1px solid #cccccc;
    width: 90%;
    padding: 10px 0px;
    border-radius: 0px 0px 5px 5px;
    margin-top: 0;
    display: flex;
    justify-content: space-around;
  }

  .previewImage {
    margin-right: 0;
    margin-left: 0;
    transform: translateX(-10%);
  }

  .containerForm {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .containerProducts {
    max-width: 767px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2%;
  }

  .container {
    max-width: 400px;
  }

  .contact-info {
    flex-direction: column;
  }

  .login-form,
  h1 {
    width: 375px;
  }

  #logoIndex {
    height: 150px;
  }

  #menu-nav {
    max-width: 250px;
  }

  #identifiant {
    position: fixed;
    top: 11px;
    right: 85px;
  }

  #name {
    float: right;
  }

  .reducCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
  }

  .productContainer {
    padding: 3%;
    max-width: 600px;
  }

  .product {

    max-width: 100%;
  }

  .productImgCarousel {
    overflow: hidden;
    width: 300px;
    height: 300px;
  }

  .containerSolde {
    width: 300px;
  }

  .infoCompProduct {
    max-width: 110px;
    margin-bottom: 10px;
    ;
  }

  .infoCompProducts {
    flex-wrap: wrap;
    margin-top: 12%;
  }

  table {
    max-width: 600px;
    width: auto;
  }
  
  table thead > *:not(.table-responsive) {
    display: none;
  }
  
  table tr {
    display: block;
    margin-bottom: 40px;
  }
  
  table td > *:not(.table-responsive) {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  

  .descProduct textarea,
  .descProductReverse textarea {
    max-width: 95%;
    width: 95%;
    max-height: 300px;
    display: block;
    margin: 0 auto;
  }

  .total {
    display: none;
  }

  .container_panier {
    width: 300px;
    height: 300px;
  }

  .container_panier h1 {
    font-size: 1.5em;
  }

  .limite-compteur {
    font-size: 10px;
  }

  .underTextArea {
    width: 95%;
    display: block;
    margin: 0 auto;
  }

  .widgetContainerParam {

    flex-direction: column;
    align-content: center;
  }

  .back {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 2px;
    padding: 0 0 0 20px;
  }

  .order-item {
    flex-direction: column;
  }

  .otherProduct {
    flex-direction: column;
    align-items: center;
  }

  .paramvente-container {
    margin: 2vw 1vw;
  }

  .paramvente-container label {
    width: auto;
  }

  .paramvente-input {
    width: 80%;
  }

  .paramvente-checkbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 70%;
  }

  .paramvente-checkbox-mode {
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: center;
  }

  .mode {
    display: flex;
    align-items: center;
  }

  .checkbox {
    margin-left: 10px;
  }

  .mainWidgetContainer {
    display: flex;
    /* flex-wrap: nowrap; */
    justify-content: center;
    width: 100%;
    max-width: 400px;
    position: static;
    margin-top: 11vw;
    transform: translate(0, 0);
  }

  .containerInfos {
    margin-top: 50px;
    max-width: 100vw;
    width: auto;
    padding: 0
  }

  .solde_header {
    display: none;
  }

  .solde_header2 {
    display: flex;
    justify-content: center;
    background: #fff;
    padding-bottom: 10px;
  }

  .containerDescProduct {
    max-width: 85vw;
  }

  .infoProductParam {
    margin-left: 0;
    text-align: center;
    align-items: center;
  }

  .price {
    display: flex;
    align-items: baseline;
  }

  .footer_product {
    flex-direction: column;
  }

  .firstcontainer#even {
    flex-direction: column;
  }

  .firstcontainer#odd {
    flex-direction: column;
  }

  header {
    flex-direction: column;
  }

  .containerIndex {
    margin-top: 0;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
  }

  .svg-header {
    display: none;
  }

  .link-header {
    display: none;
  }

  .parent {
    margin-left: 50%;
    transform: translate(-30%);
  }

  .paramvente-container {
    flex-direction: column;
  }

  .optiSpanProduct {
    overflow-wrap: normal;
    text-align: center;
  }


  .card {
    height: 360px;
  }

  .infoProduct {
    margin-top: 0;
  }

  #tva {
    border-radius: 0px 0px 5px 0px;
    
  }
}











/* style galaxyfold */
@media(max-width: 285px) {

  form,
  h1 {
    width: 250px;
  }

  .cliquable {
    display: none;
  }


  #logoIndex {
    height: 150px;
  }

  #menu-nav {
    max-width: 250px;
  }

  #identifiant {
    position: fixed;
    top: 0.7em;
    right: 5em;
  }

  #name {
    font-size: 10px;
    word-wrap: break-word;
    width: 60px;
  }

  .containerIndex {
    margin-top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }

  #logoheader {
    margin-left: 10px;
  }



}