ul {
    padding: 0px;
    color: #555555;
}

.menu-li {
    list-style: none;
    background-color: #fafafa;
    border: solid 1px #dddddd;
    border-radius: 1em;
    text-align: left;
    margin: 0.3em 0.2em 0 .2em;
    opacity: 1;
}

.menu-option {
    opacity:0.5;
}

.liste-search{
    margin: 0.3em 0.2em 0 .2em;
}

.liste-soc {
    margin: 0.3em 0.2em 0.5em .2em;
}

.sp-icon {
    font-size: 1.5em;
    color: #999999;
}

.sp-button {
    border-radius: 1em;
    background-color: #fafafa;
}

.sp-button-off{
    border-color: #999999;
    width: 80%!important;
    background-color: #fafafa;
}

.sp-input {
    border-radius: 0 16px 16px 0;
}

.sp-filter-bloc{
    display:none;
    width: 95%;
}

.sp-filter-titres {
    position: relative;
    z-index: 1;
    border: 1px solid #ccc8c8;
    background-color: #F8F8F8;
    border-top: 0;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0 0 2em 2em;
    color: #000000;
    font-size: 80%;
    max-height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sp-minus {
    position: relative;
    display: block;
    top: -.3em;
    background-color: #f8f8f8;
    font-size: x-small;
    opacity: 0.5;
    border-radius: 0 0 2em 2em;
    z-index: 0;
    padding: .1rem 1rem;
    border: 1px solid #ccc8c8;
}

.menu-header {
    list-style: none;
    background-color: #eeeeee;
    border-bottom: solid 1px #999999;
    text-align: left;
    font-weight: bold;
    margin: 0;
}

.action-bg {
    background-color: #eeeeee;
}

.sp-action {
    padding: 0.5em 0.75em 0.5em 0.75em;
}

.pointer {
    cursor: pointer;
}

.empty {
    height:60px;
    border: none;
    background: transparent;
}

.search, .sp-liste{
    position:fixed;
    transform: translateY(200%);
    z-index:200;
    overflow:hidden;
    max-width: 900px;
    height: 100%;
    margin: 0rem auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;    
    background-color: #f2f2f2;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.chip {
    display: inline-block;
    font-size: 1em;
    border-radius: 1em;
    background-color: #fafafa;
    border: solid 1px #343a40;
}

.chip-close {
    background-color: gainsboro;
    border-radius: 2em;
}

.f-type-1{
    background-color: rgb(219, 166, 166);
}
.f-type-2{
    background-color: rgb(151, 201, 119);
}
.f-type-4{
    background-color: rgb(146, 194, 226);
}
.f-type-6{
    background-color: rgb(171, 156, 196);
}

.response_ok{
    font-size: 100%;

}

#sp-search-answer-count{
    visibility:visible;
}

.sp-compteur, .sp-compteur-final{

}

.sp-compteur-label, .sp-compteur-label-1, .sp-selection{
    display: inline-block;
}

.sp-input{

}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
  
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
  
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
  
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

@media only screen and (min-width: 1025px) {
    .search {
        top: 50px;
        bottom: 50px;
        border-radius: 0.25rem;
        height: 90%!important;
    }
}

