.btn, .form-control {
    border-radius: 0;
}

.block-contact h3 {
    font-style: normal;
}

header ul.list-inline li {
    padding:20px 0;
}
header ul a, header ul span {
    display: block;
    height: 20px;
    padding: 10px 20px;
    color: #828282;
    box-sizing: content-box;
    border-left:1px solid #000;
}
header ul .ext a {
    border:none; background:#E2000B;color:#FFF;
}
header ul li:first-child a, header ul li:first-child span {
    border:none;
}
header ul li > span {font-weight:bold; color:#000;}

header h1 a {width:205px;}

h2 {color:#FFF;}

.imgfoot {height: 40px;
    line-height: 36px;
    padding-right: 15px;
    text-align: right;
    background: #FFF url("../img/logo.png") 15px center no-repeat;
    background-size: auto 30px;
}

@media (max-width: 420px) {
    .fiche-moto .fiche-header h2 {font-size:26px;}
    .fiche-moto .fiche-header h3 {font-size:18px;}
    .fiche-moto .fiche-header .price {font-size:26px;}
    .imgfoot {font-size: 12px;line-height: 39px;}
}
@media (max-width: 991px) {
    header h1 a {
        background-image: url("../img/logo.png");
        background-size: auto 37px;
    }
}