/* Copie des quelques styles utilisés anciennement dans components.min.css */
body {
    font-size: 14px;
    color: #34495e;
}
body, h1, h2, h3, h4, h5, h6 {
    font-familly: "Open Sans",sans-serif;
}
label {
    font-weight: 400;
}
.alert {
    border-width: 1px;
}
.display-hide, .display-none {
    display: none;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #3598dc;
    border-color: #3598dc;
}
.btn.blue:not(.btn-outline):hover, .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline):focus {
    color: #FFF;
    background-color: #217ebd;
    border-color: #217ebd;
}
.btn:hover {
    transition: all .3s;
}
.uppercase {
    text-transform: uppercase !important;
}
