<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
	width: 100%;
	height: 100%;
	font-family: 'ClanOT-News';
	font-size: 12px;
	color: #333333;
	line-height: 1.2;
    background: #FFF;
}

div#page-container { /* contient le contenu de la page */
	position: relative;
    overflow: hidden;
}
div#page-content {
	position: relative;
	min-height: 600px;
}

.inside {
	margin: 0 auto; 
	position: relative;
    width: 990px;
}
div.inside-straight {
	margin: 0 auto; 
	position: relative;
    width: 600px;
}


div.column660 {
	margin: 0; 
	position: relative;
	width: 690px;
	float: left;
}
div.column290 {
	margin: 0; 
	position: relative;
	width: 290px;
	float: right;
}


.page-grey {
	padding: 1rem 0;
	min-height: 550px;
}
	.filiere .page-grey {
		background: none;
	}


.cols-30x70-wrapper {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.cols-30x70-left {
		width: 40%;
		margin: 0 auto auto 0;
	}
	.cols-30x70-right {
		width: 57%;
		margin: 0 0 auto auto;
	}

.cols-50x50-wrapper {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.cols-50x50-left {
		width: 48%;
		margin: 0 auto auto 0;
	}
	.cols-50x50-right {
		width: 48%;
		margin: 0 0 auto auto;
	}
		
/* ------------------------------------------------------------------------ 		

		MISC
		@Titles, Flex, Buttons, Fonts...
		
	 ------------------------------------------------------------------------		*/

/* LINKS */
a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: color,background,box-shadow;
	transition-property: color,background,box-shadow;
}
a:hover { 
    text-decoration: none; 
	cursor: pointer; 
}

/* HR */
hr {
	margin: 15px 0;
	padding: 0;
	width: 100%;
	border: 0;
	height: 5px;
}
.clear {
	clear: both;
}</pre></body></html>