
@media only screen and (max-width: 800px) {
	/* pour mobiles et tablettes */
	.module-MOBI_titre .tablet-bg .image, .module-MOBI_titre .tablet-bg .image img {
		height: 100% !important;
		width: 100% !important;
		max-width: 100%;
	}
	#main_table_inner .z_col0_td_inner {
		background: none !important;
	}
	#main_table_inner tr.tr_median {
		margin-top: -10px;
	}
	.module-MOBI_titre .swipe {
		background-color: #ffffff;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 2px 2px 2px 2px;
	}
	.mod_10887589 .liens > a > span {
		border-bottom: 1px solid #545454;
	}
	.mod_1649039.module-responsive .photo.bigphoto img.responsive {
		display: block !important;
	}
	.mod_1649039.module-responsive .photo img.responsive {
		display: none !important;
	}
	table:not(.combo), table:not(.combo) tbody, table:not(.combo) td, table:not(.combo) tr {
		width: 100% !important;
		display: block;
	}
	#mod_1649015 .photo {
		width: 100% !important;
	}
	#mod_1649015 .photo img {
		display: block !important;
		margin: 0 auto;
	}
	#mod_1649015 .photo img.not-responsive {
		display: none !important;
	}
}
@media only screen and (max-width: 800px) and (min-width: 480px) {
	/*pour tablettes*/
}
@media only screen and (max-width: 480px) {
	/*pour mobiles*/
	.module-MOBI_titre .swipe {
		top: 10px;
	}
	.module-MOBI_titre .image, .module-MOBI_titre .image img {
		height: 100% !important;
		width: 100% !important;
		max-width: 100%;
	}
	.icon-gbicongeneric-button-swipe-list:before {
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: -6px;
	}
}