﻿html, body{
	background: #eeeeee;
	font-family: Roboto, arial, sans-serif;
}

body{
padding: 0;
margin: 0;
}

a:hover{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

.padding-0{
	padding: 0;
}

.espace{
	height: 25px;
}

.r-max-width{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

/*En-tête*/

#bgd-header{
	background-color: #FFFFFF;
}

.logo{
	height: 80px;
	font-size: 24px;
	padding-top: 10px;
	color: #212121
}

.logo-img{
	max-height: 70%;
}

.img-right{
	text-align: right
}

#logo strong{
	font-size: 30px;
	font-weight: bold;
}

#slogan-md{
	text-align: center;
	font-size: 24px;
	display: inline;
	padding-top: 20px
}

#slogan-sm{
	text-align: center;
	margin-top: -10px;
	font-size: 24px;

	padding-bottom: 5px;
}

/*Bandeau*/

#bgd-bandeau{
	background-image: linear-gradient(to right,#002439,#70BD95);
}

#bienvenue{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 62px;
	line-height: 75px;
	text-align: center;
}

#description{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}


/*Boutons*/

#bouton1{	
	color: #002439;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	height: 60px;
}

#bouton2{
	color: #FFFFFF;
	background: transparent;
	border-radius: 5px;	
	border: 1px solid #FFFFFF;
	padding-top: 10px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	height: 60px;
}

/*Contenu*/

/*Références*/
#confiance{
	color: #212121;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
}

#reference{
	padding-left: 25px;
	padding-right: 25px;
}

.reference{
	box-shadow: 2px 2px 5px #212121;
	margin: auto;
	padding: 0;
	margin: auto;
	max-width: 390px;
	border-radius: 5px;
}

.ref-titre{
	height: 30px;
	font-size: 18px;
	padding-left: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index: 10;
	margin-top: -30px;
	text-align: left;
	background-color: #ff9600;
	width: 50%;
	min-width: 200px;
}

.ref-image{
	text-align: center;
	vertical-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	max-width: 390px;
	max-height: 250px;
}

#ref-image-1{
	background-image: url("../img/reference1.jpg");
	background-size: cover;
}

#ref-image-2{
	background-image: url("../img/reference2.jpg");
	background-size: cover;
}

#ref-image-3{
	background-image: url("../img/reference3.jpg");
	background-size: cover;
}

.ref-image img{
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	max-height: 250px;

}

.ref-chiffres{
	height: 120px;
	max-width: 390px;
	background-color: #FFFFFF;
	color: #212121;
	font-size: 22px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 18px;
}

.ref-chiffres strong{
	font-size: 24px;
	font-weight: bold;
}

.ref-espace-md{
	height: 20px;
}

/*Chiffres clés*/
.chiffres{
	background: #70BD95;
	color: #ffffff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #212121;
	height: 120px;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 0px;
	margin: auto;
	max-width: 280px;
	font-size: 18px;

}

.chiffres strong{
	font-size: 36px;
	font-weight: bold;
}

/*Vidéo démo*/
#demo {
	color: #212121;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
}

/*Pied de page*/

#bgd-footer{
	background-color: #FFFFFF;
	min-height: 100px;
	padding-bottom: 25px;
}

.contact{
	border-radius: 5px;
	border: 1px solid #000000;
	font-size: 18px;
	text-align: center;
	height: 60px;
	vertical-align: middle;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.contact img {
	vertical-align: middle;
}

.co-txt{
	padding-left: 5px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#contact-nom{
	font-size: 14px;
	font-weight: lighter;
	line-height: 14px;
	border-color: #FFFFFF;
}

#contact-nom strong{
	font-size: 18px;
	line-height: 18px;
}

#contact-tel{
	font-size: 18px;
	color: #70bd95;
	line-height: 18px;
	border-color: #FFFFFF;
}

#contact-mail{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
	border-color: #70bd95;
	background-color: #70bd95;
}

#contact-doc{
	font-size: 18px;
	color: #70bd95;
	line-height: 18px;
	border-color: #70bd95;
}

/*Mentions légales*/

.mention{
	height: 20px;
	text-align: center;
	margin: auto;
	font-size: 12px;
}

.mention a{
	color: #000000;
}


