@font-face {
    font-family: 'AvenirLight';
    src: url('ressources/AvenirLTStd-Light.ttf');
}
@font-face {
    font-family: 'AvenirBlack';
    src: url('ressources/AvenirLTStd-Black.ttf');
}

@font-face {
    font-family: 'AvenirBook';
    src: url('ressources/AvenirLTStd-Book.ttf');
}

@font-face {
    font-family: 'AvenirRoman';
    src: url('ressources/AvenirLTStd-Roman.ttf');
}

body {
    font-family: 'AvenirLight', sans-serif;
}

.input-field {
    font-size: 1.4em;
    color: #777;
}

.form-control {
    padding: 5px 16px;
}

.souvenir-de-moi {
    background-color: #666 !important;
    opacity: 1 !important;
}

.titre {
    margin-bottom: 20px;
    font-size: 3.5em;
    font-weight: bold;
    color: #fff;
}

.titre-txt {
    font-weight: lighter;
    font-size: 0.4em;
}

@media screen and (max-width: 640px) {
    .titre-txt {
        font-size: 0.3em;
    }
}

.etablissement-bloc {
    margin: 60px 0 20px;
}
.etablissement {
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
}

.champ-connexion {
    margin-bottom: 10px;
}

.identification {
    color: #fff;
    font-size: 1.8em;
    font-weight: 100 !important;
}

.fond {
    position:fixed;
    background: url('../img/fond.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    z-index:0;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
    overflow:visible;
}

#boite-form {
    padding: 5px 20px 1px;
    margin-top: 30px;
    background-color: #fff3;
    border-radius: 2px;
    box-shadow: 0px 0px 6px #868686;
}
.btn-carmillon {
    color: white;
    background-color: #ac0c1f;
}
.btn-carmillon:hover {
    background-color: #6f0915;
}

.bouton-oubli-mdp {
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    float: right;
}
.bouton-oubli-mdp:hover, .bouton-oubli-mdp:focus {
    color: #aaa;
    text-decoration: none;
}
#signature-img a {
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0.8em;
    text-decoration: none;
}
