html.home #contentMain {
  background: transparent;
}
html.home #homeContent .haut3 {
  height: 480px;
}
@media (min-width: 768px) {
  html.home #homeContent {
    display: flex;
    flex-flow: row wrap;
    height: auto;
  }
  html.home #homeContent .col-left {
    width: 420px;
  }
  html.home #homeContent .col-right {
    width: 560px;
    z-index: 9999;
  }
  html.home #homeContent .block2,
  html.home #homeContent .block3,
  html.home #homeContent .block4,
  html.home #homeContent .block5,
  html.home #homeContent .block6 {
    position: relative;
    top: auto;
    left: auto;
  }
  html.home #homeContent .block2 {
    height: 280px;
    position: relative;
  }
  html.home #homeContent .block2 + .block2::before {
    content: '';
    height: 3px;
    width: 100%;
    background: #282828;
    position: absolute;
    top: 0;
    left: 0;
  }
  html.home #homeContent div.maskresp {
    position: absolute !important;
    z-index: 50 !important;
    background-position: 0 0;
  }
  html.home #homeContent .logo {
    position: static !important;
  }
  html.home #homeContent .centre-liege,
  html.home #homeContent .centre-welkenraedt {
    position: relative;
    float: none;
    width: 100%;
  }
  html.home #homeContent .block-welkenraedt-photo a {
    width: 280px;
  }
}
@media (min-width: 1024px) {
  html.home #homeContent .col-right {
    padding-top: 250px;
  }
  html.home #homeContent div.maskresp {
    position: absolute !important;
    z-index: 50 !important;
    background-position: 150px 0 ;
  }
}
@media (min-width: 1050px) {
  html.home #homeContent .col-right {
    padding-top: 280px;
  }
  html.home #homeContent .centre-funeraire {
    align-items: flex-start;
  }
  html.home #homeContent .centre-funeraire h2 {
    margin-top: 0;
    font-size: 21px;
  }
  html.home #homeContent .block2 {
    height: 187px;
  }
  html.home #homeContent .block-liege-photo {
    height: 187px;
  }
  html.home #homeContent .block-liege-photo a {
    height: 187px;
    background: url(../images/centre-liege-187.jpg) no-repeat;
    text-decoration: none;
  }
  html.home #homeContent .block-welkenraedt-photo a {
    background: url(../images/centre-welkenraedt-187.jpg) no-repeat;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  html.home .centre-funeraire {
    display: flex;
    flex-flow: row wrap;
    width: 560px;
    align-items: center;
  }
  html.home .centre-funeraire .block-liege-photo {
    width: 280px;
    flex: 0 0 auto;
  }
  html.home .centre-funeraire > table {
    width: 280px !important;
    flex: 0 0 auto;
    margin: 0 !important;
  }
  html.home .centre-funeraire > table table {
    width: 100% !important;
  }
}
@media (min-width: 1050px) {
  html.home .centre-funeraire {
    height: 187px;
  }
}
html.home footer.main {
  background: none;
}
html.home .centre-funeraire h2 {
  font-size: 25px;
  font-weight: 300;
  font-family: 'Open sans Condensed';
  line-height: 1.3;
  color: #fff;
}
.centre-neufcahteau {
  background: #a194a2;
  width: 100%;
}
@media (min-width: 768px) {
  .centre-neufcahteau {
    width: 560px;
  }
}
.centre-neufcahteau .block-neufchateau-photo a {
  display: block;
  height: 280px;
  background: url(../images/centre-neuf-chateau.jpg) no-repeat !important;
  background-position: 100% 100%;
  width: 100%;
  background-size: cover;
  text-decoration: none;
}
@media (min-width: 768px) {
  .centre-neufcahteau .block-neufchateau-photo a {
    width: 280px;
  }
}
@media (min-width: 1050px) {
  .centre-neufcahteau .block-neufchateau-photo a {
    background: url(../images/centre-neuf-chateau-187.jpg) no-repeat !important;
  }
}
.centre-neufcahteau a {
  color: #fff;
}
header.main {
  display: none;
}
@media (min-width: 1025px) {
  header.main {
    display: block;
    position: relative;
    z-index: 99999;
  }
}
@media only screen and (max-width: 1024px) {
  .navMobile {
    display: block;
    min-height: 70px;
  }
}
.navMobile .langues {
  width: 100px;
  top: 5px;
  bottom: auto;
}
header.main .navbar .navbar-inner ul.nav > li > ul > li > ul > li {
  min-width: 145px;
  width: auto;
}
header.main .navbar .navbar-inner ul.nav > li > ul > li > ul > li a {
  min-width: 145px;
  width: auto;
}
body {
  overflow-x: hidden;
}
@media only screen and (max-width: 1050px) {
  #homeContent .blockplein {
    display: none;
  }
}
