.close-dropdown {
	width: 100%;
	margin-top: 10%;
	display: inherit;
	margin-right: 20px;
	text-align: right;
}

.close-dropdown img{

	padding-right: 20px;
	width: 20px;
}
.menu-magazine {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	top:0;
	right: 0;
	z-index: 99;
	padding-top: 7.1%;
}
.menu-decouvrir {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	top:0;
	right: 0;
	padding-top: 7.1%;
	z-index: 99;
}
.menu-image {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	top:0;
	right: 0;
	z-index: 99;
	padding-top: 7.1%;
}
.menu-magazine-mobile {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	top:0;
	right: 0;
	z-index: 99;
	padding-top: 7.1%;
}
.menu-decouvrir-mobile {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	top:0;
	right: 0;
	padding-top: 7.1%;
	z-index: 99;
}
.menu-image-mobile {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	top:0;
	right: 0;
	z-index: 99;
	padding-top: 7.1%;
}
.menu-mobile-launch {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	top:0;
	right: 0;
	z-index: 99;
	padding-top: 8%;
}
.menu-magazine-launch {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	right: 0;
	z-index: 99;
	padding-top: 7.1%;
}
.menu-decouvrir-launch {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	right: 0;
	padding-top: 7.1%;
	z-index: 99;
}
.menu-image-launch {
	width: 100%;
	height: 100%;
	background-color: rgba(0,24,94,1);
	position: absolute;
	right: 0;
	z-index: 99;
	padding-top: 7.1%;
}
.link-dropwdown-menu {
	float: left;
	display: inline-flex;
	margin-left: 20px;
	margin-top: 20px;
	max-width: 1000px;
	overflow: auto;
	min-width: 96%;
}

.link-dropwdown-menu a {

	font-family: ITC Avant-Garde Gothic Std Demi;
	width: 100%;
	display: -webkit-box;
	text-align: left;
	font-size: calc(1.4rem + 1vw);
	color: #FFF;
	text-decoration: none;
}

.menu-magazine {
	display: none;
	height: 91%;
}


.menu-decouvrir {
	display: none;
	height: 91%;
}

.menu-image {
	display: none;
	height: 91%;
}

.menu-magazine-mobile {
	display: none;
	height: 100%;
}


.menu-decouvrir-mobile {
	display: none;
	height: 100%;
}

.menu-image-mobile {
	display: none;
	height: 100%;
}
.menu-mobile-launch {
	display: none;
	height: 100%;
}
.down_menu {
	width: 100%;
	margin-left: 10px;
}
.down_menu p {
	color: #FFF;
}
.down_menu_img {
	display: none;
	margin-left: 20px;
	margin-bottom: 5px;
}
.down_menu_dec {
	display: none;
	font-size: 1.5rem;
	margin-left: 20px;
	margin-bottom: 5px;
}
.down_menu_mag {
	font-size: 1.5rem;
	display: none;
	margin-left: 20px;
	margin-bottom: 5px;
}
.down_menu_img a {
	font-size: 1.5rem;
}
.down_menu_dec a {
	font-size: 1.5rem;
}
.down_menu_mag a{
	font-size: 1.5rem;
}
.dropdown_link {
	width: 100%;
	display: inherit;
	text-align: left;
	font-size: 1.5rem;
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;

}

.link_mobile_drop {
	width: 100%;
	display: inherit;
	text-align: left;
	font-size: 2rem;
	color: #FFF;
	text-decoration: none;
}
.link_menu_mobile {
	margin-left: 20px;
	height: 70%;
	display: grid;
	align-items: center;
}

.show_last {
	margin-left: 0px;
}

.link_menu {
	min-width: 48%;
	align-items: top;
}
}

.show_last .imageFront {
	padding-right: 4em;
}

@media all and (max-width: 800px) {

	.link-dropwdown-menu {
		display: inherit;
		height: 80%;
	}
	.link-dropwdown-menu a {
		font-family: ITC Avant-Garde Gothic Std Demi;
		width: 100%;
		line-height: 4rem;
		display: -webkit-box;
		text-align: left;
		font-size: calc(1.4rem + 1vw);
		color: #FFF;
		text-decoration: none;
	}
}
@media only screen and (min-width: 1500px) {

	.link_menu {
		min-width: 50%;
	}
}