h1.txt {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 24px 0px 16px;
    margin-bottom: 1rem;
}

.mon-dossier {
    color: #27284A;
    font-size: 2.3rem;
    font-weight: 700;
}

.rectangle-orange {
    margin: 0;
    width: 3rem;
    padding-top: .5rem;
    border-bottom: 5px solid #E58271;
}

.small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 60%;
}

.btn-blue {
    background-color: #095797;
    box-shadow: 0.1rem 0.1rem 7px #c4c8ce;
    color: #fff !important;
    font-weight: 600;
    border: 2px solid #095797;
    padding: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.info-haut {
    background: #DAE6F0;
    margin-top: 50px;
}

.bienvenue {
    width:auto;    
    padding: 20px;
    margin:20px;
}

.titre-bienvenue {
    color: #27284A;
}

.encadre-avertissement {
    background: #FFFFFF;
    padding: 20px;
    margin:20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}