.sec-Contact {
	padding: 60px 0 60px
}
.sec-Contact h2 {
	font-size: 48px;
	margin-bottom: 40px;
	line-height: normal;
}
.form-contact .blcChp select {
	border: #cccccc solid 1px;
	color: #cccccc;
	text-overflow: ellipsis;
	padding-right: 40px;
}

.form-contact .blcChp {
	margin-bottom: 20px;
	padding: 0 10px;
	position: relative;
}
.form-contact {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px
}
.form-contact .blcChp.col-50 {
	width: 50%
}
.form-contact .blcChp.col-100 {
	width: 100%
}

textarea.form-control {
	padding: 20px 30px ;
	height: 190px;
	resize: none
}

.blcChp .btn {
	cursor: pointer
}

.LstFormulaire .blcLeft {
	width: 65%;
	padding-right: 90px
}
.LstFormulaire .blcRight {
	width: 35%;
}

.LstFormulaire .blcRight .item .inner  {
	display: flex;
	background-color: var(--white);
	padding: 37px;
	flex-flow: row wrap;
	align-items: center;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);

}
.LstFormulaire .blcRight .item  {
	margin-bottom: 20px
}
.LstFormulaire .blcRight .item .inner .ico {
	width: 75px;
	height: 75px;
	min-width: 75px;
	background-color: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out .4s
}
.LstFormulaire .blcRight .item .inner .txt  {
	padding-left: 22px;
	width: calc(100% - 75px)
}
.LstFormulaire .blcRight .item .inner .txt h3 {
	color: var(--red);
	font-family: var(--f2);
	font-size: 24px;
	margin-bottom: 10px
}
.LstFormulaire .blcRight .item .inner .txt span {
	font-size: 18px;
	transition: all ease-in-out .4s
}

.sec-map {
	height: 494px;
	
}
#map {
	height: 494px;
}

.gm-ui-hover-effect {
	display: none !important;
}
.gm-style .gm-style-iw-tc {
	display: none
}
#siteNotice {
	text-transform: uppercase;
	font-weight: 500;
	font-family: var(--f1);
	font-size: 16px
}
.gm-style .gm-style-iw-c {
	top: 115px !important
}

.LstFormulaire .blcRight .item .inner:hover .txt span {
	color: var(--red)
}
.LstFormulaire .blcRight .item .inner:hover .ico {
	background-color: var(--green3)
}
.LstFormulaire .blcRight .item.adresse .inner:hover .txt span {
	color: var(--black)
}
.gm-style .gm-style-iw-c {
	border-radius: 0
}

.wpcf7-spinner {
	display: none;
}
.form-contact .blcChp p {
	margin-bottom: 0
}


 @media (max-width:768px) { 

 	.LstFormulaire .blcLeft {
	width: 100%;
	padding-right: 0
	}
	.LstFormulaire .blcRight {
		width: 100%;
	}
	.sec-Contact {
		padding: 40px 0
	}
	.sec-Contact h2 {
		font-size: 35px
	}
	#map, .sec-map {
		height: 350px;
	}
	.sec-banner.page .slideImage {
		height: 167px;
	}
	.sec-banner.page .banner .textBanner {
		margin-top: 0;
	}
 }

  @media (max-width:600px) {  
  	.form-contact .blcChp.col-50 {
		width: 100%;
	}
	.LstFormulaire .blcRight .item .inner {
		padding: 20px
	}
	.sec-Contact {
		padding: 20px 0 20px;
	}
	.blcChp select {
		padding: 0 20px
	}
	textarea.form-control {
		padding: 20px
	}

  }
