/* normalizeConsult.css */


/* HTML5 display definitions
   ========================================================================== */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;	/* 	HTML5 display-role reset for older browsers */
}
audio, canvas, progress, video {
    display: inline-block;  /* inline-block for IE7 */
    *display: inline; zoom: 1;
	vertical-align: baseline;
}
video {
	max-width: 100%;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {	
    font-size: 62.5%; /* default 1em=16px => 1em=10px (62.5/100*16px=10px) */ 
	line-height: 1;
}

/* Links
   ========================================================================== */
a {
    text-decoration: none;
	background-color: transparent;
	color: grey;
}
a:hover {
    text-decoration: underline;
}
a:active,
a:hover {
	outline: 0;
}

/* Embedded content
   ========================================================================== */
img  {
    border: none; /* Remove border when inside <a> element in IE 8/9/10. */
}

/* Text-level semantics
   ========================================================================== */
b,
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
hr {
    height: 0em;
    line-height: 0em;
    background: none;
    border: none;
	/* border-top-width: 1px;
	border-top-style: dotted */;
	box-sizing: content-box;
    text-align: center;
}
p { 
	text-align: left; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* Forms
   ========================================================================== */
fieldset {
	text-align: left;
	margin: 0;
	padding: 0;
}
legend {	
	border: 0;
	padding: 0;
}
input, select, textarea {
	width: auto;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
    border: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
textarea {
	overflow: auto;
}
optgroup {
  font-weight: bold;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

/* Helpers
   ========================================================================== */

.clearBoth {
	height:0;
	line-height:0;
	display: block;
	visibility: hidden;
	clear: both;
	margin:0;
	padding:0;
}
.clearLeft {
	height:0;
	line-height:0;
	display: block;
	visibility: hidden;
	clear: left;
	margin:0;
	padding:0;
}
.clearRight {
	height:0;
	line-height:0;
	display: block;
	visibility: hidden;
	clear: right;
	margin:0;
	padding:0;
}
.wrapword {
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
	word-break: break-all;
	white-space: normal;
}
.wrapword.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.nav-horizontal ul,
.nav-horizontal li {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 640px) {
	.nav-horizontal li {
		display: inline-block;
	}
}

.FPRCSVP { 
	display: none;
}

.formatTelechargement li a em {
	font-style: normal;
} 

noscript {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}
noscript p {
    display: block;
    position: absolute;
    width: 20em;
    min-height: 5em;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -10em;
    background: #ffffff;
    padding: .5em;
    border-radius: .5em;
    text-align: center;
    box-shadow: 0 .5em 1em rgba(0,0,0,.5);
}
noscript p a {
	text-decoration: underline;
}

.isExtern {
	position: fixed;
    bottom: 0;
    right: 0;
    background: #e40000;
    padding: .5em 1em;
    color: #ffffff;
    text-transform: uppercase;
    left: 0;
    text-align: center;
    opacity: .8;
    z-index: 99999;
}