/*STYLE ADS HEADER*/
.fdlm-ads {
	padding-top: 8px;
	padding-bottom: 10px;
	height: 110px;
	display: block;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	background-color: #E9E9E9;
	border-bottom: 4px solid #DA001A;
	position: relative;
}

.fdlm-ads .img-responsive {
	margin: 0 auto;
}

.fdlm-ads.fdlm-ads-shrink {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px;
}

.fdlm-ads .paszone_container {
	margin: 0 auto;
}

/*STYLE BODY*/
.fdlm-body {
	padding-top: 200px;
	/*background-color: #006AB6;*/
	background: #F7F7F7;
}

.ads-background-1 {
	background: url(../img/habillage-avenir.jpg) center top no-repeat #006AB6;
	display: block;
	position: absolute;
	width: 100%;
	height: 1500px;
}

.ads {
	height: 200px;
	position: relative;
	width: 100%;
	background-color: #006AB6;
	margin: 0 auto;
}

.ads a {
	padding: 0;
	margin: 0 auto;
	max-width: 960px;
	display: block;
	text-align: center;
	height: 200px;
	line-height: 3;
	font-size: 60px;
	color: #FFFFFF;
	border: 5px solid #0078CF;
}

.site.container {
	background-color: #F7F7F7;
	max-width: 1000px;
	position: relative;
}

.fdlm-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #232A34;
	z-index: 1050;
	height: 200px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	/*+box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);*/
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fdlm-header .fdlm-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

.fdlm-header .fdlm-inner a {
	text-decoration: none;
}

.fdlm-header h1,
.fdlm-header nav {
	display: inline-block;
	position: relative;
}

@media (max-width: 640px) {
	.fdlm-ads {
		height: 75px;
	}
	
	.fdlm-header {
		height: 165px;
	}
	
	nav.fdlm-menu {
		margin-top: -35px;
	}
	
	.fdlm-body-on nav.fdlm-menu {
		margin-top: 0px;
	}
}

/* Transitions and class for reduced height */
.fdlm-header.fdlm-header-shrink {
	height: 60px;
}

/*MENUS */
/* General styles for all menus */
.fdlm-menu-left.fdlm-menu-left-200 {
	/* top: 60px; */
	top: 0;
}

.fdlm-menu-right.fdlm-menu-right-200 {
	/* top: 60px; */
	top: 0;
}

.fdlm-menu {
	background-color: #171B22;
	position: fixed;
}

.fdlm-menu #accordion li.panel {
	margin-bottom: 0px;
}

/*SIMPLE BAR*/
/*.fdlm-scroller
{
	height: 80%;
}*/
.fdlm-body .fdlm-scroller {
	height: 70%;
}

.fdlm-body.fdlm-body-on .fdlm-scroller {
	height: 90%;
}

.simplebar,
[data-simplebar-direction] {
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	/* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
	overflow-y: scroll;
	overflow-x: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-ms-overflow-style: none;
	/* hide browser scrollbar on IE10+ */
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.simplebar-scroll-content::-webkit-scrollbar {
	display: none;
}

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
	overflow-x: scroll;
	overflow-y: auto;
}

.simplebar-track {
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 11px;
}

.simplebar-track .simplebar-scrollbar {
	position: absolute;
	right: 2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	min-height: 10px;
	width: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: #6C6E71;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
}

.simplebar-track:hover .simplebar-scrollbar {
	/* When hovered, remove all transitions from drag handle */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
	-webkit-transition: opacity 0 linear;
	-moz-transition: opacity 0 linear;
	-o-transition: opacity 0 linear;
	-ms-transition: opacity 0 linear;
	transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
}

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
	top: auto;
	left: 0;
	width: auto;
	height: 11px;
}

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
	right: auto;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Orientation-dependent styles for the content of the menu */
.fdlm-menu-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

/* Vertical menu that slides from the left or right */
.fdlm-menu-left {
	/* left: -240px;
	top : 200px; */
	left: -250px;
	top: 0;
}

.fdlm-menu-right {
	/* right: -240px;
	top: 200px; */
	right: -250px;
	top: 0;
}

.fdlm-menu-left.fdlm-menu-open {
	left: 0px;
}

.fdlm-menu-right.fdlm-menu-open {
	right: 0px;
}

.fdlm-menu-left-200 .scrollbar-content,
.fdlm-menu-right-200 .scrollbar-content {
	top: 60px;
}

.scrollbar-content {
	background: none;
	position: fixed;
	margin: auto;
	width: 250px;
	top: 200px;
	bottom: 0px;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

/*MENU FULL WIDTH ON MOBILE*/
@media (max-width: 480px) {
	.scrollbar-content {
		top: 165px;
	}
}

@media (max-width: 640px) {
	.fdlm-menu-right.fdlm-menu-open,
	.fdlm-menu-left.fdlm-menu-open {
		width: 100%;
	}
	
	.fdlm-menu-right.fdlm-menu-open .fdlm-scroller,
	.fdlm-menu-left.fdlm-menu-open .fdlm-scroller {
		width: 100%;
	}
	
	.fdlm-menu-right.fdlm-menu-open .fdlm-scroller .simplebar-scroll-content,
	.fdlm-menu-left.fdlm-menu-open .fdlm-scroller .simplebar-scroll-content {
		width: 100% !important;
		overflow: hidden;
	}
	
	.fdlm-menu-right.fdlm-menu-open .fdlm-scroller .simplebar-scroll-content
	.simplebar-content,
	.fdlm-menu-left.fdlm-menu-open .fdlm-scroller .simplebar-scroll-content
	.simplebar-content {
		width: 100% !important;
	}
	
	.scrollbar-content {
		top: 165px;
	}
	
	.fdlm-login.fdlm-menu-open .scrollbar-content,
	.fdlm-menu.fdlm-menu-open .scrollbar-content {
		width: 100%;
	}
}

/* Transitions */
.fdlm-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width: 883px) {
	.fdlm-menu-horizontal {
		font-size: 75%;
		height: 110px;
	}
	
	.fdlm-menu-top {
		top: -110px;
	}
	
	.fdlm-menu-bottom {
		bottom: -110px;
	}
}

@media screen and (max-height: 422px) {
	.fdlm-menu-vertical {
		font-size: 90%;
		width: 190px;
	}
	
	.fdlm-menu-left,
	.fdlm-menu-push-toleft {
		/* left: -190px; */
		left: -250px;
	}
	
	.fdlm-menu-right {
		/* right: -190px; */
		right: -450px;
	}
	
	.fdlm-menu-push-toright {
		left: 190px;
	}
}

/* STYLE MENU GAUCHE*/
.nav-fdlm {
	margin: 0;
	padding: 0;
	list-style: none inside none;
	font-family: 'Raleway', sans-serif;
}

.menu-item {
	padding: 0px;
}

.menu-item.panel {
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}

.menu-item > ul {
	margin: 0;
	padding: 0;
	list-style: none inside none;
	border: 0px solid black;
}

.menu-item a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #20252F;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

.menu-item a:focus,
.menu-item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-item a.accordion-toggle:before {
	content: "+";
	display: block;
	position: absolute;
	right: 15px;
	font-size: 15px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0px;
}

.menu-item.open .accordion-toggle:before {
	content: "-";
	display: block;
	position: absolute;
	right: 15px;
	font-size: 15px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0px;
}

.menu-item li a {
	display: block;
	background-color: #090A0D;
	font-size: 13px;
}

li.menu-item:first-child a {
	background-color: #232A34;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #DA001A;
}

li.menu-item li:first-child a {
	display: block;
	background-color: #090A0D;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	line-height: normal;
	border-bottom: 1px solid #20252F;
}

/*MENU GAUCHE STORE*/
.store {
	margin: 0;
	padding: 0;
	border-top: 1px solid #DA001A;
}

.store .store-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.store .store-titre a {
	background-color: #232A34;
	display: block;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
}

.store .store-titre.abo a {
	background-color: #DA001A;
	margin-bottom: 40px;
}

.store .store-titre.abo a:hover {
	background-color: #F8001E;
}

.store-nav .item {
	text-align: center;
	padding: 10px 10px 20px 10px;
}

.store-nav .item a {
	color: #FFFFFF;
	text-decoration: none;
}

.store .store-text {
	line-height: 1;
	font-size: 0.9em;
}

.store-nav .wrap {
	margin: 10px 30px;
	text-align: center;
}

.store .wrap img {
}

/* Icon MENU ANIME*/
#icon-menu {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#icon-menu span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #FFF;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: 0.25s ease-in-out;
}

/* Icon MENU ANIME*/
#icon-menu span:nth-child(1) {
	top: 0px;
}

#icon-menu span:nth-child(2),
#icon-menu span:nth-child(3) {
	top: 10px;
}

#icon-menu span:nth-child(4) {
	top: 20px;
}

#icon-menu.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#icon-menu.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#icon-menu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#icon-menu.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/* Icon LOGIN ANIME*/
#icon-login {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#icon-login span {
	display: block;
	position: absolute;
	background: #FFF;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: 0.25s ease-in-out;
}

/*#icon-login:hover > SPAN, #icon-menu:hover > SPAN
{
	background: #DA001A;
}*/
/* Icon LOGIN ANIME*/
#icon-login span:nth-child(1) {
	top: 0px;
	left: 8px;
	height: 15px;
	width: 15px;
}

#icon-login span:nth-child(2) {
	top: 16px;
	border-radius: 8px 8px 0px 0px;
	height: 10px;
	width: 25px;
	left: 2px;
}

#icon-login.open span:nth-child(1) {
	top: 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	width: 5px;
	left: 40%;
	border-radius: 9px;
	height: 30px;
}

#icon-login.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
	width: 5px;
	left: 40%;
	border-radius: 9px;
	height: 30px;
}

/* Icon LOGIN & SITE position*/
.fdlm-header .fdlm-inner .site-login {
	float: right;
	margin: 25px 30px 30px;
	width: 120px;
}

.fdlm-header .fdlm-inner .site-nav {
	float: left;
	margin: 25px 30px 30px;
}

.title-login,
.title-menu {
	padding: 0;
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	position: absolute;
	font-size: 11px;
	width: 90px;
	text-align: center;
	margin: 30px auto 0 -30px;
	text-transform: uppercase;
	line-height: 1.3;
	color: #FFFFFF;
}

.title-login {
	width: 120px;
	margin: 30px auto 0 -45px;
	overflow: hidden;
	display: block;
	border: 0px solid #FFFFFF;
}

.userinfo {
	font-size: 9px;
}

.fdlm-header-shrink .title-login,
.fdlm-header-shrink .title-menu {
	display: none;
}

.fdlm-header.fdlm-header-shrink .fdlm-inner .site-login,
.fdlm-header.fdlm-header-shrink .fdlm-inner .site-nav {
	margin: 15px;
}

.fdlm-header .fdlm-inner .site-title {
	display: block;
	width: 160px;
	position: absolute;
	left: 50%;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: width,-webkit-transform;
	transition-property: width, -webkit-transform;
	transition-property: transform, width;
	transition-property: transform, width, -webkit-transform;
	-webkit-transition-property: transform,width;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%, 0);
	padding-top: 5px;
}

.fdlm-header .fdlm-inner a {
	color: #FFFFFF;
	text-decoration: none;
}

.fdlm-header .fdlm-inner span {
	font-size: 12px;
	display: block;
	width: 300px;
	position: relative;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	bottom: -73px;
	padding-top: 0;
}

.fdlm-body-on .fdlm-header .fdlm-inner .site-title {
	width: 110px;
}
@media (max-width: 480px) {
	.fdlm-header .fdlm-inner .site-login {
		width: 55px;
	}
}
@media (max-width: 640px) {
	.fdlm-header .fdlm-inner .site-title {
		width: 110px;
		padding-top: 20px;
	}
	
	.fdlm-header .fdlm-inner span {
		display: none;
	}
	
	.fdlm-header.fdlm-header-shrink .fdlm-inner .site-title {
		padding-top: 7px;
	}
}

/*SEARCH BOX*/
.tool-search {
	position: relative;
	min-width: 40px;
	width: 0%;
	height: 40px;
	float: left;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	margin: 22px 30px 30px;
}

@media (max-width: 1000px) {
	.tool-search {
		display: none;
	}
}

@media (min-width: 1000px) {
	.fdlm-menu .menu-tool-search {
		display: none;
	}
}

.fdlm-header.fdlm-header-shrink .tool-search {
	margin: 8px;
}

.search-box {
	top: 0;
	right: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 5px 5px 5px 15px;
	border: 0px solid black;
	/*+border-radius: 20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background-color: #F7F7F7;
}

.searchbox-icon,
.search-submit {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0px solid black;
	/*+border-radius: 20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background-color: #DA001A;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
}

.searchbox-open {
	width: 220px;
}

/*SEARCH BOX DANS LE MENU*/
.fdlm-menu .menu-tool-search {
	margin: 10px;
}

.fdlm-menu .menu-tool-search .search-box {
	top: 0;
	right: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	border: 0px solid black;
	/*+border-radius: 20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.fdlm-menu .menu-tool-search .searchbox-icon,
.fdlm-menu .menu-tool-search .search-submit {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 10px;
	/*+border-radius: 20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 0px solid black;
}

/*ZONE JE MANBONNE*/
.site-hebdo a {
	text-decoration: none !important;
}

.site-hebdo a:hover .hebdo-abo {
	background-color: #F8001E;
}

.hebdo-image {
	display: none;
}

.hebdo-abo {
	background-color: #DA001A;
	padding: 0px 6px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,-150%);
	transform: translate(-50%, -150%);
	color: #FFFFFF;
	line-height: normal;
	margin-top: -200px;
}

.fdlm-header-shrink .hebdo-abo {
	margin-top: 55px;
}

.hebdo-abo:hover {
	background-color: #F8001E;
}

.hebdo-abo {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: font-size,margin-top,margin-bottom,padding,transform,background-color,color;
	-webkit-transition-property: font-size,margin-top,margin-bottom,padding,background-color,color,-webkit-transform;
	transition-property: font-size, margin-top, margin-bottom, padding, background-color, color, -webkit-transform;
	transition-property: font-size, margin-top, margin-bottom, padding, transform, background-color, color;
	transition-property: font-size, margin-top, margin-bottom, padding, transform, background-color, color, -webkit-transform;
}

@media (max-width: 1000px) {
	/*.fdlm-header-shrink .site-title
	{
		width: 110px;
		margin-top: -200px;
	}*/
}

@media (min-width: 1000px) {
	.site-hebdo {
		display: block;
		float: right;
		margin-right: calc(25% - 250px);
		padding-left: 100px;
		position: relative;
		margin-top: 35px;
	}
	
	.site-hebdo {
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-property: margin-right,padding-left,transform;
		-webkit-transition-property: margin-right,padding-left,-webkit-transform;
		transition-property: margin-right, padding-left, -webkit-transform;
		transition-property: margin-right, padding-left, transform;
		transition-property: margin-right, padding-left, transform, -webkit-transform;
	}
	
	.fdlm-header-shrink .site-hebdo {
		margin-right: 15px;
		padding-left: 0;
		margin-top: 10px;
	}
	
	.site-hebdo .hebdo-abo {
		position: static;
		left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 1em;
		-webkit-transform: none;
		transform: none;
	}
	
	.fdlm-header-shrink .site-hebdo .hebdo-abo {
		padding: 2px 10px 0px;
		margin-top: 5px;
	}
	
	.hebdo-image {
		margin-bottom: -50px;
		display: block;
		position: absolute;
		height: 100px;
		left: 0;
		bottom: 0;
		z-index: 2;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-property: height,margin-left,opacity;
		transition-property: height, margin-left, opacity;
	}
	
	.fdlm-header-shrink .hebdo-image {
		height: 0;
		opacity: 0;
		margin-left: -80px;
	}
	
	.hebdo-image img {
		display: block;
		height: 100px;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-property: margin-top;
		transition-property: margin-top;
		/*+box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);*/
		-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
	}
	
	.hebdo-image img:hover {
		margin-top: -8px;
	}
}

.alert-danger {
	margin-top: 20px;
}
