﻿

.btn-Search, .btn-Search:focus {
    width: auto;
    height: auto;
    margin: 5px;
    /* float: left; */
    color: white;
    text-transform: uppercase;
    background: #123c7d;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.btn-Search:hover {
    background: transparent;
    border: 2px solid #123c7d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #000000;
}
.label_recherche {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #CC081E;
    border: none;
    margin: 0px;
    background: none;
    padding: 0px;
}
