@font-face {
	font-family: 'Gotham-Book';
	src: url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gotham-Book.woff') format('woff'), 
	url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gotham-Book.ttf')  format('truetype'), url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	  font-family: 'Gilroy';
	  src: url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gilroy-SemiBold.eot');
	  src: url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
		  url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gilroy-SemiBold.woff2') format('woff2'),
		  url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gilroy-SemiBold.woff') format('woff'),
		  url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gilroy-SemiBold.ttf') format('truetype'),
		  url('https://dprgroup.ma/landing/cgi/greentown/fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
	  font-weight: 600;
	  font-style: normal;
	  font-display: swap;
  }
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'Gotham-Book', sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 21px;
	color: #303030;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #f9f9f9;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Gilroy', sans-serif;
	margin: 0;
	font-size: 21px;
}
p{
	margin-bottom: 0;
}
.slider{
	position: relative;
}
.slider img{
	width: 100%;
	max-width: 100%;
}
.formContact{
	position: absolute;
	width: 350px;
	height: 80vh;
	right: 50px;
	top: 8vh;
	background-color: rgba(255,255,255,.4);
	z-index: 9;
	padding: 50px 20px;
}
.phone{
	position: absolute;
	z-index: 9;
	top: 91vh;
	right: 125px;
	width: 200px;
	background-color: #FFF;
	border-radius: 30px;
	padding: 13px 10px 9px 15px;
	border: 3px solid #d23932;
	color: #d23932;
	text-decoration: none;
	font-size: 17px;
	display: block;
}
.phone i img{
	width: 30px;
	margin-top: -7px;

}
.phone:hover{
	color: #000;
	border-color: #000;
}
.texte h1{
	font-size: 41px;
	color: #000;
	line-height: normal;
	margin-bottom: 5px;
}
.texte h2{
	font-size: 27px;
	color: #d23932;
	line-height: normal;
	margin-bottom: 5px;
}
.texte img{
	width: 100%;
	max-width: 100%;
}
.texte .text-uppercase span{
	color: #d23932;
}
.footer{
	background-color: #878989;
	color: #FFF;
}
.footer p{
	margin-bottom: 0;
	line-height: normal;
}
.footer a{
	color: #d23932;
}
.texte.form h1{
	color: #878989;
}
.hbspt-form {
    text-align: center;
}

/* Style Form Hubspot */
.field {
    display: inline-block;
    margin: 0 auto 30px;
	width: 100%;
}
.field input, .field select{
	width: 100%;
	display: block;
	height: 30px;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	color: #000;
	margin: 0;
}
.field select{
	border-radius: 30px;
	background-color: #c8c8c8;
	border: 0;
	height: 40px;
	padding: 5px 10px;
}
.field label {
    text-align: left;
    display: block;
    margin-bottom: 7px;
}
.hbspt-form {
	text-align: center;
}
input.hs-button.primary.large {
	width: 300px;
	display: inline-block;
	padding: 10px 30px;
	background-color: #d23932;
	color: #FFF;
	border: 0;
	border-radius: 30px;
	text-transform: uppercase;
}
.style2 .field{
	width: 20%;
	margin: 0 2% 30px;
}
.style2 .field.hs-fiche_p_budget_previsionnel, .style2 .field.hs-fiche_p_raison_d_achat{
	width: 45%;
	margin: 0 2% 30px;
}
.conditions h1{
	margin-bottom: 30px;
}
.conditions h3{
	margin-bottom: 20px;
}
.conditions p{
	margin-bottom: 15px;
}













.slick-dotted.slick-slider{ margin-bottom: 0;}
.backToTop{
	position: fixed;
	right: 30px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background-image: url(../images/top.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	z-index: 11;
	display: none;
	border-radius: 50%;
	border: 2px solid #131f67;
	text-align: center;
}
.backToTop.white{
	border-color: #FFF;
	background-image: url(../images/top-white.svg);
	background-color: transparent;
}
.messagesV p.valide{
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.messagesV p.error{
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}
.card-columns{ width: 100%;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
.msgs{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  vertical-align: middle;
  display: none;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.msg{
  position: fixed;
  width: 80%;
  height: 80vh;
  text-align: center;
  background-color: #FFF;
  overflow-y: auto;
  /*box-shadow: 4px 6px 10px rgba(0,0,0,0.4);*/
  padding: 30px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.msg p{
  font-size: 21px;
  color: #f08b86 !important;
  margin: 0;
  background: #FFF;
  padding: 30px;
}
.fermer{
  background-image: url(../images/close.svg);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.popup{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.popup.active{
	padding: 60px 0 0;
	display: block;
	height: auto;
}
.popup .fermer{
	position: static;
	width: 25px;
	height: 25px;
	background-image: url("../images/close.svg");
	background-size: 25px;
	background-position: center;
	float: right;
	margin: 0 0 20px;
}
.popup img{
	width: 100%;
	margin: 0 0 20px;
}
.popup h3{
	font-size: 31px;
	margin: 0 0 20px;
}
.popup p{
	margin: 0 0 10px;
}
.fermer:hover{
	opacity: 0.7;
}

.borderGray{
	border: 1px solid #c8c8c8;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.7;
  color: #3b3b3c;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.7;
  color: #3b3b3c;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.7;
  color: #3b3b3c;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.7;
  color: #3b3b3c;
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #FFF;
  }
.newsletter ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #FFF;
  }
.newsletter :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #FFF;
  }
 .newsletter :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #FFF;
  }

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #000;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #000;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #000;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: transparent !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(209, 209, 209);
	left: 0;
	top: 0;
	z-index: 99999;
	position: fixed;
}
.preload div{
	width: 150px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 150px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

div.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.black{ background-color: #000; }
.red{ background-color: #ca222b; }
.gray{ background-color: #f6f6f6; }
.white{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	height: 1px;
}
a:hover, a:focus{
    cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
/*margin*/
.paddingRightLeft{
	padding: 0 15px;
}
.paddingMin{
	padding-left: 5px;
}
.noPadding{ padding: 0; }
.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}
.mb6{margin-bottom: 60px;}
.mb7{margin-bottom: 70px;}
.mb8{margin-bottom: 80px;}
.mb9{margin-bottom: 90px;}
.mb10{margin-bottom: 100px;}
.mt1{margin-top: 10px; }
.mt2{margin-top: 20px; }
.mt3{margin-top: 30px; }
.mt4{margin-top: 40px; }
.mt5{margin-top: 50px; }
.mt6{margin-top: 60px; }
.mt7{margin-top: 70px; }
.mt8{margin-top: 80px; }
.mt9{margin-top: 90px; }
.mt10{margin-top: 100px; }
/*Padding*/

.pt1{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt2{padding-top: 20px;}
.pt3{padding-top: 30px;}
.pt4{padding-top: 40px;}
.pt5{padding-top: 50px;}
.pt6{padding-top: 60px;}
.pt7{padding-top: 70px;}
.pt8{padding-top: 80px;}
.pt9{padding-top: 90px;}
.pt10{padding-top: 100px;}

.pb1{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb2{padding-bottom: 20px;}
.pb3{padding-bottom: 30px;}
.pb4{padding-bottom: 40px;}
.pb5{padding-bottom: 50px;}
.pb6{padding-bottom: 60px;}
.pb7{padding-bottom: 70px;}
.pb8{padding-bottom: 80px;}
.pb9{padding-bottom: 90px;}
.pb10{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

.for-desktop{ display: inline-block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 768px) {
	.for-mobile{ display: inline-block !important; }
	.for-desktop{ display: none !important; }
	
}

@media screen and (max-width: 650px) {
	.formContact {
		position: static;
		width: 100%;
	}
	.phone {
		position: static;
		margin: -20px auto 0;
	}
	.texte h1 {
		font-size: 31px;
	}
	.texte.form h1 {
		font-size: 23px;
	}
	.style2 .field{
		width: 100%;
		margin: 0 0 30px;
	}
	.style2 .field.hs-fiche_p_budget_previsionnel, .style2 .field.hs-fiche_p_raison_d_achat{
		width: 100%;
		margin: 0 0 30px;
	}
}