/* Classes générales */

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.1rem;
	font-weight: 500;
}

h3 {
	font-size: 1.9rem;
	font-weight: 500;
}

h4 {
	font-size: 1.4rem;
	letter-spacing: 0.5rem;
}

h4, h5, h6 {
	font-weight: 300;
}

/** Modification de la largeur maximale du container */
@media (min-width: 1200px) {
    .container{
        max-width: 960px;
    }
}

.flexVAlign {
	display: flex;
    align-items: center;
}

.grandeMarge {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.gutters-small {
  margin-right: 5px;
  margin-left: 5px;
}

.gutters-small > .col, .gutters-small > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* Entête */
header.entete {
	position: relative;
	background-color: #343a40;
	background: url("img/fond-entete.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 1rem;
	padding-bottom: 4rem;
}

header.entete .overlay {
	position: absolute;
	background-color: #212529;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
}

header.entete h1 span {
	 color: #fabe28;
}

/* Formulaire */
.formulaire {
	background-color: #777676;
}

.formulaire-droite {
	text-align: center;
	border-top: #fabe28 15px solid;
	padding: 2rem 1rem;
	background-color: #fff;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
}

.formulaire-droite p {
	color: #fabe28;
	font-size: 1.4rem;
}

.formulaire-droite table {
	border-collapse: collapse;
	margin-right: 1rem;
	margin-left: 1rem;
}

.formulaire-droite input, .formulaire-droite textarea {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding: 1px 0px 1px 10px;
	border: silver 1px solid;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.formulaire-droite textarea {
	resize: none;
}

.formulaire-droite button {
	background-color: #fabe28;
	color: white;
	font-weight: bold;
	border: 2px solid #fabe28;
	width:100%;
	margin-top: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size:20px;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.formulaire-droite button:hover {
	background-color: white;
	color: #fabe28;
}

/* Introduction comportant le premier paragraphe de texte */
.introduction {
	background-color: white;
}

/** Texte de présentation à gauche du formulaire */
.presentation {
	text-align: left;
	padding-right: 3rem;
}

.presentation h2 {
	color: #fabe28;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	line-height: 2.1rem;
	margin-bottom:1.5rem;
}

.presentation h2::before {
	content: url("img/bulle.png");
	margin-right: 1rem;
}

.presentation p {
	margin-bottom:1.5rem;
}

/** Section présentant les chiffres de la société */
.chiffres-titre {
	line-height: 73px;
}

.chiffres-titre h2 {
	display: inline-block;
}

.chiffres {
	background: url("img/fond-chiffres.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.chiffres strong {
	font-weight: 500;
	font-size: 4rem;
	color: #fabe28;
}

.chiffres p {
	font-size: 1.5rem;
}
