.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 999999999;
  top: 0;
  width: 100%;
}

.pace-inactive {
  display: none;
}

.pace-active {
  background: rgba(255, 255, 255, 1);
  
  width: 100%;
  height: 100%;
}

.pace .pace-progress {
  background: #91c01f;
  /*position: fixed;*/
  z-index: 999999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 34px;
  height: 34px;
  border: solid 2px transparent;
  border-top-color: #91c01f;
  border-left-color: #91c01f;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* Stylesheet: loading_pace Modified On 2016-11-28 23:29:08 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  font-family: Arial, 'Droid Sans', sans-serif;
   /* font-family: 'Quicksand', sans-serif;*/
  font-size: 15px;
  color: #777;
}

#main_content {
   opacity: 1;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

a:link { 
 text-decoration:none; 
} 


/* Main */

.wrapper {
	max-width: 1140px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 90px;
}

.row::after {
	content: "";
	display: block;
	clear: both;
}

.current {
	background: #91c01f;
  color: #fff !important;
}

.lang_content .current {
	color: #91c01f;
	background: transparent;
}

.content {
  position: relative;
}

.content p {
    line-height: 1.9;
}

h1 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

h1::first-letter { 
    color: #91c01f;
}

h1:after {
    content: "";
    width: 10%;
    height: 3px;
    position: absolute;
    background: #91c01f;
    left: 0;
    bottom: -2px;
}

h2 {
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    position: relative;
}

h2::first-letter { 
    color: #91c01f;
}

h3 {
    font-size: 18px;
}

.hide {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
}


/* Header */

header {
  background: rgba(255,255,255, .95);
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 25px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.5);
}

img, a img {
  image-rendering: auto !important;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

#logo {
  max-width: 205px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

#logo img {
  width: 100%;
}

#nav_menu {
    float: left;
}

#nav_desktop {
  float: right;
  margin-right: 20px;
}

#nav_desktop ul {
  float: left;
}

#nav_desktop ul li {
  float: left;
}

#nav_desktop ul li a {
  line-height: 100px;
  display: block;
  padding: 0 20px;
  border-left: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #2e3238;
  letter-spacing: 2px;
  transition: .2s;
}

#nav_desktop ul li a:hover {
  color: #91c01f !important;
  background: #eee;
  transition: .2s;
}

#nav_desktop ul li:hover ul {
  display: block;
}

#nav_desktop ul li ul {
    position: absolute;
    background: rgba(255,255,255, .8);
    display: none;
}

#nav_desktop ul li ul li {
    float: none;
}

#nav_desktop ul li ul li a {
    line-height: 40px !important;
    border-top: 1px solid #ddd;
}


#lang_fr a {
    padding-right: 10px !important;
}

#lang_nl a {
    border-left: 0 !important;
    border-right: 1px solid #ddd;
    padding-left: 10px !important;
}

#lang_fr a:hover, #lang_nl a:hover {
    overflow: hidden;
    background: transparent !important;
    color: #91c01f !important;
}

#nav_desktop #top_page {
    width: 0px;
    transition: .5s;
    overflow: hidden;
    opacity: 0;
}

#nav_desktop #top_page a {
    padding: 0 !important;
    text-align: right;
    border-left: 0 !important;
}

#nav_desktop #top_page a:hover {
    overflow: hidden;
    background: transparent !important;
    color: #91c01f !important;
}

#nav_desktop #top_page i {
    font-size: 26px;
    position: relative;
    line-height: 80px !important;
}


/* Banner */

#banner_renovation {
    width: 100%;
    height: 400px;
    background: url(/uploads/images/layout/pic1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#banner_assainissement {
    width: 100%;
    height: 400px;
    background: url(/uploads/images/layout/pic2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#banner_installation {
    width: 100%;
    height: 380px;
    background: url(/uploads/images/layout/pic3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#banner_renovation .bloc_txt, #banner_assainissement .bloc_txt, #banner_installation .bloc_txt {
    color: #fff;
    position: absolute;
    z-index: 5;
    left: 20px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
}

#banner_renovation .bloc_txt i, #banner_assainissement .bloc_txt i, #banner_installation .bloc_txt i {
    font-size: 30px;
    position: relative;
    top: 3px;
    width: 33px;
    text-align: center;
}

#banner_renovation .bloc_txt .fb i, #banner_assainissement .bloc_txt .fb i, #banner_installation .bloc_txt .fb i {
    font-size: 23px;
}

#banner_content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}

#banner_content .title {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 12;
  right: 40px;
  bottom: 120px;
}

#banner_content .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#banner_content .title i {
  font-size: 12px;
  position: relative;
    top: -9px;
}

#img_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/uploads/images/layout/img_banner2.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: center;
}

.element {
  background: url(/uploads/images/layout/element_2.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pattern {
  background: url(/uploads/images/layout/bg_trans.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#banner_content .bloc_txt {
  position: absolute;
  left: 40px;
  bottom: 42px;
  z-index: 10;
}

#banner_content .bloc_txt .col {
  margin-top: 15px;
}

#banner_content .bloc_txt .col::after {
  content: "";
  display: block;
  clear: both;
}

#banner_content .bloc_txt .col i {
    float: left;
    margin-right: 10px;
    font-size: 47px;
    color: #fff;
    width: 30px;
    text-align: center;
}

#banner_content .bloc_txt .col i.fa.fa-phone {
    font-size: 40px !important;
    top: 0px;
    position: relative;
}

#banner_content .bloc_txt .col i.fa.fa-mobile {
    font-size: 57px !important;
    top: -5px;
    position: relative;
}

#banner_content .bloc_txt .col span, #banner_content .bloc_txt .col a {
  display: block;
  float: left;
  color: #ddd;
  font-weight: 100;
  line-height: 1.4;
}

#banner_content .bloc_txt .col strong {
  display: block;
  white-space: nowrap;
  font-weight: 400;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

#banner_content .open {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  width: 240px;
}

#banner_content .open_mobile {
  display: none;
}

.bt_enter {
    color: #fff;
    font-weight: 100;
    padding: 15px 20px;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 2px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    transition: .2s;
}

.bt_enter:hover {
    color: #91c01f;
    background: #fff;
    transition: .2s;
}


/* Teaser */

#teaser_content {
  margin-bottom: 80px;
}

#teaser_content .row {
  margin-left: -4%;
}

#teaser_content .col {
  float: left;
  width: 29.3333%;
  margin-left: 4%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

#teaser_content .col:hover .txt_teaser {
 height: 50%;
 transition: .5s;
}

#teaser_content img {
  width: 100%;
}

.txt_teaser {
  position: absolute;
  background-color: rgba(46,50,56, .8);
  bottom: 0;
  padding: 10px;
  width: 100%;
  height: 20%;
  line-height: 1;
  border-top: 3px solid #fff;
  transition: .5s;
  font-size: 13px;
}

#teaser_content h3 {
    color: #fff;
    text-align: center;
    margin-top: 35px;
    font-size: 24px;
    margin-bottom: 15px;
}

#teaser_content p {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
}

#teaser_content i {
    color: #fff;
    position: absolute;
    top: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(46,50,56, 1);
    font-size: 35px;
    border-radius: 50%;
    border: 4px solid;
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
}

#teaser_content .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(169,63,59, .1);
}


/* Map content */

#map_content {
    background-image: url(/uploads/images/layout/img_banner_2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(145,192,31, .8);
    text-align: center;
    font-size: 22px;
    position: relative;
    color: #fff;
}

#map_content .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(145,192,31, .8);
}

#map_content .wrapper {
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
}

#map {
    height:400px;
    width:100%;
    position: relative;
    z-index: 10;
}

.gm-style-iw * {
    display: 
    block;
    width: 100%;
}
            
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}

#map a {
    display: none !important;
}
            
.gm-style-iw a {
    color: #ddd;
}

.gm-style-cc {
    display: none;
}

.gm-style-mtc div, .gmnoprint div {
    background-color: #ddd !important;
}


/* Contact */

#contact_content {
  background: #2e3238;
  text-align: center;
  color: #fff;
}

#contact_content span {
  display: inline-block;
  margin-bottom: 40px;
}

#contact_content a {
  color: #fff;
}

#contact_content .row {
  margin-left: -4%;
}

#contact_content fieldset {
  float: left;
  margin-left: 4%;
  width: 46%;
}

#contact_content input[type="text"], #contact_content input[type="email"] {
  width: 100%;
  background: #1e2227;
  border: 1px solid #3d3d3d;
  margin-bottom: 30px;
  height: 40px;
  border-radius: 0;
  box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 13px;
    padding: 0 10px;
  transition: .6s;
  color: #91c01f;
  box-sizing: border-box;
}

#contact_content input[type="text"]:hover, #contact_content input[type="email"]:hover, #contact_content textarea:hover {
  border: 1px solid #91c01f;
  transition: .6s;
}

#contact_content textarea {
  width: 96%;
  margin-left: 4%;
  background: #1e2227;
  border: 1px solid #3d3d3d;
  resize: none;
  height: 200px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 13px;
  padding: 10px;
  transition: .6s;
  color: #91c01f;
  box-sizing: border-box;
}

#contact_content input[type="text"]::-webkit-input-placeholder, #contact_content input[type="email"]::-webkit-input-placeholder, #contact_content textarea::-webkit-input-placeholder {
    text-transform: none;
   color: #4b595e;
}

#contact_content input[type="text"]:-moz-placeholder , #contact_content input[type="email"]:-moz-placeholder , #contact_content textarea:-moz-placeholder { /* Firefox 18- */
    text-transform: none;
   color: #4b595e;  
}

#contact_content input[type="text"]::-moz-placeholder, #contact_content input[type="email"]::-moz-placeholder, #contact_content textarea::-moz-placeholder {  /* Firefox 19+ */
    text-transform: none;
   color: #4b595e;  
}

#contact_content input[type="text"]:-ms-input-placeholder, #contact_content input[type="email"]:-ms-input-placeholder, #contact_content textarea:-ms-input-placeholder {  
    text-transform: none;
   color: #4b595e;  
}

#contact_content input[type="submit"] {
  color: #fff;
    font-weight: 100;
    padding: 14px 18px;
    letter-spacing: 2px;
    display: inline-block;
    background: #91c01f;
    border: 2px solid #91c01f;
    float: right;
    border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 2px;
      font-size: 14px;
}

#contact_content input[type="submit"]:hover, .bt_confirm:hover {
    color: #91c01f;
    background: transparent;
    border: 2px solid #91c01f;
    font-weight: 400;
}

.confirm_content::after {
    display: block;
    content: "";
    clear: both;
}

#contact_content p {
    float: left;
    margin-left: 4%;
    line-height: 48px;
}

.captcha {
    padding-left: 4%;
    margin-top: 30px;
}

.captcha br {
    display: none;
}

.captcha img {
    float: left;
    margin-left: 1px;
    margin-top: 1px;
}

.captcha input {
    width: calc(100% - 155px) !important;
    margin-left: 28px;
}
.grecaptcha-badge {
    display:block;
    width:1px;
    height:1px;
    overflow:hidden;
    opacity:0;
}

/* Footer */

footer {
  background: #1e2227;
}

footer .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
    text-align: center;
}

footer .wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.footer_fixed {
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    text-align:center;
    z-index:999;
}
.footer_fixed .wrap > div {
    float:left;
    width:50%;
    text-align:center;
    color:#fff;
}
.footer_fixed .wrap .mail {
    background: #aaa;
}
.footer_fixed .wrap .call {
    background: #91c01f;
}
.footer_fixed a {
    display:inline-block;
    padding:5px 30px;
    color: #fff;
    width:100%;
}
.footer_fixed svg {
    width:50px;
    height:50px;
}
.footer_fixed .call a {
    padding-top:10px;
    padding-bottom:10px;
}
.footer_fixed .call svg {
    width:40px;
    height:40px;
}
#copyright {
    font-size: 12px;
}

#copyright a {
    color: #91c01f;
}

#copyright a:hover {
    color: #585858;
}

#link_synexis {
    float: right;
    font-size: 12px;
}

#link_synexis a {
    color: #91c01f;
}

#link_synexis a:hover {
    color: #585858;
}

textarea#fbrp__37 {
    color: #4b595e;
}

.error_message {
    display: none;
}

.required.fb_invalid input {
    border-color: #91c01f;
}


span.toptel strong {
    line-height: 41px!important;
    color: #fff;
}




/* Nav mobile */

.bt_open_nav {
    display: none;
    float: right;
}

.bt_open_nav i {
    line-height: 80px;
    border-left: 1px solid #ddd;
    padding: 0 24px;
    font-size: 24px;
}

.bt_close_nav {
    border-bottom: 1px solid #ddd;
}

.bt_close_nav i {
    line-height: 60px;
    padding-left: 20px;
    font-size: 24px;
}

#nav_mobile {
    position: fixed;
    right: -400px;
    height: 100%;
    background: #fff;
    width: 285px;
    overflow: scroll;
    border-left: 1px solid #ddd;
}

#nav_mobile ul li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #2e3238;
    letter-spacing: 2px;
}

#nav_mobile ul li ul li a {
    font-size: 12px;
    padding-left: 16px;
}

#nav_mobile .bloc {
    padding: 0 20px;
}

#nav_mobile #top_page {
    display: none;
}

#nav_mobile .bloc #lang_fr, 
#nav_mobile .bloc #lang_nl {
    display: none;
}

#nav_mobile {
    display: none;
}


/* Menu content */

.menu_content ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu_content li {
    width: 23%;
    margin: 20px 10px;
    padding: 5px;
    background-color: #91c01f;
    text-align: center;
    transition: all .2s ease-in-out;
}

.menu_content a {
    border: 1px solid #ffffff;
    height: 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}

.menu_content li span {
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
}

.menu_content li:hover {
    transform: scale(1.1);
}

#services {
    border: 1px dotted #ccc;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
}

.column_left {
    float: left;
    width: 300px;
    min-height: 1px;
}

.column_right {
    float: right;
    width: calc(100% - 300px);
}

.nav_left {
    padding-right: 40px;
}

.nav_left ul li {
    width: 100%;
    margin-bottom: 6px;
    padding: 5px;
    background-color: #91c01f;
    text-align: center;
    transition: all .2s ease-in-out;
}

.nav_left ul li a {
    border: 1px solid #ffffff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0;
    color: #fff;
    transition: all .2s ease-in-out;
}

.nav_left ul li a:hover {
    color: #2e3238;
}

.column_left .menu_content ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.column_left .menu_content li {
    width: 100%;
    padding: 5px;
    margin: 0px 0px 6px 0px;
}

.column_left .menu_content li:hover {
    transform: none;
}

.column_left .menu_content li span {
    font-weight: normal;
    letter-spacing: 0px;
}

.column_left .menu_content li a {
    padding: 0px 5px;
    height: auto;
}

.column_left .menu_content li a span:hover {
    color: #2e3238;
}

.formbuilderform input#fbrp__33 {
     text-transform: lowercase;
}

.formbuilderform input[type="text"]::-webkit-input-placeholder {
     text-transform:capitalize;
}

.formbuilderform input[type="text"]::-moz-placeholder {
     text-transform:capitalize;
}

.formbuilderform input[type="text"]:-ms-input-placeholder {
    text-transform:capitalize;
}

.formbuilderform input[type="text"]:-moz-placeholder {
    text-transform:capitalize;
}

.col.fb i {
    font-size: 30px !important;
}

.col.fb a {
    margin-top: 3px;
    color: #fff;
}


/* Stylesheet: goossens Modified On 2020-12-28 10:44:00 */
@media only screen and (max-width : 1280px) {
/* start */

#logo {
    max-width: 175px !important;
    margin-top: 5px !important;
}

#nav_desktop ul li a {
	line-height :80px !important;
}

textarea:focus, button:focus {
    color: red;
}

#banner_renovation, #banner_assainissement, #banner_installation {
    height: 380px;
}

/* end 1280 */
}

@media only screen and (max-width : 1200px) {
/* start */

#banner_content .title {
    font-size: 24px;
    bottom: 121px;
}


#nav_desktop ul li a {
    padding: 0 15px;
}

/* end 1200 */
}

@media only screen and (max-width : 1024px) {
/* start */

.element {
background-attachment: inherit;

}

#banner_content .bloc_txt .col span, #banner_content .bloc_txt .col a {
  font-weight: 400;
}

#nav_menu {
    float: none;
}

.bt_contact {
    padding: 0 20px;
}

#nav_desktop {
	display: none;
}

.bt_open_nav {
     display: block
}

#banner_content .title {
    position: absolute;
    bottom: 112px;
    right: 40px;
    white-space: inherit;
    width: 242px;
    font-size: 23px;
}

#banner_content .title i {
    display: none;
}

.txt_teaser {
    height: 46%;
}

#teaser_content p {
    font-size: 12px;
}

#teaser_content h3 {
    color: #fff;
    text-align: center;
    margin-top: 33px;
    font-size: 22px;
    margin-bottom: 6px;
}

.bt_close_nav i {
    line-height: 50px;
    color: #333;
    display: block;
}

.bloc_lang_fr {
    width: 50%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 900;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.bloc_lang_nl {
    width: 50%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 900;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.bloc_lang_fr a, .bloc_lang_nl a {
    display: block;
    color: #555;
}

.bloc_lang::after {
    content: "";
    display: block;
    clear: both;
}

.bt_close_nav {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 5;
}

.bloc_lang {
    position: relative;
    margin-top: 51px;
}

#nav_mobile ul li a::first-letter { 
    color: #91c01f;
}

#nav_mobile ul li ul li a::first-letter { 
    color: #333;
}

#banner_renovation, #banner_assainissement, #banner_installation {
    height: 400px;
}

.menu_content a {
     font-size: 12px;
}

#nav_mobile {
    display: block;
}

/* end 1024 */
}


@media only screen and (max-width : 768px) {
/* start */

.txt_teaser {
    height: 100% !important;
    padding: 10px;
}

#img_banner {
    background-position: right -280px center;
}

#teaser_content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}

#teaser_content i {
   display: none;
}
#main_content {
    padding-bottom:60px;
}
.footer_fixed {
    display:block;
}

/* end 768 */
}


@media only screen and (max-width : 600px) {
/* start */

.nav_left ul li a {
    font-size: 12px;
}

.column_left {
    width: 100%;
}

.column_right {
    width: 100%;
}

.nav_left {
    padding-right: 0px;
    margin-bottom: 35px;
}

#teaser_content h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

#teaser_content p {
    font-size: 11px;
}

.column_left .menu_content ul {
    padding: 40px 40px 0px 40px;
}

.column_left .menu_content li span {
    padding: 5px 0px;
    font-size: 14px;
}

.column_left .nav_left ul {
    padding: 40px 40px 0px 40px;
}

.column_left .nav_left li a {
    padding: 5px 0px;
    font-size: 14px;
}

/* end 600 */
}


@media only screen and (max-width : 480px) {
/* start */

#banner_content .title {
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: inherit;
    width: 242px;
    font-size: 23px;
    text-align: center;
    display: none;
}

#banner_content .bloc_txt {
    left: 25px;
    bottom: 80px;
}

#banner_content .bloc_txt .col strong {
    display: block;
    white-space: nowrap;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

#banner_content .bloc_txt .col i.fa.fa-phone {
    font-size: 33px !important;
    top: 3px;
}

#banner_content .bloc_txt .col i.fa.fa-mobile {
    font-size: 50px !important;
    top: -5px;
}

#banner_content .bloc_txt .col i {
    font-size: 40px;
}

#teaser_content .col {
    width: 96%;
    margin-bottom: 20px;
        height: 150px;
}

.txt_teaser {
    height: 38%;
}

#teaser_content .col:nth-child(3) {
    margin-bottom: 0;
}

#contact_content fieldset {
    width: 96%;
    box-sizing: border-box;
}

#contact_content input[type="text"], #contact_content input[type="email"] {
    margin-bottom: 15px;
}

#contact_content span {
    display: inline-block;
    margin-bottom: 25px;
}

.wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

#map_content .wrapper {
    padding-bottom: 50px;
}

#map {
    height: 350px;
}

#banner_content .open {
   display: none;
}

#banner_content .open_mobile {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

#banner_content .open_mobile a {
    border: none !important;
    font-size: 40px;
    margin-bottom: 0;
    background: transparent !important;
    color: #fff !important;
}

.menu_content li {
    width: 96%;
    margin: 5px 0px;
}

.menu_content a {
    font-size: 15px;
    height: 27px;
}

.menu_content li span {
    font-weight: normal;
}

#banner_renovation, #banner_assainissement, #banner_installation {
    height: 270px;
}

.content p {
    text-align: justify;
    line-height: 1.4;
}

#teaser_content p {
    font-size: 12px;
}

.gallery .img {
    height: 70px !important;
    width: 19%  !important;
    margin: 11px !important;
}

.gallery img {
    border: none;
    width: 100% !important;
}

#banner_renovation .bloc_txt, #banner_assainissement .bloc_txt, #banner_installation .bloc_txt {
    font-size: 13px;
    top: 66%;
    left: 25px;
}

.nav_left ul li a {
    font-size: 14px;
}

.captcha input {
    width: calc(100% - 147px) !important;
    margin-left: 20px;
}

/* end 480 */
}


@media only screen and (max-width : 375px) {
/* start */

.gallery .img {
    height: 120px;
    width: 19% !important;
    margin: 10px !important;
}

h1 {
    font-size: 20px;
}

.column_left .menu_content ul {
    padding: 20px 10px 0px 10px;
}

.column_left .nav_left ul {
    padding: 20px 10px 0px 10px;
}

/* end 375 */
}


@media only screen and (max-width : 320px) {
/* start */

#banner_content .bloc_txt .col strong {
    font-size: 16px;
}

#banner_content .bloc_txt .col i.fa.fa-phone {
    font-size: 30px !important;
    top: 7px;
}

#banner_content .bloc_txt .col i.fa.fa-mobile {
    font-size: 42px !important;
    top: 0px;
}

#banner_content .bloc_txt .col i {
    font-size: 35px;
}

#banner_content .bloc_txt .col {
    margin-top: 5px;
}

#teaser_content h3 {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 33px;
}

#teaser_content p {
    font-size: 9px;
}

#map {
    height: 300px;
}

#map iframe {
    height: 300px !important;
}

.menu_content li {
    width: 90%;
    margin: 5px 0px;
}

#banner_renovation, #banner_assainissement, #banner_installation {
    height: 220px;
}

.gallery .img {
    margin: 8px !important;
}

/* end 320 */
}
/* Stylesheet: mobile Modified On 2020-12-28 10:27:34 */
