/* Couleur */
.titre_bleu {color:#0176bb;}
.tbold {font-weight:bold;}
.margeright{margin-right:20px;}
.titre_bleu_roi {color:#081A8F;}


.btn-bleu-roi {
    background-color: #081A8F;
    color: #ffffff;
}
.btn-bleu-roi:hover,
.btn-bleu-roi.disabled:hover,
.btn-bleu-roi:focus,
.btn-bleu-roi.disabled:focus,
.btn-bleu-roi.focus,
.btn-bleu-roi.disabled.focus
{
    background-color: #081A8F;
    color: #ffffff;
    opacity: 0.8;
}
/*.has-error .form-control { border-color: #081A8F;}*/


.flag-new {
    margin-bottom: 0;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    padding: 10px 25px;
    font-weight: 500;
    color: #fff;
    background-color: #82E5C2;
    border-radius: 6px;
    text-transform: none;
    margin-bottom: 30px;
}