﻿/*------------------------------------------------------------------
[Table of contents]

1. Preloder
2. Template default
3. En-tête
4. Menu hors canvas
5. Image ent-ête
6. Section services
7. Section avantages
8. Section témoignages
9. Section pied de page
10. Page notre entreprise
11. Page nous joindre
12. Responsive

-------------------------------------------------------------------*/

/*----------*/
/* Preloder */
/*----------*/

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.scrollToTop {
	width:140px; 
	height:25px;
	padding:0; 
	text-align:center; 
	background: whiteSmoke;	
	position:fixed;
	bottom:50px;
	right:30px;
	display:none;
	border: 1px solid lightgray;	
	box-shadow: 3px 3px 5px #d3d3d3;
	z-index:999;
}

.scrollToTop a {
	font-weight: bold;
	font-size: 1.2em;
	color: #666666;
	text-decoration: none;
}

.scrollToTop a:hover{
	text-decoration:none;
	color: #0099cc;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@font-face {
	font-family: 'Nexa Light';
	src:url('../fonts/NexaDemo-Light.eot');
	src:url('../fonts/NexaDemo-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaDemo-Light.woff') format('woff'),
		url('../fonts/NexaDemo-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa Bold';
	src:url('../fonts/NexaTextDemo-Bold.eot');
	src:url('../fonts/NexaTextDemo-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaTextDemo-Bold.woff') format('woff'),
		url('../fonts/NexaTextDemo-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
	font-family: "Roboto Light", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #0099cc;
	font-weight: 100;
	font-family: "Roboto Light", sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
p {
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}

.section-title {
	text-align: left;
	margin-bottom: 22px;
	letter-spacing: 1px;
	font-family: "Nexa Bold", sans-serif;
}
.section-title span {
	font-size: 30px;
	color: #0099cc;
	font-weight: 100;
	text-transform: uppercase;
}
.section-title h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*---------------------*/
/* 404 page
/*---------------------*/
.error-page{
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align:middle;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  }
.error-page h1{
    font-size: 100px;
    font-weight: bold;
    position: relative;
    margin: 0px;
    padding: 0px;
}    
   
.error-page p {
      color: #d6d6d6;
      font-size: 20px;
      font-weight: bold;
      position: relative;
 }     


/*---------------------*/
/* En-tete
/*---------------------*/


.header-section  {
  width:100%;
  margin: 0px;
  padding: 0px;
}

.header-section .menu-item {
	margin:0px;
	padding: 0px;
}

.top-nav {
	background-color: #858585;
	overflow: hidden;
}

.top-nav .tn-right ul {
	list-style-type: none;
	margin-right: 25px;
}

.top-nav .tn-right ul li {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
}

.top-nav .tn-right  a {
		font-size: 17px;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	padding: 14px 16 px;
}

.top-nav .tn-right a:hover {
	color: #e5e5e5;
}


.sticky + .img-entete {
  padding-top: 60px;
}

.menu-item .logo {
	padding: 25px 0;
}
.menu-item .logo a {
	display: inline-block;
}
.menu-item .nav-menu {
	text-align: left;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 18px;
	color: #858585;
	margin-right: 42px;
	font-weight: 500;
	display: inline-block;
	padding: 27px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 2px;
	background: #004990;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #dfa974;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}

/*----------------------------------------*/
/* Menu hors canvas
/*----------------------------------------*/
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}

/*-----------------------*/
/*  Image en-tête
/*-----------------------*/

.img-entete{
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 0px;
}

.img-text {
	position: absolute;
	left: 10%;
	bottom: 80px;
}
.img-text h1 {
	font-size: 45px;
	font-weight: 900;
 	line-height: 120%;
	color: #0063af;
}
.img-text p {
	font-size: 45px;
	font-weight: 900;
	line-height: 100%;
	color: #0099d8;
}

.img-slider {
	position: static;
	width: 100%;
	height: 500px;
}
.img-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.img-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.img-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.img-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.img-slider .owl-stage-outer, .img-slider .owl-stage, .img-slider .owl-item, .img-slider .hs-item {
	height: 100%;
}
/*---------------------*/
/* Section services
/*---------------------*/

.services-section {
	padding: 30px 0px 60px 0px;
}
.services-section .section-title {
	margin-bottom: 15px;
}
.services-text {
	text-align: left;
	padding: 0 35px;
}
.services-text p {
	color: #595960;
	font-weight: 500;
	
}
.services-text p.f-para {
margin-bottom: 10px;
}
.services-text ul {
	margin-left:20px;
	color: #666666;
}

.services-text ol li {
	list-style-type:disc;
	margin-left: 2em;
}

.services-text p.s-para {
	margin-bottom: 35px;
}
.services-text .about-btn {
	color: #19191a;
}
.services-pic img {
	min-width: 100%;
}

/*---------------------*/
/*  Section avantages
/*---------------------*/

.avantages-section {
	padding: 30px 0px 60px 0px;
	background-color:#ecf6fe;
}

.avantages-item {
	height: 100px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	background-color:white;
}
.avantages-item .A-img {
	position: absolute;
	left: 20px;
	top: 5px;
}
.avantages-item .A-text {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	padding-right: 30px;
}
.avantages-item .A-text .A-tag {
	display: inline-block;
	color: #0099cc;
	font-size: 22px;
	font-family: "Roboto Bold", sans-serif;
	text-transform: uppercase;
	line-height: 120%;
	padding: 0px 0px 0px 30%;
	border-radius: 2px;
}

.avantages-item .A-text .A-T ul {
	margin-left:20px;
	color: #666666;
}

.avantages-item .A-text .A-T ol li {
	list-style-type:disc;
	margin-left: 2em;
}
.avantages-item.small-size {
	height: 318px;
	background-position: bottom right;
}

/*---------------------*/
/*  Section calculateur
/*---------------------*/

.calculateur-section {
	padding: 30px 0px 60px 0px;
	background: #f9f9f9;
}
.calculateur-section .section-title {
	margin-bottom: 30px;
}

.calculateur-section label{   
    text-align: left;
	width:75%;
}
.calculateur-section input {
  float: right;
}

.calculateur-section .tabstat table {
  width: 100%;
  font-size: 16px;
	color: #666666;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
.calculateur-section .tabstat th {
  background-color:#0099cc;
  color: #ffffff;
}
.calculateur-section .tabstat .ColDesc {
  width: 40%;
}
.calculateur-section  .ColMan {
  text-align:center;
}
.calculateur-section .tabstat .ColDVCC {
  width: 30%;
  text-align:center;
}
.calculateur-section .tabstat .ligne {
  border-bottom-style: solid;
  border-bottom-color: #666666;
  border-bottom-width:thin;
}
	
.calculateur-section .tabcalcul table {
  width: 100%;
  font-size: 16px;
	color: #666666;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
.calculateur-section .tabcalcul .ColInfo {
  background-color: white;
  width: 33%;
}

.calculateur-section .tabcalcul .ColSansDVCC {
  width: 33%;
   background-color:#ecf6fe;
   color:#666;
}
.calculateur-section .tabcalcul .ColAvecDVCC {
  width: 33%;
  background-color:#b2ddff;
  color:#666;

}
.calculateur-section .tabcalcul .PetiteCol {
  width: 11%;
  background-color:#ecf6fe;
}

.calculateur-section .tabcalcul .PetiteColDVCC {
  width: 11%;
  background-color:#b2ddff;

}
.calculateur-section .tabcalcul th {
  background-color:#0099cc;
  color: #ffffff;
  text-align:center;
}

.calculateur-section .tabcalcul input {
  width: 100%;
  background-color: transparent;
  border : none;
}

.calculateur-section .tabcalcul input [type=text] {
  background-color: transparent;
  border : none;
  text-align: right;

}
.calculateur-section .tabcalcul input.right {
     text-align: right;
	 padding-right: 20%;

}
.calculateur-section .tabcalcul input[type=number] {
  text-align:right;
}


.calculateur-section .tabcalcul .ligne {
  border-bottom-style: solid;
  border-bottom-color: white;
  border-bottom-width:thin;
}

.calculateur-section .tabcalcul .ligneSalaire {
  background-color: #CCC;
}
.calculateur-section .tabcalcul .ligneFrais {
  background-color:  #CCC;
}
.calculateur-section .tabcalcul .ligneCoutCarte {
  background-color: #0099cc;
  color:#FFF;
  font-weight:bold;
}

.calculateur-section .tabcalcul .ligneFraisTotal {
  background-color: white;
  color: #0099cc;
  font-weight:bold;
}

/*----------------------*/
/*  Section pied de page
/*-----------------------*/

.footer-section {
	background: white;
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}

.footer-section .footer-text p{
		font-size: 16px;
		font-family: "Roboto Light", sans-serif;
}

.copyright{
		font-size: 12px;
		color:#666666;
		font-family: "Roboto", sans-serif;
}

.ft-contact {
	border-right-color: #004990;
	border-right-width: thin;
	border-right-style: solid;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text h5 {
	color: #0099cc;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 20px;
}


/* --------------------------------- Other Pages Styles ----------------------------------- */


/*------------------------*/
/* Page notre entreprise
/*------------------------*/

.NotreEntreprise-section {
	padding-bottom: 50px;
}

.pilier-item {
	height: 550px;
}

.pilier-item .pilier-titre {
	width: 100%;
	padding: 30px 30px 30px 30px;
	margin: 30px 30px 30px 30px;
	background-color:#0099cc;
	opacity: 0.75;
	
}

.pilier-item .pilier-titre .p-tag {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 120%;
	padding: 0px 0px;
	border-radius: 2px;
}

.pilier-texte ul {
	margin-left:20px;
	color: #666666;
}

.pilier-item .pilier-titre .pilier-texte ul li {
	list-style-type:circle;
	margin-left: 2em;
}

.pilier-item .set-bg2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
 }
 .set-bg3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 }
.pilier-item.set-bg2::before {
    content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
	background:none;
 }


/*--------------------- Video Section -----------------------*/

.video-section {
	height: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}
.video-section .video-text {
	text-align: center;
}
.video-section .video-text h2 {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 16px;
}
.video-section .video-text p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}
.video-section .video-text .play-btn {
	display: inline-block;
}

track{
	color: #fff;
	background-color:#000;
}
/*---------------------*/
/* Calculateur
/*---------------------*/

.calculateur-form input {
	width: 100px;
	height: 25px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	clear:both;

}
.calculateur-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.calculateur-form input::-moz-placeholder {
	color: #aaaab3;
}
.calculateur-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.calculateur-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.calculateur-form input::placeholder {
	color: #aaaab3;
}
.calculateur-form textarea {
	width: 20px;
	height: 100px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	clear:both;
	resize: none;
}
.calculateur-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.calculateur-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.calculateur-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.calculateur-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.calculateur-form textarea::placeholder {
	color: #aaaab3;
}
.calculateur-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0099cc;
	letter-spacing: 2px;
	background: #004990;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
/*---------------------*/
/*  Page nous joindre
/*---------------------*/

.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-text h2 {
		font-size: 30px;
		font-weight:100;
		color: 0099cc;
}
.contact-text p {
	color: black;
	padding-top: 10px;
}
.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 20px;
	font-weight: 500;
}
.contact-text table tbody tr td.c-o {
	color: #707079;
	width: 100px;
}
.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	margin-bottom: 28px;
}
.contact-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-moz-placeholder {
	color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::placeholder {
	color: #aaaab3;
}
.contact-form textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 33px;
	resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::placeholder {
	color: #aaaab3;
}
.contact-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0099cc;
	letter-spacing: 2px;
	background: #004990;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.map {
	height: 470px;
	-webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
	margin-top: 0px;
}
.map iframe {
	width: 100%;
}


/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -288px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.temoignages-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.temoignages-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
}
@media only screen and (max-width: 991px) {
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
	position: absolute;
	right: 37px;
	top: 26px;
	font-size: 22px;
	width: 30px;
	height: 30px;
	color: #19191a;
	border: 1px solid #19191a;
	border-radius: 2px;
	line-height: 33px;
	text-align: center;
	z-index: 100;
	display: block;
	cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
	height: 30px;
	width: 30px;
	border: 1px solid #19191a;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	position: absolute;
	right: 37px;
	top: 25px;
	padding-right: 1px;
	}

	.offcanvas-menu-wrapper .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 50px 0;
		position: relative;
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.offcanvas-menu-wrapper .language-option:hover .deroule-langue {
		top: 70px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .language-option span {
		font-size: 16px;
		color: #666666;
		text-transform: uppercase;
		font-weight: 600;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue {
		position: absolute;
		left: 0;
		top: 60px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		color: #666666;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue ul li a:hover {
		color: #0099cc;
	}
	.offcanvas-menu-wrapper .mainmenu{
		display: none;
	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu  {
		text-align: left;
		text-transform: uppercase;
	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul {
		list-style: none;
	}
	
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul li{
		padding: 15px;
		border-bottom: 2px solid #e5e5e5;

	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul li a {
		margin: 0px;
		padding: 15px;
		font-weight: 600;
		font-size: 16px;
		color: #666666;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #0099cc;
	}

	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.img-text {
	visibility: hidden;
	}

.set-bg2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
 }
.set-bg2::before {
    content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
	background: -webkit-linear-gradient( top , white, rgba(255,255,255,0));
    background: linear-gradient(to bottom, white, rgba(255,255,255,0));
 }

	.services-text {
		margin-bottom: 30px;
	}

	.services-pic img {
		margin-bottom: 20px;
	}
	.contact-form {
		padding-top: 30px;
	}
	
.ft-contact {
	border-right-style: none;
	padding: 20px 0px 30px 0;
}

.ft-heures {
	width: 300px;
}

.calculateur-section .tabcalcul table {
  width: 100%;
  font-size: 12px;
	color: #666666;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
.calculateur-section .tabcalcul input.right {
     text-align: right;
	 padding-right: 0%;

}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.temoignages-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.temoignagnes-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}

}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.temoignages-slider.owl-carousel .owl-nav {
		display: none;
	}
	.services-text .section-title h2 {
		font-size: 60px;
		font-weight:100;
		line-height: 40px;
	}

}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.video-section {
		padding-top: 80px;
	}
}