@charset "utf-8";
/* CSS Document */

#trait_bg {
	background-image:url('https://www.ca-alpesprovence.net/NPC/img/trait_bg.png');
	background-repeat: repeat-y;
	background-position: top;
}

#aff_desktop {
	display : block;
}

#aff_responsive {
	display: none;
}

@media all and (max-width: 989px) {
	#trait_bg {
		height: 600px;
	}
	
	#aff_desktop .col-sm-5 {
		width: 41.6667%!important;
	}
	
	#aff_desktop .col-sm-2 {
		width: 16.6667%!important;
	}
}

@media all and (max-width: 650px) {
	#aff_desktop {
		display : none;
	}

	#aff_responsive {
		display: block;
	}
}