<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	div.container-wrapper { /* contenu principal, 1000px centrÃ©  */
		width: 100%!important;
	}

	.cols-40x60-left {
		width: 100%;
	}
	.cols-40x60-right {
		margin-top: 40px;
		width: 100%;
	}
	
				
	/*	LABEL	*/
	ul.form-default label {
		color: #333333;
	}
	/*	ELEMENTS	*/
	input, textarea {
		border: 1px solid #dadada;
	}
	select {
		border: 1px solid #dadada;
	}

	/* LINKS */
	a { 
		color: #333333;
	}
}</pre></body></html>