<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: 600px), only screen and (max-device-width: 600px) {
	/**
	 * 	TITRES
	 */
	h1 {
		font-size: 26px;
		word-break: normal;
	    -webkit-hyphens: none;
	    -moz-hyphens: none;
	    -ms-hyphens: none;
	    -o-hyphens: none;
	  	hyphens: none;
	}

	.article-wrapper.news .article-inside h1 {
		font-size: 17px;
	}

	.article-wrapper .intro-wrapper {
		font-size: 16px;
		text-align: left;
	}
	.article-wrapper .citation {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.picture-full-articles {
		height: auto;
	}


	/**
	 * 	EMBED &amp; HTML
	 */
	.video-wrapper iframe {
		margin-bottom: 20px;
	}


	/*--------------------------------------------------------------------
		DOC
	----------------------------------------------------------------------*/

	.doc-list {
		flex-direction: column;
	}
		.doc-list .doc-item {
			margin-bottom: 20px;
			margin-right: auto;
			margin-left: auto;
			width: 80%;
		}

}</pre></body></html>