@charset "utf-8";
/* CSS Document */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.contact-us-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/mobile/contactus_img_header_mobile-2.png) !important;
		background-position: top center !important;
    }
	
	/*Ajustement de la hauteur si sans CTA*/
	.featured-zone {
        min-height: auto;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.contact-us-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/mobile/contactus_img_header_mobile-2.png) !important;
		background-position: top center !important;
    }
	
	/*Ajustement de la hauteur si sans CTA*/
	.featured-zone {
        min-height: auto;
    }
}
	
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.contact-us-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/contactus_img_header_desktop-2.jpg) !important;
		background-position: center center !important;
    }
}
	
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.contact-us-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/contactus_img_header_desktop-2.jpg) !important;
		background-position: top center !important;
    }
}
	
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.contact-us-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/contactus_img_header_desktop-2.jpg) !important;
		background-position: top center !important;
    }

}
