.lire .min-txt p {
    color:#fff;
}

#footer footer .wrap .fl-link .mn-f p {
    text-align: center;
}

#footer footer .wrap .fl-link .mn-f p, #footer footer .wrap .fl-link .mn-f p a {
    color: #fff;
    font-size: 14px;
}

#footer footer .wrap .fl-link .mn-f p a:hover {
    color: #bababa;
}

#pagerealisation .menuDiapo ul li.current a, #pagerealisation .menuDiapo ul li a:hover {
    background: #fff;
    color: #000;
}

#access_map {
    width: 100%;
    height: 500px;
}

.form-control {
    width: 100%;
}

input[type="email"], input[type="tel"] {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #E2E6E7;
    border-radius: 2px;
    font-family: "Arimo-Italic", Arial, Helvetica, sans-serif;
}

.hidden {
    display: none;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}