.ui-state-disabled > .ui-state-default{
    border: 1px solid #4e4e4e;
    background: #4e4e4e;
    color: #ffffff;
}

.lightpick__month-title { 
    display: flex;
}

.personnes::after{
    content: "";
}
.personnes> input{
    padding-right: 15px;
}


.main-acitivity{
    width: 28% ;
    float: left;
    
} 

@media (max-width: 767.98px) {
    .main-acitivity{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }
}

.select1_inner .select2 {
    height: 62px;
}

.lightpick__toolbar{
    display: none;
}