.lqd-snickersbar {
    display: none !important;
}

.lqd-module-search-info {
  visibility: hidden;
  position: relative;
}

.lqd-module-search-info::after {
  content: "Saisissez votre recherche puis appuyez sur Entrée";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce-store-notice.demo_store {
    background-color: #201304 !important;
}

.am-ecs__side-empty {
  visibility: hidden;
  position: relative;
}

.am-ecs__side-empty::after {
  content: "Aucun cours ne propose de liste d’attente pour le moment.";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}

/*Formulaire de résa*/

form.wpcf7-form select{
  appearance:none;-webkit-appearance:none;-moz-appearance:none;
  box-sizing:border-box;width:100%;height:43px;
  padding:0 24px 0 14px;
  font-family:"Work Sans",sans-serif;font-size:16px;line-height:1.6;
  color:rgba(0,0,0,.7);background-color:#fff;
  border:1px solid rgba(0,0,0,.25);border-radius:3px;
  background-image:linear-gradient(45deg,transparent 50%,rgba(0,0,0,.25) 50%),linear-gradient(135deg,rgba(0,0,0,.25) 50%,transparent 50%);
  background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;
  background-size:5px 5px,5px 5px;background-repeat:no-repeat;
  cursor:pointer;
}
form.wpcf7-form select:focus{outline:none;box-shadow:none;border-color:rgba(0,0,0,.25);}