
.sous{
    display: none;
    box-shadow: 0px 1px 20px #CCC;
    position: absolute;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: grey;
}
.deroulant > a::after{
    content:" ▼";
    font-size: 12px;
}


.onoffswitch {
    position: relative; width: 220px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Dates dépassées enlever";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
    text-align: left;
}
.onoffswitch-inner:after {
    content: "Dates dépassées afficher";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 176px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


#datepasser { 
  background-color: green;
} 

#scroll_to_top { 
  position: fixed; 
  width: 25px; 
  height: 25px; 
  bottom: 50px; 
  right: 5%; 
} 
#scroll_to_top img { 
  width: 25px; 
}


.pro :link{
    background-color: green;
    color: green;
   } 

.filterDiv {
  background-color: #2196F3;
  color: #ffffff;
  width: 90%;
  line-height: 50px;
  text-align: center;
  margin: 50px;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.show {
  display: block;
}

.container2 {
  margin-top: 50px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*Reste bloc*/
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  margin-top: 5px;
}

/*Reste bloc souris passé dessus*/
.btn:hover {
  background-color: #FF8C00;
}

/*premier bloc*/
.btn.active {
  background-color: #DE9816;
  color: white;
}

/*premier bloc souris passé dessus*/
.btn.active:hover {
  background-color: #FF8C00;
}

