@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Source+Sans+Pro:700');
/* Général */

html, body {
    width: 100%;
    height: 100%;
}
body{
    margin: 0;
    display: table
}
#content {
    float: initial;
}
body>section {
    display: table-cell; 
    text-align: center; /* horizontal */
    vertical-align: middle; /* vertical */
}
img.img-responsive {
    display: initial;
}
h1 {
	display: none;
}
h2 {
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 50px;
}
p {
	max-width: 385px;
    color: #585858;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin: auto;
    text-transform: none;
}
p.slogan {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
button {
	max-width: 150px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    background-color: #f28a1e;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 10.77px;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 25px;
    cursor: pointer;
}
div.contact {
	color: #3f4347;
	font-family: "Roboto Condensed";
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 400;
}
.orange {
	color: #f28a1e;
	font-weight: 700;
}
.phone {
	font-weight: 700;
}