/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


header
{
	width:100%;
	background-color:rgba(255,255,255,0.8);
	height:100px;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	text-align:center;
	margin: 0;
}
header li
{
	display:inline-block;
	margin-top:20px;
	font-size:215%;
	padding-left:20px;
	padding-right:20px;
	color:rgb(0,0,0);
	cursor:pointer;
}
form.formcontact
{
	text-align:center;
	padding-bottom:10px;
}
div#cta
{
	display:block;
	position:relative;
	background-image: url('../img/devis.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top 0px right 50%;
	transition: all 2s;
	height:125px;
}
div#cta div.container
{
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	transition: all 0.5s;
}
div#cta:hover 
{
	background-image: url('../img/devis.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top 35% right 50%;
}
div#cta:hover div.container
{
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.5s;
}
div#footercontact 
{
	display:table-cell;
	width:40;
}
div#footerlien 
{
	display:table-cell;
	margin-left:10px;
	width:30%;
	text-align:left;
}
div#footerservice 
{
	display:table-cell;
	margin-left:10px;
	width:30%;
	text-align:left;
}
a.footerlistea
{
	text-align:left;
	font-family:'VillerayRounded-Light';
	display:block;
	text-decoration:none;
	color:white;
	margin-left:20px;
	margin-top:20px;
	font-size:125%;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-bottom:20px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a.footerlistea:hover b
{
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-left:20px;
}
a.footerliste
{
	text-align:left;
	font-family:'VillerayRounded-Light';
	display:block;
	text-decoration:none;
	color:white;
	margin-left:20px;
	margin-top:-10px;
	font-size:125%;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-bottom:20px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a.footerliste:hover b
{
	margin-left:20px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.Acrub
{
	background-color:#D8D8D8;
	color:rgb(255,255,255);
	display:inline-block;
	height:35px;
	font-size:145%;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	cursor:pointer;
	transition: 0.5s;
}
.Acrub:hover
{
	background-color:#848484;
	color:rgb(255,255,255);
	transition: 0.5s;
}

div.container1
{
	width: 1200px;
	margin: 0 auto;
	margin-top:25px;
}
div.container2
{
	width: 1200px;
	margin: 0 auto;
	margin-top:25px;
	clear:both;
}
ul li {
	display: inline;
	color:red;
	text-align: center;
}
ul li a 
{
  text-decoration: none;
  color:rgb(0,0,0);
  transition: 0.2s;
}
ul li:hover a 
{
  color:rgb(110,110,110);
  transition: 0.2s;
}
.two:hover ~ hr {
  margin-left: 14.5%;
}

.three:hover ~ hr {
  margin-left: 31%;
}

.four:hover ~ hr {
  margin-left: 47.5%;
}

.five:hover ~ hr {
  margin-left: 60.5%;
}

.six:hover ~ hr {
  margin-left: 88.5%;
}
hr 
{
  height: .25rem;
  width: 7%;
  margin: 0;
  background: red;
  border: none;
  transition: .3s ease-in-out;
  margin-left:30px;
}




* {
  margin: 0;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: rgb(0,0,0);
  margin-top: 10px;
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
  overflow: hidden;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #1abc9c;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

/* FORM CONFIGURATION */

input {
  font-size: 18px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: none;
  margin-bottom: 10px;
  background-color: #e9f0f2;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 70%;
  text-align: left;
  margin-right: 2px;
}

.subscribe-submit {
  right: 0;
}

@media (max-width: 768px) {
  .subscribe-input {
    float: none;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
}
.btn-green {
  background: #03C9A9;
  color: white;
  border-radius: 2px;
}

.btn-green:hover {
  background: #1BBC9B;
  color: white
}

/* HEADER SECTION */

#h {
  background: url(../img/header.png) no-repeat center top;
  padding-top: 200px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  height: auto;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#h h1 {
  font-weight: 900;
  color:rgb(0,0,0);
  font-size: 90px;
}

#h h2 {
  color: #1BA39C;
}

@media (max-width: 768px) {
  #h {
    padding-top: 120px;
    min-height: 640px;
  }

  #h h1 {
    font-size: 50px;
  }
}

/* CALL TO ACTION SECTION */

#cta {
  padding-bottom: 15px;
  padding-top: 15px;
  background: #2f2f2f;
  cursor:pointer;
  transition: 1s;
}
#cta:hover {
	background:rgb(200,200,200);
	padding-bottom: 15px;
	padding-top: 15px;
    transition: 0.5s;
}
p.devis {
	font-size:150%;
	color: rgb(255,255,255);
	font-size: 16px;
	transition: 0.5s;
}
#cta:hover p.devis {
	color: rgb(0,0,0);
	transition: 0.5s;
}

#cta p {
  color: #f2f2f2;
  font-size: 16px;
}

/* White Section */

#w {
  padding-bottom: 50px;
  padding-top: 50px;
}
#w h1 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
}
#w i {
  color: #D2527F;
  margin-left: 5px;
  font-size: 16px;
}

/* Green Section */

#g {
  background: rgb(240,240,240);
  height: auto;
  color: white;
}

#g h1 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
}

#g p {
  color: white;
  font-size: 16px;
}

/* Red Section */

#r {
  background: #F62459;
  padding-bottom: 50px;
  padding-top: 50px;
  height: auto;
  color: white;
}

#r h1 {
  font-size: 175%;
  font-weight: 700;
  text-align: center;
}

#r p {
  color: white;
  font-size: 16px;
}

/* Blue Section */

#b {
  background: #19B5FE;
  padding-bottom: 50px;
  padding-top: 50px;
  min-height: 700px;
  color: white;
}

#b h1 {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}

#b p {
  color: white;
  font-size: 16px;
}

/* FOOTER Section */

#f {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #010101;
}

#f h3 {
  color: white;
}

/* Contact Form */

#contact {
  padding: 40px 0;
}

#contact h2 {
  margin-bottom: 20px;
}


.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #03C9A9;
  border: 0;
  padding: 14px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 2px;
  font-size: 18px;
}

.contact-form .form-send button:hover {
  background: #1ee2c2;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}
img.mobile2
{
	display:none;
}
div.container3
{
	display:none;
}
div#fermermenu 
{
	margin-left:0%;
	margin-top:0%;
	width:25%;
	height:100%;
	text-align:center;
	vertical-align:bottom;
	padding-top:25%;
	cursor:pointer;
	color:rgb(255,255,255);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
div#fermermenu:hover 
{
	background-color:rgba(255,255,255,0.3);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
@media (max-width: 1300px) 
{
	div#mobilemenu
	{
		display:block;
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		width:75%;
		background-color:rgba(255,255,255,0.8);
		z-index:99999;
		text-align:center;
	}
	div#mobilemenu p
	{
		margin:0 auto;
		color;white;
	}
	div#fondblack
	{
		background-color:rgba(0,0,0,0.8);
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:9999;
	}
	a 
	{
	  color:rgb(0,0,0);
	}
	a:hover, a:focus 
	{
	  color:rgb(255,255,255);
	}
	div.container1
	{
		display:none;
	}
	div.container3
	{
		display:block;
	}
	header
	{
		width:100%;
		background-color:rgba(255,255,255,0.8);
		height:60px;
		position:fixed;
		left:0;
		top:0;
		z-index:1000;
		text-align:center;
		margin: 0;
	}
	header li
	{
		display:inline-block;
		margin-top:20px;
		font-size:215%;
		padding-left:20px;
		padding-right:20px;
		color:rgb(0,0,0);
		cursor:pointer;
	}
}
@media (max-width: 1200px) 
{
	div#cta
	{
		display:block;
		position:relative;
		background-image: url('../img/devis.jpg');
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top 0px right 50%;
		transition: all 2s;
		height:90px;
	}
	div#footercontact 
	{
		display:block;
		width:100%;
	}
	div#footerlien 
	{
		display:block;
		margin-left:0px;
		width:100%;
		text-align:left;
	}
	div#footerservice 
	{
		display:block;
		margin-left:0px;
		width:100%;
		text-align:left;
	}	
	div#cta:hover 
	{
		background-position: top 10% right 50%;
	}
	td.mobile
	{
		display:none;
	}
	img.mobile2
	{
		display:block;
		max-width:80%;
		margin:0 auto;
	}
	div.container2
	{
		width:100%;
		left:0;
		top:0;
	}

}