#searchthesite {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0096c3;
  background: rgba(0,150,195,0.95);
  color: #fff;
  z-index: 1001;
}
#searchthesite #sitesearch {
  display: block;
  position: absolute;
  width: 60%;
  margin: 30% 20% auto 20%;
}
#searchthesite #sitesearch input {
  display: block;
  width: 100%;
  border: none;
  background: rgba(255,255,255,0.15);
  text-align: center;
  padding: 24px;
  outline: none;
  font-size: 32px;
  color: #fff;
}
#searchthesite #sitesearch input::-webkit-input-placeholder,
#searchthesite #sitesearch input:-ms-input-placeholder,
#searchthesite #sitesearch input::-ms-input-placeholder,
#searchthesite #sitesearch input::placeholder {
  color: #1e5a73;
  opacity: 1;
}
#searchthesite #sitesearch i {
  font-size: 36px;
  cursor: pointer;
  margin-top: 48px;
  opacity: 0.75;
}
#buttonsearch {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  z-index: 200;
  display: block;
  position: fixed;
  top: 48px;
  right: 0;
  width: 36px;
  height: 36px;
  background: #1e5a73;
  text-align: center;
  line-height: 2.2em;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
}
#buttonsearch:hover  {
  background: #f08c1e;
}
html,
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #474646;
}
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  overflow-x: hidden;
}
body h1 {
  font-size: 35.2px;
  line-height: normal;
}
body h2 {
  font-size: 32px;
  line-height: normal;
}
body h3 {
  font-size: 28.8px;
  line-height: normal;
}
body h4 {
  font-size: 25.6px;
  line-height: normal;
}
body h5,
body .subtitle {
  font-size: 22.4px;
  line-height: normal;
}
body h6 {
  font-size: 19.2px;
  line-height: normal;
}
body .light {
  font-weight: 300;
}
body .whiteshadow {
  text-shadow: 0px 2px 4px rgba(255,255,255,0.85);
}
body .text-big {
  font-size: 28.8px;
}
body .text-icon {
  font-size: 96px;
}
body .uppercase {
  text-transform: uppercase;
}
body .paddingtop {
  padding-top: 48px;
}
body .paddingbottom {
  padding-bottom: 96px;
}
body .margintop24 {
  margin-top: 24px;
}
body .col-cyan {
  color: #0096c3;
}
body .col-orange {
  color: #f08c1e;
}
body .col-rouge {
  color: #991828;
}
body .col-bleu {
  color: #1e5a73;
}
body .col-bleu2 {
  color: #4b82be;
}
body .col-vert {
  color: #789650;
}
body .col-vert2 {
  color: #32916e;
}
body .bg-gris {
  background: #474646;
}
body .bg-grisalt {
  background: #f0f0f0;
}
body .bg-grister {
  background: #fafafa;
}
body a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #1e5a73;
}
body a:hover {
  color: #0096c3;
  text-decoration: none;
}
body p em {
  color: #787878;
}
body #header {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
}
body header #site-logo {
  padding: 15px;
}
body header #main-logo {
  display: block;
  margin-top: 2px;
}
body header #main-logo img {
  height: auto;
}
body header #site-menu {
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header #main-menu {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
body header #main-menu #bs4navbar {
  margin-top: 4px;
}
body header #main-menu #bs4navbar ul {
  width: 100%;
}
body header #main-menu #bs4navbar ul > #close-menu {
  display: none;
}
body header #main-menu #bs4navbar ul > #close-menu a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
body header #main-menu #bs4navbar ul > #close-menu a:hover {
  color: #f08c1e;
}
body header #main-menu #bs4navbar ul > li {
  margin: 4px 1rem 0;
  display: inline-block;
  position: relative;
  height: 36px;
  cursor: pointer;
}
body header #main-menu #bs4navbar ul > li > a {
  font-size: 14.4px;
}
body header #main-menu #bs4navbar ul > li.chauffage::before,
body header #main-menu #bs4navbar ul > li.maintenance-chauffage::before,
body header #main-menu #bs4navbar ul > li.plomberie::before,
body header #main-menu #bs4navbar ul > li.zinguerie::before,
body header #main-menu #bs4navbar ul > li.climatisation::before,
body header #main-menu #bs4navbar ul > li.energies::before,
body header #main-menu #bs4navbar ul > li.home::before,
body header #main-menu #bs4navbar ul > li.realisations::before,
body header #main-menu #bs4navbar ul > li.contact::before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-left: solid 2px transparent;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.chauffage::after,
body header #main-menu #bs4navbar ul > li.maintenance-chauffage::after,
body header #main-menu #bs4navbar ul > li.plomberie::after,
body header #main-menu #bs4navbar ul > li.zinguerie::after,
body header #main-menu #bs4navbar ul > li.climatisation::after,
body header #main-menu #bs4navbar ul > li.energies::after,
body header #main-menu #bs4navbar ul > li.home::after,
body header #main-menu #bs4navbar ul > li.realisations::after,
body header #main-menu #bs4navbar ul > li.contact::after {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-left: solid 2px transparent;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li.chauffage:hover::before,
body header #main-menu #bs4navbar ul > li.chauffage.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #f08c1e;
  border-top: solid 2px #f08c1e;
  border-bottom: solid 2px #f08c1e;
  border-right: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
body header #main-menu #bs4navbar ul > li.chauffage:hover::after,
body header #main-menu #bs4navbar ul > li.chauffage.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #f08c1e;
  border-top: solid 2px #f08c1e;
  border-bottom: solid 2px #f08c1e;
  border-left: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
body header #main-menu #bs4navbar ul > li.maintenance-chauffage:hover::before,
body header #main-menu #bs4navbar ul > li.maintenance-chauffage.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #991828;
  border-top: solid 2px #991828;
  border-bottom: solid 2px #991828;
  border-right: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
body header #main-menu #bs4navbar ul > li.maintenance-chauffage:hover::after,
body header #main-menu #bs4navbar ul > li.maintenance-chauffage.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #991828;
  border-top: solid 2px #991828;
  border-bottom: solid 2px #991828;
  border-left: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
body header #main-menu #bs4navbar ul > li.plomberie:hover::before,
body header #main-menu #bs4navbar ul > li.plomberie.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #1e5a73;
  border-top: solid 2px #1e5a73;
  border-bottom: solid 2px #1e5a73;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.plomberie:hover::after,
body header #main-menu #bs4navbar ul > li.plomberie.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #1e5a73;
  border-top: solid 2px #1e5a73;
  border-bottom: solid 2px #1e5a73;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li.zinguerie:hover::before,
body header #main-menu #bs4navbar ul > li.zinguerie.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #1e5a73;
  border-top: solid 2px #1e5a73;
  border-bottom: solid 2px #1e5a73;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.zinguerie:hover::after,
body header #main-menu #bs4navbar ul > li.zinguerie.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #1e5a73;
  border-top: solid 2px #1e5a73;
  border-bottom: solid 2px #1e5a73;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li.climatisation:hover::before,
body header #main-menu #bs4navbar ul > li.climatisation.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #4b82be;
  border-top: solid 2px #4b82be;
  border-bottom: solid 2px #4b82be;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.climatisation:hover::after,
body header #main-menu #bs4navbar ul > li.climatisation.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #4b82be;
  border-top: solid 2px #4b82be;
  border-bottom: solid 2px #4b82be;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li.energies:hover::before,
body header #main-menu #bs4navbar ul > li.energies.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #32916e;
  border-top: solid 2px #32916e;
  border-bottom: solid 2px #32916e;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.energies:hover::after,
body header #main-menu #bs4navbar ul > li.energies.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #32916e;
  border-top: solid 2px #32916e;
  border-bottom: solid 2px #32916e;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li.home:hover::before,
body header #main-menu #bs4navbar ul > li.home.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #32916e;
  border-top: solid 2px #32916e;
  border-bottom: solid 2px #32916e;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.home:hover::after,
body header #main-menu #bs4navbar ul > li.home.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #32916e;
  border-top: solid 2px #32916e;
  border-bottom: solid 2px #32916e;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li.realisations:hover::before,
body header #main-menu #bs4navbar ul > li.realisations.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #f08c1e;
  border-top: solid 2px #f08c1e;
  border-bottom: solid 2px #f08c1e;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.realisations:hover::after,
body header #main-menu #bs4navbar ul > li.realisations.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #f08c1e;
  border-top: solid 2px #f08c1e;
  border-bottom: solid 2px #f08c1e;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li.contact:hover::before,
body header #main-menu #bs4navbar ul > li.contact.active::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-left: solid 2px #789650;
  border-top: solid 2px #789650;
  border-bottom: solid 2px #789650;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
}
body header #main-menu #bs4navbar ul > li.contact:hover::after,
body header #main-menu #bs4navbar ul > li.contact.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-right: solid 2px #789650;
  border-top: solid 2px #789650;
  border-bottom: solid 2px #789650;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
}
body header #main-menu #bs4navbar ul > li > a,
body header #main-menu #bs4navbar ul > li > a:hover {
  color: #474646;
}
body header #main-menu .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  z-index: 1000;
  position: absolute;
  padding: 0;
}
body header #main-menu .dropdown .dropdown-menu > a {
  font-size: 14.4px;
  padding: 1rem 1rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
}
body header #main-menu .dropdown .dropdown-menu > a:hover {
  background: transparent;
}
body header #main-menu .dropdown .dropdown-menu > a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
body header #main-menu .dropdown .dropdown-menu > a.active {
  background: transparent;
  color: initial;
}
body header #main-menu .dropdown .dropdown-menu > a.chauffage:after,
body header #main-menu .dropdown .dropdown-menu > a.chauffage.active:after {
  background: #f08c1e;
}
body header #main-menu .dropdown .dropdown-menu > a.maintenance-chauffage:after,
body header #main-menu .dropdown .dropdown-menu > a.maintenance-chauffage.active:after {
  background: #991828;
}
body header #main-menu .dropdown .dropdown-menu > a.plomberie:after,
body header #main-menu .dropdown .dropdown-menu > a.plomberie.active:after {
  background: #1e5a73;
}
body header #main-menu .dropdown .dropdown-menu > a.sdb:after,
body header #main-menu .dropdown .dropdown-menu > a.sdb.active:after {
  background: #32916e;
}
body header #main-menu .dropdown .dropdown-menu > a.climatisation:after,
body header #main-menu .dropdown .dropdown-menu > a.climatisation.active:after {
  background: #4b82be;
}
body header #main-menu .dropdown .dropdown-menu > a.energies:after,
body header #main-menu .dropdown .dropdown-menu > a.energies.active:after {
  background: #32916e;
}
body header #main-menu .dropdown .dropdown-menu > a:hover:after,
body header #main-menu .dropdown .dropdown-menu > a.active:after {
  width: 100%;
  left: 0;
}
body header #phone-data {
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-left: 1px solid #333;
  padding-left: 30px;
}
body header #phone-data::before {
  content: '';
  display: block;
  position: absolute;
  float: left;
  width: 1px;
  height: 100%;
  background: #474646;
  left: -15px;
  top: 0;
  bottom: 0;
}
body header #phone-data > p {
  margin-bottom: 0;
}
body header #phone-data > p > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  clear: both;
  color: #0096c3;
  font-weight: 700;
  font-size: 20px;
}
body header #phone-data > p > a:hover {
  color: #007da0;
  text-decoration: none;
}
body header #phone-data > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  display: block;
  position: absolute;
  font-size: 64px;
  color: #474646;
  left: 47%;
  bottom: -23px;
}
body header #phone-data > a:hover {
  color: #f08c1e;
  text-decoration: none;
}
body main #titlebar {
  background: #1e5a73;
  background: -moz-linear-gradient(45deg,#1e5a73 0%,#0096c3 100%);
  background: -webkit-linear-gradient(45deg,#1e5a73 0%,#0096c3 100%);
  background: linear-gradient(45deg,#1e5a73 0%,#0096c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bdbleu',endColorstr='@bdcyan',GradientType=1);
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
}
body main #titlebar img {
  width: 104%;
  margin-left: -2%;
  margin-bottom: -1px;
}
body main #titlebar h1 {
  text-align: right;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.65);
  margin-top: 50px;
}
body main #titlebar h1::after {
  content: '';
  display: block;
  right: 15px;
  position: absolute;
  margin-top: 8px;
  width: 30%;
  height: 3px;
  background: #f08c1e;
}
body main #search-404 {
  margin: 20px auto 20px auto;
}
body main #search-404 input {
  width: 100%;
  padding: 12px 16px 8px 16px;
  border: none;
  outline: none;
  border-bottom: solid 2px #0096c3;
  font-size: 22px;
  text-align: center;
}
body main #site-breadcrumb {
  font-size: 14.4px;
}
body main #site-breadcrumb i.fa-chevron-right {
  font-size: 12px;
  color: #c8c8c8;
  margin: 0 6px 0 6px;
}
body main #site-breadcrumb a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #f08c1e;
}
body main #site-breadcrumb a:hover {
  color: #0096c3;
  text-decoration: none;
}
body main #contact-form img#top {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
body main #contact-form img#top,
body main #contact-form img#bottom {
  width: 104%;
  margin-left: -2%;
}
body main #map {
  display: block;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
body main #coordonnees {
  font-size: 28.8px;
  text-align: center;
  margin-top: -42px;
  margin-bottom: 32px;
}
body main #coordonnees i {
  font-size: 48px;
}
body main #coordonnees a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #474646;
}
body main #coordonnees a.localisation {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #f08c1e;
}
body main #coordonnees a.telephone {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #1e5a73;
}
body main #coordonnees a.localisation:hover,
body main #coordonnees a.telephone:hover,
body main #coordonnees a:hover {
  color: #0096c3;
}
body main #contact-title h2 span.icon {
  display: block;
  float: left;
  margin-right: 3%;
  width: 12%;
}
body main #contact-title h2 span.icon i {
  display: block;
  float: right;
  font-size: 56px;
}
body main #contact-title h2 span {
  display: block;
  position: relative;
  float: left;
  width: 85%;
}
body main #headband {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  height: 60vh;
  min-height: 520px;
  clear: both;
  z-index: 10;
}
body main #headband #home-presentation {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 25;
}
body main #headband #presentation {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 15;
}
body main #headband #presentation:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60%;
  left: 0;
  background: #ffffff;
  background: -moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#ffffff),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  z-index: 2;
}
body main #headband #presentation img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body main #headband > img#wave {
  width: 104%;
  margin-left: -2%;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
  z-index: 18;
}
body main #headband > img#waves {
  width: 40%;
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 19;
}
body main #headband #scrolldown {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  width: 10%;
  bottom: 0;
  margin: auto 45% auto 45%;
  color: #474646;
  text-align: center;
  z-index: 30;
}
body main #headband #scrolldown:hover {
  color: #0096c3;
}
body main #headband #scrolldown .icon-souris {
  font-size: 48px;
}
body main #headband #scrolldown .fa-chevron-down {
  display: block;
  margin-top: -5px;
}
body main #headband #presentation .container {
  display: block;
  position: relative;
  z-index: 10;
}
body main #headband h1 {
  display: block;
  position: absolute;
  margin-top: 22vh;
  font-size: 64px;
}
body main #headband h1 span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body main #headband h1::after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 148px;
  margin-left: 5vw;
  margin-top: -104px;
}
body main #headband h1 span::before {
  content: '';
  display: block;
  position: absolute;
  height: 24px;
  margin-left: 5vw;
  margin-top: -26px;
}
body main #headband h1 span::after {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  margin-left: 5vw;
  top: 84px;
}
body main #headband h1.orange::after {
  content: '';
  border-top: solid 4px #f08c1e;
  border-bottom: solid 4px #f08c1e;
  border-right: solid 4px #f08c1e;
}
body main #headband h1.orange span::before {
  content: '';
  border-left: solid 4px #f08c1e;
}
body main #headband h1.orange span::after {
  content: '';
  border-left: solid 4px #f08c1e;
}
body main #headband h1.rouge::after {
  content: '';
  border-top: solid 4px #991828;
  border-bottom: solid 4px #991828;
  border-right: solid 4px #991828;
}
body main #headband h1.rouge span::before {
  content: '';
  border-left: solid 4px #991828;
}
body main #headband h1.rouge span::after {
  content: '';
  border-left: solid 4px #991828;
}
body main #headband h1.bleu::after {
  content: '';
  border-top: solid 4px #1e5a73;
  border-bottom: solid 4px #1e5a73;
  border-right: solid 4px #1e5a73;
}
body main #headband h1.bleu span::before {
  content: '';
  border-left: solid 4px #1e5a73;
}
body main #headband h1.bleu span::after {
  content: '';
  border-left: solid 4px #1e5a73;
}
body main #headband h1.bleu2::after {
  content: '';
  border-top: solid 4px #4b82be;
  border-bottom: solid 4px #4b82be;
  border-right: solid 4px #4b82be;
}
body main #headband h1.bleu2 span::before {
  content: '';
  border-left: solid 4px #4b82be;
}
body main #headband h1.bleu2 span::after {
  content: '';
  border-left: solid 4px #4b82be;
}
body main #headband h1.vert::after {
  content: '';
  border-top: solid 4px #789650;
  border-bottom: solid 4px #789650;
  border-right: solid 4px #789650;
}
body main #headband h1.vert span::before {
  content: '';
  border-left: solid 4px #789650;
}
body main #headband h1.vert span::after {
  content: '';
  border-left: solid 4px #789650;
}
body main #headband h1.vert2::after {
  content: '';
  border-top: solid 4px #32916e;
  border-bottom: solid 4px #32916e;
  border-right: solid 4px #32916e;
}
body main #headband h1.vert2 span::before {
  content: '';
  border-left: solid 4px #32916e;
}
body main #headband h1.vert2 span::after {
  content: '';
  border-left: solid 4px #32916e;
}
body main #contact-form section {
  padding-top: 48px;
  padding-bottom: 24px;
}
body main #contact-form .nf-form-content button,
body main #contact-form .nf-form-content input[type=button],
body main #contact-form .nf-form-content input[type=submit] {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  width: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 38px;
  text-transform: uppercase;
  background: #1e5a73;
  cursor: pointer;
}
body main #contact-form .nf-form-content button:hover,
body main #contact-form .nf-form-content input[type=button]:hover,
body main #contact-form .nf-form-content input[type=submit]:hover {
  background: #0096c3;
  color: #fff;
}
body main #contact-form .nf-form-fields-required {
  display: none;
}
body main #contact-form .nf-form-content .list-select-wrap .nf-field-element>div,
body main #contact-form .nf-form-content input:not([type=button]),
body main #contact-form .nf-form-content textarea {
  background: #fff;
  border: none;
}
body main #contact-form .nf-error .nf-error-msg {
  font-size: 13.6px;
}
body main #contact-form .list-checkbox-wrap .nf-field-element li label,
body main #contact-form .list-image-wrap .nf-field-element li label,
body main #contact-form .list-radio-wrap .nf-field-element li label {
  font-size: 15px;
  cursor: pointer;
}
body main #contact-form .nf-after-form-content {
  text-align: center;
  font-weight: 700;
}
body main #contact-form .nf-error.field-wrap .nf-field-element:after {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 18px;
  top: 7px;
  right: 6px;
}
body main #contact-form .textbox-container,
body main #contact-form .email-container,
body main #contact-form .phone-container {
  width: 48%;
}
body main #contact-form .textarea-container {
  width: 48%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
body main #contact-form .textarea-container textarea {
  height: 206px;
}
body main #contact-form .textbox-container .nf-error-wrap,
body main #contact-form .email-container .nf-error-wrap,
body main #contact-form .phone-container .nf-error-wrap,
body main #contact-form .textarea-container .nf-error-wrap {
  display: block;
  width: 100%;
  position: absolute;
  margin-top: -6px;
}
body main #contact-form .textarea-container .nf-error-wrap {
  margin-top: -12px;
}
body main #contact-form .submit-container {
  width: 100%;
}
body main .showprojects {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
  padding: 12px 24px;
  border-radius: 28px;
  text-transform: uppercase;
  display: inline-block;
  margin: 24px 0 24px 0;
}
body main .showprojects.orange {
  background: #f08c1e;
}
body main .showprojects.rouge {
  background: #991828;
}
body main .showprojects.bleu {
  background: #1e5a73;
}
body main .showprojects.bleu2 {
  background: #4b82be;
}
body main .showprojects.vert {
  background: #789650;
}
body main .showprojects.vert2 {
  background: #32916e;
}
body main .showprojects:hover {
  background: #0096c3;
  text-decoration: none;
}
body main .showprojects:hover.rouge {
  background: #770c19;
}
body main h2.light {
  display: block;
  position: relative;
  width: 100%;
}
body main h2.light:after {
  content: "";
  display: block;
  clear: both;
}
body main h2.light .icon {
  font-size: 64px;
  width: 15%;
  float: left;
}
body main h2.light .title {
  float: left;
  width: 85%;
}
body main .subtitle {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 24px;
  margin-bottom: 24px;
  clear: both;
}
body main #service #description.orange ul,
body main #service #description.bleu ul,
body main #service #description.bleu2 ul,
body main #service #description.vert ul,
body main #service #description.vert2 ul {
  list-style-type: none;
}
body main #service #description.orange ul li::before {
  content: '> ';
  color: #f08c1e;
}
body main #service #description.bleu ul li::before {
  content: '> ';
  color: #1e5a73;
}
body main #service #description.bleu2 ul li::before {
  content: '> ';
  color: #4b82be;
}
body main #service #description.vert ul li::before {
  content: '> ';
  color: #789650;
}
body main #service #description.vert2 ul li::before {
  content: '> ';
  color: #32916e;
}
body main #service #introduction {
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  padding-left: 8rem;
  padding-right: 8rem;
}
body main #service #introduction p {
  color: rgba(0,0,0,0.65);
}
body main #service #description {
  margin-top: 1rem;
}
body main #service #description ul {
  padding-left: 1rem;
}
body main #service #description ul li {
  position: relative;
  padding-left: 1rem;
}
body main #service #description ul li:before {
  position: absolute;
  left: 0;
  top: -0.1rem;
}
body main #realisations .title h2 {
  text-align: center;
}
body main #realisations .title h2 span {
  display: inline-block;
  position: relative;
}
body main #realisations .title h2 span::after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  margin-top: 12px;
  border-bottom: solid 3px #f08c1e;
}
body main #promo .title h2 {
  text-align: center;
}
body main #promo .title h2 span {
  display: inline-block;
  position: relative;
}
body main #promo .title h2 span::after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  margin-top: 12px;
  border-bottom: solid 3px #f08c1e;
}
body main #promo img {
  width: 70%;
  margin: 1rem auto;
  display: flex;
}
body main #projects-slider {
  margin-top: 32px;
}
body main #realisations .project {
  margin-bottom: 30px;
}
body main #realisations .project .content,
body main #projects-slider .content {
  display: block;
  position: relative;
  height: 420px;
  margin: 12px;
  overflow: hidden;
  cursor: pointer;
}
body main #realisations .project .content:hover,
body main #projects-slider .content:hover {
  text-decoration: none;
}
body main #realisations .project .content img,
body main #projects-slider .content img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
body main #realisations .project .content .data,
body main #projects-slider .content .data {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 24px;
  opacity: 0;
  background: rgba(0,0,0,0.25);
  color: #fff;
}
body main #realisations .project .content .data::before,
body main #projects-slider .content .data::before {
  content: '';
  display: block;
  position: absolute;
  width: 180px;
  height: 180px;
  top: 24px;
  left: 24px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}
body main #realisations .project .content .data::after,
body main #projects-slider .content .data::after {
  content: '';
  display: block;
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: 24px;
  right: 24px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
body main #realisations .project .content .data h2,
body main #projects-slider .content .data h2 {
  display: block;
  position: relative;
  font-size: 19.2px;
  width: 90%;
  margin: 5%;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.85);
}
body main #realisations .project .content .data p,
body main #projects-slider .content .data p {
  width: 90%;
  margin: 5%;
}
body main #realisations .project .content .data i,
body main #projects-slider .content .data i {
  font-size: 48px;
  position: absolute;
  right: 42px;
  bottom: 42px;
}
body main #realisations .project .content .data:hover,
body main #projects-slider .content .data:hover {
  opacity: 1;
}
body main #project-slider .owl-stage-outer {
  display: block;
  position: relative;
}
body main #projects-slider .owl-nav {
  display: block;
  position: relative;
  width: 100%;
}
body main #projects-slider .owl-nav .owl-prev,
body main #projects-slider .owl-nav .owl-next {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  color: #474646;
}
body main #projects-slider .owl-nav .owl-prev:hover,
body main #projects-slider .owl-nav .owl-next:hover {
  color: #f08c1e;
}
body main #projects-slider .owl-nav .owl-prev span,
body main #projects-slider .owl-nav .owl-next span {
  font-size: 64px;
}
body main #projects-slider .owl-nav .owl-prev {
  left: -10px;
  top: -280px;
}
body main #projects-slider .owl-nav .owl-next {
  right: -10px;
  top: -280px;
}
body main #project-description h2 {
  margin-bottom: 32px;
}
body main #seeprojects {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #1e5a73;
  padding: 12px 16px;
  border-radius: 24px;
  color: #fff;
}
body main #seeprojects:hover {
  background: #f08c1e;
  text-decoration: none;
}
body main .postnav {
  display: block;
  width: 100%;
}
body main .postnavprev {
  text-align: left;
}
body main .postnavnext {
  text-align: right;
}
body main span.page-numbers {
  padding: 8px 12px;
  color: #fff;
  background: #f08c1e;
}
body main a.page-numbers {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  padding: 8px 12px;
  color: #fff;
  background: #1e5a73;
}
body main a.page-numbers:hover {
  background: #0096c3;
  text-decoration: none;
}
body main #headband #home-slider {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body main #headband #home-slider .owl-stage-outer {
  display: block;
  position: relative;
  height: 100%;
}
body main #headband #home-slider .owl-stage-outer .owl-stage {
  display: block;
  position: relative;
  height: 100%;
}
body main #headband #home-slider .owl-stage-outer .owl-stage .owl-item {
  display: block;
  position: relative;
  height: 100%;
}
body main #headband #home-slider .owl-stage-outer .owl-stage .owl-item .slide {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body main #headband #home-slider .owl-stage-outer .owl-stage .owl-item .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body main #headband #home-slider .owl-nav {
  display: none;
}
body main #headband #home-presentation #home-block {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 16vh;
}
body main #headband #home-presentation #home-block h1 {
  display: block;
  position: relative;
  font-size: 60px;
  margin-top: 0;
}
body main #headband #home-presentation #home-block h1::before {
  content: '';
  display: block;
  position: relative;
  width: 80%;
  height: 32px;
  margin-left: 10%;
  margin-top: 0;
  border-top: solid 3px #f08c1e;
  border-left: solid 3px #f08c1e;
  border-right: solid 3px #f08c1e;
}
body main #headband #home-presentation #home-block h1::after {
  content: '';
}
body main #headband #home-presentation #home-block p {
  display: block;
  position: relative;
  clear: both;
}
body main #headband #home-presentation #home-block p::before {
  content: '';
  display: block;
  position: absolute;
  width: 22%;
  height: 32px;
  left: 10%;
  bottom: 24px;
  border-left: solid 3px #f08c1e;
  border-bottom: solid 3px #f08c1e;
}
body main #headband #home-presentation #home-block p::after {
  content: '';
  display: block;
  position: absolute;
  width: 22%;
  height: 32px;
  right: 10%;
  bottom: 24px;
  border-right: solid 3px #f08c1e;
  border-bottom: solid 3px #f08c1e;
}
body main #headband #home-presentation #home-block p a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: inline-block;
  position: relative;
  background: #1e5a73;
  padding: 12px 32px;
  border-radius: 32px;
  color: #fff;
  margin-top: -32px;
  z-index: 30;
}
body main #headband #home-presentation #home-block p a:hover {
  background: #f08c1e;
  text-decoration: none;
}
body main .showhome {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  width: 100%;
  overflow-y: hidden;
}
body main .showhome #rightblock {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
body main .showhome #rightblock #img-presentation {
  display: block;
  position: absolute;
  width: 90%;
  height: 350px;
  margin-top: 60px;
  right: 0;
  z-index: 10;
  overflow: hidden;
  text-align: center;
}
body main .showhome #rightblock #img-presentation img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
body main .showhome #rightblock #rectangle {
  display: block;
  position: absolute;
  width: 90%;
  height: 350px;
  right: 20px;
  top: 60px;
  margin-top: -20px;
  border: solid 3px #1e5a73;
  z-index: 1;
}
body main .colfive {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  margin: 1%;
  float: left;
  overflow: hidden;
}
body main .colfive img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  object-fit: cover;
}
body main .colfive .data {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
body main .colfive .data:hover {
  opacity: 1;
}
body main .colfive .data h3 {
  transform: rotate(270deg);
  margin-top: 170px;
  margin-left: 100px;
  position: relative;
}
body main .colfive .data i {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
}
body main .colfive .label {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
body main .colfive.bleu .label,
body main .colfive.bleu .data {
  background: #1e5a73;
}
body main .colfive.bleu2 .data,
body main .colfive.bleu2 .label {
  background: #4b82be;
}
body main .colfive.vert .data,
body main .colfive.vert .label {
  background: #789650;
}
body main .colfive.vert2 .data,
body main .colfive.vert2 .label {
  background: #32916e;
}
body main .colfive.orange .data,
body main .colfive.orange .label {
  background: #f08c1e;
}
body main .colfive.rouge .data,
body main .colfive.rouge .label {
  background: #991828;
}
body main #services-slider .owl-nav {
  display: block;
  position: relative;
  width: 100%;
}
body main #services-slider .owl-nav .owl-prev,
body main #services-slider .owl-nav .owl-next {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  color: #474646;
}
body main #services-slider .owl-nav .owl-prev:hover,
body main #services-slider .owl-nav .owl-next:hover {
  color: #f08c1e;
}
body main #services-slider .owl-nav .owl-prev span,
body main #services-slider .owl-nav .owl-next span {
  font-size: 64px;
}
body main #services-slider .owl-nav .owl-prev {
  left: -25px;
  top: -240px;
}
body main #services-slider .owl-nav .owl-next {
  right: -25px;
  top: -240px;
}
body footer {
  z-index: 50;
}
body footer #quote-container {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  bottom: 0;
  right: 5rem;
  z-index: 110;
}
body footer #quote {
  background: #1e5a73;
  position: absolute;
  width: 320px;
  right: 0;
  bottom: 0;
  z-index: 101;
}
body footer #quote #show {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #1e5a73;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 3em;
  width: 100%;
  padding: 4px 28px;
  outline: none;
  border: none;
  cursor: pointer;
}
body footer #quote #show:hover {
  background: #0096c3;
}
body footer #quote #show i {
  font-size: 40px;
  float: left;
}
body footer #quote #show > span {
  width: 100%;
}
body footer #quote #show > span >span {
  display: inline-block;
  margin-top: 6px;
  font-size: 16px;
  float: right;
}
body footer #quote #quote-form {
  display: none;
  padding: 12px;
  color: #fff;
  font-size: 12px;
}
body footer #quote #quote-form input,
body footer #quote #quote-form textarea {
  font-size: 13.6px;
  padding: 6px;
  border: none;
  margin: 0;
}
body footer #quote #quote-form input {
  height: 34px;
}
body footer #quote #quote-form textarea {
  height: 124px;
}
body footer #quote #quote-form .nf-error.field-wrap .nf-field-element:after {
  background: #f08c1e;
  top: 6px;
  right: 3px;
  bottom: 0;
  height: 24px;
  width: 24px;
  line-height: 26px;
  border-radius: 24px;
  margin-top: -2px;
  font-size: 16px;
}
body footer #quote #quote-form .nf-pass.field-wrap .nf-field-element:after {
  color: #789650;
  font-size: 26px;
  content: "\f058";
  top: -7px;
  right: 3px;
}
body footer #quote #quote-form .checkbox-wrap .nf-field-element label:before,
body footer #quote #quote-form .checkbox-wrap .nf-field-label label:before,
body footer #quote #quote-form .listcheckbox-wrap .nf-field-element label:before,
body footer #quote #quote-form .listcheckbox-wrap .nf-field-label label:before {
  font-size: 16px;
  margin-left: 3px;
  margin-top: 4px;
  cursor: pointer;
}
body footer #quote #quote-form .list-checkbox-wrap .nf-field-element li label,
body footer #quote #quote-form .list-image-wrap .nf-field-element li label,
body footer #quote #quote-form .list-radio-wrap .nf-field-element li label {
  font-size: 11px;
  line-height: 13px;
  text-align: justify;
  letter-spacing: -0.03em;
}
body footer #quote #quote-form #ninja_forms_required_items,
body footer .nf-field-container {
  margin-bottom: 22px;
}
body footer #quote #quote-form #ninja_forms_required_items.submit-container,
body footer .nf-field-container.submit-container {
  margin: 0;
}
body footer #quote #quote-form .nf-after-field {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: -5px;
}
body footer #quote #quote-form .nf-error .nf-error-msg {
  color: #f08c1e;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.85);
}
body footer #quote #quote-form .nf-after-form-content .nf-error-msg,
body footer #quote #quote-form .nf-after-form-content .ninja-forms-req-symbol {
  color: #f08c1e;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.85);
}
body footer #quote #quote-form .nf-form-content button,
body footer #quote #quote-form .nf-form-content input[type=button],
body footer #quote #quote-form .nf-form-content input[type=submit] {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #fff;
  color: #474646;
  width: 160px;
  display: block;
  position: relative;
  border-radius: 32px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  margin: 0 auto;
}
body footer #quote #quote-form .nf-form-content button:hover,
body footer #quote #quote-form .nf-form-content input[type=button]:hover,
body footer #quote #quote-form .nf-form-content input[type=submit]:hover {
  background: #0096c3;
  color: #fff;
}
body footer #quote #quote-form .checkbox-wrap .nf-field-element label:after,
body footer #quote #quote-form .checkbox-wrap .nf-field-label label:after,
body footer #quote #quote-form .listcheckbox-wrap .nf-field-element label:after,
body footer #quote #quote-form .listcheckbox-wrap .nf-field-label label:after {
  border: none;
}
body footer #quote #quote-form .nf-before-form-content .nf-form-fields-required {
  font-size: 11px;
  float: right;
  margin-right: 6px;
  margin-bottom: 2px;
}
body footer #quote #quote-form .ninja-forms-req-symbol {
  color: #fff;
}
body footer #quote #quote-form .nf-response-msg {
  text-align: center;
  background: #fff;
  color: #1e5a73;
  border-radius: 20px;
}
body footer #topfooter {
  padding-top: 12px;
  padding-bottom: 12px;
}
body footer #footer-logo {
  width: 70%;
  margin: 0 auto;
}
body footer .footertitle {
  font-weight: 700;
  color: #1e5a73;
}
body footer .adresse {
  color: #1e5a73;
}
body footer .horaires {
  font-size: 13.6px;
  color: #474646;
}
body footer .horaires .data {
  width: 100%;
}
body footer .horaires .data .hours {
  width: 70%;
  float: right;
}
body footer a.button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  background: #474646;
  color: #fff;
  padding: 8px 16px;
  border-radius: 32px;
  width: 240px;
  overflow: hidden;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 500;
  height: 40px;
}
body footer a.button i {
  display: block;
  position: absolute;
  font-size: 48px;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  right: 12px;
  bottom: -6px;
}
body footer a.contact {
  background: #f08c1e;
  font-size: 16px;
}
body footer a.phone {
  background: #1e5a73;
  font-size: 20px;
  line-height: 1.2em;
}
body footer a.button:hover {
  background: #0096c3;
  text-decoration: none;
}
body footer #footer-menu {
  margin-top: 42px;
}
body footer #footer-menu ul {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
body footer #footer-menu ul li {
  display: inline-block;
}
body footer #footer-menu ul li a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #474646;
  padding: 0;
}
body footer #footer-menu ul li a:hover {
  color: #0096c3;
  text-decoration: none;
}
body footer #footer-menu ul li a::after {
  content: '|';
  margin: 0 4px;
}
body footer #footer-menu ul li.climatisation a::after,
body footer #footer-menu ul li.energies a::after {
  content: '';
}
body footer #subfooter {
  background: #f0f0f0;
}
body footer #credits {
  margin-bottom: 0;
  font-size: 13.6px;
  color: #474646;
  margin: 12px auto;
}
body footer #credits a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #474646;
}
body footer #credits a:hover {
  color: #0096c3;
  text-decoration: none;
}
body footer #credits .separator {
  color: #0096c3;
  margin: 0 8px;
}
body footer #idcom-credits-img {
  width: 48px;
  height: auto;
  margin-right: 8px;
}
body #gototop {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  position: fixed;
  background: #1e5a73;
  color: #fff;
  right: 20px;
  bottom: 20px;
  padding: 4px 10px 8px 10px;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
body #gototop:hover {
  background: #0096c3;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body header #main-menu #bs4navbar {
    margin-top: 6px;
  }
  body header #main-menu #bs4navbar ul > li > a {
    font-size: 12.8px;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body header #main-menu #bs4navbar ul > li {
    height: 34px;
  }
  body header #phone-data > p {
    font-size: 12.8px;
  }
  body header #phone-data > p > a {
    font-size: 16px;
  }
  body header #phone-data > a {
    font-size: 56px;
    left: 51%;
  }
  body main #headband {
    height: 55vh;
    min-height: 500px;
  }
  body main #headband #presentation img {
    height: auto;
    width: 120%;
  }
  body main #headband h1 {
    font-size: 57.6px;
    margin-top: 20vh;
  }
  body main #headband h1::after {
    content: '';
    height: 148px;
    margin-top: -104px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 32px;
    margin-top: -34px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 32px;
    top: 76px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body header #main-menu #bs4navbar {
    margin-top: 4px;
  }
  body header #main-menu #bs4navbar ul > li > a {
    font-size: 11.2px;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body header #main-menu #bs4navbar ul > li {
    height: 32px;
  }
  body header #phone-data > p {
    font-size: 10.4px;
  }
  body header #phone-data > p > a {
    font-size: 13.6px;
  }
  body header #phone-data > a {
    font-size: 51.2px;
    left: 50%;
  }
  body main #headband {
    height: 50vh;
    min-height: 480px;
  }
  body main #headband #presentation img {
    height: auto;
    width: 120%;
  }
  body main #headband h1 {
    font-size: 51.2px;
    margin-top: 18vh;
  }
  body main #headband h1::after {
    content: '';
    height: 132px;
    margin-top: -90px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 24px;
    margin-top: -28px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 32px;
    top: 66px;
  }
  body main #headband #home-presentation #home-block {
    margin-top: 12vh;
  }
  body main #headband #home-presentation #home-block h1 {
    font-size: 50px;
  }
  body main .showhome #rightblock #img-presentation img {
    width: auto;
    height: 120%;
  }
  body footer #footer-menu {
    margin-top: 56px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  body header #main-menu #bs4navbar ul > li > a {
    font-size: 10.4px;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body main #contact-form .textarea-container textarea {
    height: 224px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 13.6px;
    overflow-x: hidden;
  }
  body #searchthesite #sitesearch {
    width: 90%;
    margin: 35% 5% auto 5%;
  }
  body #searchthesite #sitesearch input {
    padding: 12px;
    font-size: 20px;
  }
  body h1 {
    font-size: 32px;
    line-height: normal;
  }
  body h2 {
    font-size: 28.8px;
    line-height: normal;
  }
  body h3 {
    font-size: 25.6px;
    line-height: normal;
  }
  body h4 {
    font-size: 22.4px;
    line-height: normal;
  }
  body h5,
  body .subtitle {
    font-size: 19.2px;
    line-height: normal;
  }
  body h6 {
    font-size: 16.8px;
    line-height: normal;
  }
  body .text-big {
    font-size: 24px;
  }
  body header #main-logo {
    display: block;
    width: 260px;
    margin: 0 auto;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body header #phone-data::before {
    content: '';
    display: none;
  }
  body header #phone-data > p {
    font-size: 12px;
  }
  body header #phone-data > p > a {
    font-size: 16px;
    margin-top: -4px;
  }
  body header #phone-data > a {
    font-size: 48px;
    margin: auto;
    left: 70%;
  }
  body header #site-mobile-menu {
    padding: 11px;
    background: #0096c3;
    font-size: 14.4px;
    color: #fff;
    outline: none;
    border-radius: 0;
    margin-top: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
  }
  body header #site-mobile-menu:hover {
    background: #f08c1e;
  }
  body header #main-menu #bs4navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    background: rgba(255,255,255,0.97);
    padding: 36px 24px 0 24px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
  }
  body header #main-menu #bs4navbar ul > li {
    text-align: center;
    margin: 10px 0;
  }
  body header #main-menu #bs4navbar ul > li.home a span {
    display: inline-block;
  }
  body header #main-menu #bs4navbar ul > #close-menu {
    display: block;
  }
  body main #coordonnees {
    font-size: 20.8px;
    margin-bottom: 24px;
  }
  body main #coordonnees i {
    font-size: 32px;
  }
  body main #headband {
    height: 40vh;
    min-height: 380px;
  }
  body main #headband #presentation img {
    height: 120%;
    width: auto;
  }
  body main #headband h1 {
    font-size: 35.2px;
    margin-top: 10vh;
  }
  body main #headband > img#waves {
    width: 60%;
    top: 30%;
  }
  body main #headband h1::after {
    content: '';
    height: 112px;
    margin-top: -74px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 24px;
    margin-top: -30px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 32px;
    top: 46px;
  }
  body main #contact-form .textbox-container,
  body main #contact-form .email-container,
  body main #contact-form .phone-container {
    width: 100%;
  }
  body main #contact-form .textarea-container {
    width: 100%;
    float: none;
    position: relative;
  }
  body main #titlebar h1 {
    margin-top: 0;
  }
  body main h2.light .icon {
    font-size: 54.4px;
  }
  body main .showbutton {
    text-align: center;
  }
  body main #projects-slider .content img {
    width: auto;
    height: 120%;
  }
  body main #realisations .project .content img {
    width: auto;
    height: 130%;
  }
  body main #headband #home-slider .owl-stage-outer .owl-stage .owl-item .slide img {
    width: 130%;
    height: auto;
  }
  body main #headband #home-presentation #home-block {
    margin-top: 10vh;
  }
  body main #headband #home-presentation #home-block h1 {
    font-size: 44px;
    text-align: center;
  }
  body main .showhome #rightblock {
    display: block;
    position: relative;
    width: 100%;
  }
  body main .showhome #rightblock {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
  }
  body main .colfive {
    display: block;
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body main .colfive img {
    width: 10%;
    height: auto;
    height: 100%;
  }
  body main .colfive .data {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body main .colfive .data h3 {
    transform: none;
    margin: 0;
    text-align: center;
  }
  body main #services-slider .owl-nav .owl-prev {
    left: -10px;
  }
  body main #services-slider .owl-nav .owl-next {
    right: -10px;
  }
  body main #services-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  body footer #topfooter p {
    text-align: center;
  }
  body footer #footer-logo {
    width: 200px;
  }
  body footer .horaires {
    font-size: 12px;
  }
  body footer .horaires .data .day {
    display: inline-block;
    float: left;
    text-align: right;
    width: 45%;
  }
  body footer .horaires .data .hours {
    display: inline-block;
    float: left;
    text-align: left;
    width: 51%;
    margin-left: 4%;
  }
  body footer a.button {
    padding: 8px 12px;
    width: 220px;
    height: 34px;
    margin: 0 auto 6px auto;
  }
  body footer a.button i {
    font-size: 44.8px;
  }
  body footer a.contact {
    font-size: 14.4px;
  }
  body footer a.phone {
    font-size: 19.2px;
    line-height: 1em;
  }
  body footer .footertitle {
    display: block;
    position: relative;
    margin-bottom: -10px;
  }
  body footer #footer-logo {
    margin-top: 24px;
  }
  body footer #footer-menu {
    margin: 24px auto;
  }
  body footer #footer-menu ul li {
    display: block;
    position: relative;
    width: 100%;
    margin: 6px auto;
    clear: both;
  }
  body footer #footer-menu ul li a::after {
    content: '';
  }
  body footer #idcom-credits-img {
    display: block;
    width: 48px;
    height: auto;
    margin: 0 auto 8px auto;
  }
  body footer #credits {
    font-size: 12px;
  }
  body footer #credits .data {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 8px;
  }
  body footer #credits .separator {
    display: none;
  }
}
@media (max-width: 575px) {
  body h1 {
    font-size: 28.8px;
    line-height: normal;
  }
  body h2 {
    font-size: 25.6px;
    line-height: normal;
  }
  body h3 {
    font-size: 24px;
    line-height: normal;
  }
  body h4 {
    font-size: 21.6px;
    line-height: normal;
  }
  body h5,
  body .subtitle {
    font-size: 18.4px;
    line-height: normal;
  }
  body h6 {
    font-size: 16px;
    line-height: normal;
  }
  body .text-big {
    font-size: 21.6px;
  }
  body header #main-logo {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body header #phone-data > p {
    font-size: 10.4px;
    bottom: 0;
  }
  body header #phone-data > p > a {
    font-size: 13.6px;
  }
  body header #phone-data > a {
    font-size: 40px;
    margin: auto;
    bottom: -15px;
    left: 60%;
  }
  body main #site-breadcrumb {
    display: none;
  }
  body main #headband #scrolldown {
    bottom: -10px;
  }
  body main #headband #scrolldown .icon-souris {
    font-size: 32px;
  }
  body main #headband {
    height: 40vh;
    min-height: 320px;
  }
  body main #headband #presentation img {
    height: 120%;
    width: auto;
  }
  body main #headband h1 {
    font-size: 30.4px;
    margin-top: 10vh;
  }
  body main #headband > img#waves {
    width: 80%;
    top: 35%;
  }
  body main #headband h1::after {
    content: '';
    height: 96px;
    margin-top: -64px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 24px;
    margin-top: -28px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 26px;
    top: 38px;
  }
  body main h2.light .icon {
    font-size: 51.2px;
  }
  body main #projects-slider .content {
    height: 320px;
  }
  body main #projects-slider .owl-nav .owl-prev span,
  body main #projects-slider .owl-nav .owl-next span {
    font-size: 48px;
  }
  body main #projects-slider .owl-nav .owl-prev {
    left: -10px;
    top: -220px;
  }
  body main #projects-slider .owl-nav .owl-next {
    right: -10px;
    top: -220px;
  }
  body main #projects-slider .content img {
    width: auto;
    height: 120%;
  }
  body main #realisations .project .content img {
    width: auto;
    height: 130%;
  }
  body main #seeprojects {
    font-size: 10.4px;
  }
  body main .postnav {
    font-size: 9.6px;
  }
  body main #headband #home-slider .owl-stage-outer .owl-stage .owl-item .slide img {
    width: auto;
    height: 100%;
  }
  body main #headband #home-presentation #home-block {
    margin-top: 9vh;
  }
  body main #headband #home-presentation #home-block h1 {
    font-size: 38px;
    text-align: center;
  }
  body main .showhome #rightblock #img-presentation img {
    width: auto;
    height: 110%;
  }
  body main .colfive .data h3 {
    font-size: 21.6px;
  }
}
@media (max-width: 480px) {
  body header #main-logo {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body main #coordonnees {
    font-size: 18.4px;
    margin-bottom: 20px;
  }
  body main #coordonnees i {
    font-size: 28px;
  }
  body main #headband {
    height: 35vh;
    min-height: 300px;
  }
  body main #headband #presentation img {
    height: 120%;
    width: auto;
  }
  body main #headband h1 {
    font-size: 25.6px;
    margin-top: 10vh;
  }
  body main #headband h1::after {
    content: '';
    height: 84px;
    margin-top: -56px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 24px;
    margin-top: -26px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 24px;
    top: 32px;
  }
  body main h2.light .icon {
    font-size: 48px;
  }
  body main #projects-slider .content img {
    width: auto;
    height: 120%;
  }
  body main #realisations .project .content img {
    width: auto;
    height: 130%;
  }
  body main #headband #home-slider .owl-stage-outer .owl-stage .owl-item .slide img {
    width: auto;
    height: 100%;
  }
  body main #headband #home-presentation #home-block {
    margin-top: 7vh;
  }
  body main #headband #home-presentation #home-block h1 {
    font-size: 32px;
    text-align: center;
  }
  body main .colfive .data h3 {
    font-size: 18.4px;
  }
}
@media (max-width: 380px) {
  body header #main-logo {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body header #phone-data > p {
    font-size: 9.6px;
    text-align: center;
  }
  body header #phone-data > p > a {
    font-size: 12.8px;
  }
  body header #phone-data > a {
    display: none;
  }
  body main #contact-form img#top {
    margin-top: -6px;
  }
  body main #contact-form img#bottom {
    margin-bottom: -6px;
  }
  body main #coordonnees {
    font-size: 16px;
    margin-bottom: 16px;
  }
  body main #coordonnees i {
    font-size: 24px;
  }
  body main #headband {
    height: 30vh;
    min-height: 280px;
  }
  body main #headband #presentation img {
    height: 120%;
    width: auto;
  }
  body main #headband h1 {
    font-size: 22.4px;
    margin-top: 10vh;
  }
  body main #headband h1::after {
    content: '';
    height: 80px;
    margin-top: -52px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 24px;
    margin-top: -26px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 24px;
    top: 30px;
  }
  body main h2.light .icon {
    font-size: 44px;
  }
  body main #projects-slider .content img {
    width: auto;
    height: 120%;
  }
  body main #realisations .content img {
    width: auto;
    height: 130%;
  }
  body main #headband #home-presentation #home-block {
    margin-top: 5vh;
  }
  body main #headband #home-presentation #home-block h1 {
    font-size: 28px;
    text-align: center;
  }
  body main .colfive .data h3 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  body main #titlebar img {
    margin-bottom: -5px;
  }
  body main #contact-form img#top {
    margin-top: -6px;
  }
  body main #contact-form img#bottom {
    margin-bottom: -6px;
  }
  body main #coordonnees {
    font-size: 13.6px;
    margin-bottom: 16px;
  }
  body main #coordonnees i {
    font-size: 19.2px;
  }
  body main #headband h1::after {
    content: '';
    height: 80px;
    margin-top: -52px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 24px;
    margin-top: -25px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 24px;
    top: 30px;
  }
  body main #headband #home-presentation #home-block {
    margin-top: 3vh;
  }
  body main #headband #home-presentation #home-block h1 {
    font-size: 22px;
    text-align: center;
  }
  body main .colfive .data h3 {
    font-size: 13.6px;
  }
  body footer #quote {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 14.4px;
  }
  body #searchthesite #sitesearch {
    width: 80%;
    margin: 35% 10% auto 10%;
  }
  body #searchthesite #sitesearch input {
    padding: 18px;
    font-size: 26px;
  }
  body h1 {
    font-size: 33.6px;
    line-height: normal;
  }
  body h2 {
    font-size: 30.4px;
    line-height: normal;
  }
  body h3 {
    font-size: 27.2px;
    line-height: normal;
  }
  body h4 {
    font-size: 24px;
    line-height: normal;
  }
  body h5,
  body .subtitle {
    font-size: 20.8px;
    line-height: normal;
  }
  body h6 {
    font-size: 17.6px;
    line-height: normal;
  }
  body .text-big {
    font-size: 25.6px;
  }
  body header #main-logo {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  body header #main-menu #bs4navbar ul > li > a {
    font-size: 11.2px;
  }
  body header #main-menu .navbar {
    padding: 0;
  }
  body header #phone-data::before {
    content: '';
    display: none;
  }
  body header #phone-data > p {
    display: none;
  }
  body header #phone-data > a {
    font-size: 48px;
    margin: 0;
  }
  body main #coordonnees {
    font-size: 20.8px;
    margin-bottom: 24px;
  }
  body main #coordonnees i {
    font-size: 32px;
  }
  body main #headband {
    height: 45vh;
    min-height: 460px;
  }
  body main #headband #presentation img {
    height: 120%;
    width: auto;
  }
  body main #headband h1 {
    font-size: 44px;
    margin-top: 15vh;
  }
  body main #headband h1::after {
    content: '';
    height: 124px;
    margin-top: -84px;
  }
  body main #headband h1 span::before {
    content: '';
    height: 24px;
    margin-top: -30px;
  }
  body main #headband h1 span::after {
    content: '';
    height: 32px;
    top: 56px;
  }
  body main h2.light .icon {
    font-size: 57.6px;
  }
  body main #headband #home-slider .owl-stage-outer .owl-stage .owl-item .slide img {
    width: auto;
    height: 110%;
  }
  body main #headband #home-presentation #home-block {
    margin-top: 12vh;
  }
  body main #headband #home-presentation #home-block h1 {
    font-size: 50px;
    text-align: center;
  }
  body main .showhome #rightblock {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
  }
  body footer #topfooter p {
    text-align: center;
  }
  body footer .horaires {
    font-size: 12px;
  }
  body footer .horaires .data .day {
    display: inline-block;
    float: left;
    text-align: right;
    width: 45%;
  }
  body footer .horaires .data .hours {
    display: inline-block;
    float: left;
    text-align: left;
    width: 51%;
    margin-left: 4%;
  }
  body footer a.button {
    padding: 6px 10px;
    width: 200px;
    height: 32px;
    margin: 0 auto 6px auto;
  }
  body footer a.button i {
    font-size: 41.6px;
  }
  body footer a.contact {
    font-size: 13.6px;
  }
  body footer a.phone {
    font-size: 17.6px;
    line-height: 1.1em;
  }
  body footer #footer-menu {
    margin-top: 12px;
  }
  body footer #footer-menu ul li {
    display: block;
    position: relative;
    width: 100%;
    margin: 6px auto;
    clear: both;
  }
  body footer #footer-menu ul li a::after {
    content: '';
  }
}
