/* color : 
red old : #e10020 
red new :  --> #f54748 (css) <-- #ff4545 (picto O) - #e94b4d (logo)


*/


body, .form-control {
    font-family: 'Montserrat', "Trebuchet MS", Arial, sans-serif;
}
.container {
	background-color: #FFF;
	padding: 0px;
}
#content {
	background-color: #fff;
	padding: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.headfoot-color {
	background-color: #fff;
	box-sizing: content-box;
	padding-top: 10px;
}

h1 {
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
#navbar2 ul {
	margin: 0px;
	position: relative;
	top: 9px;
}
#navbar2 li {
	margin-right: 20px;
}
#navbar2 li a {
	box-sizing: content-box;
	background-color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display: block;
}
#navbar2 li a.active {
	background-color: #FFF;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#navbar2 li a:hover {
	text-decoration: none;
	background-color: #f8f8f8;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}


label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}


small.help-block , .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
    font-size: inherit;
    font-family: inherit;
}

.btn-mucho {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	height: 40px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF !important;
	display: inline-block;
	margin-top: 8px;
	background-position: 10px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #95c11e;
	/*background-image: url(/images/white-arrow-12.png);
	background-repeat: no-repeat;*/
}
.btn-mucho:hover {
	text-decoration: none;
	text-shadow: 0px 1px 1px #3f3f3f;
	position: relative;
	top: -1px;
	box-shadow: 0px 1px 1px #666;
}
.text-small {
	font-size: 12px;	
}
.mucho-card {
	border-color: #f54748;
}
.mucho-card .card-header {
	border-color: #f54748;
	background-color: #f54748;
	color: #FFF;
}
.mucho-card .card-header h4 {
	margin: 0px;
	padding: 0px;	
}
.mucho-card .card-footer {
	border-color: #fef2f3;
	background-color: #fef2f3;
	color: #FFF;
}
.mucho-card .card-footer:hover {
	background-color: #fbd9de;
}
a.close {
	color: #666;
}
.number {
	font-family: "Courier New", Courier, monospace;	
}








