html, body, .grey, .navbar { background-color: #3C3C3C; color: #fff; font-size: 16px;}
html, body { height: 100%}
.navbar-brand { padding-right: 50px; display: inline-block;}
.navbar-brand>img.logo_menu, .logo_menu { display: inline-block;}
.jumbotron { background-color: #fff; color:#333333}
.navbar a.active , .navbar a:hover, a.navbar-brand:hover{ color: #ED7006;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {     background-color: transparent;     color: #ED7006; }
img { max-width: 100%;}
footer a { color:#fff;}
footer a:hover, footer a.active { color:#ED7006;}

.container a.name { color: #fff}
.container a.name:hover { color: #ED7006}

input[type=text], input[type=tel], textarea { width: 100%}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.jumbotron .h1, .jumbotron h1, h1 {
    font-size: 36px;
	color:#333333;
}
.jumbotron .h2, .jumbotron h2, h2 {
    font-size: 23px;
}
.jumbotron { padding-bottom: 0px; margin-bottom: 0px; margin-top: 50px;}

.body { margin-top: 30px;}
.body a  { color:#fff }

.ariane { padding-top: 30px; padding-bottom:30px; background-color: #fff}

textarea { color : #000}

.ariane { margin-left: 0px;margin-right: 0px;}

.item > img { text-align: center }

@media (max-width:769px) {
    .navbar-brand {   padding-right: 25px;     display: block; float:none;    }
    .row, .ariane { margin: 0px;}
}