header#banniere img.spip_logo {
	width: 200px;
	max-width: 20%;
	min-width: 120px;
	max-height:200px;
	margin-left: 20px;
}

a {
	text-decoration: none;
}

a:hover {
	background-color: transparent;
}

a.spip_out {
	color: #ffffff;
}
a.spip_out:hover {
	color: #f9e25b;
}

h2.spip {
	color: #f9e25b;
}
.background-yellow h2.spip {
	color: #000000;
}

/* Fil d'Ariane */
#content p.arbo {
	margin: 5px 5px 35px 5px;
}

/* Pagination */
.pagination-item {
	float: left;
	margin: 10px;
}
.pagination { clear: both; text-align: center; }
.pagination .pagination-items {list-style: none;display: flex;flex-wrap: wrap; flex-direction: row; justify-content: center}
.pagination .pagination-item {  margin: 0em; flex-basis: 7.5%; display: flex;align-items: center;}
.pagination .pagination_precedent_suivant .pagination-item { flex-basis: auto;}
.pagination .pagination-item + .pagination-item {  margin-left: 0.5em }
.pagination .pagination-item-label { display:block; flex-basis: 100%; background: #f9e25b; text-decoration: none; padding:.5em; border-radius:.25em; text-align: center;}
.pagination .on .pagination-item-label,
.pagination a.pagination-item-label:hover,
.pagination a.pagination-item-label:focus,
.pagination a.pagination-item-label:active { background: #f52639; color: #fff; }
.pagination .on .pagination-item-label {font-weight: bold;}
.pagination .pagination_precedent_suivant .disabled {visibility: hidden}
.pagination .pagination-item.disabled .pagination-item-label {color:#888; font-weight: normal;}
.menu_articles .pagination strong {font-size:1em;}
@media print {
	.pagination { display: none; }
}

/* Social tags */
#socialtags {
	float: right;
	background: #ffffdf;
	border-radius: 10px;
	padding: 0 10px 0 10px;
}

/* Carte */
.pictogram {
	max-height: 50px;
	max-width: 50px;
	float: left;
	margin-right: 10px;
}
#carte {
	height: 800px;
}
#carte .picto {
	padding: 5px;
	background-color: #ffdf4f;
	border-radius: 25px;
	border: thin solid #df0000;
	box-shadow: 0 0 15px #ff00df;
}

/* Formulaire doleance */
div#form_ajout_doleance textarea, div#form_ajout_doleance #titre {
	width: 100%;
	margin-bottom: 15px;
}
div#form_ajout_doleance textarea {
	min-height: 400px;
}
div#form_ajout_doleance .reponse_formulaire_ok {
	color: #00df00;
}
div#form_ajout_doleance .reponse_formulaire_ok:before {
	content: "\2714";
	margin-right: 10px;
}
div#form_ajout_doleance .reponse_formulaire_erreur, div#form_ajout_doleance span.erreur_message span {
	color: #ff0000;
}
div#form_ajout_doleance span.erreur_message span {
	margin-left: 15px;
	text-shadow: rgba(0,0,128,0.9) 0px 0px 5px;
}

div#form_ajout_doleance .btn {
	float: right;
}

/* Page rubrique */
.page_rubrique .menu > ul > li {
	font-size: 1.1rem;
	margin-bottom: 15px;
}
.page_rubrique .menu > ul > li > ul > li {
	margin-left: 15px;
	font-size: 0.9rem;
}
li.article_list-item {
	background: #ffffaf;
	padding: 0 5px 0 5px;
	border-radius: 5px;
}
div.date_article {
	float: right;
	margin-left: 15px;
	font-size: 0.9rem;
}

/* Page action */
div.action_buttons {
	display: flex;
	flex-direction: column;
	float: right;
	text-align: right;
	margin-top: -30px;
}
button.btn_add_to_agenda {
	width: 60px;
	height: 60px;
	font-size: 40px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 15px;
}

/* Page plan */
body.page_plan #content ul.spip {
	padding-left: 30px;
}
body.page_plan #content ul.spip a {
	color: #f9e25b;
}
body.page_plan #content ul.spip a:hover {
	color: #ff9f00;
}
body.page_plan #content ul.spip li.article a {
	color: #ffffff;
}
body.page_plan #content ul.spip li.article a:hover {
	color: #f9e25b;
}
body.page_plan #content ul.spip li.article {
	margin-bottom: 0;
}


/* Footer */
footer.footer {
	margin-top: 10px;
	text-align: center;
}
footer.footer a {
	color: #f9e25b;
}
footer.footer a:hover {
	color: #ff9f00;
}
