.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
  }
  
  @keyframes skeleton-loading {
    0% {
      background-color: hsl(200, 20%, 70%);
    }
    100% {
      background-color: hsl(200, 20%, 95%);
    }
  }
  
  .skeleton-header {
    width: 100%;
    height: 54px;
  }

  .skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  .skeleton-title {
    width: 100%;
    height: 0.7rem;
    border-radius: 0.25rem;
  }

  .skeleton-resume {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 1.25rem;
    border-radius: 0.25rem;
  }
  
  .skeleton-text__body {
    width: 75%;
  }
  
  .skeleton-footer {
    width: 30%;
  }
  
  .btn.btn-primary.single_add_to_cart_button.skeleton-button.skeleton::before{
    background: none;
  }

  .picto-telechargement{
    font-size: 20px;
  }
  .single_add_to_cart_button:disabled, button:disabled{
    filter: grayscale(1) !important;
    opacity: 0.7 !important;
  }

  .card-header.text-start{
    animation-name: MOVE-BG3;
    animation-duration: 25s;
    animation-timing-function:cubic-bezier(0.6, 0.04, 0.98, 0.335);
    animation-iteration-count: infinite;    
  }
  @keyframes MOVE-BG {
    from {
      background-position: 0px;
    }
    to { 
      background-position: 100%;
    }
 }

#customer_details{
  display: none;
}
.woocommerce-page table.shop_table{
  width:100%!important;
}

.modal-dialog.fade{
  height: auto;
  transition: height 0.5s ease-out!important;
}

.single_add_to_cart_button:disabled{
  cursor: not-allowed!important;
}

.btn.btn-primary.btn_ajax_liste_attente {
  background: #B4175C !important;
    background-color: rgb(180, 23, 92);
  min-height: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}
.btn.btn-primary.btn_ajax_liste_attente:hover {
  background-color: #404041 !important;
  border-color: #404041 !important;
  text-decoration: none !important;
}

.toast button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-family: inherit;
}

.toast{
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 9999;
}
.toast .toast-header small{
  padding-right: 8px;
}

.toast .toast-header i{
  margin-right: 8px;
  color: #b4185d !important;
  font-size: 21px;
}

.toast .toast-header strong{
  margin-right: auto !important;
  color: #b4185d !important;
}

/* .toast .toast-body{
  background-color: rgba(255,255,255,0.9)!important;
} */

#liste_sessions .card-header{
  text-transform: uppercase;
}


.btn.btn-primary.btn-visio{
  background: #B4175C !important;
  min-height: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  border: 3px solid #B4175C;
    border-top-color: rgb(180, 23, 92);
    border-right-color: rgb(180, 23, 92);
    border-bottom-color: rgb(180, 23, 92);
    border-left-color: rgb(180, 23, 92);
  border-radius: 25px;
  margin-bottom: 10px;
  min-width: 49px!important;
  max-width: 49px;
  min-height: 49px!important;
  max-height: 49px;
  padding: 0px;

  float:left;
}
.btn.btn-primary.btn-visio:hover, .btn.btn-primary.btn-support:hover{
  background-color: #404041 !important;
  border-color: #404041 !important;
  text-decoration: none !important;
}
.btn.btn-primary.btn-visio.disabled{
  filter: grayscale(1) !important;
  opacity: 0.7 !important;
}
.btn.btn-primary.btn-visio img{
  height: 31px;
  width: 31px;
  margin-top: 7px;
}
.visioconference_description{
  padding-left: 8px;
  display: flex;
  line-height: 18px;
  padding-top: 8px;
}

.btn.btn-primary.btn-support{
  background: #B4175C !important;
  min-height: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
  border: 3px solid #B4175C;
    border-top-color: rgb(180, 23, 92);
    border-right-color: rgb(180, 23, 92);
    border-bottom-color: rgb(180, 23, 92);
    border-left-color: rgb(180, 23, 92);
  border-radius: 25px;
  margin-bottom: 10px;
  min-width: 49px!important;
  min-height: 49px!important;
  max-height: 49px;
  padding: 0px 7px 0px 7px;
}

.wc-logs-entries .line::before {
  width: 5em!important;
}
.wc-logs-entries{
  line-height:1.6em!important;
}
::placeholder{
  font-style: italic;
  opacity: 0.5;
}

.add_to_cart_button.disabled{
  cursor: not-allowed !important;
  filter: grayscale(1) !important;
  opacity: 0.7 !important;
}

.quantity input[type=number]{
  display: none;
}

.validate_order{
  min-width: 130px;
  border: 3px solid #B4175C;
  border-radius: 25px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.validate_order::before{
  content: '';
  width: 0px!important;
  height: 0px!important;
}

#order_data .order_data_column .form-field-wide input.hour,
#order_data .order_data_column .form-field-wide input.minute{
  min-width: 60px!important;
}
