/* ------------------------------------------------------------------------ 		
			
	 RESET

	 ------------------------------------------------------------------------		*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
}

html,
body,
label {
	margin: 0;
	padding: 0;
}
ul,
ol {
	margin: 0 0 0 30px;
	padding-left: 25px;
}
ul {
	list-style: disc;
}

code,
pre,
samp {
	white-space: pre-wrap;
	font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
}
code { line-height: 1em; }
table { margin-bottom: 21px; }
.m-reset { margin: 0 !important; }
.p-reset { padding: 0 !important; }

li ul,
li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

textarea, table, td, th, code, pre, samp, div, p {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label {
}

/* links */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* paragraphs */
p {
	margin: 0;
	padding: 5px 0 10px 0;
}
p a { color: #333333; }

/* pictures */
img {
	vertical-align: middle;
}
a img { border: 0; }

sup {
	vertical-align: super;
	font-size: 9px;
}

/* ------------------------------------------------------------------------ 		

		PAGINATION
		
	 ------------------------------------------------------------------------		*/
div.pagination-wrapper {
	margin: 0px;
	background: #eaeaea;
	padding: 5px 15px;
	width: 100%;
	font-weight: bold;
	display: flex;
	flex-flow: row nowrap;
    display: -webkit-flex; 
	-webkit-flex-flow: row nowrap;
}
	div.pagination-inside {
		display: flex;
		flex-flow: row nowrap;
	    display: -webkit-flex; 
		-webkit-flex-flow: row nowrap;
		width: auto;
		margin: auto;
	}
	div.pagination-wrapper div.pagination-inside a {
		display: block;
		margin: auto 4px;
		padding: 4px 6px;
		color: #303030;
		text-align: center;
		text-decoration: none;
	}
	div.pagination-wrapper div.pagination-inside a.active {
		color: #c5001e;
	}
		

/* ------------------------------------------------------------------------ 		
			
	 PATHWAY

	 ------------------------------------------------------------------------		*/
div.pathway-wrapper {
	padding: 0;
	padding-top: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eaeaea;
}
	div.pathway-wrapper div.pathway-inside {
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		height: 15px;
		line-height: 14px;
	}
		div.pathway-wrapper div.pathway-inside .icon {
			margin: 0 2px;
		}
			div.pathway-wrapper div.pathway-inside .icon img {
				height: 13px;
				width: 13px;
			}
		div.pathway-wrapper div.pathway-inside .spacer {
			margin: auto 2px;
			font-size: 11px;
			color: #999999;
		}
		div.pathway-wrapper div.pathway-inside a {
			margin: auto 5px;
			font-size: 11px;
			color: #999999;
			text-decoration: none;
		}


/* ------------------------------------------------------------------------ 		

		LOADER
		
	 ------------------------------------------------------------------------		*/
div#loader-wrapper2016 {
	width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background: #FFF; opacity: 0.9; z-index: 551000;
	display: none;
}
	div#loader-wrapper2016 div.inside {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		top: 0px; 
		bottom: 0px;
		left: 0px;
		right: 0px;
		display: flex;
		display: -webkit-flex;
	}
		div#loader-wrapper2016 div.inside div.loader {
			width: 68px;
			height: 68px;
			margin: auto;
			z-index: 551001;
		}
			div#loader-wrapper2016 div.inside div.loader div.icon {
				width: 66px;
				height: 66px;
			}

/* ------------------------------------------------------------------------ 		
			
	 ALERTS MSG

	 ------------------------------------------------------------------------		*/
div#plugin-view-messages-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10000;
}
	div#plugin-view-messages-errors {
		display: none;
		background: #c5001e;
		padding: 15px;
		width: 100%;
		margin: 0;
		font-size: 14px;
		color:#FFF;
		text-align: center;
	}
	div#plugin-view-messages-success {
		display: none;
		background: #5bb75b;
		padding: 15px;
		width: 100%;
		margin: 0;
		font-size: 15px;
		color:#FFF;
		text-align: center;
	}
		div.plugin-view-messages-icon {
			width: 100%;
			padding-bottom: 7px;
		}
			div.plugin-view-messages-icon img {
				height: 40px;
			}
		div.plugin-view-messages-content {
			width: 100%;
		}



/* ------------------------------------------------------------------------ 		
			
	 FORM RESET

	 ------------------------------------------------------------------------		*/
input[type=submit] {
}
option {
	padding: 0 10px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Corrects excess space around these inputs in IE8/9 */
	*width: 13px; *height: 13px; /* Corrects excess space around these inputs in IE7 */
}
input[type="search"] { -webkit-appearance: textfield; }


/* ------------------------------------------------------------------------ 		
			
	 GOOGLE ICONS

	 ------------------------------------------------------------------------		*/
.md-55 {
	font-size: 55px !important;
}
.md-48 {
	font-size: 48px !important;
}
.md-32 {
	font-size: 32px !important;
}
.md-24 {
	font-size: 24px !important;
}
.md-18 {
	font-size: 18px !important;
}
.icon-white {
	color: #FFF !important;
}
.icon-grey {
	color: #5a5a5a !important;
}
.icon-black {
	color: #333333 !important;
}


/* ------------------------------------------------------------------------ 		
			
	 SHORTCUTS

	 ------------------------------------------------------------------------		*/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.center    { margin: auto; }
.txtleft   { text-align: left; }
.txtright  { text-align: right; }
.txtcenter { text-align: center; }

.display-none { display: none; }
.bold { font-weight: 700; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.upper { text-transform: uppercase; }

.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.padding1020 { padding: 10px 20px; }

.w3    	{ width: 3%; }
.w5    	{ width: 5%; }
.w7    	{ width: 7%; }
.w8    	{ width: 8%; }
.w10    { width: 10%; }
.w12    { width: 12%; }
.w13    { width: 13%; }
.w15    { width: 15%; }
.w20    { width: 20%; }
.w22    { width: 22%; }
.w23    { width: 23%; }
.w24    { width: 24%; }
.w25    { width: 25%; }
.w30    { width: 30%; }
.w33    { width: 33.333%; }
.w35    { width: 35%; }
.w40    { width: 40%; }
.w45    { width: 45%; }
.w48    { width: 48%; }
.w49    { width: 49%; }
.w50    { width: 50%; }
.w55    { width: 50%; }
.w58    { width: 58%; }
.w60    { width: 60%; }
.w66    { width: 66.666%; }
.w68    { width: 68%; }
.w70    { width: 70%; }
.w75    { width: 75%; }
.w80    { width: 80%; }
.w82    { width: 82%; }
.w85    { width: 85%; }
.w90    { width: 90%; }
.w95    { width: 95%; }
.w100   { width: 100%; }

.mt25 { margin-top: 25px; }
.mb30 { margin-bottom: 30px; }
.mb45 { margin-bottom: 45px; }

/*	FLEX	*/
.flex-row-nowrap {
	display: flex;
	flex-flow: row nowrap;
    display: -webkit-flex; 
	-webkit-flex-flow: row nowrap;
}
.flex-row-wrap {
	display: flex;
	flex-flow: row wrap;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
}
.margin-auto {
	margin: auto;
}
.margin-auto-zero {
	margin: auto 0;
}


/* BORDER RADIUS */
.radius-7 {
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.radius-9 {
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

/* ------------------------------------------------------------------------ 		
			
	 EFFECTS

	 ------------------------------------------------------------------------		*/
.border-lnh-12 { /* affiche une bordure radius TOP LEFT / RIGHT BOTTOM > 15px */
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
} 
.border-lnh-30 { /* affiche une bordure radius TOP LEFT / RIGHT BOTTOM > 30px */
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
} 
.border-invert-30 { /* affiche une bordure radius TOP RIGHT / LEFT BOTTOM > 30px */
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
} 
.shadow-01 {
	-webkit-box-shadow: 0px 0px 15px 2px #333;
	-moz-box-shadow: 0px 0px 15px 2px #333;
	box-shadow: 0px 0px 15px 2px #333;
}
