html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

select,
textarea,
input {
    font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
    overflow-y: scroll;
}

a:link, a:visited, a:hover, a:active {
    color: #ffffff;
    text-decoration: none;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

.itemSelected {
    color: #F77A18 !important;
    font-weight: 600;
}

.itemNotSelected {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}
    .itemNotSelected:hover {
        text-decoration:underline;
    }

@media (max-width:550px) {
    .infos {
        display: none;
    }
}
