@import url("http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 mars 2015, 08:49:36
    Author     : Quentin
*/
/* Gobal variiables*/
/*
Ce fichier est la propriété de Getra Luxembourg.
Auteur: Quentin Fonck
*/
/* 
    Created on : 13 mars 2015, 22:04:33
*/
/*
Ce fichier est la propriété de Getra Luxembourg.
Auteur: Quentin Fonck
*/
/* 
    Created on : 14 mars 2015, 12:00:54
*/
.text-justCentered {
  text-align: justify;
  margin: 0 auto;
  text-align-last: center;
  -moz-text-align-last: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 mars 2015, 11:22:52
    Author     : lol2
*/
/*
Ce fichier est la propriété de Getra Luxembourg.
Auteur: Quentin Fonck
*/
/* 
    Created on : 14 mars 2015, 11:21:53
*/
/*
Ce fichier est la propriété de Getra Luxembourg.
Auteur: Quentin Fonck
*/
/* 
    Created on : 13 mars 2015, 22:04:33
*/
.grayFilter {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.disableFilter {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
}
/*
Ce fichier est la propriété de Getra Luxembourg.
Auteur: Quentin Fonck
*/
/* 
    Created on : 13 mars 2015, 22:00:38
*/
/*
Partie de la page

*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header #wrapper nav #menu li {
    font-weight: 500 !important;
  }
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
header {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 100;
  top: 0px;
  -webkit-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
}
header #wrapper {
  width: 74%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
header #wrapper #logo {
  float: left;
  margin: 14px 0px 11px 0px;
  z-index: 112;
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  header #wrapper #logo {
    width: 147px;
    height: 45px;
    margin: 15px 0px 11px 0px;
  }
}
header #wrapper #logo img {
  width: 100%;
  height: 100%;
}
header #wrapper nav {
  margin: 18px 0px 0px 0px;
  float: right;
  width: auto;
}
header #wrapper nav #menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}
header #wrapper nav #menu li {
  float: left;
  margin: 0 20px;
  text-align: center;
  display: block;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  text-shadow: 0px 2px #000000;
}
header #wrapper nav #menu li a {
  text-decoration: none;
  color: #ffffff;
}
header #wrapper nav #menu li a.active + div.traitLight {
  border-bottom: #ef7920 solid 2px;
}
header #wrapper nav #menu2 {
  position: relative;
}
header #wrapper nav #menu2 button {
  position: relative;
  bottom: 18px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
header #wrapper nav #menu2 button svg {
  fill: #ffffff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
header #wrapper nav #menu2 button svg:hover,
header #wrapper nav #menu2 button svg:active {
  fill: #ef7920;
}
header #wrapper nav #menu2 button.active svg {
  fill: #ef7920;
}
.dropdown-menu {
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 10;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0 auto;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: #262626 1px solid;
  border-left: #262626 1px solid;
  border-right: #262626 1px solid;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}
.dropdown-menu li {
  float: left;
  width: 100%;
  height: 50px;
  text-align: left;
  display: block;
  padding-top: 7px;
  border-top: #262626 solid 1px;
  border-bottom: #666565 solid 2px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0px 2px #000000;
}
.dropdown-menu li a {
  text-decoration: none;
  color: #ffffff;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  text-decoration: none;
  outline: none;
}
.dropdown-menu li a span {
  float: right;
}
.dropdown-menu li a span object {
  width: 50px;
  height: auto;
  position: relative;
  top: -14px;
}
.dropdown-menu li.active {
  background: #666565 !important;
  border-bottom: #ef7920 solid 2px !important;
}
.dropdown-menu li.active a span object {
  fill: #ef7920;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dropdown-menu {
    left: -524px;
    width: 590px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-menu {
    left: -191px;
    width: 255px;
  }
}
.shadow {
  -webkit-filter: drop-shadow(0px 2px 0px #000000);
  filter: drop-shadow(0px 2px 0px #000000);
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#gap {
  display: block;
  height: 65px;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .carousel-inner {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .carousel {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .carousel {
    height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .carousel {
    height: 300px;
  }
}
@media only screen and (min-width: 1700px) {
  .carousel-caption {
    bottom: 286px !important;
    left: 15%;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-caption {
    bottom: 195px;
    left: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .carousel-caption {
    bottom: 145px;
    left: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .carousel-caption {
    bottom: 90px;
    left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-caption {
    width: 345px;
    position: relative;
    bottom: -15px;
    margin-left: auto;
    margin-right: auto;
  }
  .carousel-caption h1 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 29.5px;
    color: #363636;
    text-align: center;
    text-shadow: 0px 0px #000000;
  }
}
.tableau {
  display: table;
  margin: 0 auto;
}
@media only screen and (min-width: 1700px) {
  .carousel-indicators {
    bottom: 245px !important;
    left: 15%;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-indicators {
    bottom: 150px;
    left: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .carousel-indicators {
    bottom: 100px;
    left: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .carousel-indicators {
    bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-indicators {
    left: 44%;
    bottom: -25px;
  }
}
@media only screen and (max-width: 600px) {
  .carousel-indicators {
    left: 42%;
    bottom: -10px;
  }
}
@media only screen and (max-width: 450px) {
  .carousel-indicators {
    left: 38%;
    bottom: -5%;
  }
}
.carousel-indicators li {
  width: 25px;
  height: 4px;
  border: none !important;
  background-color: #666565;
  text-indent: -999px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .carousel-indicators li {
    -webkit-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0);
  }
}
.carousel-indicators .active {
  background-color: #ef7920;
}
#home {
  padding-bottom: 35px;
}
#home div.traitHBlack {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #home div.traitHBlack + div {
    width: 76%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #home div.traitHBlack + div {
    width: 670px;
    text-align: justify;
    margin: 0 auto;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
@media only screen and (max-width: 767px) {
  #home div.traitHBlack + div {
    width: 80%;
    text-align: justify;
    margin: 0 auto;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
#team {
  padding-bottom: 30px;
  margin-left: 0px;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
}
#team div.traitHBlack {
  margin-bottom: 35px;
}
#team div[class^="col-"] p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  color: #ef7920;
  margin-top: 20px;
}
#team div.container {
  margin-top: 8px;
  margin-bottom: 35px;
}
#team div.traitLight + p {
  margin-top: 5px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  color: #363636;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #team div[class^="col-"]:last-child {
    position: relative;
    left: 188px;
  }
}
@media only screen and (min-width: 992px) {
  #team div.traitHBlack + p {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #team div.traitHBlack + p {
    width: 670px;
    text-align: justify;
    margin: 0 auto;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
@media only screen and (max-width: 767px) {
  #team div.traitHBlack + p {
    width: 80%;
    text-align: justify;
    margin: 0 auto;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
/*
Partie what we do

*/
#do {
  background-color: #F8F8F8;
  -webkit-box-shadow: inset 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
  padding-bottom: 22px;
}
#do div.traitHBlack + p {
  margin-top: 35px;
  margin-bottom: 7px;
}
#do div[class^="col-"] p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  color: #ef7920;
  margin-top: 20px;
}
#do div[class^="col-"] div.row.service.active div.col-xs-12.circular.col-center {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
}
#do div[class^="col-"] div.row.service.active div.col-xs-12.circular.col-center + p.text-center {
  color: #ef7920;
}
#do div[class^="col-"] div.circular {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  cursor: pointer;
}
#do div[class^="col-"] div.circular + p {
  cursor: pointer;
}
#do div[class^="col-"] div.circular + p:hover {
  color: #ef7920;
}
#do div[class^="col-"] div.circular:hover {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
}
#do div[class^="col-"] div.circular:hover + p {
  color: #ef7920;
}
#do div[class^="col-"] p {
  color: #363636;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
#mailforward {
  position: relative;
  /*@media @large-desktop{
        left: 374px !important;    
    }*/
}
@media only screen and (min-width: 1200px) {
  #mailforward {
    left: 378px !important;
  }
}
@media only screen and (min-width: 992px) {
  #mailforward {
    left: 312px;
  }
}
.contenu {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: justify;
  margin: 0 auto;
  text-align-last: center;
  -moz-text-align-last: center;
}
/*
Partie contact us

*/
#contact {
  /*
    Partie Titre
    
    */
  /*
    Partie formulaire
    
    */
}
#contact div.row div.traitH + p {
  margin-top: 35px;
  margin-bottom: 35px;
}
#contact div.row #coordonnée p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 0px 2px #000000;
}
#contact div.row #coordonnée #data {
  line-height: 185%;
}
#contact div.row #coordonnée img {
  margin-top: 15px;
  width: 242px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact div.row #coordonnée div[class^="col-"] {
    width: 265px;
    display: inline-block;
  }
  #contact div.row #coordonnée div.row #blocInfos {
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }
}
#contact #formulaire {
  padding-bottom: 50px;
  padding-top: 45px;
}
@media only screen and (min-width: 992px) {
  #contact #formulaire aside {
    margin-top: 30px;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 768px) {
  #contact #formulaire input {
    width: 257px;
  }
  #contact #formulaire textarea {
    width: 541px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact #formulaire {
    padding-bottom: 50px;
    padding-left: 57px;
  }
  #contact #formulaire article {
    text-align: center;
  }
  #contact #formulaire aside {
    margin-top: 40px;
    padding-left: 65px;
  }
  #contact #formulaire aside div.row p {
    text-align: left;
  }
  #contact #formulaire aside div.row img {
    margin-top: 0px;
  }
  #contact #formulaire aside div.row div[class^="col-"]:first-child {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #contact #formulaire {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #contact #formulaire article {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  #contact #formulaire input,
  #contact #formulaire textarea {
    float: none;
  }
  #contact #formulaire aside {
    margin-top: 50px;
  }
  #contact #formulaire aside div[class^="col-"]:first-child {
    text-align: center;
  }
}
#contact #formulaire form input {
  float: none;
  height: 54px;
  padding-left: 20px;
}
#contact #formulaire form textarea {
  float: none;
  resize: none;
  height: 244px;
  padding-top: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  #contact #formulaire form input[type=submit] {
    position: relative;
    right: 284px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact #formulaire form input[type=submit] {
    position: relative;
    right: 142px;
  }
}
/*
Bannière de pied de page

*/
@media only screen and (max-width: 767px) {
  footer #logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer div.row div[class^="col-"] {
    text-align: center;
  }
  footer div.row #logoFoot {
    padding-right: 0px;
    margin-bottom: 25px;
  }
  footer div.row #excl {
    margin-left: 0px;
    margin-top: 30px;
  }
}
footer #imgFoot {
  -webkit-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  height: auto;
  border-bottom: #262626 solid 1px;
  border-top: #403f3f solid 1px;
}
@media only screen and (min-width: 992px) {
  footer #imgFoot #imgFoot {
    height: 254px;
  }
}
#footBas {
  -webkit-box-shadow: 0px -2px 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 15px 0 rgba(0, 0, 0, 0.5);
}
#logoFoot {
  margin-bottom: 10px;
  margin-top: 17px;
  width: 286px;
  height: auto;
  padding-right: 50px;
}
#excl {
  margin-bottom: 10px;
  margin-top: 40px;
  margin-left: 60px;
  width: 234px;
  height: auto;
}
#text-footer {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 12px;
  color: #898989;
  margin-bottom: 15px;
  margin-top: 10px;
}
.NoPad {
  padding-left: 0px;
  padding-right: 0px;
}
/*
Google Map

*/
.containerM {
  border-top: #23527c solid 1px;
}
@media only screen and (min-width: 992px) {
  .containerM {
    height: 427px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .containerM {
    height: 221px;
  }
}
@media only screen and (max-width: 767px) {
  .containerM {
    height: 221px;
  }
}
#mymap {
  width: 100%;
  height: 100%;
}
/*
Titre et Texte

*/
h1 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 42px;
  color: #ffffff;
  text-shadow: 0px 2px 8px #000000;
}
h2 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 30px;
  color: #363636;
  text-transform: capitalize;
  margin-top: 35px;
  margin-bottom: 35px;
}
p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
  color: #363636;
}
p.ser {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 11pt;
  color: #363636;
  line-height: 25px;
}
.titreService {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  color: #ef7920;
  text-transform: capitalize;
}
.sider .gras {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.sider p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
/*
Couleur et forme

*/
.orange {
  color: #ef7920;
}
.menu-active {
  border-bottom-color: #ef7920;
}
.bg-black {
  background-color: #403f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#403f3f), to(#262626));
  background: -webkit-linear-gradient(top, #403f3f, #262626);
  background: -moz-linear-gradient(top, #403f3f, #262626);
  background: -ms-linear-gradient(top, #403f3f, #262626);
  background: -o-linear-gradient(top, #403f3f, #262626);
}
.white {
  color: #ffffff;
}
.circular {
  width: 240px;
  height: 240px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
}
/*
Traits

*/
div.traitV {
  position: relative;
  top: 25px;
  display: inline-block;
  border-right: rgba(255, 255, 255, 0.4) solid 2px;
  height: 65px;
}
div.traitH {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #ffffff solid 2px;
  width: 70px;
  height: 2px;
}
div.traitHBlack {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #363636 solid 2px;
  width: 70px;
  height: 2px;
}
div.traitLight {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #c9c9c9 solid 2px;
  width: 110px;
  height: 2px;
  float: none;
  margin-top: 50px;
}
div.traitLight.orange {
  clear: both;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 14px;
  border-bottom: #ef7920 solid 1px;
}
.menu {
  -webkit-box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.5);
}
div.col-xs-12.circular.col-center.service-active {
  filter: none !important;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0) !important;
}
/*
Boutons et formulaires

*/
input,
textArea,
input[type=submit] {
  background-color: #403f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#403f3f), to(#262626));
  background: -webkit-linear-gradient(top, #403f3f, #262626);
  background: -moz-linear-gradient(top, #403f3f, #262626);
  background: -ms-linear-gradient(top, #403f3f, #262626);
  background: -o-linear-gradient(top, #403f3f, #262626);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px #666565 solid;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 0px 2px #000000;
}
input[type=submit] {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  color: #ef7920;
  -webkit-box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.5);
}
input[type=submit]:hover {
  background-color: #403f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#403f3f), to(#403f3f));
  background: -webkit-linear-gradient(top, #403f3f, #403f3f);
  background: -moz-linear-gradient(top, #403f3f, #403f3f);
  background: -ms-linear-gradient(top, #403f3f, #403f3f);
  background: -o-linear-gradient(top, #403f3f, #403f3f);
}
input[type=submit]:active {
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  top: 5px;
}
input,
textArea {
  -webkit-box-shadow: inset 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
}
input:focus,
textArea:focus {
  border: 1px #ffffff solid;
}
:focus {
  outline: none;
}
/*
Alignement

*/
.ecartement {
  margin-bottom: 20px;
}
.col-center {
  margin: 0 auto;
  float: none;
}
@media only screen and (min-width: 992px) {
  .hight {
    margin-top: 35px;
    height: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hight {
    margin-top: 35px;
    height: 295px;
  }
}
@media only screen and (max-width: 767px) {
  .hight {
    margin-top: 35px;
    height: 295px;
  }
}
input.input-space,
textarea.input-space {
  margin-top: 30px;
}
.fixed {
  position: fixed;
}
.block {
  position: block;
}
/*# sourceMappingURL=styles.css.map */