/*
 * General : start
 */
@font-face {
	font-family: "Open Sans";
	src: url('../fonts/OpenSans-Regular.ttf'),
		url('../fonts/OpenSans-Regular.svg'),
		url('../fonts/OpenSans-Regular.eot'),
		url('../fonts/OpenSans-Regular.woff'),
		url('../fonts/OpenSans-Regular.woff2');
}

@font-face {
	font-family: "Roboto Condensed";
	src: url('../fonts/RobotoCondensed-Regular.ttf');
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0f1214;
}

a {
	color: #0f1214;
	text-decoration: none;
}

iframe {
	border: none;
	max-width: 850px;
	margin-top: 2em;
	min-height: 600px;
}

.col-md-0 {
	display: none;
}

#left_column {
	background-color: #dee1e2;
	border-right: 1px solid #c6c6c6;
}

#left_column #logo span {
	display: block;
}

#main-content {
	padding: 0;
}

#main-content>.container-fluid.content-body>.row {
	padding-left: 60px;
	padding-right: 4em;
}

/* #main-content>.container-fluid.content-body>.row2{ */
/* 	margin-left: auto; */
/*     margin-right: auto; */
/*     margin-top: 10%; */
/*     width: 500px; */
/* } */
.row2 .list-group-item {
	padding: 60px 30px;
}

#deleteAccount {
	text-decoration: none;
	font-size: 1em;
	color: #0066c0;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

.infos-minimized {
	font-size: 0.8em;
	margin-top: 10px;
	color: #919191;
}
/** 
Astuce pour masquer les flÃ¨ches de certains type html5
http://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box 
**/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}
/* Liste de blocs (utilisÃ©e notamment pour les rÃ©sultats de recherche, les news en liste,...) : start */
.bloc-list .list-group-item {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	/* 	margin-bottom: 1em; */
	/* 	padding: 0; */
}

.bloc-list .content {
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 70px 10px 30px;
	position: relative;
}

.bloc-list .content h2 a {
	font-weight: normal;
}

.bloc-list .content h2 a:hover {
	text-decoration: underline;
}

.bloc-list .content .date {
	color: #a5a5a5;
	font-style: italic;
	margin-top: 20px;
	display: inline-block;
}

.bloc-list .content .date+h2 {
	font-weight: normal;
	margin-top: 3px;
}

.bloc-list .content .articles {
	padding-left: 5em;
	border-top: 1px solid #dcdcdc;
	padding-top: 1em;
	margin-top: 1em;
}

.bloc-list .content .articles .articles-infos a {
	display: inline-block;
}

.bloc-list .content .articles a {
	display: block;
	margin-bottom: 1em;
}

.bloc-list .content .articles a b {
	text-decoration: underline;
}

.bloc-list .content .important-info {
	border-top: 1px solid #dcdcdc;
	padding-top: 5px;
}

.bloc-list .show-more {
	background-color: #f7f7f7;
	height: 45px;
}

.bloc-list .show-more .important-info {
	display: inline-block;
	margin-left: 40px;
}

.bloc-list .see-more {
	background-color: #ffffff;
	display: inline-block;
	padding: 17px 40px 16px;
	border-right: 1px solid #dcdcdc;
	/* Truc pour masquer la border bottom... */
	height: 46px;
}

.previous_memorial {
	float: left;
	left: 0;
}

.next_memorial {
	float: right;
	right: 0;
}

.previous_memorial, .next_memorial {
	/* 	margin-top: 20px; */
	background-color: green;
	/* 	display: inline-block; */
	padding: 17px 40px 16px;
}

.bloc-list .see-more.collapsed {
	background-color: #f7f7f7;
	/* Truc pour masquer la border bottom... */
	height: 45px;
}

.previous.collapsed, .next.collapsed {
	background-color: #f7f7f7;
	/* Truc pour masquer la border bottom... */
	height: 45px;
}

.bloc-list .see-more:hover, .bloc-list .consult:hover {
	background-color: #dee1e2;
	color: #0f1214;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bloc-list .consult {
	background-color: #f7f7f7;
	display: inline-block;
	float: right;
	padding: 14px 50px 12px 40px;
	position: relative;
	font-weight: bold;
	font-size: 1.1em;
	border-left: 1px solid #dcdcdc;
	text-decoration: underline;
}

#show_more_mobile {
	padding: 27px 48px 11px 27px;
}

.bloc-list .consult:after {
	content: url(../img/layout/fleche_droite.gif);
	height: 13px;
	width: 14px;
	position: absolute;
	right: 28px;
	top: 14px;
}

.bloc-list .extra {
	border-top: 1px solid #dcdcdc;
	padding: 10px 15px 10px 30px;
	/* Pour contrer le float dÃ» Ã  l'alignement des images */
	overflow: auto;
}

#delete_act {
	margin-left: 7px;
	margin-right: 15px;
}

.bloc-list .extra p {
	margin-bottom: 3px;
}

.bloc-list .extra p {
	margin: 10px;
}

.bloc-list .extra .etat {
	margin-left: 10px;
}

.bloc-list .list-group-item {
	border-radius: 4px;
	margin-bottom: 1em;
	padding: 0 0;
}

#list-group-item-search {
	margin-bottom: 1em !important;
}

#list-group-item-alerts {
	margin-bottom: 1em !important;
}

.bloc-list .content .highlight {
	margin-top: 1em;
}

.bloc-list .content .etat {
	position: absolute;
	right: 15px;
	top: 15px;
}
/* Liste de blocs : end */
.rich-text a {
	color: #0075C1;
	text-decoration: underline;
}

.rich-text a.btn-primary {
	color: #fff;
	text-decoration: none;
}

.rich-text .list-group-item a.see-more {
	color: #0f1214;
}

.rich-text .num {
	font-weight: bold;
	display: block;
	text-align: left;
}

.rich-text .longTitle {
	display: none;
}

.picto {
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 20.16px;
}

.picto-favoris {
	background-image: url("../img/pictos/picto_favoris.png");
}

.glyphicon-star-empty.notice-favoris {
	color: black;
	font-size: 20px;
}

.glyphicon-star.notice-favoris-ok {
	color: gold;
	font-size: 20px;
}

.picto-share {
	background-image: url("../img/pictos/picto_share.png");
}

.picto-download {
	background-image: url("../img/pictos/picto_download.png");
}

#picto-download-pdf {
	background-repeat: round;
}

.picto-download-pdf {
	background-image: url("../img/pictos/download_pdf.png");
}

.picto-download-pdf-signed {
	background-image: url("../img/pictos/download_pdf_signed.png");
}

.picto-download-rdf {
	background-image: url("../img/pictos/download_rdf.png");
}

.picto-download-xml {
	background-image: url("../img/pictos/download_xml.png");
}

.picto-download-html {
	background-image: url("../img/pictos/download_html.png");
}

.picto-download-docx {
	background-image: url("../img/pictos/download_docx.png");
}

.picto-download-xls {
	background-image: url("../img/pictos/download_xls.png");
}

.picto-print {
	background-image: url("../img/pictos/picto_print.png");
}

.manifestation-asterisk {
	color: #e4051f;
	font-weight: bold;
}

.manifestation-big-file-alert {
	color: #e4051f;
	margin-left: 0px;
}

#largePdfAlert .form-buttons {
	margin-top: 20px;
	text-align: right;
}

.justify {
	text-align: justify;
}

#text-manager {
	text-align: right;
}

#highlight-articles {
	display: none;
	margin-top: 7px;
}

.separating-line{
	border-top: 1px solid #dee1e2;
	height: 35px;
}

#text-manager p{
	display: inline-block;
}
#text-manager a {
	margin: 0 0.3em;
}

#text-manager a {
	text-decoration: none;
}

/**
 * General : end
 */
#cookie-banner-message a {
	text-decoration: underline;
}
/**
 * Bandeau cookies : start
 */

/**
 * Bandeau cookies : end
 */

/**
 * Header : start 
 */
#header {
	background: #ffffff url("../img/layout/fond_header.jpg") no-repeat 0 0;
	min-height: 54px;
}

#header .header-title {
	font-family: "Open Sans";
	border-left: 2px solid #ffffff;
	color: #ffffff;
	letter-spacing: -2px;
	margin-left: 57px;
}

#header .header-title h1 {
	font-size: 3.6em;
	line-height: 1.1em;
	margin: 0;
	padding-left: 0.2em;
	padding-top: 2.5em;
}

#header>.row {
	margin: 0;
}

#header .header-title a {
	font-family: "Open Sans";
	color: #ffffff;
}

#header .header-title a:hover {
	text-decoration: none;
}

#header .news-header {
	background-color: #ffffff;
	height: 60px;
	margin-top: 1.5em;
	padding-top: 1.3em;
	padding-left: 11.5em;
	position: relative;
}

#header .news-header:before {
	content: url("../img/onglets/news.png");
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3000;
}

#header .news-header h2 {
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

#header .news-header a {
	float: right;
	margin: 0.8em 1em 0 0;
	text-decoration: underline;
}

#header .news {
	padding: 0;
}

#header .news li {
	list-style: none;
	margin-top: 0.3em;
}

#header .news li a {
	color: #525455;
	list-style: none;
	/* 	background-color: #dfebf1; */
	background-color: #f7f7f7;
	display: block;
	padding: 0.5em 3em 1em 1em;
	position: relative;
}

#header .news li a:hover {
	background-color: #dee1e2;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#header .news li a p {
	color: #0f1214;
	padding-right: 3em;
}

#header .news li a p:hover {
	text-decoration: underline;
}

#header .searchForm {
	margin-top: 1.5em;
	margin-left: 60px;
}

#header .searchForm .input-group {
	display: inline-flex;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	width: 100%;
}

#header .searchForm .searchbar {
	height: 4em;
	width: 100%;
}

#header .searchForm button {
	background-color: #e4051f;
	border: none;
	padding: 6px 8px;
}

#header .searchForm button .glyphicon {
	font-size: 18px;
	color: #ffffff;
	padding: 13px 18px;
}

#header #mainSearchBar .input-group-addon {
	background-color: #FFFFFF;
	border-top: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 6px 10px;
}

#header #mainSearchBar .input-group-addon.checkboxB {
    padding-left: 0;
}

#header #mainSearchBar .input-group-addon label {
	font-size: 15px;
}

#header #mainSearchBar .input-group-addon label.toggle-on {
	background-color: #0880b8;
}

#header.search {
	padding: 0;
}

#header.search .searchForm {
	background-color: #0880b8;
	border-bottom: 1px solid #3999c6;
	border-top: 1px solid #3999c6;
	margin: 0;
	padding-right: 5em;
}

#header.search .searchForm .input-group {
	box-shadow: none;
	height: 60px;
	padding-left: 119px;
	position: relative;
}

#header.search .searchForm .input-group:before {
	content: url(../img/onglets/recherche.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
}

#header.search .searchForm .searchbar, #header.search .searchForm button
	{
	height: 50px;
	margin-top: 5px;
}

#header.search .searchForm .searchbar {
	margin-left: 10px;
}

#header.search .searchForm button {
	padding: 0;
}

#header.search .searchForm button .glyphicon {
	padding: 0 18px;
}

#header.search .criteria {
	background-color: #0880b8;
	min-height: 56px;
	padding-top: 15px;
}

#header.search .criteria>span {
	color: #ffffff;
	font-weight: bold;
	margin: 0 20px 0 45px;
}

#header.search .reset-criteria-container {
	padding-bottom: 15px;
	background-color: #0880b8;
}

#header.search .reset-criteria-container .reset-criteria {
	color: #ffffff;
	margin-left: 45px;
}

#header.search .criterion {
	background-color: #e7f4f9;
	border-radius: 0;
	padding: 5px 10px;
	border: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}

#header .path {
	height: 54px;
	padding: 17px 0 0 22px;
}

#header .path a {
	color: #ffffff;
	font-weight: bold;
}

#header .path a:first-child:before {
	content: url(../img/pictos/picto_home.png);
	padding-right: 5px;
	height: 12px;
	width: 15px;
	margin: 0;
}

#header .path span {
	color: #ffffff;
	font-weight: bold;
}

#header .path span:before, #header .path a:before {
	content: ">";
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}

#header .path a:hover:before {
	text-decoration: none;
}
/**
 * Header : end 
 */

/**
 * Facets : start 
 */
#facets {
	margin: 45px auto 0 auto;
	width: 75%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

#facets .facet {
	border-bottom: 1px solid #cccccc;
	padding: 1.3em 1em 0.8em 1.5em;
}
/* Légende de la colonne */
#facets .facets-legend {
	background-color: #999999;
	color: #fdfdfd;
	display: block;
	border-bottom: 1px solid #7a7a7a;
	padding: 1.3em 1em 0.8em 1.5em;
	font-size: 1.2em;
}
/* Légende de chaque facette */
#facets .facet-legend {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
}

#facets .facet-legend .glyphicon {
	color: #7f7f7f;
	position: absolute;
	right: 0;
}

#facets .facet .collapse {
	margin-top: 1em;
	padding-right: 1em;
}

#facets .facet.facet_annee .collapse {
	margin-top: 2em;
}

#facets .facet #slider-range {
	background-color: #b4b5b6;
	width: 88%;
	margin: 0 0.5em;
}

#facets .facet #slider-range .ui-slider-handle {
	background-color: #f0f1f2;
	border: 2px solid #303131;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	top: -12px;
}

#facets .facet #slider-range .ui-slider-handle:hover {
	cursor: pointer;
}

#facets .facet #slider-range .ui-slider-range {
	background: url("../img/layout/slider_background.gif") repeat-x 0 0;
}

#facets .facet #slider-infos {
	margin-top: 20px;
}

#facets .facet #slider-infos b {
	color: #cf041b;
	font-size: 1.1em;
}

#facets .facet #slider-infos .annee-max {
	float: right;
}

#facets .checkbox.checkbox-child {
	padding-left: 3em;
}

#facets .checkbox button:FIRST-LETTER,
#facets .radio button:FIRST-LETTER {
	text-transform: capitalize;
}

#facets .extra-facets-link {
	font-weight: bold;
	text-decoration: underline;
}

#facets button {
	background: none;
	border: none;
	text-align: left;
	padding: 0;
}

#facets button #signDate{
	
}

#facets button .glyphicon {
	margin-right: 5px;
	margin-top: 1px;
	float: left;
}

#facets button .glyphicon.glyphicon-search {
	margin-right: 0px;
}

#facets label {
	padding-left: 0;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
	{
	margin-left: -6px;
	margin-top: -10px;
}
.ui-datepicker {
	z-index: 2 !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
	{
	border-radius: 3px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
	.ui-button:hover, .ui-button:focus {
	border: 0px solid #ccc;
	background: transparent;
}


#facets #date-pub-min, 
#facets #date-pub-max, 
#facets #date-sign-min, 
#facets #date-sign-max, 
#facets #date-depot-min, 
#facets #date-depot-max {
	width: 90px;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: inherit;
}

#cell1, #cell2, #cell3, #date_sign_cell1, #date_sign_cell2, #date_sign_cell3 {
	display: inline-block;
}
.ui-datepicker-current-day {
	background-color: #53add7;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
	background: #53add7;
	border: 1px solid #53add7;
}

.ui-state-highlight-placeholder {
	background: #dcdcdc;
	height: 5em;
	line-height: 2.5em;
	background-clip: content-box;
}

.ui-widget-header {
	background: #0880b8;
}
/**
 * Facets : end 
 */

/**
 * Search content : start
 */
#main-content>.container-fluid#search>.row {
	padding-left: 0;
}

#search .sort-group, #query-builder  .sort-group {
	text-align: right;
}

#search .sort-group #sort-type, #query-builder  .sort-group #sort-type {
	width: 69%;
	display: inline-block;
	margin-top: 3em;
}

#search .sort-group #sort-type select, #query-builder  .sort-group #sort-type select
	{
	border: 1px solid #c1c1c1;
	border-radius: 0;
	height: 38px;
}

#search .sort-group #sort-order, #query-builder  .sort-group #sort-order
	{
	width: 13%;
	display: inline-block;
}

#search .sort-group #sort-order .glyphicon, #query-builder  .sort-group #sort-order .glyphicon
	{
	border: 1px solid #c1c1c1;
	padding: 12px 10px;
}

#search .sort-group #sort-order .glyphicon:hover, #query-builder  .sort-group #sort-order .glyphicon:hover
	{
	cursor: pointer;
	background-color: #dee1e2;
	color: #0f1214;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
}

#search .sort-group #page-size, #query-builder  .sort-group #page-size {
	margin-top: 10px;
	margin-bottom: 20px;
}

#search .sort-group #page-size select, #query-builder  .sort-group #page-size select
	{
	border: 1px solid #c1c1c1;
	border-radius: 0;
	height: 38px;
}

#search .results-bloc .alert, #query-builder .results-bloc .alert {
	margin-right: 15px;
}
/**
 * Search content : end
 */

/**
 * Footer : start
 */
#footer {
	border-top: 1px solid #b2b2b2;
/* 	position: relative; */
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 13px;
}

#footer ul {
	margin-top: 10px;
}

#footer a {
	color: #525455;
	text-decoration: underline;
}

#footer div #footermenu-newsletter span {
	margin-left: 10px;
	font-size: 16px;
	top: 3px;
	color: gold;
}

#footer div .separate-footer {
	width: 98%;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #dedede;
	clear:both;
}

#footer div #footermenu-newsletter {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer div #footermenu ul .footer-separated-contenus-editoriaux {
	border-left: 1px solid #b2b2b2;
	height: 20px;
}

/**
 * Footer : end
 */

/**
 * Utils : start
 */
.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.chevron-bloc {
	position: relative;
}

.chevron-bloc .glyphicon {
	position: absolute;
	right: 0.5em;
	top: 2em;
}

.red-link {
	color: #e4051f;
	text-decoration: underline;
}

.red {
	color: #e4051f !important;
}

.page-title {
	border-left: 3px solid;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0;
	padding-top: 1em;
	padding-left: 0.3em;
}

.row.special-background {
	background-color: #f7f7f7;
	border-bottom: 1px solid #dedede;
	margin-bottom: 2em;
}

.underline {
	text-decoration: underline;
}

.separator {
	border-bottom: 1px solid #dcdcdc;
}

.highlight em {
	font-weight: bold;
}

.etat {
	display: inline-block;
	height: 24px;
	width: 29px;
}

.etat-modifie {
	background: url(../img/etats/etat_modifie.png) no-repeat 0 0;
}

.etat-consolidation-1 {
	background: url(../img/etats/etat_consolidation_1.png) no-repeat 0 0;
}

.etat-base-acte {
	background: url(../img/etats/etat_jamais_modifie.png) no-repeat 0 0;
}

.etat-abroge {
	background: url(../img/etats/etat_abroge.png) no-repeat 0 0;
}

.etat-unknown {
	background: url(../img/etats/etat_inconnu.png) no-repeat 0 0;
}

.etat-autres {
	background: url(../img/etats/etat_autre.png) no-repeat 0 0;
}

.etat-ue {
	background: url(../img/etats/etat_ue.png) no-repeat 0 0;
}

.etat-projet {
	background: url(../img/etats/etat_projet.png) no-repeat 0 0;
}
/**
 * Utils : end
 */

/**
  * Home : start
  */
#main-content>.container-fluid#home>.row {
	padding: 0;
}

#home+#footer {
	margin-top: 0;
}

#home #memorialA {
	background-color: #f7f7f7;
}

#home #memorialB {
	background-color: #eef0f1;
}

#home #memorialA .title {
	display: block;
}

#home .memorial-title {
	font-size: 1.6em;
	height: 60px;
	padding-left: 7em;
	position: relative;
}

#home .memorial-title h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding-top: 1.1em;
}

#home #memorialA .memorial-title:before {
	content: url(../img/onglets/memorialA.png);
	position: absolute;
	left: 0;
	top: 0;
}

#home #memorialB .memorial-title:before {
	content: url(../img/onglets/memorialB.png);
	position: absolute;
	left: 0;
	top: 0;
}

#home .memorial-title {
	border-bottom: 1px solid #dee1e2;
	margin-bottom: 45px;
}

#home #memorialA .published {
	padding: 0 30px 0 60px;
}

#home #memorialA .updated {
	padding: 0 30px 0 60px;
	margin-top: 45px;
}

#home #memorialA .header {
	border-bottom: 1px solid #dedede;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#home #memorialB .header {
	margin-bottom: 10px;
}

#home #memorialA .header h3, #home #memorialB .header h3 {
	color: #e61d34;
	display: inline-block;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
}

#home #memorialA .header a, #home #memorialB .header a {
	float: right;
	margin-top: 4px;
	text-decoration: underline;
}

#home #memorialA ul a {
	display: block;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
}

#home #memorialA ul a:hover {
	background-color: #dee1e2;
	color: #0f1214;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
}

#home #memorialA ul .date {
	color: #525455;
	font-weight: bold;
}

#home #memorialA ul .hour {
	color: #525455;
}

#home #memorialA ul .number {
	color: #525455;
}

#home #memorialB a {
	display: block;
	margin-bottom: 2em;
	text-decoration: underline;
}

#home #memorialB .date {
	font-weight: bold;
	font-size: 1.1em;
}

#home .illustration {
	margin: 0 0 100px;
	display: block;
}
/**
 * Home: end
 */

/**
 * News : start
 */
#news .date {
	color: #a5a5a5;
	font-style: italic;
}
/**
 * News : end
 */

/**
 * Memorials : start
 */
#memorials .row.special-background {
	margin-bottom: 0;
}

#memorials .row.special-background h1 {
	margin-bottom: 0.5em;
}

#memorials form {
	border-left: 1px solid #dadada;
	display: inline-block;
	margin: 0;
	padding: 1em 0;
}

#memorials form input {
	margin-left: 5px;
	width: 110px;
}

#memorials form button {
	background-color: #e4051f;
	border: none;
	color: #ffffff;
	margin-left: 5px;
	padding: 7px 10px;
}

#memorials .legend {
	font-weight: bold;
	padding-right: 2.5em;
	display: inline-block;
}

#memorials .legend:after, #memorials .annexes .legend:before {
	content: url(../img/layout/fleche_droite.gif);
	height: 13px;
	width: 14px;
	position: relative;
	left: 10px;
	top: 2px;
}

#memorials .annexes .legend:before {
	left: 0;
	margin-right: 10px;
}

#memorials .annexes .legend:after {
	content: "";
}

#memorials .annexes {
	padding-top: 20px;
}

#memorials .memorial-title {
	padding-left: 70px;
	margin-bottom: 1.5em;
	font-size: 1.7em;
	padding-top: 0.5em;
}

#memorials .memorialA-title:before {
	content: url(../img/onglets/memorialA.png);
	position: absolute;
	left: -60px;
	top: 0;
}

#memorials .memorialB-title:before {
	content: url(../img/onglets/memorialB.png);
	position: absolute;
	left: -60px;
	top: 0;
}

#memorials .list-group .list-group-item {
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	margin: 0 20px 20px 0;
	min-width: 110px;
	padding: 0;
	text-align: center;
}

#memorials .list-group .list-group-item .date {
	font-size: 1.1em;
	font-weight: bold;
}

#memorials .list-group .list-group-item a {
	background-color: #fbfbfb;
	display: block;
	padding: 10px 0;
}

#memorials .list-group .list-group-item a:hover {
	text-decoration: none;
	background-color: #dee1e2;
	color: #0f1214;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#memorials .list-group .list-group-item .consult {
	color: #7d7d7d;
	text-decoration: underline;
}

#memorials .list-group .list-group-item .consult:after {
	content: url(../img/layout/fleche_droite_grise.gif);
	height: 13px;
	width: 24px;
	color: #7d7d7d;
	text-align: right;
	display: inline-block;
	position: relative;
	top: 2px;
}

#memorials .months-list .content {
	padding: 10px 0;
}

#memorials .months-list .see-more {
	border-right: 0;
}

#memorials .list-group.months-list .list-group-item a {
	background: none;
}

#memorials .months-list .extra a {
	text-decoration: underline;
}

#memorials .months-list .extra a:hover {
	background: none;
	text-decoration: underline;
}
/**
 * Memorials : end
 */

/**
 * Pagination : start
 */
#pagination {
	text-align: center;
}

#pagination .pagination>li>a, #pagination .pagination>li>span {
	border: none;
	color: #1e2427;
	text-transform: uppercase;
}

#pagination .pagination>li.previous>a, #pagination .pagination>li.previous>span,
	#pagination .pagination>li.next>a, #pagination .pagination>li.next>span
	{
	border: 1px solid;
}

#pagination .pagination>li.previous>a, #pagination .pagination>li.previous>span
	{
	margin-right: 5px;
}

#pagination .pagination>li.next>a, #pagination .pagination>li.next>span
	{
	margin-left: 5px;
}

/* Override Bootstrap */
#pagination .pagination>.disabled>span, #pagination .pagination>.disabled>span:hover,
	#pagination .pagination>.disabled>span:focus, #pagination .pagination>.disabled>a,
	#pagination .pagination>.disabled>a:hover, #pagination .pagination>.disabled>a:focus,
	#pagination .pagination>li>a, #pagination .pagination>li>span {
	border-color: #1e2427;
}

/* Override Bootstrap */
#pagination .pagination>.active>a, #pagination .pagination>.active>span,
	#pagination .pagination>.active>a:hover, #pagination .pagination>.active>span:hover,
	#pagination .pagination>.active>a:focus, #pagination .pagination>.active>span:focus
	{
	background-color: #e4051f;
	color: #dee1e2;
}

/* Pagination par buttons */
.pagination>li>button {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #1e2427;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
}

.pagination>li>button:hover {
	background-color: #eee;
}

.pagination>li.previous>button {
	margin-right: 5px;
	border: 1px solid black;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li.next>button {
	margin-left: 5px;
	border: 1px solid black;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li.active>button {
	background-color: #e4051f;
	color: #dee1e2;
}

.pagination>li.disabled>button {
	border-color: #1e2427;
}

/**
 * Pagination : end
 */

/**
 * Notice : start
 */
#main-content>#notice.container-fluid.content-body>.row {
	padding-right: 0;
}

#notice.notice-acte h1.page-title {
	font-size: 1.5em;
}

#notice .notice-content {
	padding: 0 70px 0 0;
}

#notice .notice-content rdf {
	display: none;
}

#notice .notice-content .preamble p {
	text-indent: 10px;
}

#notice .notice-content .hierarchy {
	margin-left: 10px;
}

#notice .notice-content .conclusions p {
	font-weight: bold;
}

#notice .user-adds {
	position: relative;
	margin-top: 20px;
}

#notice .user-adds a {
	display: inline-block;
	border-bottom: 1px solid #dee1e2;
	float: none;
	padding: 15px 0;
}

#notice .user-adds .manifests .modal a {
	border: none;
	text-align: center;
}

#notice .user-adds .manifests .modal b {
	text-transform: uppercase;
}

#notice .user-adds .manifests .modal .picto {
	margin: 0 auto;
	height: 32px;
	width: 32px;
}
/* On masque l'icône mise par le plugin AddToAny */
#notice .user-adds a .a2a_s_a2a {
	background-repeat: no-repeat;
	display: block;
	height: 24px ! important;
	width: 30px !important;
	background-image: url("../img/pictos/picto_share.png");
}

#notice .user-adds a .a2a_label {
	display: none;
}

#notice .toggle-column {
	margin-top: 150px;
	display: inline-block;
	position: absolute;
	right: 0;
}

#notice .toggle-column .glyphicon {
    background-color: #999999;
    width: 22px;
    height: 40px;
    color: #ffffff;
    padding-top: 14px;
    padding-left: 5px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#notice .showmoreinfos{
	margin-bottom: 10px;
	height: 22px;
	text-align: center;
	z-index: 10;
}
#notice .toggle-line{
	display: inline-block;
}

#notice .toggle-line .glyphicon.glyphicon-chevron-up, #notice .toggle-line .glyphicon.glyphicon-chevron-down {
	background-color: #999999;
	color : white;
	width: 40px;
	height: 22px;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	padding-top: 5px;
    top: 0px;
    margin-bottom: 10px;
}
#notice.notice-code #results-list{
	background-color: #f7f7f7;
	border-style: solid;
    border-color: #dee1e2;
    border-width: 2px;
}
.zoom-in:after, .zoom-out:after{
	display: inline-block;
    transform: scale(0.5);
	margin: 0 0!important;
    position: relative;
    top: 1px;
    right: 2px;
}
.zoom-in:after{
    content: url(../img/timeline/png/plus.png);

}
.zoom-out:after{
    content: url(../img/timeline/png/minus.png);
}
.button-zoom{
	height: 24px;		
    width: 24px;
    display: inline-block;
    background-color: #dee1e2;
    margin: 0 0!important;
    margin-right: -2px!important;
    top: 4px;
    position: relative;
}
.button-zoom:hover{
	background : #f7f7f7;
	cursor: pointer;
}
.button-zoom#decrease{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
}

.button-zoom#increase{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


#notice .user-extras {
	position: relative;
}

#notice .user-extras.no-padding, .projets .user-extras.no-padding {
	text-align: right;
}

#notice .user-extras.no-padding .user-adds, #notice .user-extras.no-padding .toggle-column
	{
	text-align: center;
}

#notice .user-extras .graphics .glyphicon-stats {
	font-size: 16px;
}

#notice .notice-html, #notice .notice-infos {
	-webkit-transition: width 0.3s ease, margin 0.3s ease;
	-moz-transition: width 0.3s ease, margin 0.3s ease;
	-o-transition: width 0.3s ease, margin 0.3s ease;
	transition: width 0.3s ease, margin 0.3s ease;
}

#notice .notice-infos {
	border-left: 1px solid #dee1e2;
}

#notice .notice-infos .nav {
	border-bottom: 1px solid #dee1e2;
	padding-bottom: 1px;
}

#notice .notice-infos .nav li {
	width: 50%;
}

#notice .notice-infos .nav li.active a {
	background: #ffffff;
	text-decoration: none;
}

#notice .notice-infos .nav li a {
	border-radius: 0;
	border-left: 0;
	border-bottom: 0;
	border-top: 1px solid #dee1e2;
	border-right: 1px solid #dee1e2;
	font-weight: bold;
	height: 43px;
	margin: 0;
	text-align: center;
	text-decoration: underline;
	background: rgb(226, 226, 225);
	background: -moz-linear-gradient(top, rgba(226, 226, 225, 1) 0%,
		rgba(161, 161, 161, 1) 100%, rgba(161, 161, 161, 1) 100%,
		rgba(161, 161, 161, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(226, 226, 225, 1) 0%,
		rgba(161, 161, 161, 1) 100%, rgba(161, 161, 161, 1) 100%,
		rgba(161, 161, 161, 1) 100%);
	background: linear-gradient(to bottom, rgba(226, 226, 225, 1) 0%,
		rgba(161, 161, 161, 1) 100%, rgba(161, 161, 161, 1) 100%,
		rgba(161, 161, 161, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e1',
		endColorstr='#a1a1a1', GradientType=0);
}

#notice .notice-infos .nav li a:before {
	display: inline-block;
	height: 17px;
	width: 22px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

#notice .notice-infos .nav li.picto-relations a:before {
	content: url("../img/pictos/picto_relations.png");
}

#notice .notice-infos .nav li.picto-visualisation a:before {
	content: url("../img/pictos/picto_visualisation.png");
}

#notice .notice-infos .nav li a .glyphicon {
	font-size: 12px;
	margin-right: 8px;
}

#notice .notice-infos .panel {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
}

#notice .notice-infos .panel-heading {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
}

#notice .notice-infos .panel-heading a {
	background-color: #eff0f2;
	padding: 10px 15px;
	display: block;
	position: relative;
	text-transform: lowercase;
}

#notice .notice-infos .panel-heading a:FIRST-LETTER {
	text-transform: uppercase;
}

#notice .notice-infos .panel-heading a.collapsed {
	background-color: #ffffff;
}

#notice .notice-infos .panel-heading .glyphicon {
	color: #7f7f7f;
	position: absolute;
	right: 15px;
	top: 10px;
}

#notice .notice-infos .panel-collapse {
	background-color: #eff0f2;
}

#notice .notice-infos .panel-group .panel+.panel {
	margin-top: 0;
}

#notice .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

#notice .notice-metadata {
/* 	padding-bottom: 10px; */
/* 	margin-bottom: 10px; */
}

#notice .notice-metadata a.extra-facets-link {
	display: block;
}

#notice.notice-code .notice-metadata a.extra-facets-link {
	display: inline-block;
}

/* newsletter */
.newsletter-sub-iframe {
	min-height: auto;
}

.newsletter-unsub, .newsletter-unsub h2, .newsletter-unsub div,
	.newsletter-unsub p {
	font-family: Ubuntu, Helvetica;
}

.newsletter-unsub-form {
	width: 900px;
}

.newsletter-unsub-form .input-text {
	border-radius: 5px 0 0 5px;
	box-shadow: inset 0 0 2px #dadada;
	border: 1px solid #8f8f8f;
	padding: 7px;
	margin: 0;
	margin-left: 15px;
	width: 446px;
	height: 36px;
	vertical-align: top;
}

.newsletter-unsub-form .input-submit {
	border-radius: 0 5px 5px 0;
	border: none;
	background-color: #e4051f;
	padding: 9px;
	margin: 0;
	color: white;
	width: 238px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	height: 36px;
}

/**
 * Notice : end
 */

/**
 * Back to top : start
 */
#back-to-top {
	color: #0f1214;
	position: fixed;
	bottom: 37px;
	right: 37px;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	opacity: 0;
	font-size: 9px;
	padding: 1em;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top-mobile.show {
	opacity: 1;
}

#back-to-top .glyphicon {
	background-color: #f2f2f2;
	padding: 1.5em;
	font-size: 12px;
	margin-bottom: 5px;
	border: 1px solid #0f1214;
}

/**
 * Back to top : end
 */

/**
 * Relations : start
 */
#notice #relations .panel-body li {
	margin-bottom: 10px;
}

#notice #relations .panel-body li li {
	margin-bottom: 0px;
}

#notice #relations .panel-body a {
	display: block;
}

#notice #relations .panel-body a:hover {
	text-decoration: underline;
}
/**
 * Relations : end
 */

/**
 * Projets de loi : start
 */
.projets table {
	margin-top: 1em;
}

.projets table tr.ministere {
	background-color: #f9f9f9;
}

.projets table a:hover {
	text-decoration: none;
}

.projets table a.link-notice:hover {
	text-decoration: underline;
}

.projets table tr.directive {
	border-bottom: 2px solid #b2b2b2;
	font-size: 11px;
	text-transform: lowercase;
}

.projets table tr.directive a {
	text-decoration: underline;
}

.projets table tr.directive td:FIRST-LETTER {
	text-transform: uppercase;
}

.projets table tr.directive td:FIRST-CHILD {
	text-align: right;
}

.projets table tr.transpose {
	border-top: 2px solid #b2b2b2;
}

#main-content>.container-fluid.content-body.projets>.row {
	padding-right: 0;
}

.projets .user-extras {
	margin-top: 3em;
}

.projets ul.user-adds {
	text-align: center;
}

.projets ul.user-adds a {
	display: inline-block;
}

.projets .download-aggregation-pdf span.picto {
	display: inline-block;
	position: relative;
	top: 7px;
}
/**
 * Projets de loi : end
 */

/**
 * Notice code : start
 */
#notice.notice-code h1.page-title {
	font-size: 1.5em;
}

#notice.notice-code #results-list a {
	color: #007DAD;
}

#notice.notice-code .rich-text.interactive {
	padding: 0;
	border-left: 1px dashed #dee1e2;
	position: relative;
}

#notice.notice-code .rich-text.interactive #collapse_all {
	display: none;
	cursor: pointer;
	color: #737373;
	border: 1px solid #dee1e2;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
	background-color: #ffffff;
	position: relative;
	left: -9px;
}

#notice.notice-code .rich-text.interactive #collapse_all:hover {
	text-decoration: underline;
}

#notice.notice-code .rich-text.interactive .badge {
	background-color: #e4051f;
}

#notice.notice-code a.view-full-code {
	cursor: pointer;
}

#notice.notice-code .rich-text .richtext_body {
	padding-left: 20px;
}

#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_article,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_part,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_subpart,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_division,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_subdivision,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_section,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_subsection,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_chapter,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_subchapter,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_title,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_subtitle,
#notice.notice-code .rich-text.view-full .richtext_body>div .richtext_book,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_article,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_book,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_part,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_title,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subtitle,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_section,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subsection,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subchapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_division,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subdivision {
	display: block;
}

#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_article,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_part,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_subpart,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_division,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_subdivision,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_section,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_subsection,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_chapter,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_subchapter,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_title,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_subtitle,
#notice.notice-code .rich-text.interactive .richtext_body>div .richtext_book,
#notice.notice-code .rich-text.interactive .richtext_indexterms {
	display: none;
}
/*A supprimer si Marc supprime les classes ".richtext_article" sur les articles finaux*/
#notice.notice-code .rich-text .richtext_body>div .richtext_p.richtext_article {
	display: block;
}

#notice.notice-code .rich-text.interactive .richtext_heading_part:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_subpart:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_subdivision:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_division:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_book:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_title:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_subtitle:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_chapter:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_subchapter:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_section:hover,
#notice.notice-code .rich-text.interactive .richtext_heading_subsection:hover {
	cursor: pointer;
}

#notice.notice-code .rich-text .richtext_heading_part, #notice.notice-code .rich-text .richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_heading_subdivision, #notice.notice-code .rich-text .richtext_heading_division,
#notice.notice-code .rich-text .richtext_heading_book, #notice.notice-code .rich-text .richtext_heading_title,
#notice.notice-code .rich-text .richtext_heading_subtitle, #notice.notice-code .rich-text .richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_heading_subchapter, #notice.notice-code .rich-text .richtext_heading_section,
#notice.notice-code .rich-text .richtext_heading_subsection {
	text-align: left;
}

#notice.notice-code .rich-text .richtext_heading_part p, #notice.notice-code .rich-text .richtext_heading_part .richtext_default,
#notice.notice-code .rich-text .richtext_heading_subpart p, #notice.notice-code .rich-text .richtext_heading_subpart .richtext_default,
#notice.notice-code .rich-text .richtext_heading_subdivision p, #notice.notice-code .rich-text .richtext_heading_subdivision .richtext_default,
#notice.notice-code .rich-text .richtext_heading_division p, #notice.notice-code .rich-text .richtext_heading_division .richtext_default,
#notice.notice-code .rich-text .richtext_heading_book p, #notice.notice-code .rich-text .richtext_heading_book .richtext_default,
#notice.notice-code .rich-text .richtext_heading_title p, #notice.notice-code .rich-text .richtext_heading_title .richtext_default,
#notice.notice-code .rich-text .richtext_heading_subtitle p, #notice.notice-code .rich-text .richtext_heading_subtitle .richtext_default,
#notice.notice-code .rich-text .richtext_heading_chapter p, #notice.notice-code .rich-text .richtext_heading_chapter .richtext_default,
#notice.notice-code .rich-text .richtext_heading_subchapter p, #notice.notice-code .rich-text .richtext_heading_subchapter .richtext_default,
#notice.notice-code .rich-text .richtext_heading_section p, #notice.notice-code .rich-text .richtext_heading_section .richtext_default,
#notice.notice-code .rich-text .richtext_heading_subsection p, #notice.notice-code .rich-text .richtext_heading_subsection .richtext_default {
	display: inline-block;
}

#notice.notice-code .rich-text.interactive .glyphicon {
	margin-right: 10px;
	color: #737373;
	border: 1px solid #dee1e2;
	border-radius: 3px;
	padding: 2px;
	font-size: 12px;
	position: absolute;
	left: -9px;
	top: inherit;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#notice.notice-code .rich-text .richtext_heading_book, #notice.notice-code .rich-text .richtext_heading_part,
#notice.notice-code .rich-text .richtext_heading_subpart, #notice.notice-code .rich-text .richtext_heading_title,
#notice.notice-code .rich-text .richtext_heading_subtitle, #notice.notice-code .rich-text .richtext_heading_section,
#notice.notice-code .rich-text .richtext_heading_subsection, #notice.notice-code .rich-text .richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_heading_subchapter, #notice.notice-code .rich-text .richtext_heading_division,
#notice.notice-code .rich-text .richtext_heading_subdivision {
	margin-top: 20px;
}

#notice.notice-code .rich-text .richtext_body>div>div.richtext_article,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_book,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_part,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_title,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_subtitle,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_section,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_subsection,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_subchapter,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_division,
#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_heading_subdivision {
	padding-left: 10px;
}

#notice.notice-code .rich-text .richtext_body>div>div>div.richtext_article,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_book,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_part,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_title,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subtitle,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_section,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subsection,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subchapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_division,
#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_heading_subdivision {
	padding-left: 20px;
}

#notice.notice-code .rich-text .richtext_body>div>div>div>div.richtext_article,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_book,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_part,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_title,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_subtitle,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_section,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_subsection,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_subchapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_division,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_heading_subdivision {
	padding-left: 30px;
}

#notice.notice-code .rich-text .richtext_body>div>div>div>div>div.richtext_article,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_book,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_part,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_title,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_subtitle,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_section,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_subsection,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_subchapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_division,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_heading_subdivision {
	padding-left: 40px;
}

#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div.richtext_article,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_book,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_part,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_title,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_subtitle,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_section,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_subsection,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_subchapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_division,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_heading_subdivision {
	padding-left: 50px;
}

#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div.richtext_article,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_book,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_part,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_subpart,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_title,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_subtitle,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_section,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_subsection,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_chapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_subchapter,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_division,
#notice.notice-code .rich-text .richtext_body>div>div>div>div>div>div>div>div.richtext_heading_subdivision {
	padding-left: 60px;
}

#notice.notice-code .rich-text .covered-article {
	color: #007DAD;
    font-size: 12px;
    margin: 0 5px;
}

#notice.notice-code .search-code {
	border-bottom: 1px solid #dee1e2;
	padding-bottom: 10px;
}

#notice.notice-code .search-code .searchForm {
	text-align: left;
	padding: 10px 0;
	margin: 0;
	width: 90%;
}

#notice.notice-code .search-code .searchForm .input-group {
	display: inline-table;
	width: 85%;
}

#notice.notice-code .search-code .searchForm .searchbar {
	border: 1px solid #585858;
}

#notice.notice-code .search-code .searchForm button {
	background-color: #e4051f;
	border: none;
	padding: 7px 10px;
	width: 100%;
}

#notice.notice-code .searchForm .glyphicon {
	color: #ffffff;
}
/* Index en colonne de droite : start */
#notice .notice-infos #code-index.tab-pane {
	padding: 15px;
}

#notice .notice-infos #code-index.tab-pane #index-list .sub-level {
	padding-left: 20px;
}

#notice .notice-infos #code-index.tab-pane #index-list .index1 {
	margin-bottom: 10px;
}

#notice .notice-infos #code-index.tab-pane .filter-group {
	margin-bottom: 15px;
	position: relative;
}

#notice .notice-infos #code-index.tab-pane .filter-group .glyphicon {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px;
}

#notice .notice-infos #code-index.tab-pane .filter-group input::-ms-clear
	{
	display: none;
}

#notice .notice-infos #code-index.tab-pane .filter-group b {
	margin-right: 15px;
}

#notice .notice-infos #code-index.tab-pane .index1>.index-item .title {
	list-style: none;
	font-weight: bold;
}

#notice .notice-infos #code-index.tab-pane a {
	color: #007DAD;
}
/* Index en colonne de droite : end */
/**
 * Notice code : end
 */

/**
 * Manifestation regroupÃ©es : start
 */
#aggregated-manifestations .panel {
	text-align: center;
}
/**
 * Manifestation regroupÃ©es : end
 */
.mylegilux-link {
	text-decoration: none;
	color: #0066c0;
}

.mylegibox-link:hover {
	text-decoration: none;
	color: #0066c0;
	cursor: pointer;
}

/**
 * Query builder : start
 */
#query-builder .query-builder-helper {
	padding-left: 15px;
}
#query-builder .query-builder-helper .glyphicon-info-sign {
	margin-right: 5px;
	color: #0880b8;
    font-size: 16px;
}
#query-builder .query-builder-helper h2 {
	display: inline-block;
	margin-top: 0;
	margin-right: 10px;
}
#query-builder .query-builder-helper a {
	display: inline-block;
	text-decoration: underline;
}
#query-builder .query-builder-helper a:hover {
	color: #0880b8;
}
#query-builder .query-builder-container {
	border-bottom: 1px solid #dedede;
	padding-bottom: 25px;
}
#query-builder .group-conditions .btn-primary:not(.active) {
	background-color: #0f99ca;
}
#query-builder .query-builder-container .rule-filter-container select {
	font-size: inherit;
}

#query-builder .query-builder .counter.not-loaded {
	display: none;
}

#query-builder .query-builder .rules-group-container {
	border: 1px solid #0880b8;
	background: rgba(222, 225, 226, .5);
}

#query-builder .query-builder .rules-group-container .counter {
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin-right: 20px;
	float: right;
	padding: 2px 5px;
}

#query-builder .query-builder .rules-group-container .counter.no-result
	{
	color: #e4051f;
}

#query-builder .query-builder .rule-container .counter, #query-builder .query-builder .rule-container .rule-actions
	{
	margin-top: 6px;
}

#query-builder .query-builder .rule-container .counter {
	min-width: 90px;
	text-align: center;
	position: absolute;
	right: 110px;
	top: 6px;
}

#query-builder .selectize-control.single .selectize-input,
#query-builder .selectize-control.single .selectize-input input[type="text"],
#query-builder .rule-value-container input[type="text"],
#query-builder .rule-value-container input[type="number"] {
	margin-left: 15px;
	width: 500px;
}

#query-builder .rule-value-container input[type="text"],
#query-builder .rule-value-container input[type="number"] {
	padding: 6px 12px;
}

#query-builder .selectize-dropdown [data-selectable] .highlight {
	background: rgba(8, 128, 184, .3);
}

#query-builder #form_rules>.row button {
	margin-top: 10px;
}

#query-builder #form_rules>.row button, #query-builder {
	border-radius: 0;
	width: 100%;
}

#query-builder #form_rules>.row button .glyphicon {
	color: #0880b8;
	margin-right: 5px;
}

#query-builder .drag-handle .glyphicon {
	color: #0880b8;
}

#query-builder .query-builder-results-header .page-title {
	font-size: 20px;
}

#query-builder .sort-group #sort-type {
	margin-top: 2em;
}

#query-builder .query-builder .rules-list>::after, #query-builder .query-builder .rules-list>::before
	{
	border-color: #0880b8;
}

#query-builder .query-builder-container .alert {
	margin-left: 15px;
	margin-right: 15px;
}
/**
 * Query builder : end
 */

/**
 * MyLegiBox : start
 */
#my-legibox .glyphicon-star-empty.notice-favoris {
	color: black;
	font-size: 20px;
}

#my-legibox .glyphicon-star.notice-favoris-ok {
	color: gold;
	font-size: 20px;
}

#my-legibox .bloc-list .remove {
	font-weight: bold;
	font-size: 1.1em;
	height: 100%;
	vertical-align: middle;
	padding-top: 14px;
	padding-left: 14px;
}

.sortable, .sortableActs, .sortableFolders {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sortable li, .sortableActs li, .sortableFolders li {
	border-radius: 4px;
	margin-bottom: 1em;
	border: 0 solid transparent;
	position: relative;
	display: block;
	padding: 0 0;
}

.ui-state-default {
	background: #ffffff;
}

.ui-sortable {
	min-height: 15px;
}

.sortableActs-mobile {
	min-height: 0px !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sortableActs-mobile li {
	border-radius: 4px;
	margin-bottom: 1em;
	border: 0 solid transparent;
	position: relative;
	display: block;
	padding: 0 0;
}

#createFolder-mobile {
	margin-bottom: 10px;
}

.glyphicon .glyphicon-trash:hover {
	cursor: pointer;
}

#my-legibox .related_search span {
	text-decoration: underline;
}

#my-legibox .my-legibox-tabs-title .badge, #leftmenu-my-legibox .badge {
	background-color: #e4051f;
}

#my-legibox .bloc-list .unread {
	border-color: #e4051f;
}

/**
 * MyLegiBox : end
 */

/** Changement du style pour le menu barshare*/
.a2a_i {
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
}

.a2a_dd {
	width: 20.16px;
}
.facet_datePicker{
	width:122px;
}
.datePicker_label{
	min-width: 20px;
}
.badge-mobile{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background-color: #e4051f;	
    border-radius: 10px;
    position: absolute;
	z-index: 20;
}

/** Contenus editoriaux **/
.rich-text.editorial #items .list {
	margin-top: 20px;
}
.rich-text.editorial #items .list > div {
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	border-left: 5px solid #0880b8;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 2%;
	padding-bottom: 15px;
	padding-right: 30px;
}
.rich-text.editorial #items .list > div.green {
	border-left-color: #00a000;
}
.rich-text.editorial #items .list > div.yellow {
	border-left-color: #d0d000;
}
.rich-text.editorial #items .list > div.red {
	border-left-color: #e0021b;
}
.rich-text.editorial #items .list > div.orange {
	border-left-color: #ff6a00;
}
.rich-text.editorial #items .list > div.purple {
	border-left-color: #6e00ff;
}
.rich-text.editorial #items .list > div:NTH-CHILD(4n+1) {
	clear: left;
	margin-left: 0;
}
.rich-text.editorial #items .list > div a {
	color: #0880b8;
	text-decoration: none;
}
.rich-text.editorial #items .list > div a:hover {
	text-decoration: underline;
}
.rich-text.editorial #items .list > div h2 {
	font-size: 15px;
}
.rich-text.editorial #items .list > div i {
	color: #0f1214;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.rich-text.editorial #items .list > div .etat {
    position: absolute;
    right: 0px;
    top: 10px;
}
.rich-text.editorial #items .list > div .date {
	margin-bottom: 0;
	padding-bottom: 0;
}
.rich-text.editorial #items .list > div .sort-date {
	display: none;
}
.rich-text.editorial #items .filter-group {
	display: inline-block;
	position: relative;
}
.rich-text.editorial #items .filter-group .glyphicon-remove {
	cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px;
}
.rich-text.editorial #items input {
	border-radius: 25px;
	padding: 7px 14px;
	background-color: transparent;
	border: solid 1px rgba(0, 0, 0, 0.2);
	width: 200px;
	box-sizing: border-box;
	color: #2e2e2e;
	margin-bottom: 5px;
}
.rich-text.editorial #items input:focus {
	outline: none;
	border-color: #aaa;
}
.rich-text.editorial #items .sort {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px 15px;
	border-radius: 25px;
	border: none;
	display: inline-block;
	color: #2e2e2e;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.05);
	margin: 2px 0;
}
.rich-text.editorial #items .sort:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
}
.rich-text.editorial #items .sort:focus {
	outline: none;
}
.rich-text.editorial #items .sort:after {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
	position: relative;
	top: -10px;
	right: -4px;
}
.rich-text.editorial #items .sort.asc:after {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #2e2e2e;
	content: "";
	position: relative;
	top: 11px;
	right: -4px;
}
.rich-text.editorial #items .sort.desc:after {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #2e2e2e;
	content: "";
	position: relative;
	top: -9px;
	right: -4px;
}