
html, body{height: 100%;}
@media (max-width: 550px) {
    .input-group-addon {
        font-size:20px !important;
    }

    .form-control {
        font-size:20px !important;
    }

    .fleche {
        height:20px !important;
    }
}

@media (max-width: 320px) {
    .input-group-addon {
        font-size:15px !important;
    }

    .form-control {
        font-size:15px !important;
    }

    .fleche {
        height:15px !important;
    }
}


html {
    background: url('../images/preview.jpg') no-repeat center top !important;
    background-size: cover !important;
    font-family: 'Marmelad', Arial, serif !important;
    margin: auto;
    width:100%;
}
body{
    background: none;
}
body, div, h1, label, button, table, td, form, input, span {
    transition-duration: 1s;
}

h1, label, button, table, td {
    color: black;
    font-family: 'Marmelad', Arial, serif !important;
    font-size: 15px;
}
* {
    font-family: 'Marmelad', Arial, serif !important;
}
h1 {
    font-size:40px;
    margin: 50px 0;
    text-shadow: 2px 2px 2px white;
}

p {
    color: black;
    font-size:15px;
    text-shadow: 2px 1px 1px white;
}

label {
    color: black;
    font-size:15px;
    text-shadow: 2px 1px 1px white;
}

table {
    width:100%;
    background-color:#eee;
}
tr {
    background: #fff;
    border-bottom: 1px solid #DDD;
}
th {
    width:25%;
    font-weight: bold;
    font-family: Arial, serif !important;
}
th, td {
    padding:10px;
    font-size: 14px;
}

hr {
    border:none;
}

.btn {
    font-size: 15px;
}

.well {
    background:0;
    border:0;
    box-shadow: none;
}

.input-group-addon {
    color: black;
    font-size:30px;
    background:0;
    border:0;
    border-bottom:1px solid black;
    padding: 6px 0 6px 10px;
}

#apa.form-control {
    color: black;
    height: auto;
    font-size:30px;
    background:0 !important;
    border:0;
    border-bottom:1px solid black;
}
.form-control:focus {
    border-bottom:1px solid black;
}

.input-group, .input-group-addon, .form-control {
    transition: font-size 1s ease;
}

.fleche {
    height:30px;
    transition: height 1s ease;
}