.article-texte {
    background-image: url('/img/nav/nav-article/article_texte.svg');
    background-size: 18px 19px; 
}
 
.identifiant {
    font-size:70% !important;
}

.header-fixed {
	position: fixed;
	top: 0;
	left: 60px;
	width: calc(100% - 60px);
	z-index: 6;
}

.nav-fixed {
	position: fixed;
	top: 60px;
	left: 60px;
	width: calc(100% - 60px);
	z-index: 5;
}

#content-container {
	margin-top: 120px;
}

/* --------------------------
	BARRE D'OUTILS VERTICALE
   -------------------------- */

#vertical-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 60px;
	height: 100%;
	background-color: #344454;
}

#vertical-nav ul {
	margin: 0;
}
#vertical-nav li {
	list-style-type: none;
}



/* LISTE DES OUTILS DE LA BARRE VERTICALE */

.vertical-nav-item {
	width: 100%;
	height: 60px;
}
.vertical-nav-item > a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background-color .2s ease;
	   -moz-transition: background-color .2s ease;
		 -o-transition: background-color .2s ease;
			transition: background-color .2s ease;
}

.vertical-nav-item.is-active > a {
	background-color: #65717d;
	opacity: 1;
}

#nav-home > a {
	background-color: #82dff4;
	background-image: url('/img/nav/nav-home.png');
	opacity: 1;
}
#nav-views > a {
	background-image: url('/img/nav/nav-views.png');
}
#nav-favorites > a {
	background-image: url('/img/nav/nav-favorites.png');
}
#nav-history > a {
	background-image: url('/img/nav/nav-history.png');
}
#nav-notifications > a {
	background-image: url('/img/nav/nav-notifications.png');
}
#nav-account > a {
	background-image: url('/img/nav/nav-account.png');
}
#nav-help > a {
	background-image: url('/img/nav/nav-help.png');
}
#nav-contact > a {
	background-image: url('/img/nav/nav-contact.png');
}

/* Sous-menus */
.vertical-nav-item {
	position: relative;
}

#vertical-nav .subitems {
	width: 200px;
	z-index: 1000;
    padding-top: 0;
    left: 100% !important;
    right: auto;
    padding: 0 0 14px 0;
    margin: 0;
    border: 0 none;
    top: 0 !important;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    min-width: 200px;
}
#vertical-nav .subitems:after,
#vertical-nav .subitems::after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 28px;
	width: 0;
	height: 0;
	border: inset;
	border-color: transparent #fff transparent transparent;
	border-top-style: solid;
	border-width: 3px 5px 3px 0;
	opacity: 1;
	z-index: 2000;
}
#vertical-nav .subitems .menu-text {
	height: 46px;
    padding: 0 15px;
    line-height: 60px;
    display: block;
    width: 100%;
}

#dropdown-nav-calendar {
	width: 300px !important;
}

#dropdown-nav-calendar .menu-text {
	text-align: center;
	margin-bottom: 0;
}

#dropdown-nav-calendar .ui-datepicker {
	margin: 0 auto;
}

#nav-calendar > a {
	background-image: url('/img/nav/nav-calendar.png');
}

/* Style du calendrier */
.ui-widget-header {
    background: #82dff4 !important;
    color: #ffffff !important;
}

#dropdown-nav-calendar .ui-state-highlight,
#dropdown-nav-calendar .ui-state-active, #dropdown-nav-calendar .ui-widget-content .ui-state-active, #dropdown-nav-calendar .ui-widget-header .ui-state-active {
    border: 1px solid #c5c5c5 !important;
    background:#f6f6f6 !important;
    color: #454545 !important;
}


#dropdown-nav-help a,
#dropdown-nav-account a {
	padding: 5px 20px;
	font-size: 0.9rem;
	display: block;
}

.logout-link {
	position: relative;
	padding-left: 20px;
}

.logout-link:after {
	content:'';
	display: block;
	width: 11px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 20px;
	background-image: url('/img/nav/signout.png');
	background-repeat: no-repeat;
}

.logout-link:hover::after {
	background-image: url('/img/nav/signout_ON.png');
}

/* Sous-menu "Mes vues" */
#nav-views .subitems {
	padding: 0;
	width: 260px;
	max-height: 350px;
}

#nav-views .nav-view-subitems {
	padding-bottom: 15px;
	width: 260px;
	max-height: 350px;
	overflow: auto;
}
#nav-views .nav-view-subitems > li {
	position: relative;
    padding-right: 50px;
    display: block;
    width: 100%;
    vertical-align: middle;
}
#nav-views .nav-view-subitems > li:last-child {
	padding-right: 0;
	position: absolute;
	bottom: -44px;
	z-index: 100;
}
#nav-views .nav-view-subitems a {
    padding-right: 0;
    padding: 8px 0px 8px 15px;
    transition: color .1s ease;
    display: block;
    line-height: 1;
    font-size: 0.9rem;
}
/* Bouton d'édition de la vue */
#nav-views .nav-view-subitems a.edit-view {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	background: url('/img/nav/nav-views__edit-view.png') no-repeat center center;
}
/* Bouton de suppression de la vue */
#nav-views .nav-view-subitems a.delete-view {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	background: url('/img/nav/nav-views__delete-view.png') no-repeat center center;
}

/* Bouton "créer une vue personnalisée" */
#nav-views .nav-view-subitems #create-personal-view {
	padding: 15px 0 15px 40px;
	color: #da9c49;
	background: #dadde5 url('/img/nav/nav-views__create-view.png') no-repeat center left 15px;
}

/* --------------------
	BARRE DE RECHERCHE
   -------------------- */

#search-bar,
#search-nav {
	height: 60px;
	padding: 0 20px;
}
#search-bar {
	background-color: #fff;
}
#search-nav {
	padding-top: 10px;
}

#apmhe-logo {
	display: block;
	margin-top: 5px;
	height : 60px;
}

#apmhe-logo img {
	height: 50px;
}

.loupe-icon {
	display: none;
}

#search-bar .input-group {
	position: relative;
	margin: 10px 0 0;
}
#search-nav .input-group,
#search-nav .input-group-button {
	position: relative;
}
.input-group span {
	display: table-cell;
}

#desktop-search {
	padding-right: 55px;
}

#desktop-search,
#mobile-search {
	background-color: #e1e5ec;
}
#desktop-search:focus,
#mobile-search:focus {
	background-color: #fff;
}
/* Placeholder de la recherche */
#desktop-search::-webkit-input-placeholder,
#mobile-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #292d2d;
	font-style: normal;
	-webkit-transition: color .2s ease;
	   -moz-transition: color .2s ease;
		 -o-transition: color .2s ease;
			transition: color .2s ease;
}
#desktop-search::-moz-placeholder,
#mobile-search::-moz-placeholder { /* Firefox 19+ */
	color: #292d2d;
	font-style: normal;
	-webkit-transition: color .2s ease;
	   -moz-transition: color .2s ease;
		 -o-transition: color .2s ease;
			transition: color .2s ease;
}
#desktop-search:-ms-input-placeholder,
#mobile-search:-ms-input-placeholder { /* IE 10+ */
	color: #292d2d;
	font-style: normal;
	-webkit-transition: color .2s ease;
	   -moz-transition: color .2s ease;
		 -o-transition: color .2s ease;
			transition: color .2s ease;
}
#desktop-search:-moz-placeholder,
#mobile-search:-moz-placeholder { /* Firefox 18- */
	color: #292d2d;
	font-style: normal;
	-webkit-transition: color .2s ease;
	   -moz-transition: color .2s ease;
		 -o-transition: color .2s ease;
			transition: color .2s ease;
}
#desktop-search:focus::-webkit-input-placeholder,
#mobile-search:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a2a3a3;
}
#desktop-search:focus::-moz-placeholder,
#mobile-search:focus::-moz-placeholder { /* Firefox 19+ */
	color: #a2a3a3;
}
#desktop-search:focus:-ms-input-placeholder,
#mobile-search:focus:-ms-input-placeholder { /* IE 10+ */
	color: #a2a3a3;
}
#desktop-search:focus:-moz-placeholder,
#mobile-search:focus:-moz-placeholder { /* Firefox 18- */
	color: #a2a3a3;
}
#search-button,
#mobile-search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent url('/img/nav/search-icon.png') no-repeat center center;
	border: none;
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
		 -o-transition: opacity .2s ease;
			transition: opacity .2s ease;
}
#mobile-search-button {
	top: 20px;
	width: 40px;
	height: 30px;
	margin: -15px 0 0;
}

#search-displayer {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 30px;
	height: 20px;
	margin: 0;
	padding: 0;
}
#search-advanced-button {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 13px;
	height: 20px;
	overflow: visible;
	margin: 0;
	padding: 0;
	background: transparent url('/img/nav/search-advanced-icon.png') no-repeat center center;
	border: none;
}
#search-advanced-title {
	display:none;
	position: absolute;
	top: 0;
	right: 6px;
	color: #1ca8b7;
	font-size: .8rem;
	line-height: 20px;
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
		 -o-transition: opacity .2s ease;
			transition: opacity .2s ease;
	pointer-events: none;
	display: none
}


/* -----------------
	MENU CONTEXTUEL
   ----------------- */

/* MENU DE NAVIGATION */

#contextual-menu {
	height: auto;
	padding: 0 10px;
	background-color: #e1e5ec;
}
#contextual-menu > .row > .columns {
	padding: 0;
}

#sections-nav {
	height: 70px;
	overflow-x: auto;
}
#sections-nav > .sections-nav-item {
	display: table-cell;
	height: 60px;
}
#sections-nav > .sections-nav-item > a {
	padding: 0 20px;
	line-height: 60px;
}
.sections-nav-item.active > a {
	background-color: transparent;
}
.sections-nav-item > a:after,
.sections-nav-item > a::after {
	border-color: #364656 transparent transparent !important;
}
.sections-nav-item-label {
	padding: 6px 0 3px;
	border-bottom: 3px solid transparent;
}

.sections-nav-item.active > a > .sections-nav-item-label,
.sections-nav-item.is-active > a > .sections-nav-item-label {
	color: #364656;
	border-bottom-color: #364656;
}

/* Sous-menu */
#section-rubric {
	position: relative;
}

#section-rubric > a,
#mobile-section-rubric > a {
	position: relative
}

#section-rubric > a:after,
#mobile-section-rubric > a:after {
	border-color: #364656 transparent transparent !important;
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    right: 0px;
    border: 5px inset;
    border-color: transparent transparent #fff;
    border-top-style: solid;
    border-top-width: 7px;
	opacity: 1;
}

.dropdown-rubrics {
	position: fixed;
	width: 230px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    z-index: 6;
}

.dropdown-rubrics:before  {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 43%;
	width: 0;
	height: 0;
	margin-left: -2px;
	border: 5px inset;
	border-color: transparent transparent #fff;
	border-top-style: solid;
	border-top-width: 0;
	opacity: 1;
	z-index: 2000;
}

.dropdown-rubrics ul {
	list-style: none;
	margin-left: 0;
}

.dropdown-rubrics ul > li {
	margin: 7px 0;
}

/* Couleurs spécifiques */
/* Section "En direct" */
#section-live.active > a > .sections-nav-item-label,
#section-live.is-active > a > .sections-nav-item-label {
	color: #da9c49;
	border-bottom-color: #da9c49;
}
/* Section "Dossiers" */
#section-editors-choice.active > a > .sections-nav-item-label,
#section-editors-choice.is-active > a > .sections-nav-item-label {
	color: #ef5285;
	border-bottom-color: #ef5285;
}
/* Section "Synthèses" */
#section-trending.active > a > .sections-nav-item-label,
#section-trending.is-active > a > .sections-nav-item-label {
	color: #b43a39;
	border-bottom-color: #b43a39;
}
/* Section "Agenda" */
#section-rubric.active > a > .sections-nav-item-label,
#section-rubric.is-active > a > .sections-nav-item-label {
	color: #ff9b53;
	border-bottom-color: #ff9b53;
}
/* Section "Jobs" */
#section-events.active > a > .sections-nav-item-label,
#section-events.is-active > a > .sections-nav-item-label {
	color: #a24ea3;
	border-bottom-color: #a24ea3;
}
/* Section "Folders" */
#section-folders.active > a > .sections-nav-item-label,
#section-folders.is-active > a > .sections-nav-item-label {
	color: #80cc81;
	border-bottom-color: #80cc81;
}

/* Section "Folders" */
#section-briefings.active > a > .sections-nav-item-label,
#section-briefings.is-active > a > .sections-nav-item-label {
	color: #004cb0;
	border-bottom-color: #004cb0;
}

/* MENU ARTICLE */
.brand-icons li {
	height: 60px;
}

.brand-icons a {
	margin: 0 2px;
}

.article-icon {
	background-repeat: no-repeat;
	background-position: center;
}

.article-alert {
	background-image: url('/img/nav/nav-article/article_alert.svg'); 
}

.article-fav {
	background-image: url('/img/nav/nav-article/article_fav.svg'); 
}

.article-fav.active {
	background-image: url('/img/nav/nav-article/article_fav_active.svg'); 
}

.article-linkedin {
	background-image: url('/img/nav/nav-article/article_linkedin.svg');
}

.article-mail {
	background-image: url('/img/nav/nav-article/article_mail.svg'); 
}

.article-pdf {
	background-image: url('/img/nav/nav-article/article_pdf.png');
	background-size: 18px 19px; 
}

.article-print {
	background-image: url('/img/nav/nav-article/article_print.svg'); 
}

.article-twitter {
	background-image: url('/img/nav/nav-article/article_twitter.svg'); 
}

.back-section a {
	line-height: 60px;
	padding: 0 20px;
	white-space: nowrap;
}

.arrow-back {
	margin-right: 10px;
}

.small-title-article {
	cursor: pointer;
	font-size: 1rem;
	padding: 0 40px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
    margin: 0;
    font-weight: 600;
    display: none;
}



/* SWITCH D'AFFICHAGE DES TUILES */

.tile-displayer {
	float: right;
	max-width: 50px;
	width: 50%;
	height: 40px;
	margin-top: 10px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .25;
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
		 -o-transition: opacity .2s ease;
			transition: opacity .2s ease;
}
.tile-displayer.active {
	opacity: 1;
	-webkit-transition: none;
	   -moz-transition: none;
		 -o-transition: none;
			transition: none;
}
/* Switch masonry */
#display-masonry {
	background-image: url('/img/nav/display-masonry.png');
}
/* Switch liste */
#display-list {
	background-image: url('/img/nav/display-list.png');
}

/* Prévenir l'affichage des item-dropdown lors du chargment de la page */
.submenu {
	display: none;
}



/* -------------------
	RESPONSIVE MOBILE
   ------------------- */

@media screen and (min-width: 40em) {
	.vertical-nav-item > a:hover {
		background-color: #65717d;
		opacity: 1;
	}

	#search-button:hover,
	#mobile-search-button:hover {
		background-image: url('/img/nav/search-icon-hover.png');
	}

	#search-advanced-button:hover {
		background-image: url('/img/nav/search-advanced-hover.png');
	}
	#search-advanced-button:hover + #search-displayer > #search-button {
		opacity: 0;
	}
	#search-advanced-button:hover + #search-displayer > #search-advanced-title {
		display: block;
		opacity: 1;
	}
	.sections-nav-item > a:hover > .sections-nav-item-label {
		color: #364656;
		border-bottom-color: #364656;
	}

	.dropdown-rubrics ul > li:hover > a {
		color: #da9c49;
	}

	#section-live > a:hover > .sections-nav-item-label {
		color: #da9c49;
		border-bottom-color: #da9c49;
	}
	/* Section "Dossiers" */
	#section-editors-choice > a:hover > .sections-nav-item-label {
		color: #ef5285;
		border-bottom-color: #ef5285;
	}
	/* Section "Synthèses" */
	#section-trending > a:hover > .sections-nav-item-label {
		color: #b43a39;
		border-bottom-color: #b43a39;
	}
	/* Section "Agenda" */
	#section-rubric > a:hover > .sections-nav-item-label {
		color: #ff9b53;
		border-bottom-color: #ff9b53;
	}
	/* Section "Jobs" */
	#section-events > a:hover > .sections-nav-item-label {
		color: #a24ea3;
		border-bottom-color: #a24ea3;
	}
	/* Section "Folders" */
	#section-folders > a:hover > .sections-nav-item-label {
		color: #80cc81;
		border-bottom-color: #80cc81;
	}
	
	/* Section "Folders" */
	#section-briefings > a:hover > .sections-nav-item-label {
		color: #004cb0;
		border-bottom-color: #004cb0;
	}

	.article-alert:hover {
		background-image: url('/img/nav/nav-article/article_alert_ON.svg'); 
	}

	.article-fav:hover {
		background-image: url('/img/nav/nav-article/article_fav_ON.svg'); 
	}

	.article-linkedin:hover {
		background-image: url('/img/nav/nav-article/article_linkedin_ON.svg'); 
	}

	.article-mail:hover {
		background-image: url('/img/nav/nav-article/article_mail_ON.svg'); 
	}

	.article-pdf:hover {
		background-image: url('/img/nav/nav-article/article_pdf_ON.png'); 
	}

	.article-print:hover {
		background-image: url('/img/nav/nav-article/article_print_ON.svg'); 
	}

	.article-twitter:hover {
		background-image: url('/img/nav/nav-article/article_twitter_ON.svg'); 
	}
	.tile-displayer:hover {
		opacity: .5;
	}

	#nav-views:hover > #dropdown-nav-views {
		visibility: visible;
	}
	
	#nav-favorites:hover > #dropdown-nav-favorites {
		visibility: visible;
	}

	#nav-help:hover > #dropdown-nav-help {
		visibility: visible;
	}

	#nav-account:hover > #dropdown-nav-account {
		visibility: visible;
	}
}

@media screen and (max-width: 40em) {

	.tile-overview h2,
	.tile-overview h1 {
		font-size: 1rem !important;
	}

	/* BARRE D'OUTILS VERTICALE */
	#apmhe-logo {
		display: inline;
		padding-left: 10px;
	}

	#apmhe-logo img {
		max-height: 20px;
	}

	.nav-fixed {
		left: 0;
		width: 100%;
	}

	#vertical-nav {
		width: 100%;
		max-width: 425px;
		height: 100%;
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
		   -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
				box-shadow: 0 0 30px rgba(0,0,0,0.3);
		-webkit-transform: translateX(-450px);
		   -moz-transform: translateX(-450px);
			-ms-transform: translateX(-450px);
			 -o-transform: translateX(-450px);
				transform: translateX(-450px);
		-webkit-transition: transform .2s ease;
		   -moz-transition: transform .2s ease;
			 -o-transition: transform .2s ease;
				transition: transform .2s ease;
	}

	#vertical-nav.toggle-nav {
		-webkit-transform: translateX(0px);
		   -moz-transform: translateX(0px);
			-ms-transform: translateX(0px);
			 -o-transform: translateX(0px);
				transform: translateX(0px);
	}

	#apmhe-logo {
		text-align: center;
	}

	#apmhe-logo img {
		height: 20px;
	}

	.loupe-icon {
		display: inline;
		text-align: right;
	}

	.loupe-icon img {
		height: 24px;
	}

	.mobile-nav-item {
		display: table;
		height: 60px;
	}

	.mobile-nav-item > a {
		display: table-cell !important;
		vertical-align: middle;
	}

	/* LISTE DES OUTILS DE LA BARRE VERTICALE */

	.vertical-nav-item {
		width: auto;
		height: auto;
		border-bottom: 1px solid #b2b8be;
	}
	.vertical-nav-item > a {
		width: auto;
		height: 60px;
		padding-left: 60px;
		color: #fff;
		font-size: 1.1rem;
		line-height: 60px;
		background-position: center left 15px;
	}

	#nav-home > a {
		background-color: inherit;
		opacity: .7;
	}
	#nav-home.is-active > a {
		background-color: #65717d;
		opacity: 1;
	}

	/* Sous-menus */
	#vertical-nav .subitems {
		display: none;
		width: 100% !important;
		padding: 10px 0 0;
		position: static !important;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	#nav-favorites .subitems.is-open,
	#nav-views .subitems.is-open,
	#nav-help .subitems.is-open,
	#nav-account .subitems.is-open,
	#nav-calendar .subitems.is-open {
		display: block;
	}
	#vertical-nav .subitems:after,
	#vertical-nav .subitems::after {
		content: '';
		display: none;
		position: static !important;
		width: 0;
		height: 0;
		border: none;
	}
	#vertical-nav .subitems > ul > li > a {
		line-height: 1.6;
	}
	#vertical-nav .subitems .menu-text {
		display: none;
	}
	
	#nav-views .nav-view-subitems {
	    width: 100%;
	}
	
	#nav-favorites .nav-favorites-subitems {
	    width: 100%;
	}


	/* HEADER */
	#close-nav {
		display: table-cell;
		height: 25px;
		padding: 0;
		line-height: normal;
	}

	#close-nav img {
		position: relative;
		bottom: 2px;
		height: 25px;
	}

	#display-nav img {
		height: 20px;
	}

	/* BARRE DE NAVIGATION HORIZONTALE */

	#sections-nav {
		height: 70px;
	}

	#sections-nav > .sections-nav-item {
		display: table-cell;
	}

	#sections-nav > .sections-nav-item > a {
		line-height: 0;
	}

	#mobile-section-rubric > a:after {
		top: 0;
	}

	.dropdown-rubrics {
	    position: fixed;
	    top: 80px !important;
	    background-color: #ffffff;
	    width: 70% !important;
	    left: 15% !important;
	    height: auto;
	    margin-left: 0;
	    z-index: 30;
	}

	.dropdown-rubrics:before {
		content: none !important;
	}

	#vertical-nav {
		overflow-y: auto;
	}
	
	#nav-views .nav-view-subitems > li:last-child {
   position: relative;
   bottom: -15px;
	}

	
	#nav-favorites .nav-favorites-subitems > li:last-child {
   position: relative;
   bottom: -15px;
	}

	#nav-views .nav-view-subitems > li:last-child {
	    position: relative;
	    bottom: -15px;
	}

}

@media screen and (min-width: 641px) {
	#display-nav img {
		display: none;
	}
}

@media screen and (max-width: 641px) {
	.header-fixed {
	    left: 0;
	    width: 100%;
	}
}