@charset "UTF-8";
/* Body */
body {
	font-family: lato;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
#devis{
	background:#FF8600;
	position: fixed;
	float: right;
	width: 170px;
	border-radius: 5px;
	border: 1px solid #BCB5B6;
	height: 80px;
	top: 380px;
	right: 0px;
	font-size: 15px;
	font: bold;
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 0px;
	text-decoration: none;
	
	
}


	
	

#devis:hover {
	background:#FFffff;
	color: #FF8600;
	transition-duration: 0.2s;
}
.comparateur{
	text-align: center;
	line-height: 1em;
	background-size: cover;
	background-image: url(../image/autres_pro.jpg);
	background-repeat: no-repeat;
float: left;
	font: bold;
	font-weight: 400;
	background-position: left;
	height: 400px;
	width: 50%;
	margin: 0 100 0 0;
}
.intro{
	margin-top: auto;
	border: 1px solid #E5E5E5;
	position: absolute;
	width: 100%;
	margin: 0;
	
	height: 800px;
	text-align: center;
}



.descriptif{
	width: 100%;
	font-size: 30px;
	color: #BDBABA;
	
	
}

.mess{
	font: bold;
	font-size: 20px;
	color: #000000;
}
.num{
	font-size: 25px;
	font: bold;
	color: #FFAD36;
}
.light {
	padding: 5px 0 0 0;
	font-size: 35px;
	font-weight: bold;
	color:#00BBFF;
}
.comparateur1{
	width: auto;
	float: left;
	margin-left:0 auto;
		
	
}
form{
	
	margin-left: 100px;
}
.comparateur1 p{
	
	font-size: 28px;
	
}

.comparateur1 .comp{
	padding-top: 30px;
	font-size: 20px;
}
.comparateur_text{
	padding-top: 10px;
	color: #000000;
	font-size: 22px;
	height: 300px;
	background-color : rgb(255, 255, 255, 0.8);
	
}

.comparateur_text p{
	
	padding-top: 15px;
	
}

.fa {
	
	color: #FDAE1A;
}

 textarea, select, button {
  width : 150px;
	height: 50px;
  margin: 0;
	 text-align: center;
	margin-top: 50px;
	 
	border-radius: 5px;
font-size: 18px;
  -webkit-box-sizing: border-box; /* Pour les anciennes versions des navigateurs WebKit */
     -moz-box-sizing: border-box; /* Pour tous les navigateurs Gecko */
          box-sizing: border-box;
}
input{
	width : 150px;
	height: 50px;
  margin: 0;
	border: hidden;
	color: #ffffff;
background: #FDAE1A;
	margin-top: 30px;
	
	margin-left: 130px;
	border-radius: 10px;
	font-size: 22px;
}

input:hover{
	background: #ffffff;
	color: #FDAE1A;
	border: 1px solid #FDAE1A;
	 transition: width .5s ease, background-color .5s ease;
}

.sous{
    display: none;
	
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 40%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: flex;
    flex-flow: column wrap;
	
}
.sous li{
    flex: 1 1 auto;
    text-align: left;
}
.sous a{
	font-size: 10px;
    padding: 10px;
    border-bottom: none;
}
.sous li a{
	font-size: 10px;
	
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:" ▼";
    font-size: 10px;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


.hero_header {
	color: #010089;
	background:linear-gradient(to left,transparent,white,white, transparent);
	font-size: 48px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 40px;

}
/* Hero Section */
.hero {
	background-color: #2D9AB7;
	background-image: url(../image/bmw-918408_1280.jpg);
	height: 400px;
	
	background-size: cover;
	background-repeat: no-repeat;
	
	padding-top: 150px;
	padding-bottom: 0px;
}
header nav {
	float: right;
	width: 100%;
	text-align: right;
	padding-top: 0px;
	margin-right: 400px;
}
header nav ul {
	list-style: none;
	float: right;
	
	
}
header ul li a {
	color:#ffffff;
	text-decoration: none;
	
}
header nav ul li:hover a {
	color: #ffffff;
}
header nav li {display:inline-block;min-width:50px;}

header nav li a {
    text-decoration:none;
    line-height: 0px;
    padding: 0 10px;
    text-align: center;
    font-size: 1.1em;
    color: #ffffff;
    text-transform: uppercase;
}
header nav li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
header nav li a:hover:after {
    width: 90%;
    background: #ffffff;
}
nav ul li {
	
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color:#E89904;
	text-decoration: none;
	
}
nav ul li:hover a {
	color: #FFA32F ;
}
nav li {display:inline-block;min-width:50px;}
nav li a {
    text-decoration:none;
    line-height: 0px;
    padding: 0 10px;
    text-align: center;
    font-size: 1.1em;
    color: #444444;
    text-transform: uppercase;
}

 
/* Hero Section */

.hero_header nav ul{
	margin-top: 0px;
	list-style: none;
	float: right;
}
.hero_header {
	width: 100%;
	height: 70px;
	color: #010089;
	background:linear-gradient(to left,transparent,white,white, transparent);
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 2px;
}
.hero_header_2 {
	width: 100%;
	height: 60px;
	color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 8px;
	
	
	letter-spacing: 2px;
}
.hero_header_2 nav{
	position: absolute;
	padding-left: 400px;
	display: inline;
	vertical-align: middle;
}


.hero_header_2 nav ul li{
	
	display: inline;
	text-align: left;
	height: 32px;
	
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 0px;
	list-style: none;
	
	
	
}

.hero_header_2 nav li a:after {
    display: none;
}
.hero_header_2 nav li a:hover:after {
    display: none;
}


.hero_header_2 nav ul{
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



.hero_header_2 nav  :hover{
	transition: width 0.8s ease, background-color 0.8s ease;
	background: #ffffff;
	
	
	
}
.hero_header_2 nav ul li:hover a {
	color: #FDAE1A;
	
}
.hero_header_2 ul li a {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #444444;}





/* Header */

.logo {
	background: #FFFFFF;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	
}
.logo img{
	
	max-width: 15%;
	float: left;
	
}

/* Hero Section */

.light {
	
	font-size: 35px;
	font-weight: bold;
	color:#00BBFF;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	
	width: 28%;
	margin-left: 10px;
	text-align: justify;
	font-weight:inherit;
	font-size: 20px;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color:#000000;
	margin-top: -5px;
	border-left: #FFFFFF 1px solid;
}

.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background:linear-gradient(to right,transparent,#ECECEC,white) ;
	margin-top: 0px;
	font-weight: 300;
}
/* Stats Gallery */
.stats {	
	color:#5E5B5B;
	font-size: 15px;
	
	
	
	
		
}

.gallery {
	
	
	display: inline-block;
	width: 100%;
	background: #E5EBF8;
	
	
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 800px;
	margin-bottom: 50px;
}
.thumbnail {
	width: 33%;
	background:#FFffff;
	border-top: 5px solid #689DDC;
	
	
	border-radius: 10px;
	text-align: center;
	float: left;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: 3px;
	

}
.thumbnail img{
	max-width: 40px;
	max-height: 30px;
	
			
}
.gallery h2{
	text-align: center;
	font-size: 31px;
	color: #001B66;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../image/bmw-918408_1280.jpg);
	height: 250px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.banner a{
	text-decoration: none;
}
.high{
	
	background-color: rgba(255, 255, 255, 0.8);
	width: 10%;
	font-size: 25px;
	color:#001B66;
	border:solid 1px #FFFFFF;
}
.parallax {
	
	color: #FFffff;
	text-align: center;
	padding-right: 0px;
	padding-top: 30px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-left: 700px;
	
	
}

.parallax_description {
	color: #FF9731;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.reseaux{
	width: 100%;
	margin-left:auto;	
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	
	
}
.reseaux ul li{
	display: inline;
	
	text-align: center;
	
	
		}
.reseaux img{
	max-width: 100%;
	margin-right: 50px;
	border-radius:50%;
	
	}

.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.button1 {
	width: 200px;
	
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 70%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #F79772;
	background-color: #FF802B;
	color: #ffffff;
	transition: all 0.3s linear;
}



.button1:hover {
	background-color: #FEFEFE;
	color: #FF802B;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #646262;
	padding-top: 60px;
	padding-bottom: 200PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	
}
.footer_banner a{
	
	text-decoration: none;
	color: #ffffff;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.liens{
	cursor: pointer;
	color: #FFFFFF;
	margin: auto;
	margin-left: 10%;
}

.encart{
	

	width: 25%;
	float: left;
	margin-bottom: 60px;
	
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
	
}
	.encart{float: none;
	display: none;
	}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	.gallery {
		visibility: hidden !important;
		display: none !important;
	}
	.comparateur1{
		background: #D8D6D6;
	padding-bottom: 50px;
	}
	.num{
		margin-left: 20px;
		margin-right: 20px;
		font-size: 19px;
	}
	.mess{
		margin-left: 10px;
		margin-right: 10px;
		
	}
	
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 80%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
	float: none;
}
	
	.button1{
		
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.logo img{
		float: none;
		min-width: 50%;
	}
	.hero_header_2{
		
		display: none;
	}
	.comparateur1{
		background:#002280;
		
		text-align: center;
		width: 100%;
	float: none;
	margin-right: 0;
	margin-left: 0px;
		
	padding-top: 0px;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
	margin-top: 0px;
		
	
}
	
	input{
	width : 150px;
	height: 50px;
  margin: 0;
	border: hidden;
	color: #ffffff;
background: #FDAE1A;
	margin-top: 30px;
	
	margin-left: 0px;
	border-radius: 10px;
	font-size: 22px;
}
	
	.comparateur{
		display: none;
	}
	
	
	.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		
	width: 100%;
	float: none;
	overflow: auto;
	display: none;
	
	background: #ffffff;
}
	.container .hero_header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: left;
	overflow: auto;
	display: inline;
	background: #52bad5;
}
	
	header {
	
	width: 100%;
	height: 70px;
	margin: 0;
	float: left;
		
	background-color: #ffffff;
	position: fixed;
	z-index: 1000;
	opacity: 0;
	padding-top: 10px;
	
	box-shadow: 1px 1px 12px #A6A6A6;
}

	.hero_header nav ul {
	padding: 0px;
	float: none;
	
	
	
}
	
	
	.comparateur1 p{
	color: #fff;	
	line-height: 6em;
	font-size: 25px;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 100%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 50px;
}
	.footer_banner{
		background: #7A7A7A;
		
		
	}
	.encart{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	text-align: center;
	float: none}
.copyright{
	font-size: 15px;
	
	}	
.footer_column {
	visibility: hidden !important;
		display: none !important;
}
	.intro{
		height: 800px;
		margin: auto;
	}
	.descriptif{
		font-size: 24px;
	}
	.reseaux{
		margin-top: 800px;
	}
	.num{
		margin-left: 20px;
		margin-right: 20px;
		font-size: 19px;
	}
	.mess{
		margin-left: 10px;
		margin-right: 10px;
		
	}
	.comparateur1 p{
		
		font-size: 20px;
	}
	.button1{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		padding-bottom: 50px;
		float: none;
	}	
	.gallery {
		visibility: hidden !important;
		display: none !important;
	}
	
	.topnav .part{display: none !important;}
	.topnav .pro{display: none !important;}
	.topnav .client{display: none !important;}
	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
	nav {
		width:80%;
		margin-right: 30px;
		
	}
	.backnav{
		display: none;
	}
.button1{
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.parallax{
		text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
	}	
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	
	
	.comparateur1{
		padding: 0px;
		text-align: center;
		width: 100%;
	float: none;
	margin-right: 0;
	margin-left: 0px;
	padding-top: 0px;
		margin-bottom: 50px;
		padding-bottom: 50px;
	padding-right: 0px;
	padding-left: 0px;
	
}
	input{
	width : 150px;
	height: 50px;
  margin: 0;
	border: hidden;
	color: #ffffff;
background: #FDAE1A;
	margin-top: 30px;
	
	margin-left: 0px;
	border-radius: 10px;
	font-size: 22px;
}
	
	
	.comparateur{
		width: auto;
		margin: 0;
		float: none;
	}
		nav ul li {
			
	float: none;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
		
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.3s linear;
}
	.hero_header_2{
		display: none;
	}
	.thumbnail {	
		float: none;
	color:#5E5B5B;
	font-size: 15px;
		width: 100%;
		margin: 0;
	
		
}
	
	
}
