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

@font-face {
    font-family: 'font-template';
    src: url('../fonts/font-template.eot');
    src: url('../fonts/font-template.eot') format('embedded-opentype'),
        url('../fonts/font-template.ttf') format('truetype'),
        url('../fonts/font-template.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 25px 0 15px 0;
}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 5px 5px;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand .icon-marianne-profil:before {
    font-size: 70px;
    line-height: 55px;
}

.icon-marianne-profil:before {
    content: "\e919";
}

.navbar-brand .icon-marianne-profil {
    float: left;
}

.navbar-brand p {
    font-weight: bold;
    line-height: 17px;
    color: #bfa980;
    margin: 0;
    padding: 0;
}

.navbar-name .accroche {
    color: #777;
    position: static;
    font-size: 0.9em;
    line-height: 1em;
    margin-top: 3px;
    text-align: left;
    display: block;
}

.navbar-brand .accroche {
    /* display: none; */
    width: 100%;
    font-size: 0.7em;
    line-height: 1em;
}

[class^="icon-"] {
    position: relative;
    display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'font-template' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before {
    display: inline-block;
    color: #2a2a2a;
    font-size: 35px;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
}

.required-field {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
    margin-right: 10px;
}

.required-field:before {
    content: "*";
    position: absolute;
    font-size: 13px;
    right: -10px;
    top: -.4em;
    color: #a94442;
}

label {
    position: relative;
}

#form_paiement .has-feedback>label:after,
#form_acte .has-feedback>label:after,
.form_contact_v3 .has-feedback>label:after {
    content: "*";
    color: #a94442;
    margin-left: 5px;
}

.form-group.has-feedback.none label:after {
    content: "";
    display: none;
}

.link:hover {
 text-decoration: none;
}