
@media only screen and (max-width : 490px) {
    /* Styles pour cette Media Queries */


    .half{
        width: 50% !important;
    }
    .third{
        width: 33% !important;
    }
    .checkbox{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;

    }

    .breadCrumb{
        display: none !important;
    }
}

.agency-select-container {
    display: flex;
    justify-content: flex-end;
    height: 80px!important;
}

.agency-select-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}