/**
* Reset
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
input, select, textarea {
	box-sizing: border-box;
}
a:link, a:visited,
a:active, a:hover {
	color: #00f;
	text-decoration: none;
}

/**
* HTML5 display-role reset for older browsers
**/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
* Main
**/
body {
	background: #fff;
	color: #161616;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 11px;
	margin-top: 43px;
}

/**
* Progress bar
**/
.progress-container {
	background: transparent;
	height: 3px;
	position: fixed;
	top: 43px;
	width: 100%;
	z-index: 1002;
}
.progress-bar {
	background: #0097c8;
	/*
	background: repeating-linear-gradient(
		-55deg,
		#0097c8,
		#0097c8 5px,
		#fff 5px,
		#fff 10px
	);
	*/
	height: 3px;
	width: 0%;
}

/**
* Structure
**/
div.container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

/**
* Bloc "impression"
*/
#print {
	display: none;
}

/**
* Selection et Copier/Coller impossible
*/
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input, select, textarea, .text-selectable {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

/**
* Internet Explorer
**/
div#internet-explorer {
	background: #f3dddd;
	padding: 15px 0;
}
div#internet-explorer h1 {
	color: #004251;
	font-family: Open Sans Bold, 'open_sansbold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
div#internet-explorer h1 img {
 margin-right: 15px;
 vertical-align: middle;
}
div#internet-explorer a:link, div#internet-explorer a:visited,
div#internet-explorer a:active, div#internet-explorer a:hover {
	color: #0097c8;
}
div#internet-explorer a:active, div#internet-explorer a:hover {
	text-decoration: underline;
}
div#internet-explorer p {
 font-size: 13px;
 line-height: 18px;
}

/**
* Header
**/
header {
	background: #fff;
	font-family: Open Sans Semibold, 'open_sanssemibold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	height: 134px;
	line-height: 134px;
}
header h1 {
	left: 0;
	line-height: 1;
	position: absolute;
	top: 20px;
}
header h1 a {
	color: #0097c8;
	font-size: 30px;
}
header p.slogan {
	color: #00698a;
	left: 290px;
	position: absolute;
	top: 20px;

	font-size: 22px;
	line-height: 32px;
	font-family: Raleway, 'ralewayregular', Tahoma, Verdana, Segoe, sans-serif;
}
header ul {
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 89px;
}
header ul li {
	float: left;
	height: 43px;
	line-height: 43px;
	margin-left: 30px;
}
header ul li:first-child {
	margin-left: 0;
}
header ul li a:link, header ul li a:visited,
header ul li a:active {
	color: #004251;
	transition: 0.3s;
}
header ul li a:hover {
	color: #0097c8;
}
header ul li.current a {
	color: #0097c8;
}

/**
* Jumbotron
**/
div.jumbotron {
	background: #f2f6f7;
	border-bottom: #d8e6db 1px solid;
	border-top: #d8e6db 1px solid;
	padding-top: 30px;
	position: relative;
}
div.jumbotron-bottom {
	padding-bottom: 78px;
	padding-top: 20px;
}

/**
* Export PDF/XLS/...
**/
p.export {
	font-family: Raleway SemiBold, 'ralewaysemibold', Tahoma, Verdana, Segoe, sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
p.export > a {
	margin-left: 15px;
}
p.export.export-left > a {
	margin-left: 0;
	margin-right: 15px;
}

p.save-search {
	float: left;
}
div.jumbotron-bottom p.new-search {
	text-align: right;
}

div.jumbotron-bottom p.save-search a {
	margin-right: 15px;
}
div.jumbotron-bottom p.new-search a, 
div.jumbotron-bottom p.new-search button {
	margin-left: 15px;
}

/**
* Aside
**/
aside.top {
	padding-bottom: 25px;
	padding-top: 35px;
}
aside.top > div.pdf {
	display: none;
}
aside.top div > p {
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
aside.top div > p span {
	font-family: Open Sans Bold, 'open_sansbold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
aside.top div > p a:link, aside.top div > p a:visited,
aside.top div > p a:active, aside.top div > p a:hover {
	color: #00f;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
aside.top div > p a img {
	vertical-align: bottom;
}

aside nav {
	margin-left: 15px;
}
aside.top nav {
	bottom: 0;
	position: absolute;
	right: 0;
}
aside.bottom {
	margin-bottom: 25px;
	overflow: auto;
}
aside.bottom > div.separate-line {
	border-top: 1px solid #d8e6db;
	margin-top: 10px;
	padding-top: 20px;
}
aside.bottom > div.separate-line.clear {
	margin-top: 45px;
}
aside.bottom nav {
	float: right;
}

aside p.report-change {
	bottom: 0;
	position: absolute;
	right: 0;
}
aside p.reprot-change a {
	margin-left: 15px;
}
aside p.back a {
	margin-right: 15px;
}

aside nav ul {
	font-family: Open Sans Bold, 'open_sansbold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
aside nav li {
	float: left;
	margin-left: 10px;
}
aside nav li a,
aside nav li a:link, aside nav li a:visited,
aside nav li a:active, aside nav li a:hover {
	border: 1px solid #00698a;
	color: #00698a;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	position: relative;
	text-align: center;
	width: 24px;
}
aside nav li a:active, aside nav li a:hover {
	background: #0097c8;
	border: 1px solid #0097c8;
	color: #fff;
}
aside nav li.current a,
aside nav li.current a:link, aside nav li.current a:visited,
aside nav li.current a:active, aside nav li.current a:hover {
	background: #00698a;
	border: 1px solid #00698a;
	color: #fff;
}

aside nav ul li a > img {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	top: 6px;
}
aside nav ul li a.arrow-left {
	background: url('../images/aside/picto-arrow-left.png?2011') no-repeat center center;
}
aside nav ul li a.arrow-right {
	background: url('../images/aside/picto-arrow-right.png?2011') no-repeat center center;
}
aside nav ul li a.double-arrow-left {
	background: url('../images/aside/picto-double-arrow-left.png?2011') no-repeat center center;
}
aside nav ul li a.double-arrow-right {
	background: url('../images/aside/picto-double-arrow-right.png?2011') no-repeat center center;
}
aside nav ul li a.arrow-left:hover {
	background: #0097c8 url('../images/aside/picto-arrow-left-white.png?2011') no-repeat center center;
}
aside nav ul li a.arrow-right:hover {
	background: #0097c8 url('../images/aside/picto-arrow-right-white.png?2011') no-repeat center center;
}
aside nav ul li a.double-arrow-left:hover {
	background: #0097c8 url('../images/aside/picto-double-arrow-left-white.png?2011') no-repeat center center;
}
aside nav ul li a.double-arrow-right:hover {
	background: #0097c8 url('../images/aside/picto-double-arrow-right-white.png?2011') no-repeat center center;
}

/**
* Article
**/
article > div.container {
	padding-bottom: 15px;
	padding-top: 10px;
}
article > div.container.search-loading {
	margin: 30px auto;
	position: relative;
	text-align: center;
}
article > div.container.search-loading .loader {
	border-width: -2px;
    display: inline-block;
	height: 10px;
	position: relative;
	top: -2px;
    vertical-align: middle;
	width: 10px;
}
article > div.pdf {
	display: none;
	color: #870404;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	margin-top: 15px;
}

/**
* Footer
**/
footer {
	background: #00698a;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
footer h1 {
	font-family: Raleway SemiBold, 'ralewaysemibold', Tahoma, Verdana, Segoe, sans-serif;
	font-size: 16px;
}
footer h1, footer p {
	line-height: 24px;
	margin: 15px 0;
}
footer ul li {
	line-height: 24px;
}
footer a.social-network {
	margin: 4px 4px 0 0;
}
footer a.social-network img {
	vertical-align: top;
}

footer div.footer-table {
 display: table;
 table-layout: fixed;
 width: 100%;
}
footer div.footer-table > div {
 display: table-cell;
 vertical-align: top;
}
footer div.col-right {
	background: #0097c8;
}

footer div.codata-contact, footer div.links {
	color: #fff;
	padding: 15px 0 15px;
}
footer div.codata-contact {
	width: 225px;
}
footer div.links {
	width: 775px;
}
footer div.links > div {
	float: left;
	padding-left: 30px;
	width: 228px;
}

footer div.codata-contact a:link, footer div.codata-contact a:visited,
footer div.codata-contact a:hover, footer div.codata-contact a:active {
	color: #fff;
}
footer div.links a:link, footer div.links a:visited {
	color: #bddfea;
}
footer div.links a:hover, footer div.links a:active {
	color: #fff;
}
footer div.links li.current a {
	color: #fff;
}

footer div.copyright {
	background: #004251;
	color: #889ea3;
	font-size: 13px;
	padding: 25px 0;
}
footer div.copyright span {
	float: right;
	margin: 0;
}
footer div.copyright span a {
	margin-left: 15px;
}
footer div.copyright span a:link, footer div.copyright span a:visited,
footer div.copyright span a:hover, footer div.copyright span a:active {
	color: #b4d0d6;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
}

/**
* Spinner
**/
div.loader,
div.pdf-loader {
	border: 3px solid #64b0c9;
	border-radius: 50%;
	border-top: 3px solid #fff;
	width: 18px;
	height: 18px;
	margin: 5px 5px 4px 5px;
	padding: 0;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
div.loader-layer,
div.pdf-loader-layer,
div.loader-isochrone {
	border-color: #fff #00698a #00698a;
}
div.loader-layer {
	height: 21px;
	width: 21px;
}
div.loader-isochrone {
	height: 13px;
	margin: 2px 2px 1px;
	width: 13px;
}
@-webkit-keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}
@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}

/* Back to top */
div.go-top-parent {
	position: relative;
}
div#go-top {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 462px;
	z-index: 900;
}
div#go-top a {
	display: inline-block;
	width: 38px;
	height: 38px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
div#go-top a img {
	vertical-align: middle;
}

/**
* Forms
**/
form input[type="text"],
form input[type="password"] {
	border: 1px solid #d8e6eb;
	height: 38px;
	line-height: 38px;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	vertical-align: middle;
}
form input[type="text"],
form input[type="password"] {
	padding: 0 10px;
	vertical-align: middle;
}

footer form input[type="text"] {
	border: 1px solid #fff;
	width: 100%;
}

form input[disabled="disabled"], form input[type="text"].disabled {
	background: #e3e3e3;
	border: 1px solid #ebebeb;
}
form input[type="submit"] {
	cursor: pointer;
}

/**
* Custom Forms: Customize Checkbox
*/
.picker.custom-checkbox {
	display: inline;
	margin: 0;
}
.picker.custom-checkbox .picker-handle {
	border-color: #d8e6eb;
	margin-right: 10px;
}
.picker.picker-checkbox.custom-checkbox .picker-handle {
	border-radius: 0;
}
.picker.custom-checkbox label {
	color: #161616;
}
.picker.custom-checkbox label.checkbox-highlight {
	color: #056c8c;
}

/**
* Custom Forms: Customize Select
*/
.selecter.custom-select {
	display: inline-block;
	height: 38px;
	line-height: 36px;
	margin: 0;
	max-width: 100%;
	vertical-align: middle;
}
.selecter.custom-select .selecter-selected {
	background-color: #d8e6eb;
	border: 1px solid #d8e6eb;
	border-radius: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.selecter.custom-select .selecter-selected:after {
	background-image: url('fs-pictos/jquery.fr.select-arrow-open.png?2011');
	border: 0;
	height: 7px;
	top: 1px;
	width: 13px;
}
.selecter.custom-select.open .selecter-selected, .selecter.custom-select.focus .selecter-selected {
	background-color: #d8e6eb;
	box-shadow: none;
}
.selecter.custom-select .selecter-options {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.selecter.custom-select.bottom .selecter-options {
	border: 0;
}
.selecter.custom-select.bottom.open .selecter-options {
	border-radius: 0;
}
.selecter.custom-select .selecter-item {
	background-color: #d8e6eb;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.selecter.custom-select .selecter-item:last-child {
	border-radius: 0;
}
.selecter.custom-select .selecter-item:hover {
	background-color: #0097c8;
	color: #fff;
}
.selecter.custom-select .selecter-item.selected {
	background-color: #0097c8;
	color: #fff;
}

/**
* Query
**/
p.query,
pre.query {
	background: #ffff66;
	border: 1px solid #fd8000;
	box-sizing: border-box;
	color: #161616;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 15px;
	text-align: left;
}
p.query strong {
	font-family: Open Sans Bold, 'open_sansbold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/**
* Messages sur la page d'accueil
**/
p.securite {
	background-color: #f3dddd;
	border-left: 3px solid #c90000;
	color: #c90000;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}
p.deconnexion, p.message-ok {
	background-color: #dfd;
	border-left: 3px solid #007f0e;
	color: #007f0e;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	margin-bottom: 5px;
}
p.securite a, p.deconnexion a, p.message-ok a {
	color: #0097c8;
}
p.info, p.no-ad {
	background-color: #f2f6f7;
	border-left: 3px solid #00698a;
	color: #00698a;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}
p.warning {
	background-color: #ffff66;
	border-left: 3px solid #fd8000;
	color: #161616;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	padding: 10px;
}
p.securite span.semi-strong {
	font-family: Open Sans Semibold, 'open_sanssemibold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
p.warning strong {
	/* font-family: Open Sans Semibold, 'open_sanssemibold', Arial, Helvetica, "Nimbus Sans L", sans-serif; */
	font-family: Open Sans Bold, 'open_sansbold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/**
* Indice (sup)
*/
sup {
	color: #0097c8;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 9px;
	vertical-align: super;
}
sup.note a {
	color: #0097c8;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding-left: 1px;
	text-decoration: none;
	white-space: nowrap;
}
sup.note a:hover {
	text-decoration: underline;
}

/**
* Aide contextuelle
*/
div.aide-contextuelle {
	display: inline;
	position: relative;
}
div.aide-contextuelle > img {
	cursor: help;
	vertical-align: text-bottom;
}
div.aide-contextuelle > img.help {
	vertical-align: top;
}
div.aide-contextuelle.aide-xls > img {
	cursor: pointer;
	vertical-align: top;
}
div.aide-contextuelle > div {
	background: #00698a;
	bottom: 30px;
	color: #fff;
	display: none;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	line-height: 15px;
	left: 10px;
	padding: 15px;
	position: absolute;
	text-align: left;
	width: 250px;
	z-index: 1;
}
div.aide-contextuelle div.triangle {
	border-top: 5px solid transparent;
	border-left: 10px solid #00698a;
	border-bottom: 5px solid transparent;
	bottom: -5px;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

div.tpd-content.aide-xls > div {
	left: 20px;
	width: 400px;
}
div.tpd-content ul,
div.tpd-content ul ul ul ul {
	list-style-type: disc;
}
div.tpd-content ul ul {
	list-style-type: circle;
}
div.tpd-content ul ul ul {
	list-style-type: square;
}
div.tpd-content li {
	margin-left: 15px;
}

/**
* Aide Bookmark
*/
div.aide-bookmark {
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
}
div.aide-bookmark > a {
	vertical-align: text-bottom;
}
div.aide-bookmark > a:hover + div {
	display: block;
}
div.aide-bookmark > div {
	background: #00698a;
	bottom: 0;
	color: #fff;
	display: none;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	line-height: 15px;
	left: -185px;
	padding: 15px;
	position: absolute;
	text-align: left;
	width: 125px;
	z-index: 1;
}
div.aide-bookmark div.triangle {
	border-top: 5px solid transparent;
	border-right: 10px solid #00698a;
	border-bottom: 5px solid transparent;
	bottom: -5px;
	height: 0;
	right: 0;
	position: absolute;
	width: 0;
}

/**
* Line separator
**/
.line-separator {
	border-bottom: 1px dashed #e4edf0;
	margin-bottom: 15px;
	padding-top: 15px;
}

/**
* Liens d'ancrage
**/
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/**
* Miscellaneous
**/
.pointer {
	cursor: pointer;
}
.clear {
	clear: both;
	overflow: hidden;
}
.center {
	text-align: center;
}
.text-right {
	text-align: right;
}
span.underline {
	text-decoration: underline;
}
div.no-border-top {
	border-top: 0 !important;
}
div.no-padding-top {
	padding-top: 0 !important;
}
div.no-padding-right {
	padding-right: 0 !important;
}
div.no-margin-bottom {
	margin-bottom: 0 !important;
}
div.no-margin-top {
	margin-top: 0 !important;
}

/**
* Popup overlay
**/
.white-popup {
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 20px auto;
	max-width: 500px;
	padding: 20px 50px 20px 20px;
	position: relative;
	width: auto;
}

/**
* Gadget du panneau latéral
**/
.dock {
	background-color: transparent;
	position: fixed;
	top: 70px;
	right: 0;
	z-index: 1020;
}
.dock.dock-list {
	top: 265px;
}
.dock-block {
	background-color: #3b3b3b;
	margin-top: 20px;
	position: relative;
	width: 38px;
	z-index: 1021;
}
.dock-block:first-child {
	margin-top: 0;
}

.dock-item {
	position: relative;
	z-index: 1;
}

.dock-picto {
	cursor: pointer;
	background-color: #00698a;
	text-align: center;
	z-index: 0;

	width: 38px;
	height: 38px;
	line-height: 38px;
}
.dock-picto.pdf {
	background-color: #870404;
}
.dock-picto.xls {
	background-color: #154a2d;
}

.no-export .dock-picto,
.no-export-user .dock-picto,
.no-email .dock-picto {
	background-color: #99c3d0;
}
.no-export .dock-picto.pdf,
.no-export-user .dock-picto.pdf {
	background-color: #cf9b9b;
}
.no-export .dock-picto.xls,
.no-export-user .dock-picto.xls {
	background-color: #a1b7ab;
}

.dock-icon {
	display: inline-block;
	max-width: 28px;
	max-height: 28px;
	vertical-align: middle;
}

.dock-text {
	line-height: 38px;
	text-align: left;
	z-index: -1;
	margin-right: 35px;
	padding-right: 40px;
	word-wrap: break-word;

	-moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);

	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

	max-width: 1px;
	position: absolute;
	right: -38px;
	top: 0;
}
.dock-item:hover .dock-text {
	max-width: 700px;
	right: -38px;
}

.dock-content {
	display: none;
	overflow: hidden;
	position: relative;
}

.dock-text a {
	display: block;
	background-color: #fff;
	border: 1px solid #00698a;
	box-sizing: border-box;
	color: #00698a;
	display: block;
	font-family: Open Sans Semibold, 'open_sanssemibold', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	padding: 0 16px;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.dock-text a.selecter-item {
	border: none;
	font-family: Open Sans, 'open_sansregular', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.dock-text a:hover {
	background-color: #0097c8;
	border: #0097c8;
	color: #fff;
	text-decoration: none;
}

.dock-text a.pdf {
	border: 1px solid #bb0706;
	color: #bb0706;
}
.dock-text a.pdf:hover {
	background-color: #bb0706;
	color: #fff;
}
.dock-text a.xls {
	border: 1px solid #247d4c;
	color: #247d4c;
}
.dock-text a.xls:hover {
	background-color: #247d4c;
	color: #fff;
}

.no-export .dock-text a,
.no-export-user .dock-text a,
.no-email .dock-text a {
	border: 1px solid #99c3d0;
	color: #99c3d0;	
	cursor: pointer;
}
.no-export .dock-text a:hover,
.no-export-user .dock-text a:hover,
.no-email .dock-text a:hover {
	background-color: #99d5e9;
	border: 1px solid #99d5e9;
	color: #fff;
}
.no-export .dock-text a.pdf,
.no-export-user .dock-text a.pdf {
	border: 1px solid #cf9b9b;
	color: #cf9b9b;	
}
.no-export .dock-text a.pdf:hover,
.no-export-user .dock-text a.pdf:hover {
	background-color: #e49c9b;
	border: 1px solid #e49c9b;
	color: #fff;
}
.no-export .dock-text a.xls,
.no-export-user .dock-text a.xls {
	border: 1px solid #a1b7ab;
	color: #a1b7ab;	
}
.no-export .dock-text a.xls:hover,
.no-export-user .dock-text a.xls:hover {
	background-color: #a7cbb7;
	border: 1px solid #a7cbb7;
	color: #fff;
}

.copied-message {
	position: absolute;
	text-align: center;
	top: 25px;
	width: 100%;
	z-index: 2000;
}
.copied-message span {
	background: #d8e6eb;
	border: 1px solid #d8e6eb;
	border-radius: 20px;
	color: #161616;
	padding: 7px 10px;
}

/* Clearfix hack */
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Bestwishes */
body .mfp-image-holder .mfp-close {
	cursor: pointer;
	padding-right: 0;
	right: 0;
	text-align: center;
}
body img.mfp-img {
	padding-bottom: 0;
	padding-top: 0;
}
body.mfp-zoom-out-cur, body.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**
* Magnific Popup
**/
/* Close button */
.mfp-close {
	background-color: #0097c8 !important;
	background-color: rgba(0, 151, 200, 0.75) !important;
	*background-color: #0097c8 !important;
	color: #fff !important;
	height: 32px !important;
	line-height: 32px !important;
	width: 32px !important;

	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.mfp-close:hover {
	background-color: rgba(0, 151, 200, 1) !important;
}
.mfp-close:active {
	top: 0 !important;
}

/* Overrides pour l'impression */
@media print {
	/**
	* Main
	**/
	body {
		/* margin-top doit être égal à la hauteur de la navbar : 43px en screen, 41px en print (sans la nav) */
		margin-top: 0px;
	}

	/**
	* Header
	**/
	header {
		display: none;
	}

	/**
	* Jumbotron
	**/
	div.jumbotron {
		background: #fff;
		border: 0;
	}
	div.jumbotron-bottom {
		display: none;
	}

	/**
	* Aside
	**/
	aside.top > div.container {
		display: none;
	}
	aside.top > div.pdf, 
	article > div.pdf {
		display: block;
	}
	aside.bottom {
		display: none;
	}
	
	/**
	* Export
	**/
	p.export {
		display: none;
	}

	/**
	* Footer
	**/
	footer {
		display: none;
	}

	/**
	* Back to top
	**/
	div.go-top-parent {
		display: none;
	}

	/**
	* Aide contextuelle
	**/
	.aide-contextuelle {
		display: none !important;
	}

	/**
	* Dock
	**/
	.dock {
		display: none !important;
	}
}