.payement-client {
  /* border: 1px solid red; */
  width: 100%;
  margin-bottom: 20px;
}
.payement-client .title {
  padding: 7px;
  /* color: white; */
}
.payement-client .payement-header {
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
}
.payement-client .payement-details {
  /* border: 1px solid red; */
  display: flex;
}
.payement-client .payement-details > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.container-btn-state-vehicule {
  padding: 10px 0px;
}

/* ALERT */
.message-alert {
  position: fixed !important;
  top: 10px;
  right: 10px;
  /* width: 30%; */
  z-index: 1000000000 !important;
}
.message-alert-mob {
  /* width: 10% !important; */
}
.alert {
  color: white !important;
}
.alert-success {
  background-color: #06d6a0 !important;
}
.alert-danger {
  background-color: #d62828 !important;
}
.alert-info {
  background-color: #155a7a !important;
}
.ul-error {
  list-style: none;
}
.fade {
  /* z-index: -100 !important; */
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.cursor {
  cursor: pointer;
  font-size: 17px;
}
.cursor-div {
  cursor: pointer;
}
.cursor-normal {
  cursor: pointer;
}
.padding-4 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-top-5 {
  padding-top: 10px;
}
.padding-4-l-g {
  padding: 2px 10px 2px 10px;
  /* font-size: 10px !important; */
}
.font-size-2 {
  font-size: 10px !important;
}
.font-size-3 {
  font-size: 11px !important;
}
.font-size-big {
  font-size: 30px !important;
}
.margin-top-3 {
  margin-top: 3px;
}
.margin-top-4 {
  margin-top: 4px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-6 {
  margin-top: 6px;
}
.margin-top-7 {
  margin-top: 7px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-bottom-6 {
  margin-bottom: 6px;
}
.margin-bottom-4 {
  margin-bottom: 4px;
}
.margin-bottom-8 {
  margin-bottom: 70px;
}
.margin-left-4 {
  margin-left: 4px;
}
.margin-left-6 {
  margin-left: 6px;
}
.margin-left-26 {
  margin-left: 26px;
}
.price-bare {
  position: relative;
}
.price-bare::after {
  content: "";
  height: 1px;
  width: 70%;
  background-color: red;
  display: block;
  margin-top: -10px;
  /* margin-top: -100px; */
  /* position: absolute; */
}
.card-title{
  text-transform: uppercase;
  font-weight: bolder;
}
.flex-bloc{
  display: flex;
  justify-content: space-between;
}
.flex-bloc .add-btn {

}

.messageInfo {
  width: 50%;
  margin: auto;
  /* border: 1px solid red; */
}
.input-width {
  width: 39%;
}
.bg-secondary {
  color: white !important;
}
#border-menu {
  border: 2px solid #6c7a89;
}
#input-file {
  display: none;
}
.div-carre-1 {
  width: 10px;
  height: 10px;
}
.font-bold {
  font-weight: bold;
}
.icon-size-1x {
  font-size: 50px;
  color: red;
}
.width-0 {
  width: 0px !important;
}
.article_deleted {
  color: red;
}
.text_delete {
  color: red;
  font-style: italic;
  font-weight: bolder;
  font-size: 0.8em;
}
.bolder {
  font-weight: bolder;
  color: black;
}

/* ===================UTILITIES============================ */
.u-border {
  border: 1px solid red;
}
.text-color {
  color: red;
  font-size: 10px;
}
.detail-error {
  color: red;
  font-weight: bolder;
}
.nouvel-an {
  /* border : 1px solid red; */
  display: flex;
  margin-bottom: 50px;
}
.nouvel-an .nouvel-an-image img {
  width: 70%;
}
.nouvel-an .nouvel-an-image {
  flex: 1;
  text-align: center;
  /* border : 1px solid red; */
}
.nouvel-an .nouvel-an-texte {
  flex: 1;
  text-align: justify;
  /* border : 1px solid red; */
}
.bloc-gen{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;

}
.bloc-validation {
  /* border : 1px solid red; */
  background-color: #a8a9a94e;
  border-radius: .5rem;
  width : calc(50% - 1rem);
  padding: 1rem;
  cursor: pointer;
}
.bloc-validation.active {
  background-color: green;
  color : white;
}
.cursor-pointer {
  cursor: pointer;
 
}
.detail-art{
  padding: 7px;
  margin-top: 5px;
}
.btn-search{
  display: flex;
}
.btn-search div:first-child{
  margin-right: .5rem;
}

.btn-rapport{
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .nouvel-an {
    border: 1px solid green;
    /* display: flex; */
    flex-direction: column;
    margin-bottom: 50px;
  }
  .nouvel-an .nouvel-an-image {
    margin-bottom: 20px;
  }
}

/* MEDIUM DEVICES (TABLETTE : 768px and UP) */

@media (max-width: 768px) {
  .nouvel-an {
    /* border : 1px solid green; */
    /* display: flex; */
    flex-direction: column;
    margin-bottom: 50px;
  }
  .nouvel-an .nouvel-an-image {
    margin-bottom: 20px;
  }
}

/* ===================ANIMATION PERSONALISEE============================ */
/* ===================ANIMATION PERSONALISEE============================ */
/* ===================ANIMATION PERSONALISEE============================ */
/* ===================ANIMATION PERSONALISEE============================ */
.u-animation-FromRight {
  animation: CommingFromRight 0.6s ease-in-out;
}
.u-animation-FromLeft {
  animation: CommingFromLeft 0.6s ease-in-out;
}
.u-animation-FromTop {
  animation: CommingFromTop 0.6s ease-in-out;
}
.u-animation-FromBottom {
  animation: CommingFromBottom 0.6s ease-in-out;
}
.u-animation-FromPointToGrand {
  animation: CommingFromPointToGrand 0.6s ease-in-out;
}
.u-animation-FromGrandToPoint {
  animation: CommingFromGrandToPoint 0.6s ease-in-out;
}
.u-animation-CommingHiddenToVisibleOpacity {
  animation: CommingHiddenToVisibleOpacity 0.6s ease-in-out;
}
.u-transition {
  transition: 0.8s all;
}
.u-transition-right {
  transition: 1.6s all;
}
@keyframes CommingFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes CommingFromRight {
  0% {
    opacity: 0;
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes CommingFromBottom {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes CommingFromTop {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0em);
  }
}
@keyframes CommingFromPointToGrand {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes CommingFromGrandToPoint {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0);
  }
}

@keyframes CommingHiddenToVisibleOpacity {
  0% {
    opacity: 0;
    /* // transform: scale(1); */
  }
  25% {
    opacity: 0.25;
    /* // transform: scale(1); */
  }
  50% {
    opacity: 0.5;
    /* // transform: scale(1); */
  }
  75% {
    opacity: 0.75;
    /* // transform: scale(1); */
  }
  100% {
    opacity: 1;
    /* // transform: scale(0); */
  }
}
@keyframes CommingHiddenToVisibleOpacityInverse {
  0% {
    opacity: 1;
    /* // transform: scale(1); */
  }
  25% {
    opacity: 0.75;
    /* // transform: scale(1); */
  }
  50% {
    opacity: 0.5;
    /* // transform: scale(1); */
  }
  75% {
    opacity: 0.25;
    /* // transform: scale(1); */
  }
  100% {
    opacity: 0;
    /* // transform: scale(0); */
  }
}
.total-row {
  background-color: #FFD966;
  font-weight: bold;
}
