/* ---------------------------------
	CONTENEUR DU CONTENU DE LA PAGE
   --------------------------------- */

#content-container {
	position: relative;
	padding: 20px 10px 100px;
	background-color: #f0f2f5;
}

#content-container > .row {
	max-width: 1420px !important;
	margin: 0 auto !important;
}

#content-container p {
	color: #525d61;
	font-family: 'Roboto', serif;
	font-size: 1rem;
}

.white-container {
	background-color: #ffffff !important;
}

/* -------------------
	ÉLÉMENTS DE TEXTE
   ------------------- */

/* TAGS */

.tags {
	margin: 0;
}
.tags > .tag {
	display: inline-block;
	padding: 0 5px 0 0;
	color: #82dff4;
	font-family: 'Neuton', serif;
	font-size: .9rem;
	font-weight: normal;
}
.tags > .tag > a {
	color: #9aa8c1 !important;
	font-size: inherit;
}
.tags > .tag h4 {
	display: inline;
	color: #9aa8c1 !important;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.tags > .tag h4 > a {
	color: inherit;
}
.tags > .tag h4:before {
	content: "#";
}
.tags > .tag h4::before {
	content: "#";
}



/* TYPE DE CONTENU */

.category-label {
	margin: 0;
	font-family: 'Neuton', serif;
	font-size: .7rem;
	font-weight: normal;
	text-transform: uppercase;
}

.category__press_review .category-label {
	color: #434ee3;
}
.category__brief .category-label {
	color: #ef5688;
}
.category__agenda .category-label {
	color: #a250a2;
}
.category__story .category-label {
	color: #82dff4;
}
.category__story_picture .category-label {
	color: #82dff4;
}
.category__briefing .category-label {
	color: #004cb0;
}
.category__briefing_picture .category-label {
	color: #004cb0;
}

.category__folder_picture .category-label{
	color: #80cc81;
}
.category__press_review_picture .category-label{
	color: #434ee3;
}
.category__folder .category-label {
	color: #80cc81;
}
.apm-label {
	color: #003b8e;
}
/* DATE ET HEURE DE PUBLICATION */

.datetime {
	font-family: 'Roboton', Arial, sans-serif !important;
	font-size: .75rem !important;
}



/* RUBRIQUES */

.rubrics {
	margin: 0;
	max-height: 52px;
	overflow: hidden;
}
.rubrics > .rubric {
	display: inline-block;
	margin: 0 10px 5px 0;
	color: #fff;
	font-size: .7rem;
	line-height: 16px;
	text-transform: uppercase;
}
 /*
.display-as-list .rubric {
	float: right;
}
*/

.rubrics > .rubric > a {
	display: block;
	width: 100%;
	padding: 0 10px;
	color: inherit;
	font-size: inherit;
	background-color: #c5cddb;
	border: 1px solid #c5cddb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 255px;
}

/* Couleurs spécifiques des rubriques */
.rubrics > .rubric-yellow > a {
	background-color: #e3a143;
	border: 1px solid #e3a143;
}

.rubrics > .rubric-editor_choice > a {
	background-color: #ef5285;
	border: 1px solid #ef5285;
}

.rubrics > .rubric-blue > a {
	background-color: #80c7e8;
	border: 1px solid #80c7e8;
}

.rubrics > .rubric-blue_drugs_companies > a {
	color : #80c7e8;
	background-color: white;
	border: 1px solid #80c7e8;
}

.rubrics > .rubric-event > a {
	background-color: #a24ea3;
	border: 1px solid #a24ea3;
}

.rubrics > .rubric-blue_pays {
	background-color: #434ee3;
	border: 1px solid #434ee3;
	border-radius: 20px;	
	padding: 0 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
   
}

.rubrics > .rubric-blue_pays > a {
	background-color: #434ee3;
	border: 1px solid #434ee3;
}

/* content */
#content-header {
	max-width: 1130px;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #dadbdd;
	position: relative;
}

#content-main {
	max-width: 1130px;
	padding: 20px 0 0;
	margin: 0 auto;
}

#content-footer {
	max-width: 1130px;
	padding: 0 0 100px;
	margin: 30px auto 0;
}



/* MENU ACCORDÉON */

/** Hide the arrow to open the Foundation accordion **/
.is-accordion-submenu-parent > a:after {
	content: none;
}



/* MULTI SELECT */
.wrapper-multi-checkbox {
	position: relative;
}

.input-multi-checkbox {
	cursor: pointer;
	position: relative;
	height: 2.4375rem;
    padding: .5rem;
    margin: 0 0 1rem;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 1.5rem;
}

.input-multi-checkbox:after {
	left: calc(100% - 20px);
	top:  44%;
	content:"";
	width: 0;
	height: 0;
	clear: both;
	position: absolute;
	border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #000;
}	

.input-multi-checkbox.hover:after {
	left: 95%;
	top:  44%;
	content:"";
	width: 0;
	height: 0;
	clear: both;
	position: absolute;
	border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #82dff4;
    transform: rotate(180deg);
}

.panel-multi-checkbox {
	z-index: 4;
	width: 100%;
	padding: 0;
}

@media screen and (min-width: 40em) {
	.panel-multi-checkbox {
		max-height: 315px;//283px;
		overflow: auto;
	}
}

.panel-multi-checkbox > ul {
	-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);
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 10px;
}

.panel-multi-checkbox > ul:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    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;
}

.panel-multi-checkbox > ul > li {
	margin-bottom: 10px;
	position: relative;
}

.checked-item{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
}

.label-multi-checkbox {
	font-size: 0.9rem !important;
    color: #364656 !important;
}

.multi-checkbox {
	position: absolute;
	right: 2%;
	top: 25%;
}

.multi-checkbox:checked + .label-multi-checkbox {
	color: #82dff4 !important;
}

/* TOOLTIPS */

.has-tip {
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}
.tooltip {
	z-index: 10;
	height: auto;
	width: auto;
	max-width: 400px !important;
	margin-top: 50px;
	color: #364656;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 30px rgba(0,0,0,.3);
			box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.tooltip:before,
.tooltip::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	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;
}

/* RESPONSIVE */
@media screen and (min-width: 40em) {
	.tags > .tag:hover h4 {
		text-decoration: underline;
	}

	.category-label a:hover {
		text-decoration: underline;
	}

	.rubrics > .rubric > a:hover {
		color: #c5cddb;
		background-color: #fff;
	}

	.rubrics > .rubric-yellow > a:hover {
		color: #e3a143;
	}

	.rubrics > .rubric-blue > a:hover {
		color: #80c7e8;
	}
	
	.rubrics > .rubric-blue_drugs_companies > a:hover {
		color: white;
		background-color : #80c7e8;
	}
	
	.rubrics > .rubric-editor_choice > a:hover {
		color: #ef5285;
	}
	
	.rubrics > .rubric-event > a:hover {
		color: #a24ea3;
	}
	
	
	
	/*.rubrics > .rubric-blue_pays > a:hover {
		color: #434ee3;
	}*/
	
}

@media screen and (max-width: 40em) {
	#content-container {
		background-color: #ffffff;
		padding: 20px 0px 30px;

	}
	
	#content-header > p {
		text-align: justify;
 	}

	.panel-multi-checkbox {
		border: 0 none !important;
		z-index: 30;
	} 
}