.input-select,.btn.btn-primary.btn-search,.btn.btn-primary.btn-reset {
       display: none !important;
}

.workshop__name {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.3rem;
    color: hsl(300, 3%, 32%);
    font-size: x-large !important;
}

   REGISTRATION FORM STYLES                   */
/***************************************************************************/

/*change the styles of the button of the form*/
.btn-primary-action {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    background-color:#F0D58A;
    color:#000000;
}

/*change the styles of the button to save the form*/
.main-card button, input.btn {
    background-color: #F0D58A;
    color: #000000;
  }
  
  /*change the styles of the button when hovering it*/
  .main-card button:hover, input.btn:hover {
    background-color: #97B33A;
    color: #000000;
  }
  
  /*workshop lateral bars*/
  .workshop-content {
    border-left: 5px solid #B8E986 !important;
  }
  
  /*hide workshop available seats*/
  .workshop-seats {
    visibility: hidden;
  }
  
  /*workshop time on the form*/
  .workshop_times-row {
    font-size: larger;
    font-style: bold;
  }

.choose-one {
    visibility: hidden;
    position: relative;
}

.choose-one:after {
    content: "Veuillez sélectionner l'option ci-dessous";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 10%;
  	
    transform: translateX(-10%);
}

@media (max-width:768px){
  .choose-one {
    visibility: hidden;
    position: relative;
}

.choose-one:after {
    content: "Veuillez sélectionner l'option ci-dessous";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 10%;
    width: 300 px !important;  	
    transform: translateX(-10%);
}
}
.workshop__time--selected {
    color: #F0D58A;
    border: 2px solid #ffffff !important;
}
.workshop__time:hover {
    color: #F0D58A;
    border: 2px solid #ffffff !important;
}
.workshop__time--selected .check-circle {
    display: block;
    font-size: 12px;
    text-align: center;
    font-size: 16px !important;
    font-family: Lato;
    margin-top: 5px;
}

.workshop__time .circle-o {
    display: block;
    font-size: 18px !important;
    font-family: Lato;
    text-align: center;
    margin-top: 5px;
}

.workshop__date-label{
  font-size: 18px !important;
  font-family: Lato;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
.workshop__hour{
  font-size: 18px !important;
  font-family: Lato;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
