.item:hover {opacity: 0.7;}
/* toggle du filtre */
.toggle.ios, .toggle-on.ios, .toggle-off.ios { 
    border-radius: 20rem; 
    height: 20px ;
    background-color: transparent !important;
    border: 1px solid grey;
    box-shadow: none ;
}

.toggle.ios:hover, .toggle-on.ios:hover, .toggle-off.ios:hover, .toggle-handle:hover { 
    box-shadow: 0 0 2px #4285F4 !important;
}

.toggle-handle{
    background-color: white !important;
}

.toggle.ios .toggle-handle { 
    border-radius: 20rem; 
    height: 20px ;
}

.ios{
    min-height: 20px !important;
}

.toggle-on {
    background-color: #4285F4 !important;
}

.toggle-off {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.picto {
    height: 32px;
}