/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.2;
    background: #FFF;
}


/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==
	 ------------------------------------------------------------------------ 
			CONTAINER
	 ------------------------------------------------------------------------		*/
div#site-container { /* contient le contenu de la page */
	position: relative;
    overflow: hidden;
}
div#content-container {
	position: relative;
	min-height: 600px;
}
div.container, .container990 {
	margin: 0 auto; 
	position: relative;
	width: 1200px;
}
div.container1080 {
	margin: 0 auto; 
	position: relative;
	width: 1000px;
}
div.container1005 {
	margin: 0 auto; 
	position: relative;
	width: 1000px;
}
div.container700 {
	margin: 0 auto; 
	position: relative;
	width: 700px;
}
div.container100 {
	margin: 0; 
	position: relative;
	width: 100%;
}

div.column660 {
	margin: 0; 
	position: relative;
	width: 690px;
	float: left;
}
div.column290 {
	margin: 0; 
	position: relative;
	width: 290px;
	float: right;
}



/* ------------------------------------------------------------------------ 		

		HEADER
		
	 ------------------------------------------------------------------------		*/
header {
    width: 100%;
}



 /* ------------------------------------------------------------------------        

       FOOTER
        
     ------------------------------------------------------------------------       */
footer {
	position: relative;
    z-index: 400;
    width: 100%;
}

 /* ------------------------------------------------------------------------        

       PAGE
        
     ------------------------------------------------------------------------       */
.page-banner {
	position: relative;
	width: 100%;
	min-height: 250px;
}
	.page-banner img {
		position: relative;
		width: 100%;
		height: auto;
		z-index: 1;
	}
	.page-banner .overlay {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		background: #0d3885;
		opacity: 0.28;
	}

.page-title-wrapper {
	width: 500px;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -250px;
}
	.page-title-wrapper .page-title {
		padding: 0;
		padding-bottom: 20px;
		font-weight: 900;
		font-size: 58px;
		color: #FFF;
		line-height: 1.0;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 4px solid #e5120e;
	}
	.page-title-wrapper .page-icon {
		padding-top: 20px;
		text-align: center;
	}
		.page-title-wrapper .page-icon img {
			height: auto;
			width: 38px;
		}


		
/* ------------------------------------------------------------------------ 		

		MISC
		@Titles, Flex, Buttons, Fonts...
		
	 ------------------------------------------------------------------------		*/

/* LINKS */
a { 
	color: #333;
	text-decoration: none; 
}
a:hover { 
    text-decoration: none; 
	cursor: pointer; 
}

/* HR */
hr {
	margin: 15px 0;
	padding: 0;
	width: 100%;
	border: 0;
	height: 5px;
	background: #f6d300;
}
hr.large {
	margin: 30px 0;
	padding: 0;
	width: 100%;
	border: 0;
	height: 5px;
	background: #f6d300;
}
hr.partners {
	margin: 20px 0;
	padding: 0;
	width: 100%;
	border: 0;
	height: 1px;
	background: #e5e4e4;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
			clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
	clip: auto !important;
	-webkit-clip-path: none !important;
			clip-path: none !important;
	height: auto !important;
	margin: auto !important;
	overflow: visible !important;
	width: auto !important;
	white-space: normal !important;
}

iframe {
	border: none;
}

.fancybox-thumbs>ul>li:focus {
	border: 4px solid #D0103A !important;
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:focus {
	border: none !important;
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	border: 4px solid #f98407 !important;
}

.fancybox-button:hover, .fancybox-button:focus {
	border: 1px solid #D0103A !important;
}
.fancybox-navigation button:before, .fancybox-toolbar {
	background-color: #000 !important;
}

