@media screen and (min-width:1250px){
html {
	background-image: url(../images/127.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
	.contact-ghe {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.contact-dte {
	width: 54%;
	display: inline-block;
	vertical-align: top;
}


}

@media screen and (max-width:1249px) and (min-width:980px){
	.contact-ghe {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}
.contact-dte {
	width: 64%;
	display: inline-block;
	vertical-align: top;
}


}

@media screen and (max-width:979px){
.contact-ghe {
	/* [disabled]width: 25%; */
	/* [disabled]display: inline-block; */
	/* [disabled]vertical-align: top; */
	padding-bottom: 30px;
}
.contact-dte {
   /* [disabled]width: 74%; */
   /* [disabled]display: inline-block; */
   /* [disabled]vertical-align: top; */
}






}
.contact-nom {
	text-align: center;
	color: rgba(255,255,255,1.00);
}
.contact-txt {
	padding-left: 15px;
	padding-right: 15px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 50px;
}
.contact-expo {
	padding-left: 15px;
	padding-right: 15px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 50px;
	/* [disabled]font-size: 14px; */
	/* [disabled]line-height: 20px; */
}
