@font-face {
    font-family: 'FiraSans-Book';
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Book.eot');
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Book.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans-Regular';
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Regular.eot');
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Regular.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans-SemiBold';
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-SemiBold.eot');
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-SemiBold.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans-Bold';
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Bold.eot');
    src: url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Bold.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Normal/Roman/FiraSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCondensed-Medium';
    src: url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Medium.eot');
    src: url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Medium.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCondensed-Light';
    src: url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Light.eot');
    src: url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Light.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Condensed/Roman/FiraSansCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCompressed-Light';
    src: url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Light.eot');
    src: url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Light.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCompressed-Medium';
    src: url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Medium.eot');
    src: url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Medium.woff') format('woff'),
         url('../fonts/Fira-Sans/Web/Compressed/Roman/FiraSansCompressed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Styles généraux */
html {
	font-size:16px;
}

html,body {
	margin:0;
	padding:0;
}

body {
	background-color:#666;
	color:#000;
	font-family:'FiraSans-Book',Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	font-size:1rem;
    background-size: cover;
}

a {
	font-weight:normal;
	text-decoration:none;
	color:#5A0000;
	font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
}

a:hover {
	color:#000;
}

a:active {
	color:#000;
}

a:focus {
	color:#000;
}

a img {
	border:0;
}

strong {
	font-weight:normal;
	font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
}

#corps h1 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	font-size:2rem;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	border-left:10px solid #000;
}

h1 span {
	color:#333;
	font-size:1.75rem;
}

h2 {
	margin:0 0 0.1em 0;
	padding:0;
	font-weight:normal;
	font-size:1.5rem;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
}

h2 span {
font-family:'FiraSansCondensed-Light',Verdana, Geneva, sans-serif;
}

h2 label, h2 strong.label, h2 strong {
font-weight:normal;
}

h2.special {
	background-color:#333;
	color:#FFF;
	padding:0.4em;
	margin-bottom:0.3em;
	text-transform:uppercase;
}

.title-separator {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:1em 0 0.6em 0;
}

.title-separator:before,
.title-separator:after {
    content: '';
    border-top: 2px solid #E1E1E1;
    margin: 0 20px 0 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 20px;
}

.title-separator:after {
    margin: 0 0 0 20px;
}

.title-separator:before {
    width:20px;
    flex-grow: initial;
    flex-shrink: initial;
    flex-basis: initial;
}

.emphase-2 {
margin:0 0 0.1em 0;
padding:0;
font-weight:normal;
font-size:1.5rem;
font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
}

h3 {
	margin:0 0 0.3em 0;
	padding:0;
	font-weight:normal;
	font-size:1.125rem;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
}

h3 label, h3 strong, h3 strong.label, h3 a {
font-weight:normal;
}

caption h3 {
	margin:0.3em 0;	
}

.emphase-3 {
margin:0 0 0.3em 0;
padding:0;
font-weight:normal;
font-size:1.125rem;
color:#333;
font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
}

h4 {
	margin:0 0 0.3em 0;
	padding:0;
	font-weight:normal;
	font-size:1rem;
	color:#555;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;	
}

h4 label, h4 strong, h4 strong.label, h4 a {
font-weight:normal;
}

h2 a {
font-weight:normal !important;
}

h2 + h3 {
margin-top:10px;
}

ul,ol {
margin:0 0 1em 0;
padding:0 0 0 2em;
}

ul li ul {
	margin-top:1em;	
}

ul li,ol li {
margin:0 0 0.60em 0;
padding:0;
}

p {
text-align:left;
margin:0 0 1em 0;
padding:0;
line-height:1.4em;
}

p.date {
color:#222;
font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;	
font-size: 1.125rem;
margin-bottom:5px;
}

.fontAlphaNumeric {
    font-family: Consolas, Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
}

strong.fontAlphaNumeric {
    font-weight: bold;
}

/* Structure */
div#cadre-principal {
	min-width:980px;
}

div#minwidth {
	width:980px;
	height:0;
	line-height:0;
}

div#cadre-secondaire {
	margin-left: auto;
	margin-right: auto;
	padding:0 10px;
	width: 960px;
	background:#F2F2F2;
	border-bottom:3px solid #B11015;
}

div#info-organisation {
	float:left;
	padding-top:10px;
}

div#info-organisation h1 {
	font-family:'FiraSansCondensed-Light', Verdana, Geneva, sans-serif;
	margin:5px 0;
	padding:0;
	text-align:left;
	font-size:1.25rem;
	font-weight:normal;
}

div#info-organisation a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

div#cadre-haut-fond {
	background:#0D0D0D;
	background:rgba(13, 13, 13, 0.8);
	color:#FFF;
	padding-bottom:5px;
}

div.fiche div.contenu {
	margin-left:340px;
}

div#panier {
background-image:url(../images/design/panier.png);
background-repeat:no-repeat;
background-position:left center;
padding:8px 0 8px 49px;
display:inline-block;
margin-right:20px;
}

div#zone-publique {
background-image:url(../images/design/zone-publique.png);
background-repeat:no-repeat;
background-position:left center;
padding:8px 0 8px 40px;
display:inline-block;
margin-right:20px;
}

div#utilisateur {
background-image:url(../images/design/utilisateur.png);
background-repeat:no-repeat;
background-position:left center;
padding:8px 0 8px 32px;
display:inline-block;
margin-right:20px;
}

div#intranet {
background-image:url(../images/design/intranet.png);
background-repeat:no-repeat;
background-position:left center;
padding:8px 0 8px 32px;
display:inline-block;
margin-right:20px;
}

div#horloge {
background-image:url(../images/design/horloge.png);
background-repeat:no-repeat;
background-position:left center;
padding:8px 0 8px 34px;
display:inline-block;
margin-right:20px;
}

div#passer-a-la-caisse {
background-image:url(../images/design/passer-a-la-caisse.png);
background-repeat:no-repeat;
background-position:left center;
padding:8px 0 8px 42px;
display:inline-block;
}



div#infoLogin {
width:300px;
height:70px;
position:absolute;
left:300px;
top:10px;
color:#FFF;
}

div#corps {
margin:0 10px;
width:940px;
padding-top:10px;
padding-bottom:20px;
min-height:600px;
}

div#milieu {
	margin-top:37px;
}

div#bas {
	padding:1em 0;
	text-align:center;
	color:#FFF;
	background:#0D0D0D;
	width:980px;
	margin:0 auto;
	font-family:'FiraSansCondensed-Light', Verdana, Geneva, sans-serif;
}

div#bas .portailcontenu {
	background:#0D0D0D url(../images/design/footer-ticketacces.png) no-repeat 120px 20px;
	min-height:300px;
}

div#bas .colonne-gauche {
	text-align:right;
	margin:0 10px;
}

div#bas .colonne-droite {
	text-align:left;
	margin:0 10px;
	float:left;
}

div#bas .contenu {
	text-align:left;
	width:960px;
	margin:0 auto;
}

div#bas h3 {
	font-size:1.5rem;
	color:#FFF;
	font-weight:normal;
	font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
}

div#bas ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

div#bas ul li {
	color:#171717;
	word-wrap:break-word;
}

div#bas ul li strong {
	color:#FFF;
	font-weight:normal;
}

div#bas p {
	text-align:left;
}

div#bas a:link, div#bas a:visited, div#bas a:hover, div#bas a:active {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-family:'FiraSansCondensed-Light', Verdana, Geneva, sans-serif;
}

div#bas a[href^="mailto:"] {
	font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
}


div#bas a:hover, div#bas a:active {
	opacity:0.75;
}

h2.centre, p.centre, div.centre {
	text-align:center;
}

tfoot td {
	font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
	font-size:1rem;
	background-color:#E1E1E1;
}

table {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

table td {
	border:0;
	border-collapse:collapse;
	padding:0;
	margin:0;
	vertical-align:top;
}

table td p {
text-align:left;
}

i.cliquable {
	cursor:pointer;	
}

table.layout td {
	padding:0;
}

table.layout td:first-child {
	padding:0 5px 0 0;	
}

table.donnees {
margin:0 auto 1em auto;
padding:0;
border:0;
font-size:0.875rem;
color:#000;
width:100%;
background-color:transparent;
}

table.auto {
width:auto;
margin:0 0 1em 0;
}

table.table-align-right {
	margin-left:auto;	
}

table.table-align-center {
	margin-left:auto;
	margin-right:auto;	
}

table.donnees caption {
background-color:#DDDDDD;
margin:0 0 0 -1px;
position:relative;
padding:0.5em;
color:#000;
font-weight:normal;
font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
text-align:center;
font-size:1rem;
}

th {
	text-align:left;
}

table.donnees th {
	margin:0;
	padding:5px 8px;
	background-color:transparent;
	border-bottom:2px solid #E1E1E1;
	text-transform:uppercase;
	background:#E9E9E9;
}

table.donnees th img {
vertical-align:middle;
}

table.donnees th.numerique {
text-align:right;
}

td {
	text-align:left;
}

table.donnees td {
	margin:0;
	padding:5px 8px;
	border-bottom:1px solid #CCC;
	vertical-align:top;
}

table.donnees.striped tr:nth-child(even) td {
	background: #E9E9E9
}

table.donnees td table td {
	border-bottom:none;	
}

table.donnees.middle td {
vertical-align:middle;
}

table.donnees td.colTaillePetites {
width:100px;
}

table.donnees td.colTailleMoyenne {
width:250px;
}

table.donnees th.droite, table.donnees td.droite {
text-align:right;
}

table.donnees td input {
border:1px solid #CCC;
}

table.donnees td input.pure {
border:0;
}


table.donnees th.centre, table.donnees td.centre {
text-align:center;
}

table.donnees td label {
	color:#000;
}

table.donnees tr.light td {
	color:#555;
}

table.donnees td label.light, table.donnees td .label.light {
	color:#A2A2A2;
}

table.donnees td.numerique, table.donnees td.numerique p {
text-align:right;
white-space:nowrap;
}

.nowrap {
	white-space:nowrap;
}

table.donnees td.colID {
width:30px;
}

table.donnees td.action {
padding:5px;
width:20px;
text-align:center;
}

table.donnees td a {
text-decoration:none
}

table.donnees td p.date a {
text-decoration:underline;
}

table.donnees-standard td {
margin:0;
padding:5px 8px;
text-align:left;
vertical-align:top;
}


div#menu {
	font-size:1.375rem;
	position:relative;
	font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	overflow:hidden;
}

div#menu ul {
	color: white;
	text-align: right;
	margin: 0;
	padding:0;
	overflow:hidden;
	list-style:none;
	float:right;
}

div#menu ul li {
	float:left;
	text-align:left;
}

.bodyIntranet div#menu ul li#mnuPanier, .bodyIntranet div#menu ul li#mnuPaiement {
	text-align:center;
}

div#menu ul li a {
	padding:14px 10px;
	color:#FFF;
	text-decoration: none;
	font-weight:normal;
	font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
	display:block;
	border-top:1px solid transparent;
}

div#menu ul li:first-child a {
	padding-left:0;
}

div#menu ul li:last-child a {
	padding-right:0;
}

div#menu ul li a>span {
	font-size:0.875rem;
	color:#CCC;
	position:relative;
	top:-3px;
	text-transform:none;
}

div#menu ul li a:hover {
	border-top:1px solid #BF0000;
	opacity:0.75;
}

div#menu ul li:nth-last-child(2) a {
	border-right:0;
}

.bodyIntranet div.fiche {
	background-color:#E9E9E9;	
}

fieldset {
	border:0;
	padding:0 0.5em 0 0.5em;
	border-top:1px solid #DFDFDF;
	margin:0 0 1em 0;
}

legend {
	margin:0 0 0.5em 0;
	padding:0 0.5em 0 0;
	white-space:normal;
	color:#000;
	font-size:1.5rem;
	font-family: 'FiraSansCondensed-Medium',Verdana,Geneva,sans-serif;
}

legend strong {
	font-weight:normal;
	padding:3px 6px;
	background-color:#CCC;
	color:#FFF;
}

form {
border:0;
margin:0;
padding:0;
}

div.formBas {
text-align:center;
padding:5px;
margin-bottom:10px;
}

div.formBas p {
text-align:center;
margin:1em 0;
}

div.formBasDroit {
text-align:right;
padding-right:0;
}

div.formBasDroit p {
text-align:right;
}

input,textarea,select {
	font-family:'FiraSans-Regular',Verdana, Arial, Helvetica, sans-serif;
	font-size:1rem;
	padding:7px;
	border:1px solid #CCC;
	background-color:#FFF;
	color:#000;
	font-weight:normal;
	margin:1px 0 3px 0;
	border-radius:0;
}

input[type="password"] {
    font-family:Verdana, Geneva, sans-serif;
}

select {
	max-width:100%;	
}

input[type=checkbox] {
	background:none;
	border:0;
}

textarea {
	width:97%;
}

textarea.full {
	width:100%;
	box-sizing:border-box;	
}

textarea#DateHeure {
	width:290px;
	min-width:290px;
}

button ,input.bouton, a.bouton, p.menu-interne a, span.bouton {
display:inline-block;
margin:0 0 5px 0;
color: #ffffff;
padding: 7px 10px;
background:#000;
border: 1px solid #000;
text-align:center;
text-decoration:none;
cursor:pointer;
min-width:150px;
overflow:visible;
}

button:hover, input.bouton:hover, a.bouton:hover, p.menu-interne a:hover, button:focus, input.bouton:focus, a.bouton:focus, p.menu-interne a:focus {
background:#242424;	
}

button.auto,input.bouton.auto, a.bouton.auto, p.menu-interne a.auto, span.bouton.auto {
min-width:0;
}

button:active,input.bouton:active,a.bouton:active {
top:1px;
position:relative;	
}

button.primaire, input.bouton.primaire, a.bouton.primaire {
background:#990000;
}

button.primaire:hover, input.bouton.primaire:hover, a.bouton.primaire:hover {
background:#B00000;	
}

button.secondaire, input.bouton.secondaire, a.bouton.secondaire {
background:#757778;
}

button.secondaire:hover, input.bouton.secondaire:hover, a.bouton.secondaire:hover {
background:#838485;	
}

a.bouton:link, a.bouton:visited, a.bouton:hover, a.bouton:active  {
color:#FFF;
}

a.bouton strong {
	font-size:1.375rem;
	margin:0 0 5px 0;
	display:inline-block;
}

html>body a.bouton {
	padding:7px 10px;
}

p.menu-interne {
	margin:0 0 2em 0;
}

span.bouton.secondaire.disabled {
	-moz-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor:not-allowed;
}


label {
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
	color:#000;
	cursor:pointer;
}

label.light {
	font-family:'FiraSans-Regular', Verdana, Geneva, sans-serif;
	color: #555;
}

strong.label {
	color:#000;	
}

strong.secondaire {
	color:#666;	
}

table.formulaire {
	width:99%;
	margin:0 0 1em 0;
}

table.formulaire td {
padding:0.5em;
vertical-align:top;
width:66%;
}

table.formulaire td.label {
font-weight:normal;
font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
color:#000;
text-align:right;
width:33%;
}

table.formulaire input.important {
background:#FFFFE6;
}

input.important {
	font-size:1.25rem;
	padding:8px;
}

p#fil-ariane {
	font-size:0.75rem;
	padding:0 0 0.5em 0;
	color:#999;
	text-align:left;
}


p#fil-ariane a {
	color:#999;
	text-decoration:none;
	font-weight:normal;
	font-family:'FiraSans-Regular', Verdana, Geneva, sans-serif;
}

.breadcrumbs ul li {
	font-family:'FiraSans-Regular', Verdana, Geneva, sans-serif;
	font-size: 0.75rem;	
}


.breadcrumbs ul a {
	font-family:'FiraSans-Regular', Verdana, Geneva, sans-serif;
}

#erreur {
	margin:0 auto 10px auto;
	background: #d9534f;
	color:#FFF;
}

#erreurContenu {
	padding:20px;
}

#erreur i {
	font-size:1.875rem;
	line-height:1.875rem;
	font-weight:normal;
	float:left;
	margin-right:10px;
}

#erreur h2 {
	margin:0;
	padding:0 0 10px 0;
}

#erreur ul {
	margin:0;
	padding:0 0 0 50px;
	clear:both;
}

#erreur li {
	margin:0;
	padding:5px 0;
}

#erreur li hr {
	background-color:#de6f6e;
}

#erreur a, #erreur a:hover {
	color:#FFF;
}

div.colonne {
	float:left;
}

div.colonne-auto {
float:left;
margin:0 20px 0 0;
}

div.colonne-auto.x3{
width:30%;
margin:0 3% 0 0;
}

div.bulle {
float:left;
margin:5px 10px 10px -2px;
padding:0 0 0 10px;
color:#555;
min-width:65px;
border-left:1px dotted #CCC;
}

div.bulle.auto {
min-width:10px;
}

div.bulle-indicateur {
float:left;
margin:0 0 5px 0;
z-index:10;
}

div.bulle-indicateur img {
vertical-align:middle;
}


div.colonne label {
white-space:nowrap;
}

div.colonne-gauche {
width:460px;
float:left;
}

div.colonne-droite {
width:460px;
float:right;
}

div.fiche div.colonne-gauche {
width:400px;
}

div.fiche div.colonne-droite {
width:400px;
}


div.colonne-gauche-petite {
width:300px;
float:left;
}

div.colonne-droite-grande {
width:620px;
float:right;
}

div.colonne-gauche.split70 {
width:644px;
}

div.colonne-droite.split30 {
width:276px;
}

div.droite {
float:right;
}

p.droite {
text-align:right;
}

div.colonne-double {
width:460px;
float:left;
margin-right:10px;
margin-left:10px;
}

div.colonne-double.alpha {
  margin-left: 0;
}

div.colonne-double.omega {
  margin-right: 0;
}

div.colonne-triple {
width:300px;
float:left;
margin-right:10px;
margin-left:10px;
}

div.fiche div.colonne-triple {
width:280px;
}

ul.colonne-triple {
overflow:hidden;
margin:0;
padding:0;
}

ul.colonne-triple li {
width:300px;
float:left;
margin-right:10px;
margin-left:10px;
}

ul.colonne-triple li:nth-child(1) {  
  margin-left:0;
}

ul.colonne-triple li:nth-child(3n+3) {  
  margin-right:0;
}

ul.colonne-triple li:nth-child(3n+4) {  
  margin-left:0;
  clear:both;
}



ul.colonne-double {
overflow:hidden;
margin:0;
padding:0;
}

ul.colonne-double li {
width:460px;
float:left;
margin-right:10px;
margin-left:10px;
}

ul.colonne-double li:nth-child(1) {  
  margin-left:0;
}

ul.colonne-double li:nth-child(2n+2) {  
  margin-right:0;
}

ul.colonne-double li:nth-child(2n+3) {  
  margin-left:0;
  clear:both;
}

div.colonne-principale {
	width:620px;
	float:left;
	margin-right:10px;
}

div.colonne-secondaire {
	width:300px;
	float:left;
	margin-left:10px;
}

div.clear, hr.clear {
	clear:both;
	height:0;
	line-height:0;
	border:0;
	font-size:0;
	margin:0;
	padding:0;
}

div.couleur {
	width:19px;
	height:24px;
}

abbr.obligatoire {
	color:#555;
	font-size:2rem;
	border:0;
}

div.fiche {
	padding:1rem;
	margin:0 0 10px 0;
}

div.fichespeciale {
	background-color:#E9E9E9;
}

div.fiche-speciale {
	background-color:#E9E9E9;
}

div.fiche-positive {
    background-repeat: no-repeat;
    background-color: #006600;
    background-position: bottom left;
    background-image: url(../images/design/thumbs-up.png);
    background-size: contain;
    color: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 
}

div.fiche-negative {
    background-repeat: no-repeat;
    background-color: #900;;
    background-position: bottom left;
    background-image: url(../images/design/thumbs-down.png);
    background-size: contain;
    color: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 
}

div.fiche-positive hr, div.fiche-negative hr {
    opacity: 0.5;
}

div.fiche-positive a, div.fiche-negative a {
    color: #FFF;
    text-decoration: none;
}

div.fiche.min {
min-height:200px;
}

div.fiche div.formBas {
border:0;
background:none;
}

div.fiche-interne {
padding:10px;
margin:0 0 10px 0;
zoom:1;
}

div.fiche-interne table.donnees td {
background-color:#C5B7AB;
}

div.salle {
position:relative;
margin:0 auto 0 auto;
border:1px solid #CCC;
background-repeat:no-repeat;
background-position:0 0;
}

div.salle div.siege {
position:absolute;
width:14px;
height:19px;
}

div.salle div.siege input {
margin:0;
padding:0;
background:none;
border:0;
}

div.salle input.section {
width:25px;
height:25px;
position:absolute;
border:0;
padding:0;
}

img.produit-apercu {
width:50px;
height:50px;
border:1px solid #CCC;
}

p.avertissement {
	text-align:right;
	color:#4A3E33;
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
}

p.avertissement span {
	text-align:right;
	background-image:url(../images/design/avertissement.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}

div.avertissement {
	background-color:#990000;
	color:#FFF;
	padding:1em 70px;
	margin-bottom:10px;
}

div.avertissement a, div.avertissement a:link, div.avertissement a:visited, div.avertissement a:hover, div.avertissement a:active {
	color:#FFF;
}

div.avertissement p:last-child {
    margin-bottom:0;
}

p.alerte {
background-color:#990000;
color:#FFF;
text-align:center;
padding:1em;
margin:0;
}

.text-danger {
	color:#900;
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
}

div.reponse, p.reponse {
	background-color:#211C16;
	color:#FFF;
	padding:0.5em;
	margin:0;
	text-align:center;
}

div.reponse p {
	text-align:center;
}

p.reponse a {
	color:#FFF;
}

p.discret, span.discret {
	font-size:0.875rem;
}

span.discret a {
	font-weight:normal;	
}

ul.light, p.light, span.light {
	color:#555;
}

table tr.discret td {
	color:#888;
}

table tr.discret td label {
	color:#888;
}

img.apercu {
	padding:3px;
	background-color:#FFF;
	border:1px solid #666;
}

img.accompagnement-gauche {
	float:left;
	margin:0 1em 1em 0;
	background-color:#FFF;
	border:1px solid #E4E4E4;
}

img.accompagnement-droite {
	float:right;
}

div.accompagnement-gauche {
	float:left;
}

div.accompagnement-droite {
	float:right;
}

div.sommaire {
	margin:0 auto 1em auto;
	background-color:#400000;
	border:1px solid #5B0000;
	font-size:0.875rem;
	color:#FFF;
	padding:10px;
}

div.sommaire p {
	text-align:right;
}

div.sommaire p strong {
	font-size:1.25rem;
}

ul.neutre {
	list-style-type:none;
	margin:0;
	padding:0;
}

img.cliquable {
	cursor:pointer;
}

.icone {
vertical-align:middle;
margin-right:5px;
}

p.confirmation {
background-color:#6BB461;
padding:1em;
text-align:center;
font-weight:normal;
font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
color:#FFF;
border:1px solid #2F5629;
}

p.details {
text-align:right;
}

img.pure, input.pure {
border:0;
padding:0;
background:none;
}

ul.pure {
list-style-type:none;
margin:0 0 1em 0;
padding:0;
}

div.pagination {
}

div.pagination p {
text-align:right;
}

div.pagination p img, div.pagination p input {
vertical-align:middle;
}

div.notification {
	color:#000;
	background-color:#FFF3CD;
	padding:1em;
	margin:0 0 1em 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

div.notification.centre p {
	text-align:center;
	margin:0;
}

div.notification p a {
	color:#000;
}

div.notification.telephone {
	background-image:url(../images/design/telephone.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding-left:60px;
}

div.flottant {
	float:left;
}

ul.sous-menu-options {
	display: flex;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	color:#000;
	font-size:0.875rem;
}

ul.sous-menu-options > li {
	flex: 1;
	background: #E9E9E9;
	padding:0;
	margin:0;
  	border-right: 1px solid #E1E1E1;
	text-align: center;
	transition: all .2s;
}

ul.sous-menu-options > li > a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:1em;
}

ul.sous-menu-options > li .btn-group {	
	display:block;
	cursor:pointer;
	height:100%;
	color:#000;
}

ul.sous-menu-options > li .btn-group span {	
	line-height:1.5em;
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
}

ul.sous-menu-options > li .dropdown-toggle {
	padding:1em;	
	display:block;
	height:100%;
}

ul.sous-menu-options > li .dropdown-toggle i {
	margin:0 0 4px 0;
}


ul.sous-menu-options > li > a > i {
margin:0 0 4px 0;
}

ul.sous-menu-options > li > a > span {
line-height:1.5em;
}

ul.sous-menu-options li:hover {
background-color:#E1E1E1;
}


tr.annule td, tr.annule td a, tr.annule td label {
color:#888;
}

.positif {
color:#006600;
font-weight:normal;
font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
}

.negatif {
color:#990000;
font-weight:normal;
font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
}

div#desactivation {
background-color:#FFFFBF;
padding:10px;
border-bottom:1px solid #D6CCC4;
}

div#desactivation p {
margin:0 auto;
padding:0;
width:930px;
}

div#cadre-interne {
width:960px;
margin:0 auto;
position:relative;
}

table.pure {
background:none;
}

input.radio {
border:0;
background:none;
}

p.important, span.important {
	font-size:1.25rem;
}

.texte-important {
	color:#9B0203;
}

table.donnees.important {
	font-size:1.25rem;
}

table.donnees .separateur {
	border-left:1px solid #CCC;
}

table.donnees tr.separateur-bas td {
	border-bottom:2px solid #CCC;
}

table.donnees tr.separateur-bas-aucun td {
	border-bottom:0;
}

table.donnees tr.separateur-haut td {
	border-top:2px solid #CCC;
}

table.donnees tr.important td {
	background:#E9E9E9;
	font-size:1.125rem;
}

table.donnees tr.rowTotal td {
	background:none;
	font-size:1.25rem;
}

table.donnees tr.special td {
	background:#CCC;
}

table.donnees th.emphase {
	background-color:#D1D1D1;
}

table.donnees tr.special td label {
	color:#000;
}

table.donnees tr.spacer td {
	border:0;
}

table.donnees span.discret {
	color:#333;
}

.colonne-gauche.separateur-droite {
	border-right:1px solid #CCC;
}

table.donnees td.vide, table.donnees tr.rowTotal td.vide {
    background-color:#E0E0E0;
}

div.ficherapport {
border:1px solid #E4E4E4;
margin:0 0 30px 0;
background:#E9E9E9;
padding:10px 0 0 0;
}

div.ficherapport div.fiche {
margin:0;
border:0;
}

div.ficherapport h2 {
text-align:center;
margin:0 0 10px 0;
}

table.grand td {
font-size:1.25rem;
font-weight:normal;
font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
}

pre {
font-family:"Courier New", Courier, monospace;
overflow:auto;
font-size: 12px;
}

div.legende {
	margin:10px 0 10px 0;
	background:#E9E9E9;
	padding:10px;
	text-align:left;
	display:none;
}

div.legende ul {
margin:0;
padding:0;
list-style-type:none;
text-align:left;
}

div.legende ul li img {
vertical-align:middle;
margin-right:1px;
}

div.legende ul li {
	white-space:nowrap;
	margin:0 10px 0 0;
	text-align:left;
	font-size:0.875rem;
	display:inline-block;
	overflow:hidden;
	color:#666;
}

div.legende ul li:last-child {
	margin-right:0;
}

div.legende a:link, div.legende a:visited {
	text-decoration:none;
	color:#635143;
}

div.instructions-simples {
	background:#DDDDDD;
	margin:0 auto;
	color:#000;
	padding:10px;
	box-sizing:border-box;
}

div.instructions-simples p {
	text-align:center;
	font-size:1.25rem;
	margin:0;
}

div.instructions-importantes {
	background:#950B0B;
	margin:0 0 10px 0;
	color:#FFF;
	padding:10px;
}

div.instructions-importantes p {
	text-align:center;
	font-size:1.25rem;
	margin:0;
}

div.instructions {
	background:#FFFFD7;
	margin:0 0 10px 0;
	color:#000;
}

div.instructions div.haut {
	padding:10px;
}

div.instructions div.haut h2 {
	text-align:center;
}

div.instructions div.haut p {
	text-align:center;
	font-size:1.25rem;
	margin:0;
}

div.instructions div.contenu {
	padding:10px;	
}

div.instructions div.contenu h2 {
	margin-top:30px;
}

div.instructions img {
float:right;
margin:6px 6px 0 0;
border:1px solid #C8C206;
}

div.instructions strong#code-validation {
	color:#9B0203;
	font-weight:normal;
	font-size:1.25rem;
	letter-spacing:1px;
}

div.instructions ol li ul {
	margin-top:8px;
}

ul.horizontale li {
	float:left;
	margin-right:15px;
}

ul.colonnes-multiples[data-columns="2"] {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

ul.colonnes-multiples[data-columns="4"] {
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4;
}

ul.labels-list  {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.labels-list li {
	  display: inline-block;
	  padding: .2em .6em .3em;
	  font-size: 0.75rem;
	  font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
	  line-height: 1;
	  color: #ffffff;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: baseline;
	  background-color: #5bc0de;
	  margin:3px;
	  overflow:hidden;
	  box-sizing:border-box;
}

ul.labels-list.labels-list-warning li {
	background-color:#f0ad4e;
}

ul.labels-list.labels-list-info li {
	background-color:#DDDDDD;
	color:#666;
	font-weight:normal;
}

div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding:0;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	display:none;
}
div.autosuggest div.as_footer div.as_corner
{
	
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #5D5D5D;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	background-color: #5D5D5D;
}

div.autosuggest ul li.as_highlight a span
{

}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;

}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;

}



div.autosuggest ul li.as_warning
{
	font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #FFFEE1;
}

img.petite {
width:50px;
height:50px;
}

table.etiquettes {
border:1px solid #CCC;
width:250px;
}

table.etiquettes td {
border:1px solid #CCC;
width:50%;
background:#FFF;
}

input.fluide, select.fluide {
width:100%;
}

input.uppercase {
	text-transform:uppercase;	
}

img.image-info {
cursor:help;
vertical-align:middle;
}

div#certifications {
	padding:15px 0;	
}

div#certifications img {
vertical-align:top;
margin:0;
}

ul.cellules {
list-style-type:none;
margin:0 0 10px 0;
padding:0;
}

ul.cellules li {
border:1px solid red;
float:left;
height:50px;
padding:5px;
width:200px;
}

div.aide {
background-color:#FFFFE1;
padding:10px;
margin:0 0 10px 0;
border:1px solid #CCC;
zoom:1;
color:#000;
}

.invisible {
height:0;
width:0;
line-height:0;
font-size:0;
padding:0;
margin:0;
border:0;
}

div.partage {
margin:10px 0 20px 0;
float:left;
width:500px;
}

div.fixed {
position:fixed;
top:0;
left:0;
width:100%;
background:#000;
color:#FFF;
padding:20px 10px;
text-align:center;
z-index:100;
}

p.non-justifie {
text-align:left;	
}

ul.options {
margin:0;
padding:0;
list-style-type:none;
}

ul.options li {
margin:0;
padding:0;
white-space:nowrap;
overflow:hidden;
background:#E9E9E9;
border-top:1px solid #E4E4E4;
border-left:1px solid #E4E4E4;
}

ul.options label {
	font-weight:normal;
	display:block;
	padding:5px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

ul.options input {
	background:none;
	border:none;
}

div.calendrier {
	width: 70px;
	margin:5px 0;
}

div.calendrier.flottant {
	margin:0 10px 10px 0;
}

div.calendrier span { display: block; }

div.calendrier .titre {
	text-align:center;
	padding: 2px;
	background: #750203;
	color:#fff;
	font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
}

div.calendrier.temps .titre {
	background:#615143;	
}

div.calendrier.temps .contenu {
	padding:15px 5px 15px 5px;
}

div.calendrier .contenu {
	text-align: center;
	padding:5px;
	font-size:1rem;
	background: #E1E1E1;
}

div.calendrier .pied {
	background:#555;
	color:#FFF;
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
	padding:5px;
	text-align:center;
}

div.calendrier strong {
	font-size:1.5rem;
	font-weight:normal;	
}

div.calendrier span.calendrier-annee {
	color:#555555;
	font-size:0.875rem;
}

div.slider {
width:500px;	
}

p.slider-affichage {
text-align:center;
width:500px;
margin:0 0 3px 0;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP                                            */
/*-----------------------------------------------------------------------------------------------*/

#toolTipBox {
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
}
	
#toolTipTop { /* Top section of the tooltip */
	height: 17px;
}

#toolTipMid { /* Middle section of the tooltip */
	padding:10px;
	line-height:1.6em;
	background: #000;
	color:#6C6C6C;
	font-size:1.25rem;
	border:1px solid #5D5D5D;
}

#toolTipMid strong {
	color:#FFF;
}

#toolTipMid em {
	border-top:1px solid #292929;
	display:block;
	padding-top:5px;
	margin-top:10px;
	font-size:0.875rem;
}

table.gauche {
	float:left;
}

table.droite {
	float:right;
}
		
table.info td {
	padding:0 30px 0 0;
}
		
.progress {
	height:16px;
	width:100%;
	width:calc(100% - 4.5em);
	background:#E9E9E9;
	display:inline-block;
	margin:5px 0;
	text-align:left;
	box-sizing:border-box;
	font-size:0.625rem;
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
	line-height:14px;
	position:relative;
}

.progress .progress-bar-effect {
	animation: progress-bar-effect 4000ms infinite;
}

.progress .progress-bar {
	background:#87C087;
	height:100%;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
}

.progress .progress-bar-text {
	display:inline-block;
	position:absolute;
	text-align:left;
	top:0;
	right:-4.5em;
	color:#000;
	width:4em;
}

@keyframes progress-bar-effect {
  0% { opacity:1; }
  50% { opacity:0.4; }
  100% {  opacity:1; }
}

span.couleur {
border:1px solid #CCC;
width:20px;
height:20px;
display:inline-block;
margin:0 5px 5px 0;
}

div.sections p {
	text-align:left;
}

div.sections div.fiche {

}

input.cliquable, span.cliquable {
cursor:pointer;	
}

input.noncliquable {
cursor:default;
}

img.chargement {
position:absolute;
top:0;
right:0;
width:10px;
height:10px;
padding:4px 2px 5px 2px;
background:#000;
display:none;
z-index:150;
}

div#notifications {
    display:none;
    background:#F6BF37;
    margin:0 auto;
    padding:20px 0 20px 60px;
    color:#000;
    font-weight:normal;
    font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
    cursor:pointer;
    position:fixed;
    top:5%;
    left:50%; /* Centre horizontalement */
    transform: translateX(-50%); /* Décaler de -50% de sa propre largeur */
    width:90%;
    max-width:1024px;
    box-sizing: border-box;
    z-index:1000;
    border: 1px solid #d4a633;
    box-shadow: 0px 0px 60px 66px rgba(0,0,0,0.7);
}

div#notifications:before {
    font-family: 'FontAwesome'; /* Use the correct font-family */
    content: '\f071'; /* Example: Unicode for FontAwesome user icon */
    position: absolute;
    top: 50%; /* Position verticale centrée */
    left: 10px; /* Ajustez selon la marge intérieure gauche de votre div */
    transform: translateY(-50%); /* Centre l'icône verticalement */
    font-size: 40px;
    color:#8C6D1F;
}

div#notifications:after {
    font-family: 'FontAwesome'; /* Use the correct font-family */
    content: '\f00d'; /* Example: Unicode for FontAwesome user icon */
    position: absolute;
    top: 7px; /* Position verticale centrée */
    right: 7px; /* Ajustez selon la marge intérieure gauche de votre div */
    font-size: 20px;
    color:#8C6D1F;
}

div#notifications ul {
    text-align:center;
    margin:0 auto;
    padding:0;
    list-style:none;
}

div#notifications ul li:last-child {
    margin-bottom: 0;
}

input[type=checkbox].mobile
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin-right:10px;
  border:1px solid #000;
}

.couleur-apercu {
width:20px;
height:20px;
border:1px solid #EEE;
display:inline-block;
}

div.events div.event p {
	font-size:0.875rem;
	margin-left:70px;
	margin-bottom:0;
}

div.events div.event {
	width:300px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	border-bottom:1px solid #E4E4E4;
	padding-bottom:10px;
	margin-top:10px;
	min-height:70px;
}

div.events div.event:nth-child(1) {
	border-top:none;
}

div.events div.event.alpha {
	margin-left:0;
}

div.events div.event.omega {
	margin-right:0;
}

div.events div.image-evenement {
	float:left;
	margin-right:10px;
}

div.events div.event h3 {
	margin-left:70px;
}

div.events div.event h4 {
	margin-left:70px;
}

div.events div.event a {
	text-decoration:none;
}

form [type="text"],
form [type="email"],
form [type="tel"],
form [type="password"],
textarea {
	background: #fff;
	border: 1px solid #CCC;
	cursor: pointer;
		-webkit-transition: 0.2s all ease;
		-moz-transition: 0.2s all ease;
	transition: 0.2s all ease;
	}
form [type="text"]:hover,
form [type="email"]:hover,
form [type="tel"]:hover,
form [type="password"]:hover,
textarea:hover {
	border-color: rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	}
form [type="text"]:focus,
form [type="email"]:focus,
form [type="tel"]:focus,
form [type="password"]:focus,
textarea:focus {
	border-color: #000;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: text;
	}
form [disabled] {
		-webkit-user-select: none;
		-moz-user-select: -moz-none;
	user-select: none;
	}

form [type="text"].large {
	font-size:2rem;
	font-weight:normal;	
}
	
input.discret {
background:none;
color:#BBB;
}

select.light {
	color:#777;	
}

select.discret {
background:#FFF;
border:1px solid #CCC;	
}

select.discret:focus {
background:#FFF;
border:1px solid #CCC;	
}

input.disabled {
background:#E9E9E9;
color:#8F8F8F;
cursor:default;
}

form input[type="text"].discret {
	background:none;
	color:#BBB;
}

div.colonne-triple.alpha {
  margin-left: 0;
}

div.colonne-triple.omega {
  margin-right: 0;
}

div.organisations h3 {
	color:#000;
}

div.organisations a.bouton {
	font-size:0.875rem;
	padding:6px;
	width:auto;
	min-width:auto;
}

div.image-evenement {
	width:110px;
	height:110px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	text-align:right;
	position:relative;
}

div.image-evenement.miniature {
	width:30px;
	height:30px;
}

div.image-evenement.petite {
	width:56px;
	height:56px;
}

div.image-evenement.moyenne {
	width:140px;
	height:140px;
}

div.image-evenement .label {
	width:50%;
	display:inline-block;
	padding:10px;
	border-radius:0;
	box-sizing:border-box;
}

div.image-evenement .label-bottom {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

div.image-evenement.light {
    opacity:0.5;
    filter:grayscale(1);
}

div.image-crop {
	width:90px;
	height:90px;
	background-repeat:no-repeat;
	background-size:cover;
    background-position:top center;
    display: inline-block;
    text-align:right;
	position:relative;
}

div.image-crop.miniature {
	width:30px;
	height:30px;
}

div.image-crop.moyenne {
	width:60px;
	height:60px;
}

div.image-crop.grande {
	width:90px;
	height:90px;
}

div.image-crop.geante {
	width:250px;
	height:250px;
}

div.image-crop.image-block {
	width:100%;
    min-width:250px;
    min-height:250px;
}

div.image-crop .label {
	width:50%;
	display:inline-block;
	padding:10px;
	border-radius:0;
	box-sizing:border-box;
}

img.image-evenement.moyenne {
	max-width:200px;
}

td.colImg {
	width:60px;	
}

td.colImg:empty {
	width:0px;	
}

.word-break {
    overflow-wrap: anywhere;
    word-break: break-all;
}

p.url {
	text-align:left;
	word-break:break-all;	
}

div#social {
	position:absolute;
	right:0;
	top:12px;	
}

.printOnly {
	display:none;	
}

.p5 {
	width:5%;	
}

.p10 {
	width:10%;	
}

.p15 {
	width:15%;	
}

.p20 {
	width:20%;	
}

.p25 {
	width:25%;	
}

.p30 {
	width:30%;	
}

.p35 {
	width:35%;	
}

.p40 {
	width:40%;	
}

.p50 {
	width:50%;	
}

.p55 {
	width:55%;	
}

.p60 {
	width:60%;	
}

.p70 {
	width:70%;	
}

.p80 {
	width:80%;	
}

.p90 {
	width:90%;	
}

.p100 {
	width:100%;	
}

hr {
	border: 0;
	height: 1px;
	background-color:#CCC;
	margin:10px 0;
	padding:0;
}


hr.separateur {
	height: 5px;
	background-image:none;
	background-color:#E1E1E1;
	margin:30px 0;
	padding:0;
}

hr.separateur-transparent {
	background-color:transparent;
}

hr.separateur-grand {
	margin-top:2em;
}

hr.separateur-simple {
	margin:15px 0;
}


.content {
	margin:0 0 10px 0;
}

#mapContainer {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
	padding-bottom:20px;
	background:#E1E1E1;
	border:1px solid #E4E4E4;
	box-shadow: 1px 2px 2px #ECECEC;
}

#mapContainer a {
	text-decoration:none;	
}

div.elements-supplementaires {
	text-align:left;
	margin:10px 0 10px 0;
}

div.elements-supplementaires .bouton {
	margin-bottom:0;
}


.selectable {
	cursor:pointer;
}
.selected {
	border:1px dotted #FFFF00;
}

#searchResult {
	min-height:500px;	
}

/* Bootstrap */


button {
  font-family: inherit;
  font-size:1rem;
  margin: 0;
}
button {
  line-height: normal;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.btn {
  display: inline-block;
  text-decoration:none;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.528571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width:inherit;
  box-shadow:0px 3px 6px rgba(0,0,0,0.3);
  font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}



.btn-default {
  color: #FFF;
  background:#000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color:#FFF;
  background:#242424;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
	background:#990000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #B00000;
  background-image: none;
}

.btn-secondary {
  	color: #ffffff;
	background:#757778;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #838485;
  background-image: none;
  
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #DDDDDD;
  color: #555;
}

.btn-success {
  color: #fff;
  background-color: #449D44;
  border-color: #398439;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-danger {
  color: #EEB1B0;
  background-color: #750203;
  border-color: #5A0101;
}

.btn-danger i {
	color:#EEB1B0;	
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #EEB1B0;
  background-color: #750203;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}


.btn-link {
	color:#5A0000;
	font-weight: normal;
	cursor: pointer;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	opacity:0.75;
	text-decoration: none;
	background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color:#000;
	text-decoration: none;
}

.btn-discret {
	color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.33;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-mini {
	padding: 3px 6px;
	font-size:0.75rem;
	min-width:75px;
	text-align:center;
}

.btn-multiline {
	max-width:240px;
	white-space:normal;
}

.btn-block {
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-width: none;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}



.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	text-align:left;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal !important;
  font-size:1rem;
  font-family:'FiraSans-Regular',Verdana, Geneva, sans-serif;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  text-decoration:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #D1D1D1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size:0.875rem;
	line-height: 1.428571429;
	color: #999999;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-secondary .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-secondary .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius:0;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size:0.875rem;
  line-height: 1.6;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size:1.25rem;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
  line-height:1.5;
  box-sizing:border-box;
  font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
}

.badge-default {
	background-color: #636c72;
}

.badge-primary {
  background-color: #428bca;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-special-reserved {
	background-color:#F00078;
}

.badge-lg {
  font-size: 1rem;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

span.label {
  display: inline-block;
  padding: .4em .6em .4em .6em;
  font-size: 0.75rem;
  font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.label-default {
  background-color: #999999;
}

span.label-neutral {
  background-color:#E9E9E9;
  color:#666;
}

span.label-special-reserved {
  background-color:#F00078;
  color:#FFF;
}

span.label-multilines {
	display:inline-block;
	white-space:normal;
	text-align:left;
	line-height:1.4em;
	font-weight:normal;
	padding:10px;
}

span.label-sm {
  font-size: 0.875rem;
}

span.label-lg {
  font-size:1rem;
  padding:0.5em 0.8em;
}

span.label-expanded {
  width:100%;
  display:block;
  box-sizing:border-box;
}

span.label-transparent {
  background-color:transparent;
  color:#666;
}

span.label-hidden {
  background-color:transparent;
  visibility:hidden;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.has-error {
	border:2px solid #900;
	background:#FFC1C2;
}

span.has-error {
	border:0;
	background:none;
	color:#990000;
}

.selectedSeat {
	border:1px dashed yellow;	
}

kbd {
	padding: 0.1em 0.6em;
	border: 1px solid #CCC;
	font-size: 0.875rem;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #F7F7F7;
	color: #333;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 2px #FFF inset;
	border-radius: 3px;
	display: inline-block;
	margin: 0px 0.1em;
	text-shadow: 0px 1px 0px #FFF;
	line-height: 1.4;
	white-space: nowrap;
}


.rowselected {
	background:#FBF4D0;
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  max-height:500px
}

table.scroll th, table.scroll td {
  white-space:nowrap;
  vertical-align:middle;
}

.scrollable-area {
	overflow-x:auto;
    height:500px;
    margin-bottom:1em;
}

.scrollable-area-x {
	overflow-x:auto;
}


.scrollable-area-y {
	overflow-y:auto;
}

.scrollable-area table.donnees thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.inputfile {
	background:none;
	border:0;
	font-weight:normal;	
}

input[type=file] {
	background:transparent;
	border:0;
	font-weight:normal;
}

.btn-group-images img {

}

.btn-group-images span {
	font-weight:normal;
	font-family: 'FiraSansCondensed-Medium',Verdana,Geneva,sans-serif;
	font-size:1rem;
}

.align-left {
	text-align:left;	
}

.align-center {
	text-align:center;	
}

.align-right {
	text-align:right;	
}

.btn-image {
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:alpha(opacity=60);
}

.btn-image img {
	vertical-align:middle;	
}

.btn-image.active {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}

fieldset#cc div.colonne-auto {
	margin:0 5px 0 0;
}

fieldset#cc div.colonne-auto .discret {
	color:#555555;
}

fieldset#cc div.colonne-auto.last {

}

::-webkit-input-placeholder { color:#555555; }
::-moz-placeholder { color:#555555; } /* firefox 19+ */
:-ms-input-placeholder { color:#555555; } /* ie */
input:-moz-placeholder { color:#555555; }

.input-full, .input-full[size] {
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset#cc table.formulaire td.label {
	width: 20%;
}

.paiements-rapides {
	text-align:right;
    margin-bottom:10px;
    opacity:0.3;
}

.paiements-rapides:hover {
    opacity:1;
}

.paiements-rapides span {
	font-weight:normal;
	font-family: 'FiraSansCondensed-Medium',Verdana,Geneva,sans-serif;
	font-size:1rem;
	display:inline-block;
	margin-bottom:3px;
}

.paiements-rapides .btn {
	width:38px;
	height:38px;
	padding:2px;
	box-sizing: border-box;
}

.paiements-rapides .btn img {
	width:100%;
}

.paiements-rapides-bas {
	margin-top:50px;
}

.message{
     -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
     background-size: 40px 40px;
     background-image: -webkit-gradient(linear, left top, right bottom,
                color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
                color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
                         to(transparent));
     background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                         transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                         transparent 75%, transparent);
     background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                         transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                         transparent 75%, transparent);
     background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                          transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                          transparent 75%, transparent);
     background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                          transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                           transparent 75%, transparent);
     background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                           transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                            transparent 75%, transparent);
     -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     border: 1px solid;
     color: #fff;
     padding: 15px;
     text-shadow: 0 1px 0 rgba(0,0,0,.5);
     -webkit-animation: animate-bg 5s linear infinite;
     -moz-animation: animate-bg 5s linear infinite;
	 margin:0 0 20px 0;
}
.message-info{
     background-color: #4ea5cd;
     border-color: #3b8eb5;
}

.message-error{
     background-color: #de4343;
     border-color: #c43d3d;
}

.message-warning{
     background-color: #eaaf51;
     border-color: #d99a36;
}

.message-success{
     background-color: #61b832;
     border-color: #55a12c;
}

.message-important{
     background-color: #760001;
     border-color: #760001;
}

.message h2{
     margin: 0 0 5px 0;
	 text-align:center;
}

.message p{
	margin:0 0 10px 0;
	 text-align:center;
}

.message a.textLink {
     color:#FFF;
	 text-decoration:none;
	 opacity: 0.50;
}

@-webkit-keyframes animate-bg{
    from {
       background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@-moz-keyframes animate-bg{
    from {
       background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

.state-positive {
	color:#5cb85c;	
}

.state-negative {
	color:#d9534f;	
}

.state-neutral {
	color:#f0ad4e;	
}

.state-default {
	color:#999;	
}

.state-warning {
	color:#FF9800;	
}

.state-info {
	color:#208FFF;	
}

div.modules ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.modules ul li{
	display:block;
	background-repeat:repeat-x;
	position:relative;
}

div.modules ul li a:link, div.modules ul li a:visited {
	background-repeat:no-repeat;
	background-position:3px 12px;
	margin:0 1px;
	padding:15px 15px 15px 60px;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
	font-weight:normal;
	background-color:TRANSPARENT;
	min-height:36px;
	border:1px solid #E4E4E4;
	box-shadow: 1px 2px 2px #ECECEC;
}

div.modules ul li a span{
	color:#555;
	font-size:0.875rem;
	text-transform:lowercase;
	font-family:'FiraSansCompressed-Light',Verdana, Geneva, sans-serif;
	font-weight:normal;
}

div.modules ul li.secondaire a span{
	color:#222;
}

div.modules ul li a:hover, div.modules ul li a:focus {
	background-color:#E9E9E9;
	text-decoration:none;
}

div.modules ul li a:hover i, div.modules ul li a:focus i {
	
}


div.modules ul li.secondaire a:hover, div.modules ul li.secondaire a:focus {
	color:#FFF;
}

div.modules h2 {
margin-top:10px;
}

div.modules ul li i {
	
	height:48px;
	width:48px;
	color:#000;
	position:absolute;
	left:7px;
	top:10px;
	border-radius: 50%;
	line-height:48px;
	font-size:1.625rem;
	text-align:center;
}

div.modules ul li.disabled a {
-moz-opacity: 0.50;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
cursor:not-allowed;
}

input[readonly="readonly"]
{
    background-color:#DDDDDD;
	color:#555555;
	cursor:not-allowed;
}

.space {
	margin:10px 0;	
}

.simple-column-3 {
	float:left;
	margin-right:10px;
	width:306px;
}

.simple-column-3:nth-child(3n) {
	margin-right:0;
}

.card {
    width:100%;
	background:#FFFFFF;
	color:#000;
	font-family: 'FiraSansCondensed-Light',Verdana,Geneva,sans-serif;
    font-size:1rem;
    margin-bottom: 1em;
    box-sizing: border-box;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
    overflow: hidden;
}

.card p {
    margin:0 0 0.1em 0;
}

.card__header {
    background-color: #333333;
    padding:1rem;
}

.card__header img {
    max-height: 40px;
}

.card__details {
    padding: 1rem;
    letter-spacing: .025em;
    font-size: .875rem;
    text-align: center;
}

.card__details p {
    text-align: center;
}

.card__title {
	font-size: 1.5rem;
	font-weight: normal;
    font-family: 'FiraSansCondensed-Medium',Verdana,Geneva,sans-serif;
}

.card__subtitle {
	text-transform: uppercase;
	font-weight: normal;
    font-family: 'FiraSansCondensed-Medium',Verdana,Geneva,sans-serif;
    color: #4a5568;
}

.card__label {
    letter-spacing: .025em;
    text-transform: uppercase;
    font-size: .75rem;
    color: #718096;
    font-family: 'FiraSansCondensed-Medium',Verdana,Geneva,sans-serif;
}

.card__footer {
    background-color: #f7fafc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e2e8f0;
    padding:.75rem 1rem .75rem 1rem;
    display: flex;
    justify-content: space-between;
}

.card__actions {
    background-color: #f7fafc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e2e8f0;
    padding:.75rem 1rem .75rem 1rem;
    text-align: right;
    display: flex;
    justify-content: space-between;
}

.card__actions a {
    font-weight: normal;
    font-family: 'FiraSansCondensed-Medium',Verdana,Geneva,sans-serif;
    text-decoration: none;
}

td.icones i {
	margin:5px 5px 0 0;
}

form input[type="text"].input-status {
	background:url(../images/design/input-status-neutral.png) no-repeat right center #FFF;
	padding-right:30px;
}    

form input[type="text"].input-status-valid {
	background-image:url(../images/design/input-status-valid.png);
}

form input[type="text"].input-status-invalid {
	background-image:url(../images/design/input-status-invalid.png);
}

.checkbox-container {
	display:inline-block;
	padding:5px;
	color: #ffffff;
	background:#990000;
	border: 1px solid transparent;
  	white-space: nowrap;
}

.checkbox-container-checked {
	background:#F7E64A;
}

table.donnees td .checkbox-container label, .checkbox-container label {
	color: #ffffff;
	font-weight:normal;
}

table.donnees td .checkbox-container-checked label, .checkbox-container-checked label {
	color: #000000;
	font-weight:normal;
}

.optionsTable {
	border-collapse:collapse;
	display:table;
	margin:10px 0 0 0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.optionsTable .optionsTable-row {
	display:table-row;
}

.optionsTable .cell {
	display:table-cell;
	background:#FFFFFF;
	padding:10px;
	border:1px solid #EAEAEA;
	vertical-align:middle;	
}

.optionsTable span.col1 {
	background:#EAEAEA;	
}

.optionsTable span.col3 {
	font-weight:normal;
}

#topPage {
	background:#FFFFC1;
	padding:10px 10px 0 10px;
	width: 960px;
	margin:0 auto;
	color:#000;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.4);
}

#topPage p {
	text-align:center;
}

p.espacement {
	padding:5px 0px 5px 0px;
}

div.statsTableau {
	width:285px;
	height:90px;
	margin:10px 10px 10px 10px;
	text-align:center;
	float:left;
	background:#E0E0E0;
}

div.statsTableau h3 {
	border-bottom:1px solid #b5b5b5;
	padding:5px 0px 5px 0px;
	margin:0px 10px 0px 10px;
}

div.statsTableau p {
	text-align:center;
	font-size:1.25rem;
	padding:10px 0px 10px 0px;
}

.progression-tracker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px auto 20px auto;
	padding: 20px 0 10px 0;
	list-style: none;
	background-color:#E9E9E9;
}

.progression-tracker a {
	text-decoration:none;
	font-weight:normal;
}

.progression-tracker-step {
	-webkit-box-flex: 1;
	  -ms-flex: 1 1 0%;
		  flex: 1 1 0%;
	margin: 0;
	padding: 0;
	min-width: 24px;
}

.progression-tracker-step:last-child {
	-webkit-box-flex: 0;
	  -ms-flex-positive: 0;
		  flex-grow: 0;
}

.progression-tracker-step:last-child .progression-tracker-marker::after {
	display: none;
}

.progression-tracker-link {
	display: block;
	position: relative;
}

.progression-tracker-marker {
	display: block;
	position: relative;
}

.progression-tracker-marker::before {
	content: attr(data-text);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	position: relative;
	z-index: 20;
	width: 26px;
	height: 26px;
	-webkit-transition: background-color, border-color;
	transition: background-color, border-color;
	-webkit-transition-duration: 0.3s;
		  transition-duration: 0.3s;
	font-family:FontAwesome;
	content: "\f10c";
	box-sizing:border-box;
	font-size:1.625rem;
}

.progression-tracker-marker::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 10px;
	right: -12px;
	width: 100%;
	height: 4px;
	-webkit-transition: background-color 0.3s, background-position 0.3s;
	transition: background-color 0.3s, background-position 0.3s;
}

.progression-tracker-text {
	display: block;
	padding: 8px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:1.5rem;
}

.progression-tracker-title {
	margin-top: 0;
	font-family:'FiraSansCompressed-Medium', Verdana, Geneva, sans-serif;
	font-weight:normal;
}

.progression-tracker-step .progression-tracker-marker {
	color: #fff;
}

.progression-tracker-step .progression-tracker-marker::before {
	background-color: #E9E9E9;
	color:#C0C0C0;
}

.progression-tracker-step .progression-tracker-marker::after {
	background-color: #C0C0C0;
}

.progression-tracker-step .progression-tracker-text {
	color: #333;
}

.progression-tracker-step.is-active .progression-tracker-marker::before {
	content: "\f0ab";
	color: #000;
	background-color:#E9E9E9;
}

.progression-tracker-step.is-complete .progression-tracker-marker::before, .progression-tracker-step.is-progress .progression-tracker-marker::before {
	content: "\f058";
	color:#9ACD32;
	background-color:#E9E9E9;
}

.progression-tracker-step.is-complete .progression-tracker-marker::after, .progression-tracker-step.is-progress .progression-tracker-marker::after {
  background-color: #9ACD32;
}

.progression-tracker-step.is-progress-10 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #868686), color-stop(10%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 10%, #b6b6b6 10%);
}

.progression-tracker-step.is-progress-20 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #868686), color-stop(20%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 20%, #b6b6b6 20%);
}

.progression-tracker-step.is-progress-30 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #868686), color-stop(30%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 30%, #b6b6b6 30%);
}

.progression-tracker-step.is-progress-40 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #868686), color-stop(40%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 40%, #b6b6b6 40%);
}

.progression-tracker-step.is-progress-50 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #868686), color-stop(50%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 50%, #b6b6b6 50%);
}

.progression-tracker-step.is-progress-60 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #868686), color-stop(60%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 60%, #b6b6b6 60%);
}

.progression-tracker-step.is-progress-70 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #868686), color-stop(70%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 70%, #b6b6b6 70%);
}

.progression-tracker-step.is-progress-80 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #868686), color-stop(80%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 80%, #b6b6b6 80%);
}

.progression-tracker-step.is-progress-90 .progression-tracker-marker::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #868686), color-stop(90%, #b6b6b6));
  background-image: linear-gradient(to right, #868686 90%, #b6b6b6 90%);
}

.progression-tracker--text .progression-tracker-step:last-child, .progression-tracker--center .progression-tracker-step:last-child, .progression-tracker--right .progression-tracker-step:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.progression-tracker--center {
  text-align: center;
}

.progression-tracker--center .progression-tracker-marker::before, .progression-tracker--center .progression-tracker-text--dotted::before {
  margin-left: auto;
  margin-right: auto;
}

.progression-tracker--center .progression-tracker-marker::after {
  right: -50%;
}

.progression-tracker--right {
  text-align: right;
}

.progression-tracker--right .progression-tracker-marker::before, .progression-tracker--right .progression-tracker-text--dotted::before {
  margin-left: auto;
}

.progression-tracker--right .progression-tracker-marker::after {
  right: calc(-100% + 12px);
}

.progression-tracker--spaced .progression-tracker-marker::after {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.progression-tracker--text-top .progression-tracker-text {
  height: 100%;
}

.progression-tracker--text-top .progression-tracker-marker {
  top: -24px;
}

.progression-tracker--text-inline {
  overflow: hidden;
}

.progression-tracker--text-inline .progression-tracker-step, .progression-tracker--text-inline .progression-tracker-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progression-tracker--text-inline .progression-tracker-marker {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.progression-tracker--text-inline .progression-tracker-marker::after {
  top: auto;
}

.progression-tracker--text-inline .progression-tracker-text {
  position: relative;
  z-index: 30;
  max-width: 70%;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.progression-tracker--text-inline .progression-tracker-marker .progression-tracker-text {
  display: inline-block;
}

.progression-tracker--text-inline .progression-tracker-title {
  margin: 0;
}

.progression-tracker--square .progression-tracker-marker::before {
  border-radius: 0;
}

.progression-tracker--square .progression-tracker-marker::after {
  top: auto;
  bottom: 0;
}

.progression-tracker--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.progression-tracker--vertical .progression-tracker-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.progression-tracker--vertical.progression-tracker--right .progression-tracker-step {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.progression-tracker--vertical .progression-tracker-marker::after {
  right: auto;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 100%;
}

.progression-tracker--vertical .progression-tracker-text {
  padding: 0 12px 24px 12px;
}

ul#eventSelector li {
float:left;
text-align:center;
width:270px;
height:240px;
overflow:hidden;
padding:0px 10px 10px 10px;
margin:5px 5px 5px 5px;
background-color:#;
border:1px solid #cecece;
background-color:#E4E4E4;
cursor:pointer;
}

ul#eventSelector li p {
text-align:center;
}

ul#eventSelector li img {
max-width:80px;
max-height:80px;
}

ul#eventSelector li.eventSelected {
background-color:#9ACD32;
}

p.margeBouton button {
margin-bottom:5px;
}


#menu-haut {
	background:#0D0D0D;
	font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}

#menu-haut .container {
	width:980px;
	margin:0 auto;		
}

#menu-haut ul {
	margin: 0;
	padding:0;
}

#menu-haut ul li i {
	margin:0 5px 0 0;
	font-size:1.5rem;
	vertical-align:middle;
}

#menu-haut ul li {
	display: inline-block;
	margin:0 3px 0 0;
}

#menu-haut ul li.menu-haut-element-compte {
	background-color: rgba(0, 0, 0, 0.3);
}

#menu-haut ul li:last-child {
	margin-right:0;
}

#menu-haut ul li a {
	color: #FFF;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
	font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
	display:block;
	padding: 10px 8px;
}

#menu-haut ul li:hover a, #menu-haut ul li:active a, #menu-haut ul li:focus a {
	opacity:0.75;
}

#menu-haut-drop-down {
	background:#0D0D0D;
	display:none;
}

#menu-haut-drop-down .container {
	width:980px;
	margin:0 auto;
	text-align:right;
}

.data-icons {
	list-style:none;
}

#copyright {
	margin-top:30px;
}

#copyright p {
	font-size:0.875rem;
}

#copyright-info {
	
}

.visible-sm {
	display:none !important;	
}

div#menu-responsive
{
font-size:1.375rem;
position:relative;
font-family:'FiraSansCompressed-Light', Verdana, Geneva, sans-serif;
text-transform:uppercase;
overflow:hidden;
display:none;
}

div#menu-responsive ul
{
color: white;
text-align: right;
margin: 0;
padding:0;
overflow:hidden;
list-style:none;
}

div#menu-responsive ul li
{
float:left;
text-align:center;
width:19%;
box-sizing:border-box;
margin-right:1%;
margin-bottom:0;
}

div#menu-responsive ul li:last-child
{
margin-right:0;
}

div#menu-responsive ul li a
{
padding:5px 0;
color:#FFF;
text-decoration: none;
font-weight:normal;
display:block;
border-top:1px solid transparent;
background:#2C2C2C;
background:rgba(13, 13, 13, 0.8);
position:relative;
}

div#menu-responsive ul li a span
{
	font-size:0.875rem;
	color:#FFF;
	text-transform:none;
}

div#menu-responsive ul li span.label-menu
{
	background:#BF0000;
	color:#FFF;
	margin-top:2px;
	display:block;
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
	text-transform:none;
	overflow:hidden;
	padding:2px 1px;
}

div#menu-responsive ul li span.label-menu:empty {
	display:none;
}


div#menu-responsive ul li a:hover {
	border-top:1px solid #BF0000;
	opacity:0.75;
}

body.bodyAccueil div.colonne-principale {
	float:right;
}

body.bodyAccueil div.colonne-secondaire {
	float:right;
}

/* VERTICAL */

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  4% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  8% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  12% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  16% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  20% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  22% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  4% {
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  8% {
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  12% {
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  16% {
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }

  20% {
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    transform: translate(0,3px);
  }

  22% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}

.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}

.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}

.overlay {
	position:absolute;
	width:200px;
	height:200px;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-100px;
	text-align:center;
	background:#CCC;
	background:rgba(0,0,0,0.2);
}

.flottant-droite {
	float:right;	
}

.freebees-card-container {
	width:355px;
    font-family:'FiraSansCondensed-Light', Verdana, Geneva, sans-serif;
    display:inline-block;
    text-align: left;
}

.freebees-card-informations {
    background:url(../images/freebees/carte.png) no-repeat 0 0;
    background-size: contain;
    width: 100%;
    height:203px;
    position:relative;
    border-radius:15px;
}

.freebees-card-container input {
	position:absolute;
	top:115px;
	left:20px;
	width:240px;
	font-size:1.5rem;
	font-weight:normal;
}

.freebees-card-container button {
	position:absolute;
	top:96px;
	left:270px;
	width:auto;
	background:none;
	border:none;
	min-width:inherit;
	padding:0;
}

.freebees-card-container strong {
	font-family:'FiraSansCondensed-Medium', Verdana, Geneva, sans-serif;
	font-weight:normal;
}

.freebees-card-details {
    position:absolute;
    width:100%;
    padding:10px;
	left:0px;
	bottom:0px;
    font-size:1.5rem;
    box-sizing: border-box;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

}

.freebees-card-owner {
    display: block;
}

.freebees-card-number {
    display: block;
}

.freebees-card-points {
    display:flex;
    width:355px;
    margin-bottom:1em;
    padding:10px;
    box-sizing: border-box;
}

.freebees-card-points > div {
    flex: 1 1 auto;
}

.freebees-card-total-points {
    text-align: right;
    font-weight:normal;
    font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
}

.freebees-card-points span {
    display:block;
}

form [type=text].money {
	text-align:right;
	padding-right:26px;
	background:url(../images/design/money-sign.png) no-repeat right center #FFF;
}

.field {
	font-size:2rem;
	font-weight:normal;
	border: 1px solid transparent;
	padding: 5px;
	margin:0;
	display:inline-block;
}

.blocs-importants {
	text-align:center;	
}

.bloc-important {
	text-align:center;
	display:inline-block;
	margin:0 20px;
}

.bloc-important strong {
	font-size:2rem;
	font-weight:normal;
	color:#9B0203;
}

.bloc-important i {
	margin-bottom:5px;
}

.card-standard {
	background-image: linear-gradient(right, #E2E2E2 11%, #C5C5C5 56%);
	background-image: -o-linear-gradient(right, #E2E2E2 11%, #C5C5C5 56%);
	background-image: -moz-linear-gradient(right, #E2E2E2 11%, #C5C5C5 56%);
	background-image: -webkit-linear-gradient(right, #E2E2E2 11%, #C5C5C5 56%);
	background-image: -ms-linear-gradient(right, #E2E2E2 11%, #C5C5C5 56%);
	background-image: gradient(right, #E2E2E2 11%, #C5C5C5 56%);
	border-radius:10px;
	width:350px;
	height:200px;
	position:relative;
	font-family:'FiraSansCondensed-Light', Verdana, Geneva, sans-serif;
	text-align:center;
	padding:20px 10px 10px 10px;
	margin:0 0 20px 0;
}

.card-standard i {
	color:#888;
	font-size:3.125rem;
}

.card-standard p {
	text-align:center;
}

.card-standard h3 {
	text-align:center;
	font-size:2rem;
	font-family:'FiraSansCondensed-Light', Verdana, Geneva, sans-serif;
}

.card-standard input {
	width:240px;
	font-size:1.25rem;
	font-weight:normal;
	vertical-align:top;
}

.card-standard button {
	vertical-align:top;
}

.card-standard strong {
	font-family:'FiraSansCondensed-Medium', Verdana, Geneva, sans-serif;
	font-weight:normal;
}

.card-standard.card-center {
	margin:0 auto 20px auto;
}

tr.data-separator th {
	text-align:center;
	text-transform:none;
	background-color:#DDDDDD;
}

i.help {
	cursor:help;	
}

.fenetre-boutons-bas {
	margin-top:60px;	
}

.bloc-emphase {
	margin:2em 0;
	background-color:#E1E1E1;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	padding:1em;
}

.bloc-representation {
	box-sizing:border-box;
	margin:1em 0;
}

.bloc-representation .image-evenement {
	border:1px solid #CCC;
	float:left;
	margin-right:1em;
}

.bloc-representation-2col {
	width:50%;
	float:left;
}

.info-sommaire {
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom:1px solid #CCC;
}

.info-sommaire::after {
	content: "";
	clear: both;
	display: table;
}

.info-sommaire-representation {
	padding:1rem;
    margin-bottom:1rem;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-sommaire-representation__image {
	padding-right: 1rem;
}

.info-sommaire-representation__image div {
    width:80px;
    height:80px;
    background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	text-align:right;
	position:relative;
}

.info-sommaire-representation__nom {
    margin-bottom:0.725rem;
    font-size:1.25rem;
    display: block;
}

.info-sommaire-representation__nom-secondaire {
    padding-left:1rem;
    color:#666;
}

.info-sommaire-representation__date {
    white-space: nowrap;
    display: block;
    margin-bottom:0.3rem;
}

.info-sommaire-representation__lieu {
    display:block;
}

.info-sommaire-abonnement {
    background-color: #e7e7e7;
    margin-bottom:1rem;
}

.info-sommaire-abonnement__entete {
    font-size:1.125rem;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
    text-align: center;
    border-bottom:1px solid #CCC;
    background-color: #DDDDDD;
    padding: 0.5rem 1rem;
}

.info-sommaire-abonnement__details {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.info-sommaire-abonnement__details div {
    padding:0.5rem;
    border-left:1px solid #D8D8D8;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .info-sommaire-abonnement__details {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .info-sommaire-abonnement__details div {
        border-left: 0;
        text-align: center;
    }
}

.list-info {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	color:#666;
}

.list-info li {
	border-bottom:1px solid #E2E2E2;
	padding:0.5em;
	margin:0;
}

.list-info-title {
	background-color:#E2E2E2;
}

.list-info-title strong {
	font-weight:normal;
	font-size:1.25rem;
}

.list-info strong {
	color:#000;
}

.list-info-centered {
	margin:0 auto;
	max-width:400px;	
}

.article-contenu {
    padding-bottom:8em;
}

.article-contenu h2::after {
    content: '';
    display: block;
    border-bottom: 5px solid #B11015;
    width: 2.5em;
    margin-top: 2px;
    margin-bottom: 0.5em;
}

.article-contenu h2 {
    text-transform:uppercase;
	margin-top:0.8em;
}

.article-contenu ul {
	list-style-type:square;
}

.article-contenu ol {

}

.article-contenu ol > li::marker{
	color:#666;
	font-family: 'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
	font-size:1.5rem;
}

.article-contenu ol > li {
	line-height:1.5em;	
}

.article-contenu ol > li ul {
	list-style-type:square;
	margin:1em 0 1em 2.3em;
}

.article-contenu ol > li ol {
	margin:1em 0 1em 2.3em;
}

.article-contenu img {
	max-width:100%;
	box-sizing:border-box;
}

.article-contenu span.alt {
	text-align:left;
	display:inline-block;
	background-color:#FFF;
	padding:6px 12px;
	color:#666;
	font-family:'FiraSansCondensed-Light',Verdana, Geneva, sans-serif;
}

.article-contenu img.with-alt {
	border:5px solid #FFF;
	display:block;
}

.addthis_inline_share_toolbox {
	min-height:35px;	
}

.mise-en-reservation {
	border-bottom:1px solid #F00078;
}

/* Calendrier en tableau */
.interactive-calendars {
    
}

.interactive-calendars[data-count="3"] {
	
}

.interactive-calendar {
	float:left;
	min-width:320px;
	width:50%;
	box-sizing:border-box;
	padding:0.5em;
}

.interactive-calendars .interactive-calendar:nth-child(2n){
    
}

.interactive-calendars .interactive-calendar:nth-child(2n+1){
    clear:left
}


.interactive-calendar table {
	border:1px solid #E1E1E1;
	width:100%;
}

.interactive-calendar table caption {
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
	text-align:center;
	background:#555555;
	color:#FFF;
	padding:0.6em;
}

.interactive-calendar table th {
	font-weight:normal;
	font-family:'FiraSans-SemiBold', Verdana, Geneva, sans-serif;
	text-align:center;
	text-transform:uppercase;
	background:#E1E1E1;
	padding:0.5em;
}

.interactive-calendar table td {
	text-align:center;
}

.interactive-calendar table td a {
	display:block;
	padding:0.5em;
	text-decoration:none;
}

.interactive-calendar table td span {
	display:block;
	padding:0.5em;
	text-decoration:none;
	border:1px solid #F2F2F2;
	color:#666;
}

.interactive-calendar table td.interactive-calendar-today {
	background:#E1E1E1;
	color:#000;
}

.interactive-calendar table td.interactive-calendar-selected span {
	background:#666;
	color:#FFF;
}

.interactive-calendar table td.interactive-calendar-has-content a {
	background-color:#750203;
	color:#FFF;
	border:1px solid #F2F2F2;
}

.interactive-calendar table td.interactive-calendar-has-content.interactive-calendar-selected a {
	background:#555555;
}

table.donnees tr.rabais {
	border: 2px solid #5bc0de;
}

table.donnees tr.rabais td {
	border-bottom: 2px solid #5bc0de;
}

table.donnees tr.rabais-header {
	border: 2px solid #5bc0de;
}

table.donnees tr.rabais-header td {
	background-color: #5bc0de;
	color: white;
	text-align: center;
	font-family: 'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
}

.module {
	color:#000;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
	font-weight:normal;
	position:relative;
	margin:0 0 20px 0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	background-color:transparent;
	min-height:2em;
	font-size: 1rem;
}

.module a:link, .module a:hover, .module a:active, .module a:focus, .module a:visited {
	padding:15px 15px 15px 50px;
	display:block;
	color:#000;
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-weight:normal;
	min-height:2.2em;
}

.module a:hover, .module a:active, .module a:focus {
	background-color:#E9E9E9;
}

.module i {
	height:48px;
	width:48px;
	position:absolute;
	left:3px;
	top:10px;
	border-radius: 50%;
	line-height:48px;
	font-size:1.625rem;
	text-align:center;
}

.module .module-title {
	font-family:'FiraSansCondensed-Medium',Verdana, Geneva, sans-serif;
	font-weight:normal;
    font-size: 1rem;
}

.module-lg .module-title {
	font-size: 1.25rem;
}

.module .module-description {
	margin:0;
	padding:0;
    font-size:0.875rem;
    font-family: 'FiraSansCompressed-Light',Verdana, Geneva, sans-serif;
}

.module-lg .module-description {
	font-size: 1rem;
}

.amount {
	white-space:nowrap;	
}

.amount--positive {
	color:#006600;	
}

.amount--negative {
	color:#990000;	
}

.hidden {
	display: none;
}

input.display_toggle {
	display: none;
}

input.display_toggle + div {
	display: none
}

input.display_toggle:checked + div {
	display: unset
}

img.maxwidth {
	max-width: 100%;
}


.loading-indicator {
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3498db;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 1s ease-in-out infinite;
    display: inline-block;
}

@keyframes spin {
to {
    transform: rotate(360deg);
}
}

.suggestions .suggestions-title {
    margin: 0 0 0.75em 0;
}

.bouton-svg {
    height: 50px;
    vertical-align: middle;
}

.email-spell-checker-suggestion {
    padding: .4em .6em .4em .6em;
    margin-top:5px;
    background-color: #fee7ba;
    color: #000000;
    text-align: center;
    cursor: pointer;
    overflow-wrap: break-word;
    font-size: 0.85em;
}

.email-spell-checker-suggestion-email {
    text-decoration: underline;
    font-family:'FiraSans-SemiBold',Verdana, Geneva, sans-serif;
}