/*! Template: CoraxSpip | theme.css | MIT License | Overloading SPIP styling */

/* Forms */
.formulaire_spip label
{
	font-weight: bold;
}

/* Overloaded SPIP styles */
.spip_documents
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.spip_doc_credits,
.spip_doc_descriptif
{
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.spip_documents_center
{
	clear: both;
	display: block;
	width: 100%;
}

.spip_documents_left
{
	float: left;
	margin-right: 1.5em;
}

.spip_documents_right
{
	float: right;
	margin-left: 1.5em;
}

.spip_doc_legende
{
	display: block;
}

.spip_doc_inner
{
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.spip_doc_inner>*
{
	margin-left: auto;
	margin-right: auto;
}

.spip_documents > a
{
	display: inline-block;
}

.spip_document .spip_doc_lien
{
	display: inline-block;
}

.spip_document img, .spip_document svg
{
	max-width: 100%;
	height: auto;
}

.spip_note_ref
{
	font-size: 0.9em;
	font-variant-position: super;
}

/* Table */
table.spip td
{
	color: #22577a;
}

table.spip tr.row_first th
{
	background-color: #22577a;
	color: white;
	font-weight: bold;
}

table.spip tr.row_odd td
{
	background-color: #faf6c8;
}

/* Quotes */
blockquote.spip,
.spip_poesie
{
	background-color: #22577a;
	border-radius: 0.25em;
	color: white;
	display: flex;
	font-style: italic;
	margin: 1em;
	padding: 1em;
}

blockquote.spip > p
{
	margin: 0;
}

blockquote.spip::before,
.spip_poesie::before
{
	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-link' viewBox='0 0 16 16'><path d='M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/><path d='M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z'/></svg>");
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 1em;
}

/* Foot notes and URLs */
a.spip_note
{
	color: #e43f6f;
	font-weight: bold;
}

a.spip_url,
a.spip_out
{
	color: #e43f6f;
	font-weight: bold;
}

a.spip_url:after,
a.spip_out:after,
a.external:after
{
	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-link' viewBox='0 0 16 16'><path d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z'/><path d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/></svg>");
}

a.spip_url:hover,
a.spip_out:hover
{
	text-decoration: underline;
}
