html {
    font-size: 16px;
}

body {
    font-size: 1rem;
    color: #333;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0.2rem;
}

h2 {
    font-size: 1.5rem;
}

h2 span {
    font-size: 1.25rem;
}

a {
    color: #014282;
}

a:hover,
a:focus {
    color: #333;
}

p {
    margin-bottom: 0.5rem;
}

header {
    background-color: #e9ecef;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .21);
}

footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e9ecef;
    box-shadow: -2px -3px 5px rgba(0, 0, 0, .21);
    padding: 1rem 0;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-brand img {
    width: 150px;
}

section {
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.jumbotron {
    background-color: #e9ecef;
    box-shadow: 0 0 10px rgba(0, 0, 0, .31);
    text-align: center;
    padding: 1rem 1rem;
}

.jumbotron-text {
    margin-bottom: 1rem;
}

.form h2 {
    margin-bottom: 1rem;
}

#fileUploadButtonContainer {
    width: 100%;
    min-height: 200px;
    position: relative;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px dashed #333;
    margin: 1rem auto 1rem;
}

#fileUploadButtonContainer.has-image {
    border: 4px dashed #43a058;
}

#fileUploadButtonContainerInner {
    font-weight: bold;
    margin: auto;
    text-align: center;
}

#fileUploadButtonContainerInner span {
    display: block;
}

#fileUploadButtonContainerInner .icon {
    font-size: 4rem;
    line-height: 1;
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}

#fileUploadButtonContainer.has-image span {
    display: none;
}

#fileUploadField {
    position: absolute;
    top: -1000px;
}

#formFileUploadButton.btn-upload-ready {
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.btn {
    font-size: 1.2rem;
    padding: 0.6rem 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: all 0.2s;
}

.btn-primary {
    background-color: #014282;
    border-color: #014282;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.btn-success.disabled,
.btn-success:disabled {
    opacity: 0.2;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.list-analyse {
    margin-top: 1rem;
    text-align: left;
}

.list-analyse .list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-analyse .list-group-item {
    border-right: 0;
    border-left: 0;
}

.list-analyse .list-group-item span {
    font-weight: bold;
}

/* Responsive */

@media (min-width: 576px) {
    .jumbotron {
        padding: 1rem 1rem;
    }
}

@media (max-width: 1024px) {
    html {

    }
}
