<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:600px) and (max-width: 949px) {
	.showT10:not(.showT20) {
		display:none;
	}

	.showT30:not(.showT20) {
		display:none;
	}

	/* ======================================================= HEADER ================== */
	.bloc_recherche {

		display:inline-block;
/* 		height:14px; */
		margin-top:6px;
		margin-left:35px;
		padding:6px;
	}

	#texte_header {
		float:left;
		width:calc(94% - 300px);
		margin-left:1%;
	}

	#logo {
		margin-left:2%;
		margin-right:2%;
	}

	#video_accueil {
		width:50%;
		max-height:187px;
	}

	#video_accueil video {
/*	 	height:100%;*/
/*		width:100%;*/
		max-height:187px;
	}

	.bloc_news {
/* 		display:block; */
/*		width:50%;*/
		width:40%;
	}

	.bloc_news_col1 {
		height:187px;
		width:36px;
	}

	.bloc_news_col2 {
	display:inline-block;
/*	overflow:hidden;*/
/*		max-height:193px;*/
/*		max-width:418px;*/

/* 		max-width:220px; */
	width:calc(100% - 50px);
	}

	.imgactu {
/*		max-width:50%;*/
	}

	#content {
		width:calc(100% - 20px);
		padding:10px;
	}

	#droite_header {
		float:left;
		width:calc(94% - 300px);
		margin-left:1%;
	}

	.contenu_detail {
		width:98%;;
		padding:1%;
	}

	#contenu_gauche {
		width:100%;
	}

	.col_gauche1 {
		width:48%;
	}

	.col_gauche2 {
		width:49%;
	}

	/* ======================================================= INDEX ==================================*/
	#slogan {
		width:100%;
		max-width:300px;
	}

	.vignette_prod {
		width:100%;
/* 		height:200px; */
		padding-bottom:10px;
		margin:10px;
	}

	.droit_vignette_prod {
		float:right;
		width:49%;
/* 		margin:5px; */
	}

	.gauche_vignette_prod {
		width:50%;
/* 		margin:5px; */
	}

/* 	.droit_vignette_prod { */
/* 		width:175px; */
/* 		margin:5px; */
/* 	} */

	#enStockPrix {
		font-size:16px;
	}

	.lien_detail {
		margin-top:-26px;
	}

	.regl50 {
		width:50%;
	}

	.regl50.bouton {
		width:80px;
	}

	#popupInfoLivraison {
		width:60%;
		margin-left:20px;
	}

	/* ====================== CHAT ========================= */
	#chat {
		width:300px;
		background-color:rgba(0,0,0,0.7);
	}

	#chatLog {
		background-color:rgba(0,0,0,0.5);
		height:500px;
	}

	/* ======================================== CONTACT ======================== */
	.contact {
		width:90%;
		margin-left:5%;
	}
}
</pre></body></html>