/* ---------------------------------
	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: #9aa8c1;
	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__depeche_picture .category-label {
	color: #1ca8b7;
}

.category__depeche_default .category-label {
	color: #1ca8b7;
}

.category__breve .category-label {
	color: #80cc81;
}
.category__agenda .category-label,
.category__banniere .category-label {
	color: #ff9b53;
}
.category__job .category-label {
	text-transform: initial;
	color: #a24ea3;
}
.apm-label {
	color: #003b8e;
}

.category__synthese .category-label {
	color: #b43a39;
}
.category__synthese_picture .category-label {
	color: #b43a39;
}
.category__partner .category-label {
	color: #bcb1ab;
}
.category__dossier .category-label {
	color: #ef5285;
}
.category__dossier_picture .category-label {
	color: #ef5285;
}
.category__rapport .category-label {
	color: #3d3ac7;
}



/* 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-green > a {
	background-color: #1ca8b7;
	border: 1px solid #1ca8b7;
}

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

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

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

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

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

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


/* 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 #15a8b0;
    transform: rotate(180deg);
}

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

@media screen and (min-width: 40em) {
	.panel-multi-checkbox {
		max-height: 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: #15a8b0 !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-green > a:hover {
		color: #1ca8b7;
	}

	.rubrics > .rubric-red > a:hover {
		color: #ff7473;
	}

	.rubrics > .rubric-red_1 > a:hover {
        color: #fe7e58 ;
  }

  .rubrics > .rubric-red_2 > a:hover {
      color: #fd4654 ;
  }

  .rubrics > .rubric-red_3 > a:hover {
      color: #d42d4b ;
  }

  .rubrics > .rubric-red_4 > a:hover {
      color: #db5b73 ;
  }

  .rubrics > .rubric-red_5 > a:hover {
      color: #fe7777 ;
  }


}

@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;
	}
}