body, html {
    height: 100vh;
}

textarea {
    resize: none;
}

main > .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.navbar-flag-icon {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
}

.frontpage-square-btn {
    width: 38px;
    height: 38px;
    background-color: #3a8dde;
}

.frontpage-breadcrumb, .frontpage-breadcrumb-mobile {
    width: 100%;
}

.frontpage-breadcrumb-btn {
    width: 25%;
    overflow-x: hidden;
    color: #3a8dde;
    border-color: #3a8dde;
}

.btn-plateform, .frontpage-btn, .frontpage-breadcrumb-btn:not(:disabled):not(.disabled).active, .frontpage-breadcrumb-btn:hover, .frontpage-breadcrumb-btn:focus {
    color: #fff;
    background-color: #3a8dde;
    border-color: #3a8dde;
}

.frontpage-btn:hover, .frontpage-btn.active, .btn-plateform:hover {
    color: #fff;
    background-color: #1B5C9D;
}

.has-error {
    color: red;
}

.has-error textarea,.has-error input,.has-error select {
    border: 1px solid red;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #dee2e6;
}

.datepicker table tr td.new { display: none; }