@media (max-width:992px){
  *::-webkit-scrollbar{
      display:none;
      
  }
}
.side #menuToggle {
position: relative !important;
}
.fixed-header {
position: fixed;
top: 0;
left: 0;
width: 100%; 
}


.specialite_selected{
  color: white !important;
  background: #1CA7EC;
  margin: 0;
}

      .ui-menu{
        box-shadow: 0 0 2px 2px rgb(237, 244, 247);
        padding: 1Opx;
        max-height: 40vh !important;
        overflow-y: scroll;
        max-width: 80vw !important;
        border-radius: 10px;
      

      }
      .ui-menu .ui-menu-item:first-of-type{
        margin-top: 4vh !important;

      }
      .ui-menu .ui-menu-item {
        
      font-size: 18px !important;
      z-index: 2000 !important;
        }
      .search-sec{
        box-shadow: none;
        padding: 2rem;

      }
      .crn_horaire{
          text-align: center;
          cursor: pointer;
          /* background: whitesmoke; */
        background-color: #CEE5D0;
          border-radius: 16px !important;
          font-size: 16px;
      }
      
      .crn_horaire:hover{

        background-color: #FF8357;
        color: white
;

      }
       /* .calendar span{
          display: block;
          padding: 0;
          margin: 0;

      } */

     
      .bt{
          font-size: 14px;
      }
      .bt:hover{
          cursor: pointer;

      }
      div.date-picker::-webkit-scrollbar {
          display: none;
          }
      .calendar::-webkit-scrollbar {
          display: none;
          }
              .modals {
              display: none; /* Hidden by default */
              position: fixed; /* Stay in place */
              z-index: 1; /* Sit on top */
              left: 0;
              top: 0;
              width: 100%; /* Full width */
              height: 100%; /* Full height */
              overflow: auto; /* Enable scroll if needed */
              background-color: rgb(0,0,0); /* Fallback color */
              background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
              font-size: 1.5rem;
              }
              .modals select {
                  background: none;
              }            


/* The Close Button */
          .close {
          color: #aaa;
          float: right;
          font-size: 28px;
          font-weight: bold;
          }

          .close:hover,
          .close:focus {
          color: black;
          text-decoration: none;
          cursor: pointer;
          }    


@media (max-width:1092px){
.crn_horaire{
  font-size: 13px !important;
}

}

@media (max-width:335px){
.crn_horaire{
  font-size: 12px !important;
}

}


/* @media (min-width:992px){
.crn_horaire{
  font-size: 13px !important;
}

} */

@media only screen and (min-width: 600px) {

/* Modal Content/Box */
.modals-content {
background-color: #fefefe;
margin: auto ; 
margin-top: 10% !important;
padding: 20px;
border: 1px solid #888;
width: fit-content; /* Could be more or less, depending on screen size */
height: auto;
}

}
@media only screen and (max-width: 600px) {
/* Modal Content/Box */
.modals-content {
background-color: #fefefe;
margin: auto ; 
margin-top: 40% !important;
padding: 20px;
border: 1px solid #888;
width: auto !important; /* Could be more or less, depending on screen size */
height: auto;
}
}


.date-picker {
margin: 200px auto;
}

.date-picker {
width: 100%;
height: auto;
max-height: 50px;
background: white;
position: relative;
overflow: hidden;
transition: all 0.3s 0s ease-in-out;
}
.date-picker .input { 

      /* Pure CSS */
width: 100%;
height: 50px;
font-size: 0;
cursor: pointer;
}
.date-picker .input .result, .date-picker .input button {
display: inline-block;
vertical-align: top;
}
.date-picker .input .result {
width: calc(100% - 50px);
height: 50px;
line-height: 50px;
font-size: 16px;
padding: 0 10px;
color: grey;
box-sizing: border-box;
}
.date-picker .input button {
width: 50px;
height: 50px;
background-color: #0188DF;
color: white;
line-height: 50px;
border: 0;
font-size: 18px;
padding: 0;
}
.date-picker .input button:hover {
background-color: #0188DF;
}
.date-picker .input button:focus {
outline: 0;
}
.date-picker .calendar {
position: relative;
width: 100%;
background: #fff;
border-radius: 0px;
overflow: hidden;
}
.date-picker .ui-datepicker-inline {
position: relative;
width: 100%;
}
.date-picker .ui-datepicker-header {
height: 100%;
line-height: 50px;
background: #0188DF;
color: #fff;
font-size: 18px;
margin-bottom: 10px;
}
.date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
width: 20px;
height: 20px;
text-indent: 9999px;
border: 2px solid #fff;
border-radius: 100%;
cursor: pointer;
overflow: hidden;
margin-top: 12px;
}
.date-picker .ui-datepicker-prev {
float: left;
margin-left: 12px;
}
.date-picker .ui-datepicker-prev:after {
transform: rotate(45deg);
margin: -43px 0px 0px 8px;
}
.date-picker .ui-datepicker-next {
float: right;
margin-right: 12px;
}
.date-picker .ui-datepicker-next:after {
transform: rotate(-135deg);
margin: -43px 0px 0px 6px;
}
.date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
content: "";
position: absolute;
display: block;
width: 4px;
height: 4px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
border-color: #0188DF;
}
.date-picker .ui-datepicker-title {
text-align: center;
}
.date-picker .ui-datepicker-calendar {
width: 100%;
text-align: center;
}
.date-picker .ui-datepicker-calendar thead tr th span {
display: block;
width: 100%;
color: black;
margin-bottom: 5px;
font-size: 13px;
}
.date-picker .ui-state-default {
display: block;
text-decoration: none;
color: black;
line-height: 40px;
font-size: 12px;
}
.date-picker .ui-state-default:hover {
background: #0188DF;
border-radius: 7px;
color: white;

}
.date-picker .ui-state-highlight {
color: #0188DF;
}
.date-picker .ui-state-active {
color: white;
background-color: #0188DF;
font-weight: 600;
border-radius: 7px;
}
.date-picker .ui-datepicker-unselectable .ui-state-default {
color: #eee;
border: 2px solid transparent;
}
.date-picker.open {
max-height: 400px;
}
.date-picker.open .input button {
background: #0188DF;
}

   .crn_horaire{
          cursor: pointer;
      }     
.calendars span{
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;

}

.bt{
  font-size: 14px;
}
.bt:hover{
  cursor: pointer;

}
.calendars::-webkit-scrollbar {
  display: none;
  }

  .open{
      overflow-y:scroll;
  }  

  :root{
  --blue:#1CA7EC;
  --blue2:#4ADEDE;
  --orange:#FF8357;
  --black:#354046;
}

.big_header{
  height: 18rem !important;
  background-color: var(--blue);
  position: sticky;
}

.third{
  position: absolute;
  top: 20rem;
  height: 5rem !important;
  padding: 0 !important;
  z-index: 1;
}

#filtre{
  height: 5rem;
  scroll-behavior: smooth;
}


#filtre::-webkit-scrollbar{
  display: none !important;
}
.specialite{
  padding-top: 1.45rem !important;
  padding-bottom: 2rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}