/* Saisissez votre CSS personnalisé ci-dessous */
.slider {
    border: none!important;
    box-shadow: none!important;
}
.left-arrow-2, .right-arrow-2{
    font-size: 36px;
		display:block;
}
/*Fix scroll spécialiste*/
@media screen and (max-width: 1420px)
{
.w-slider {
    height: auto;
}
.specialiste {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    box-shadow: none;
}
.img-spe {
    height: auto;

}
.desc-spe {
    height: auto;
    min-height: 83px;
    padding: 19px;
}

}
@media screen and (max-width: 1024px)
{
.specialiste {
    width: 25%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
}

}
@media screen and (max-width: 960px)
{
.specialiste {
    width: 33.33%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
}

}
@media screen and (max-width: 650px)
{
.specialiste {
    width: 50%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
}

}
