/*
 * Bloc uag sur toute la largeur de l'écran
 */
.smi-uag-large {
	width: 100vw !important;
	margin-left: calc((100% - 100vw) / 2) !important;
}
