.navbar-brand {
  font-weight: 700;
  letter-spacing: .5px;
}

.card {
  border-radius: 1rem;
}

.navbar .navbar-brand,
.navbar .nav-link {
  color: #050846ff;
}

.my-text {
  color: #050846ff;
  font-weight: 700;
}

.my-navbar {
  background-color: #F58727;
  display: flex;
  gap: 10px;
  width: 100%;
}

.lineaire-simple {
  background: linear-gradient(#9beef6, 10%, white);

}

.table-lineaire-simple {
  background: linear-gradient(0.25turn, #9beef6, 60%, rgb(232, 232, 232))
}

.myicon {
  background-color: #ffffff;
}

.my-item {
  flex: 2;
  text-align: center;

}

.my-item:hover {
  background-color: #F7C583;
  font-weight: 700;
  flex: 3;
  border-radius: 15px;
  box-shadow: 0 0 5px black;
}

.my-dropdown:hover {
  background-color: #F7C583;
}

.my-btn {
  background-color: #FFA94D;
  color: #050846ff;
  border: 3px solid #FF9A3D;
  border-radius: 10px;
  transition: all 0.3s ease;

}

.my-btn:hover {
  background-color: #f8a950ff;
  color: #050846ff;
  box-shadow: 0 0 5px black;
}

.my-admin-btn {
  border-radius: 10px;
  background-color: #050846ff;
  color: white;
  border: 3px solid #050846ff;
  transition: all 0.3s ease;

}

.my-admin-btn:hover {
  background-color: #050846ff;
  color: white;
  box-shadow: 0 0 5px black;
}

.my-secondary-btn {
  background-color: #7e7e7eff;
  transition: all 0.3s ease;
  color: white;
}

.my-secondary-btn:hover {

  border: 3px solid #595959ff;
  box-shadow: 0 0 5px black;
  border-radius: 10px;
}

.my-btn-alternatif {
  background-color: #FFA94D;
  color: #050846ff;
  transition: all 0.3s ease;


}

.my-btn-alternatif:hover {
  color: #050846ff;
  border: 3px solid #FF9A3D;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}

.my-btn-info {
  background-color: #49d2ee;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;


}

.my-btn-info:hover {
  color: #050846ff;
  border: 3px solid #49d2ee;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}


.my-btn-alternatif2 {
  background-color: #FFA94D;
  color: #050846ff;
  transition: all 0.3s ease;


}

.my-btn-alternatif2:hover {
  color: #050846ff;
  background-color: #FFA94D;
  border-radius: 10px;

}

.my-danger-btn {
  background-color: #e70c0cff;
  color: #ffffff;
  transition: all 0.3s ease;


}

.my-danger-btn:hover {
  color: #050846ff;
  border: 3px solid #b51313ff;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}

.my-primary-btn {
  background-color: #1221f1ff;
  color: #ffffff;
  transition: all 0.3s ease;

}

.my-primary-btn:hover {
  color: #050846ff;
  border: 3px solid #1b26c5ff;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}

.my-card {
  box-shadow: 0 4px 10px -2px #4e4e4eff;
  color: #050846ff;
  font-weight: 700;
}

.my-image {
  border-radius: 10px;
}

.aide-tips {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  bottom: 110%;
  transform: translateX(-5%);
  width: 700%;
  left: 110%;
  height: 200px;
  background-color: #FFA94D;
  color: #050846ff;
  font-weight: 700;
  padding: 1em;
  box-shadow: 0 4px 10px -2px #4e4e4eff;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.aide-tips.show {
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
  z-index: 1000;
}

.aide-tips2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 120%;
  transform: translateX(-50%);
  width: 250px;
  padding: 0.8em 1em;
  background-color: #FFA94D;
  color: #050846ff;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 10px -2px #4e4e4eff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.aide-tips2.show {
  visibility: visible;
  opacity: 1;
  z-index: 1000;

}


.img-tips2 {
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  opacity: 0;
  bottom: 40%;
  left: 75%;
  text-align: center;
  position: absolute;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.img-tips2.show {
  visibility: visible;
  opacity: 1;
}

.aide-tips3 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 15%;
  left: 30%;
  transform: translateX(-50%);
  width: 350px;
  padding: 0.8em 1em;
  background-color: #FFA94D;
  color: #050846ff;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 10px -2px #4e4e4eff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.aide-tips3.show {
  visibility: visible;
  opacity: 1;
  z-index: 1000;

}
.aide-tips4 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  padding: 0.8em 1em;
  background-color: #FFA94D;
  color: #050846ff;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 10px -2px #4e4e4eff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


.aide-tips4.show {
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
  z-index: 1000;
}

.aide-tips5 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX();
  width: 700px;
  padding: 0.8em 1em;
  background-color: #FFA94D;
  color: #050846ff;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 10px -2px #4e4e4eff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


.aide-tips5.show {
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
  z-index: 1000;
}


.my-warning{
  color: red; 
}

.tipsindice {
  z-index: 1000;
}

.my-input-text {
  box-shadow: 0 4px 10px -6px #4e4e4eff;
}


.btn-orange {

  background-color: #ff812d;
  color: white;
  border-radius: 5px;
  padding: 8px 12px;
  border: 3px solid #ff812d;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

}

.btn-orange:hover {
  color: #050846ff;
  border: 3px solid #ff812d;
  border-radius: 10px;
  box-shadow: 0 0 5px black;

}

.btn-orange2 {
  display: inline-block;
  width: 80px;
  color: white;
  background-color: #ff812d;
  border-radius: 5px;
  padding: 8px 12px;
  border: 3px solid #ff812d;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

}

.btn-orange2:hover {
  color: #050846ff;
  border: 3px solid #ff812d;
  border-radius: 10px;
  box-shadow: 0 0 5px black;

}

.btn-blue {
  background-color: #0056b3;
  color: white;
  border-radius: 5px;
  padding: 8px 12px;
  border: 3px solid #0056b3;
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);


}

.btn-blue:hover {
  color: #050846ff;
  border: 3px solid #0056b3;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}

.btn-lightblue {
  border: 3px solid #00aaff;
  background-color: #00aaff;
  color: white;
  border-radius: 5px;
  padding: 8px 12px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

}

.btn-lightblue:hover {
  color: #050846ff;
  border: 3px solid #00aaff;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}

.radio-large {
  transform: scale(1.8);
  margin-right: 8px;
}



.my-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

.my-table th,
.my-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.my-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.my-table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

/* --------- bordures --------- */
.my-table-bordered {
  border: 1px solid #dee2e6;
}

.my-table-bordered th,
.my-table-bordered td {
  border: 1px solid #dee2e6;
}

/* --------- couleurs --------- */
.my-table-info td,
.my-table-info th {
  background-color: #ffdfc3;
  color: #58412d;
}

.my-table-warning td,
.my-table-warning th {
  background-color: #fff3cd;
  color: #856404;
}

.my-table-danger td,
.my-table-danger th {
  background-color: #ff3927c6;
  color: #403938;
}

.hide {
  display: none; 
}

  .my-dialog {
    border: none;
    border-radius: 1rem;
    padding: 2rem;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  }