#footer .logo {
    visibility: hidden !important;
}

nav.nav-main a.disabled {
	cursor: default;
}
nav.nav-main a.disabled:hover {
	background: none !important;
}

.logo {
	img {
		max-width: 100%;
		display: inline-block;
	}
}

.language-toggle {
	padding: 3px;
}

.Normal ol {
    margin-left: 32px;
    margin-bottom: 32px;
	list-style: none;
	counter-reset: my-badass-counter;
}
.Normal ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.Normal ol li:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
    display: inline-block;
    width: 24px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
	font-weight: bold;
    left: 0;
	color: #0071B4;
}


.L0_Accueil .row.wait-times-widget .wait-time-direction span:before{
	content:"Le temps d'attente est stable";
}

.row.wait-times-widget {
	margin-bottom: 0 !important;
}

.catsa a {
	position: absolute;
	top: 100px;
	right: -15px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.catsa a:after {
	font-family: FontAwesome;
	content: "\f054";
}

@media (min-width: 768px) {
.info-board a.info-board-link {
	font-size: 18px !important;
}
}

section.ads {
  overflow: hidden;
}

.Id226 .field-container p {
  margin-bottom: 0;
}


/* re-style the dnn login */

.LoginPanel {
	width: auto !important;
	float: none !important;
	display: flex !important;
	padding: 0 !important;
	max-width: 100% !important;
	justify-content: center;
}

.LoginPanel > div {
	min-width: 300px;   
	max-width: 500px;
}

/* style the form item wrapper */

.LoginPanel .dnnForm .dnnFormItem {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

/* style the form label */

.LoginPanel .dnnFormItem > .dnnLabel {
	margin-top: 0;
}

.LoginPanel .dnnFormItem > .dnnLabel label {
	display: block; 
}

.LoginPanel .dnnLabel {
	display: block;
	float: none;
	position: relative;
	width: auto;
	padding-right: 0;
	margin-right: 0;
	overflow: visible;
	text-align: left;
}

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
	background: none !important;
}

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
	font-size: 15px;
}

/* style the login panel text input fields */
.LoginPanel .dnnLoginService input[type="text"], 
.LoginPanel .dnnLoginService input[type="password"] {
	width: 100% !important;
	min-width: 100%;
	margin: 0;
	border-radius: 1px;
	padding: 10px;
}

/* hide the empty label beside the Reset Password button */
.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
	display: none;
}

.LoginPanel ul.dnnActions {
	margin: 0 !important;
	padding: 0 !important;
}

/* primary action buttons - also used in dnn modal popups */

.dnnPrimaryAction, 
.dnnFormItem input[type="submit"], 
a.dnnPrimaryAction {
	background: rgba(32,157,227,1);
	border: none;
	color: #ffffff;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
}
.dnnPrimaryAction:hover, 
.dnnFormItem input[type="submit"]:hover, 
a.dnnPrimaryAction:hover {
	background: rgba(32,157,227,0.9)!important;
	text-decoration: none !important;
}

/* secondary action buttons - also used in dnn modal popups */

.dnnSecondaryAction, 
.dnnFormItem input[type="submit"], 
a.dnnSecondaryAction {
	background: #f5f5f5;
	border: none;
	color: #555;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
}
.dnnSecondaryAction:hover, 
.dnnFormItem input[type="submit"]:hover, 
a.dnnSecondaryAction:hover {
	background: #f1f1f1 !important;
	text-decoration: none !important;
}



