@charset "utf-8";
/* CSS Document */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.qui-sommes-nous-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/mobile/qui_sommes_nous_img_header_mobile.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) {
	.qui-sommes-nous-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/mobile/qui_sommes_nous_img_header_mobile.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) {
	.qui-sommes-nous-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/bg_qui_sommes_nous_img_desktop-832-5.jpg) !important;
		background-position: center center !important;
    }
}
	
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.qui-sommes-nous-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/bg_qui_sommes_nous_img_desktop-832-5.jpg) !important;
		background-position: top center !important;
    }
}
	
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.qui-sommes-nous-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/bg_qui_sommes_nous_img_desktop-832-5.jpg) !important;
		background-position: top center !important;
    }
	
	/*Ajustement de la hauteur pour voir le coeur*/
	/*.featured-zone .featured-zone-content {
        padding-bottom: 100px;
    }*/

}
