/* Compiled Less CSS File */
/* Generated from "page.css" */

/**/
/* IMPORTS
*/
/********************************************/
/*											*/
/*  			VARIABLES - STYLES			*/
/* 	 			Date : 7 juin 2017			*/
/* 			  Copyright DGK 2017			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur du fichier.         			*/
/*											*/
/********************************************/
/* PALETTE DE COULEURS */
/**********************************/
/* INDEX
/**********************************/
.listing-construction {
  display: block;
  max-width: 1600px;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
}
.listing-construction .bloc {
  text-align: center;
  padding-bottom: 74px;
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
}
.listing-construction .bloc h3 {
  margin-left: 1em;
  margin-right: 1em;
}
.listing-construction .bloc img {
  width: 58%;
  margin: 1em auto;
}
.listing-construction .bloc ul {
  display: block;
  overflow: hidden;
  width: 80%;
  margin: auto;
}
.listing-construction .bloc ul li {
  width: 100%;
  border-bottom: 1px dashed #d3d3d3;
  padding: 5px;
  box-sizing: border-box;
}
.listing-construction .bloc ul li:last-child {
  border-bottom: none;
}
.listing-construction .bloc a.more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .listing-construction .bloc {
    margin-bottom: 50px;
  }
}
.images-display {
  width: 100%;
  overflow: hidden;
}
.images-display.three > div {
  width: 33.33%;
  float: left;
}
.images-display.two > div {
  width: 50%;
  float: left;
}
.images-display > div img {
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .images-display > div {
    width: 100%!important;
    float: none;
  }
}
/**********************************/
/* CONTACt
/**********************************/
.iframe {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}