@charset "UTF-8";
/* Body */
body {
	width: 100%;
	font-family: lato, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFffff;
	
}
#devis{
	background:#FF8600;
	position: fixed;
	float: right;
	width: 170px;
	border-radius: 5px;
	border: 1px solid #BCB5B6;
	height: 60px;
	top: 380px;
	right: 0px;
	font-size: 15px;
	font: bold;
	color: #FFFFFF;
	margin-top: 0px;
	text-decoration: none;
	
	
}
#devis:hover {
	background:#FFffff;
	color: #FF8600;
	transition-duration: 0.2s;
}

.sous{
    display: none;
	text-align: left;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 30%;
    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);
}




/* Container */


/* Header */
header {
	width: 100%;
	height: 40px;
	color: #4B4B4B;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 6px;
	letter-spacing: 2px;
	margin: 0;
	float: left;
	position: fixed;
	z-index: 1000;
	background: #FFFFFF;
	
	
}


.logo {
	background: #FFFFFF;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
	line-height: 2em;
	
}
.logo img{
	
	max-width: 15%;
	float: left;
	
	
}
.logosmall {
	background: #FFFFFF;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	line-height: 2em;
	
}
.logosmall img{
	
	max-width: 10%;
	float: left;
	
}
.hero_header nav {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 2em;
	margin-right: 55px;
}
header nav {
	float: right;
	width: 100%;
	text-align: right;
	padding-top: 6px;
	margin-right: 270px;
}
header nav ul {
	list-style: none;
	float: right;
	
	
}
header ul li a {
	color:#6C6C6C;
	text-decoration: none;
	
}
header nav ul li:hover a {
	color: #00A3FF;
}
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: #6C6C6C;
    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: #1AABFD ;
}
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 {
	background-color:#ffffff;
	
	height: 50px;
	
	background-size: cover;
	background-repeat: no-repeat;
	
	padding-top: 90px;
	padding-bottom: 0px;
}
.hero_header nav ul{
	
	list-style: none;
	float: right;
}
.hero_header {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	background: #ffffFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	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: 0px;
	margin-top: 10px;
	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: #00ABFF ;
	
}
.hero_header_2 ul li a {
	
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #444444;}

.comparateur{
	text-align: center;
	display: inline;
	line-height: 1em;
	border-radius: 10px;
	background-repeat: no-repeat;
float: left;
	background-position: left;
	height: 450px;
	width: 50%;
	margin: 0 0 0 0;
}
.all_comparateur{
	background-size: cover;
	background-image: url(../image/../image/header-fond.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
}
.comparateur1{
	float: right;
	border-radius: 10px;
	text-align: center;
	margin-right: 50px;
	margin-left: auto;
	margin-top: 60px;
	padding-right: 80px;
	padding-left: 50px;
	padding-bottom: 50px;
	background-color : rgb(255, 255, 255, 0.8);
	
}
.comparateur1 p{
	
	font-size: 20px;
}
.comparateur_text{
	color: #000000;
	font-size: 30px;
	height: 400px;
	margin-left: 50px;
	padding-top: 20px;
	border-radius: 10px;
	background-color : rgb(255, 255, 255, 0.6);
	
}

.comparateur_text p{
	
	padding-top: 0px;
}

.fa {
	
	color: #00A9DD;
}
#monBouton{
	float: right;
	height: 40px;
	width: 40px;
	border-radius: 10px;
	background: #F0EDED;
	font-size: 25px;
	color: #00B3FF;
	border: 2px solid #00B3FF;
	cursor: pointer;
	margin-right: 10px;
	z-index: 1000;
}

 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;
	color: #ffffff;
background: #00A9DD;
	margin-top: 50px;
	border-radius: 5px;
	border: hidden;
	font-size: 22px;
}
input:hover{
	background: #ffffff;
	color: #00A9DD;
	border: 1px solid #00A9DD;
	 transition: width .5s ease, background-color .5s ease;
}

.light {
	font-weight: bold;
	color:#00BBFF;
}
.menu{
	text-align: center;
	padding: 10px 0 10px 0;
	background:linear-gradient(to right,transparent,#ECECEC,white);
	border-bottom: #CDCCCC 1px solid;
	box-shadow: 8px 8px 12px #aaa;
}
.menubas{
	text-align: center;
	padding: 10px 0 10px 0;
	border-bottom: #E5E9EB 1px solid;
	
}


/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #4D4B4B;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	background-color:#D4D4D4;
	
	/* [disabled]min-width: 400px;
*/	
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -17px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 31%;
	
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #ffffff;
	padding-bottom: 20px;
	margin-left: 22px;
	margin-right: auto;
	border-radius: 10px;
	padding-top: 20px;
	
	box-shadow: 1px 1px 12px #A6A6A6;
}
.thumbnail:hover{
	transition-duration: 0.2s;
	opacity: 1;
	box-shadow: 1px 1px 12px #1ABAFD;
}

.gallery .thumbnail h4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #4D4B4B;
	text-align: left;
	padding-left: 20px;
	font-weight:300;
}

.button1 {
	text-decoration: none;
	width: 50%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration-color: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
	margin-bottom: auto;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	border: 1px solid #0096D6;
	transition: all 0.3s linear;
	opacity: 1;
	color: #0096D6;
}

.button1 a{
	text-decoration: none;
	 color: #ffffff;   

}.button1 a:hover{
	color: #ffffff;
}

  /* lien visité */
  /* lien au survol */
   /* lien sélectionné */

.button1:hover {
	transition-duration: 0.2s;
	background-color: #0096D6;
	color: #ffffff;
	cursor: pointer;
	opacity: 1;
}

/* More info */
.intro {
	
	background-color:#2DDFF5;
	padding-bottom: 17px;
	
	height: 10px;
	padding-left: 20px;
}
.column {
	width: 100%;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	float: left;
}
.column2{
	width: 50%;
	height: auto;
	position: relative;
	text-align: left;
	padding-top: 30px;
	padding-left: 10px;
	float: left;
	margin-bottom: 1px;
	
	
}
.column3{
	width: 42%;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 25px;
	background: #FFFFFF;
	float: right;
	color: #000000;
	border-top:8px solid #3692FF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 1px 1px 10px #CBCBCB;
	
}
.column3 h4{
	color: #52BAD5;
	font-size: 18px;
}
.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%;
	
	}
.prefoot{
	background-color: #ffffff;
	padding-bottom: 35px;
	margin-bottom: 60px;
	border-radius: 10px;
	width: 100%;
	height: 450px;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 250px;
	
	
}
.cards:hover {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 250px;
	opacity: 0.8;
	transition-duration: 0.2s;
	
}

.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	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 #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	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;
	
}

.intro {
	display: none;
	background-color: #6DC7D0;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------------------------------------------
-------------------------------------Small Tablets------------------------------------
---------------------------------------------------------------------------------------*/


@media (min-width: 0px)and (max-width: 767px) {
	.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
	float: none;
}
	.logo img{
		float: none;
		min-width: 30%;
	}
.column {
	width: 100%;
	display: inherit;
}
	
	.hero_header_2{
		
		display: none;
	}
	
	.comparateur1{
		text-align: center;
		line-height: 2em;
	float: none;
		width: 100%;
		border-radius: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
	
}
	.all_comparateur{
		margin: 10px;
		height: 330px;
		background: #001164;
		border-radius: none;
	}
	
	.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;
	
	
	
}
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;
}
	
	
	.thumbnail{
		margin: auto;
	}
	.footer_banner{
		font-size: 10px;
	}
	.reseaux img{
		margin-top: 20px;
	}
.column2{
	width: 100%;
	padding-left: 40px;
	}
.column3{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	margin-right: 0;
	margin-left: 0;
	}
.intro{
	display: none;
	}
	
.prefoot{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
		
	}

.logo {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.logosmall {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.logosmall img{
		float: none;
		min-width: 30%;
	}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0 0 0 0;
}
.thumbnail {
	width: 100%;
	
}
.column {
	width: 100%;
	margin-top: 0px;
}

	.gallery{
		width: 100%;
		margin-top: 20px;
	}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
	.column2{
		
		float: none;
		padding: 0;
	}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 100%;
	text-align: center;
	padding-left: 0px;
}
footer {
	background-color: #B3B3B3;
	margin-top: 500px;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-left: auto;
	margin-right: auto;
	
}	
}

/*---------------------------------------------------------------------------------------------
-------------------------------------------Small Desktops--------------------------------------
-----------------------------------------------------------------------------------------------*/


@media (min-width: 768px) and (max-width: 1096px) {
	
	nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
		
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color:#E89904;
	text-decoration: none;
	
}
	
	
	nav {
	float: none;

	text-align: center;
	line-height: 2em;
	margin-right: 0px;
		margin-left:0px;
		
}
	nav li {display:inline-block;min-width:50px;}
nav li a {
    text-decoration:none;
    line-height: 1em;
    padding: 0 10px;
    text-align: center;
    font-size: 1.1em;
    color: #444444;
    text-transform: uppercase;
}
	.hero_header_2 {
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
		padding-bottom: 20px;
	font-size: 8px;
	
	
	letter-spacing: 2px;
}
	
	.hero_header_2 nav{
	position: relative;
	margin-bottom: 10px;
	
	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: 0px;
	padding-bottom: 0px;
	list-style: none;
	
	
	
}
	.sous{
    display: none;
	text-align: left;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 60%;
    z-index: 1000;
}
	nav > ul li:hover .sous{
    display: flex;
    flex-flow: column wrap;
	
}
	.sous li{
    flex: 2 1 auto;
    text-align: left;
}
.sous a{
	font-size: 10px;
    padding: 10px;
    border-bottom: none;
}

	.logosmall img{
		
		min-width: 15%;
	}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
	.column3{
		
		margin-left: auto;
		margin-right: auto;
		
	}

}
