/* @override 
	https://liens.rolandtisserand.fr/tpl/stack/css/stack.css?*
	https://23-shaarli-stack.local:8890/tpl/stack/css/stack.css?*
	https://index.rolandtisserand.fr/tpl/stack/css/stack.css?*
 */

:root {
	/* CSS Variables matching with the `default colors` plugin */
	--main-color: #4FFF06;
	--dark-main-color: black;
	--background-color: white;
	/* Other variables */
	--accent-color: rgba(0, 0, 0, 0.05);
	--normal-margin: 1rem;
	--input-padding: .5rem;
	--color-alerte: #FF353B;
	--small-font: 1.2rem;
	--medium-font: 1.2rem;
	--small-medium-font: 1.7rem;
	--border-radius: 1rem;
	--margin:3vw;
	--primary-font:'Dinish',Arial, sans-serif;
	--secondary-font:'Dinish Condensed',"Arial Narrow", sans-serif;
	--monospace-font: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
}

/*Rules for debugging purpose*/

/*button,svg,div,article {
	outline: 1px solid #f3f3f3;
}*/


@media (min-width:768px) {
	:root {
		--small-medium-font: unset;
		--medium-font: 1.5rem;
	}
}

@font-face {
font-family: 'Dinish Condensed';
src: url('../fonts/DINishCondensed-Regular.woff2?v=3.008') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Dinish Condensed';
src: url('../fonts/DINishCondensed-Italic.woff2?v=3.008') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: 'Dinish Condensed';
src: url('../fonts/DINishCondensed-Bold.woff2?v=3.008') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Dinish Condensed';
src: url('../fonts/DINishCondensed-BoldItalic.woff2?v=3.008') format('woff2');
font-weight: bold;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: 'Dinish';
src: url('../fonts/DINish-Regular.woff2?v=3.008') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Dinish';
src: url('../fonts/DINish-Italic.woff2?v=3.008') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
}


@font-face {
font-family: 'Dinish';
src: url('../fonts/DINish-Bold.woff2?v=3.008') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Dinish';
src: url('../fonts/DINish-BoldItalic.woff2?v=3.008') format('woff2');
font-weight: bold;
font-style: italic;
font-display: swap;
}

/*div, h1, h2, img, ul, li, p, header, aside, section, footer,svg,path {
	outline-width: 1px;
	outline-style: solid;
	outline-color: rgba(255, 104, 104, 0.77);
}*/
/*
svg {
		outline-width: 1px;
	outline-style: solid;
	outline-color: rgba(206,206,206,0.3);
}*/

/* @group modern-normalize v1.1.0 */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

*, ::before, ::after {
	box-sizing: border-box;
}

html {
	-moz-tab-size: 4;
	tab-size: 4;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family: var(--secondary-font);
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b, strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code, kbd, samp, pre {
	font-family: var(--monospace-font); /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
	border-spacing: 0;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button, input, optgroup, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button, select {
	/* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
	appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/* @end */

/* @group Awesomplete */

.awesomplete [hidden] {
	display: none;
}

.awesomplete .visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.awesomplete {
	display: inline-block;
	position: relative;
}

.awesomplete > input {
	/*	display: block;*/
}

.awesomplete > ul {
	position: absolute;
	left: 0;
	z-index: 1;
	min-width: 100%;
	box-sizing: border-box;
	list-style: none;
	padding: 1ch;
	margin: 0;
	background: #fff;
}

.awesomplete > ul:empty {
	display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: var(--background-color);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
}

.awesomplete li {
	padding-bottom: .5rem;
	padding: .5rem;
	cursor: pointer;
}

.awesomplete > ul {
	transition: .3s cubic-bezier(.4,.2,.5,1.4);
	transform-origin: 1.43em -.43em;
}

.awesomplete > ul[hidden], .awesomplete > ul:empty {
	opacity: 0;
	transform: scale(0);
	display: block;
	transition-timing-function: ease;
}

.awesomplete mark {
	background-color: var(--main-color);
	border-radius: 2px;
}

/* @end */

html {
	font-size: 62.5%;
	line-height: 1.2;
	color: var(--dark-main-color);
	background-color: var(--background-color);
}

body {
	font-size: 1.8rem;	
	/* iphone debug*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: var(--background-color);
	/* Need to keep this background-color for the javascript matching theme-color */
}

main {
	padding-left: var(--normal-margin);
	padding-right: var(--normal-margin);
}

.hidden, [hidden] {
	display: none !important;
}

.container {
	margin-bottom: .5rem;
	flex-grow: 2;
	display: flex;
	flex-direction: column;
}

.homebody .container {
	margin-bottom: 0;
}

.test {
	color: #535553;
}

.no-padding main {
	padding-left: 0;
	padding-right: 0;
}

a {
	color: var(--dark-main-color);
}

.infos-font {
	font-size: 1.4rem;
}

.hidden, .visually-hidden {
	display: none;
}

summary {
	cursor: pointer;
}

details summary > * {
	display: inline;
	padding-left: .5ch;
}

details summary {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.alerte-rouge, .pure-alert-error {
	color: white;
	background-color: var(--color-alerte);
	padding-left: 1ch;
	padding-right: 1ch;
	border-radius: var(--border-radius);
}

.pure-alert-success, .pure-alert-warning {
	color: white;
	background-color: rgb(0, 205, 81);
	margin-top: var(--normal-margin);
	margin-bottom: var(--normal-margin);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:1rem;
	padding-left: 1ch;
	padding-right: 1ch;
	border-radius: var(--border-radius);
	
}

#shaarli-errors-alert {
	margin-top: var(--normal-margin);
	margin-bottom: var(--normal-margin);
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	gap:1rem;
}

.no-padding .pure-alert {
	margin-left: var(--normal-margin);
	margin-right:var(--normal-margin) ;
}

.pure-alert-close svg{
	cursor: pointer;
	background-color: white;
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 50%;	
	padding: 3px;
}

.svg-close {
	fill: none;
	stroke: rgb(0, 205, 81);;
	stroke-width: 0.2rem;
	vector-effect: non-scaling-stroke;
}

.pure-alert-error .svg-close {
	stroke: var(--color-alerte);
}

#search-result-block {
	background-color: var(--dark-main-color);
	color: var(--background-color);
	padding: 1ch;
	border-radius: var(--border-radius);
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-right: var(--normal-margin);
	margin-left: var(--normal-margin);
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 2ch;
	padding-right: 3ch;
}

#search-result-block .label-tag a {
	color: var(--dark-main-color);
	background-color: var(--background-color);
	display: inline-flex;
	border-radius: .5rem;
	padding: .2rem;
	padding-left: .6rem;
	padding-right: .6rem;
	align-items: center;
	text-decoration: none;
}

#search-result-block .remove svg {
	margin-left: .5rem;
	margin-top: .3rem;
}

#search-result-block .remove svg circle {
	fill: var(--dark-main-color);
}

#search-result-block .remove .svg-line-thin {
	stroke: var(--background-color);
}

#search-result-block em {
	font-weight: normal;
	font-style: normal;
}

.shaarli_title {
	font-weight: 600;
	letter-spacing: .05ch;
	margin-top: 1.5rem;
	margin-right: 1.5rem;
	padding-left: var(--normal-margin);
}

/* @group Add / Edit */

#shaare {
	margin-bottom: var(--normal-margin);
}

.batch-addform [type="submit"] {
	margin-top: var(--normal-margin);
}

.edit-link-container textarea {
	min-height: 30vh;
}

.edit-link-container .awesomplete {
	width: 100%;
}

.md_help {
	font-size: var(--medium-font);
	padding-bottom: var(--normal-margin);
	margin-top: 1ch;
}

.addlink-batch summary {
	margin-bottom: 20px;
}

.created-date {
	font-size: 1.2rem;
	margin-bottom: 3ch;
	display: block;
}

/* @end */

/* @group Tags */

.tag-sort {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
	gap: .5rem;
}

.tag-sort:first-of-type {
	margin-bottom: 0;
}

.tag-form {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.taglist-container .rename-tag-form {
	display: none;
	position: absolute;
	left: 0;
	background-color: var(--background-color);
}

.tag-list-item {
	border-bottom: 1px solid var(--dark-main-color);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	min-height: 4.5rem;
	position: relative;
}

.tag-list-item .rename-tag, .tag-list-item .delete-tag, .validate-rename-tag {
	padding-left: 1ch;
	font-weight: 600;
	text-decoration: none;
}

input.rename-tag-input {
	margin-bottom: 0;
	width: 80% !important;
	border: none;

}

.tag-link {
	flex-grow: 3;
	text-decoration: none;
}

.count {
	color: var(--dark-main-color);
	opacity: .4;
	text-decoration: none;
}

.delete-tag {
	color: var(--color-alerte);
}

.cloudtag-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: .5ch;
	align-content: stretch;
}

.cloudtag-container a {
	flex: 1;
	background-color: var(--dark-main-color);
	color: var(--background-color);
	border-radius: 3rem;
	padding-left: 1ch;
	padding-right: 1ch;
	padding-top: .5ch;
	padding-bottom: .5ch;
	word-break: keep-all;
	margin-bottom: 1ch !important;
	display: flex;
	align-content: center;
	text-decoration: none;
	transition: background 200ms ease-in-out 0s,color 200ms ease-in-out 0s;
}

.cloudtag-container a span {
	display: block;
	width: 100%;
	align-self: center;
	text-align: center;
}

.cloudtag-container a:hover {
	color: var(--dark-main-color);
	background-color: var(--background-color);
	transition: background 200ms ease-in-out 0s,color 200ms ease-in-out 0s;
}

/* @end */

/* @group Forms */

.form-entry {
	border-bottom: 1px solid var(--accent-color);
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	flex-wrap: wrap;
}

.form-entry.altform {
	border: none;
	margin-bottom: 1rem;
}

#editlinkform .form-entry {
	border-bottom: none;
}

.form-entry label {
	margin-bottom: 0;
}

.tools-template .form-entry label {
	flex-grow: 3;
	flex-basis: 85%;	
}

.form-entry select {
	width: 100%;
	margin: 0;
	display: block;
}

label, .label-desc {
	font-size: 1.2rem;
	margin-bottom: 1ch;
	display: block;
	color: var(--dark-main-color);
}

#plugin_table label, #disabled_plugins label {
	margin-bottom: 0;
}

th {
	text-align: left;
}

.label-name {
	color: var(--dark-main-color);
	font-size: 1.6rem;
	display: block;
}

[type="url"], [type="text"], [type="password"], textarea, .toolbar-plugin [type="text"] {
	border: none;
	width: 100%;
	padding: 1ch;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 1ch;
	transition: box-shadow .1s ease-in-out 0s;
	background-color: var(--accent-color);
	border-bottom: 1px solid var(--dark-main-color);
	border-radius: 0px;
}

@media (min-width:768px) {
	[type="url"], [type="text"], [type="password"], textarea, .toolbar-plugin [type="text"] {
	padding-top: .7rem;
	padding-bottom: .7rem;
}
	
}

.tools-server section [type="text"], .tools-server section [type="text"]:hover, .tools-server section [type="text"]:focus {
	
}

.button, [type="submit"],.button-red,.bigbutton {
	display: inline-block;
	background-color: var(--dark-main-color);
	border: 0px solid var(--dark-main-color);
	color: var(--background-color);
	cursor: pointer;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1ch;
	padding-right: 1ch;
	margin-bottom: var(--normal-margin);
	transition: background 200ms ease-in-out 0s,color 200ms ease-in-out 0s;
	text-decoration: none;
	border-radius: .4rem;
}

@media (min-width:768px) {
	.button, [type="submit"],.button-red,.bigbutton {
	padding-top: 1ch;
	padding-bottom: 1ch;		}
}

.button:hover, [type="submit"]:hover {
	color: var(--dark-main-color);
	background-color: var(--background-color);
	transition: background 200ms ease-in-out 0s,color 200ms ease-in-out 0s;
}

[type="submit"]:hover {
	background-color: var(--main-color);
}


.button-red {
	background-color: var(--color-alerte);
	color: var(--background-color);
	border-color: var(--color-alerte);
}

.button-red:hover {
	color: var(--color-alerte);
	background-color: var(--background-color);
}

select {
	margin-bottom: 2ch;
	width: 100%;
}

[type=radio] {
	margin-right: 1ch;
}

.submit-sticky {
	position: sticky;
	top: 20px;
	z-index: 1000;
}

.radio-buttons {
	display: flex;
	gap: 1rem;
}

.margin-top {
	margin-top: var(--normal-margin);
}

/* @end */

/* @group Quotidien */

#daily h2 svg {
	display: inline;
	vertical-align: bottom;
}

#daily h2 svg:hover svg-line-thin {
	stroke: blue;
}

.daily-nav {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
}

.col-3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2vw;
	word-break: break-all;
	padding-bottom: 5vw;
}

.daily-entry-title {
	font-weight: 600;
	font-size: 125%;
	padding-bottom: 2ch;
}

.daily-entry {
	border-bottom: 1px solid var(--dark-main-color);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.daily-about h3 {
	margin-top: 2.4rem;
	border-bottom: 1px solid var(--dark-main-color);
	padding-bottom: 1rem;
}

.daily-entry img {
	margin-bottom: 2rem;
	border-radius: var(--border-radius);
	max-width: 10rem;
	height: auto;
}

.daily-entry-tags {
	display: flex;
	gap:1ch
}

/* @end */

/* @group the_header */

#the-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

#the-header:after {
	/* Gradient for horizontal scrolling indication */
	display: inline-block;
	z-index: 20;
	position: absolute;
	height: 100%;
	width: 5rem;
	pointer-events: none;
	content: " ";
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--background-color) 70%);
	right: 0;
	top: 0;
}

@media (min-width:900px) {
	#the-header:after {
		display: none;
	}
}

#nav-links {
	display: block;
}

#nav-links ul {
	display: flex;
	position: relative;
	flex-direction: row;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 1ch;
	text-transform: uppercase;
	letter-spacing: .12rem;
	font-size: 75%;
	white-space: nowrap;
	/* hide scrollbar but allow scrolling */
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
}

#nav-links ul::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

#nav-links li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}


/* Fix to make the last menu item out of the gradient */
#nav-links li:last-child {
	padding-right: 8ch;
}

@media (min-width:768px) {
	#nav-links li:last-child {
		padding-right: 0;
	}
}

#nav-links li a {
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	transition: background 200ms ease-in-out 0s;
	margin: 1rem;
	margin-left: 0rem;
	margin-right: 0;
	border-radius: 3rem;
	text-decoration: none;
}

@media (min-width:768px) {
	#nav-links li a {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

#shaarli-menu-shaare {
	background-color: var(--main-color);
}

#shaarli-menu-shaare-note {
	background-color: var(--main-color);
}

#nav-links li a:hover {
	background-color: var(--dark-main-color);
	color: var(--background-color);
}

#nav-links svg {
	/*	height: 3rem;*/
	width: auto;
}

/* @end */

/* @group Search + Filters */

#search {
	padding-top: .5rem;
	padding-bottom: 1rem;
	padding-left: var(--normal-margin);
	padding-right: var(--normal-margin);
	display: none;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

/* N'afficher la recherche que sur la liste */

.filters #search {
	display: flex;
}

#search form {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	flex: 1;
	align-items: center;
}

#search form input[type="text"] {
	flex: 1;
	margin: 0;
	display: inline-flex;
	font-size: var(--small-medium-font);
}

form input[type="text"]:hover, textarea:hover, input[type="url"]:hover {
	box-shadow: 0 0 0 4px rgb(0 0 0 / 35%);
	transition: box-shadow 200ms ease-in-out 0s
}

form input[type="text"]:focus, textarea:focus, input[type="url"]:focus {
	box-shadow: 0 0 0 4px rgb(0 0 0 / 35%);
	transition: box-shadow 200ms ease-in-out 0s
}

form .awesomplete {
	flex: 1;
}

#search form [type="submit"] {
	margin: 0;
	background-color: inherit;
	padding-left: 0rem;
	padding-right: 0;
	visibility: hidden;
	position: absolute;
  }

form [type="text"]::placeholder {
	color: var(--dark-main-color) !important;
}

input#tagfilter_value {
	
}

.button_filters {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: unset;
	border: none;
	align-items: center;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: inline-flex;
}

.sub-nav {
	margin-bottom: var(--normal-margin);
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	display: none;
	padding: 1ch;
}

.sub-nav.active {
	display: flex;
}
/* 231207 - Need a separate declaration for firefox.*/
.sub-nav:has(.filter-on) {
	display: flex;
}



@media (max-width:768px) {
	/* On mobile view, compact filters on a single scrollable line */
	.sub-nav {
		flex-wrap: nowrap;
		white-space: nowrap;
		max-width: 9100vw;
		overflow-x: scroll;
		justify-content: space-between;
		padding-bottom: var(--normal-margin);
	}

}

.sub-nav .button {
	margin-bottom: 0;
}

.filter-on {
	background-color: var(--main-color);
	color: var(--dark-main-color);
}

/* @end */

/* @group buttons, svg... */

.svg-line {
	fill: none;
	stroke: var(--dark-main-color);
	stroke-width: .15rem;
	stroke-miterlimit: 10;
}

.svg-full {
	fill: var(--dark-main-color);
}

.svg-line-thin {
	fill: none;
	stroke: var(--dark-main-color);
	stroke-width: 1px;
	stroke-miterlimit: 10;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}


.plus-cross {
	width: 100%;
	height: auto;
	position: absolute;
	top: 14.5px;
	right: 0;
}

.s_medium_post .plus-cross {
	top: 31px;
	
}


.plus-cross .svg-line {
	stroke-width: 1px;
	vector-effect: non-scaling-stroke;
}

.private-icon path {
	fill:var(--color-alerte) ;
}

.svg-fill {
	fill: var(--dark-main-color);
	stroke: none;
	transition: fill 200ms ease-in-out 0s;
}

.filter-on .svg-fill, .expanded-active .svg-fill {
	fill: #00CD51;
}

.filter-on:hover .svg-fill {
	fill: red;
}

a:hover .svg-fill {
	fill: var(--main-color);
}

.svg-fill-empty {
	fill: transparent;
}

.reserve {
	width: 22px;
	display: block;
}

.icon_button {
	display: inline-block;
	padding: .5rem;
	padding-bottom: .30rem;
	border-radius: 1rem;
	transition: background 200ms ease-in-out 0s;
}

.icon_button:hover {
	background-color: var(--color01);
}

/* @end */

/* @group Navigation */

#linklist-paging {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: var(--normal-margin);
	gap:2rem;
}

.navigation {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	align-items: center;
}

.linksperpage {
	display: flex;
	gap: 1rem;
	justify-content: space-around;
	flex-direction: row;
	align-items: center;
}

.linksperpage ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.linksperpage li a {
	padding: .5rem;
	border: 1px solid var(--dark-main-color);
	border-radius: var(--border-radius);
	opacity: .5;
	text-decoration: none;
}

.linksperpage input {
	width: 5ch;
	padding: .5rem;
	margin: 0;
	border-width: 1px;
	border-style: dashed;
	border-color: var(--dark-main-color);
	text-align: center;
	color: var(--dark-main-color);
	border-radius: .8rem;
	opacity: .5;
}

.linksperpage input.selected {
	color: var(--dark-main-color);
	border-color: var(--dark-main-color);
}

.linksperpage .selected {
	opacity: 1;
}


/* @end */

/* @group linklist */

#linklist {
	flex-grow: 1;
	padding-bottom: .5rem;

}

#linklist header {
	display: flex;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}


#linklist h2 {
	color: var(--dark-main-color);
	display: inline;
	align-items: center;
	font-size: inherit;
	font-weight: normal;
	margin: 0;
	padding-right: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	/* Added in v0.9 to go with wrap tags */
	width: fit-content;
}

.pin-icon,.private-icon {
	margin-right: .2ch;
	width: auto;
	height: 1.2rem;
}

@media (min-width:768px) {
.pin-icon, .private-icon {
	height: 1.5rem;
}	
}

#linklist h2 a {
	color: inherit;
	text-decoration: none;
}

.s_medium_post .linklist-link,.s_large_post .linklist-link {
/*		font-weight: bold;*/
}

#linklist .url-display {
	display: block;
	font-size: var(--small-font);
	opacity: .5;
	display: none;
	transition: font-size 100ms ease-out 0s;
}

/* Show url on Small view - only - on permalink view
(when .full-post is active */
#linklist .full-post .url-display {
	display: block;
}



#linklist .active-header .url-display {
	display: block;
}

.linklist-item-thumbnail {
	display: none;
}

.s_medium_post .linklist-item-thumbnail, .s_large_post .linklist-item-thumbnail {
	display: block;
}

.linklist-item-thumbnail img {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: var(--normal-margin);
	border-radius: 5px;
	object-fit: cover;
	object-position: 50% 50%;
	width: 48px;
	height: 48px;
	filter: brightness(95%);
}

#linklist figure {
	padding: 0;
	margin: 0;
	margin-bottom: var(--normal-margin);
}

#linklist :target {
	scroll-margin-top: 3rem;
}

.link-content .real_url {
	display: none;
	/* Don't remember why I need this class. Maybe for a Shaarli javascript event ?? */
}

.linklist-item {
	border-bottom: .05rem solid rgba(0, 0, 0, 0.1);
	padding-right: 5rem;
	padding-left: var(--normal-margin);
	word-wrap: break-word;
	position: relative;
}


.linklist-item:last-child {
	border-bottom: 0px solid black;
}

.linklist-item-description {
	font-size: 90%;
	max-width: 90rem;
	line-height: 1.5;
}

.linklist-item-description a {
	text-decoration: underline;
}

.linklist-item .tags {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	margin-top: 1ch;
	margin-bottom: 1ch;
	padding: 0;
	gap: 1rem;
	font-size: 1.5rem;
}

.tags-header-linklist {
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 1rem;
	font-size: 1.5rem;
	padding-top: 1ch;
	padding-bottom: 1ch;
}

.tags-header-linklist a, .linklist-item .tags a, .label-tag {
	color: var(--background-color);
	padding: 1ch;
	padding-top: .5ch;
	padding-bottom: .5ch;
	border-radius: .4rem;
	background-color: var(--dark-main-color);
	white-space: nowrap;
	text-decoration: none;
	font-size: 85%;
	transition: background 200ms ease-in-out 0s,color 200ms ease-in-out 0s;
}

.tags-header-linklist a:hover, .linklist-item .tags a:hover {
	background-color: var(--background-color);
	color: var(--dark-main-color);
	transition: background 200ms ease-in-out 0s,color 200ms ease-in-out 0s;
}

.link-expand {
	position: absolute;
	right: 1.5rem;
	top: 0px;
	height: 100%;
	width: 15px;
	padding: 0;
	border: none;
	z-index: 200;
	cursor: pointer;
	display: block;
	background-color: unset;
}

@media (min-width:768px) {
	.link-expand {
	right: var(--normal-margin);		
	}
	
}


/* Animating + to X */

.link-expand .plus-cross {
	transform: rotate(0deg);
	transition: transform 200ms ease-in-out 0s;
}

.link-expand.active .plus-cross {
	transform: rotate(45deg);
}

.link-content {
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	max-height: 0;
}




/* Expand post if link contain anchor or single */

:target .link-content, .full-post .link-content, .s_large_post .link-content {
	max-height: 100%;
}

:target .plus-cross, .full-post .plus-cross, .s_large_post .plus-cross {
	display: none;
}

.s_large_post .item_action span {
	display: none;
}

#linklist .full-post h2 {
	font-size: 2.5rem;
	font-weight: 400;
	/* Remove the … */
	white-space: normal;
}

#linklist .full-post {
	border-bottom: none;
}

.nav_item_actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 1rem;
	justify-content: center;
	gap: 1rem;
}

.nav_item_actions .item_action {
	font-size: var(--small-font);
	color: var(--dark-main-color);
	text-align: center;
	transition: opacity 200ms ease-in-out 0s;
	opacity: .5;
	text-decoration: none;
}

.nav_item_actions .item_action:hover {
	color: var(--dark-main-color);
	opacity: 1;
}

.nav_item_actions a:hover .svg-fill {
	transition: fill 100ms ease-in-out 0s;
	fill: var(--main-color);
}

.nav_item_actions .item_action svg {
	margin-bottom: .5rem;
	flex-grow: 1;
	margin-left: auto;
	margin-right: auto;
}

.link_footer {
	font-size: 1.2rem;
	color: var(--dark-main-color);
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1rem;
	align-items: center;
}

.ctrl-checkbox {
	display: none;
}

.ctrl-checkbox.active {
	display: inline-flex;
}

.rounded-checkbox {
	width: 2.2rem;
	height: 2.2rem;
	background-color: var(--background-color);
	border-radius: 50%;
	vertical-align: text-top;
	border: .2rem solid var(--dark-main-color);
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	margin-right: .5rem;
	display: inline-block;
}

.rounded-checkbox:checked:after {
	content: " ";
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: var(--dark-main-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.linklist-item-infos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: var(--normal-margin);
}

.link_plugin {
	display: flex;
	gap: 1ch;
}

 /* Start of Small / Medium / Large */
 
 /* SML Menu */

.s_ui_size_button {
	border: 0;
	padding: 0;
	padding-left: 1ch;
	margin: 0;
	background: none;
	cursor: pointer;
}

.s_ui_size_button svg {
	opacity: 1;
	transition: opacity .1s ease-in-out 0s;
}

.s_ui_size_button:hover svg {
	opacity: .6;
	transition: opacity .1s ease-in-out 0s;
}
 


/* Medium Post */

#linklist .s_medium_post header {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	min-height: 77px;
}

#linklist .s_medium_post h2,#linklist .s_large_post h2 {
	white-space: normal;
	font-family: var(--primary-font);
	font-size: 100%;
}

#linklist .s_medium_post .url-display {
	display: block;
}

/* Large Post */

	.linklist-item.s_large_post:hover {
		background-color: unset;
	}

#linklist .s_large_post .url-display {
	display: block;
}

	.linklist-item.s_large_post {
padding-bottom: 1rem;
margin-bottom: 1rem;	}
	

@media (min-width:768px) {
	.linklist-item.s_large_post {
		padding-left: 3rem;
		padding-top: 1.8rem;
		padding-bottom: 3rem;
	}
	
	
	.s_large_post .linklist-link {
		padding-right: 3rem;
		font-weight: bold;
	}
}

/* @end */

/* @group tools */

.tools-template #content {
	padding-bottom: var(--normal-margin);
	max-width: 70rem;
}

.tools-section {
	margin-bottom: var(--normal-margin);
}

.tools-section h2 {
	font-size: 100%;
}

.tools-section ul {
	padding: 0;
	margin: 0;
	font-size: 2.7rem;
}

.tools-section li {
	display: flex;
	padding-bottom: 1ch;
}

.tools-section a {
	display: flex;
}

.tools-bookmarklets {
	max-width: 60rem;
	display: none;
}

.tools-bookmarklets ul {
	display: flex;
	flex-direction: row;
	gap:var(--normal-margin);
}

.tools-bookmarklets li {
	display: inline-block;
	border-bottom: none;
}

.bookmarklet-link {
	margin-bottom: var(--normal-margin);
	margin-top: 1.4rem;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}

#pluginform table {
	margin-bottom: 2.4rem;
	width: 100%;
}

#pluginform td {
	border-bottom: 1px solid var(--dark-main-color);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-right: 1ch;
}

.tools-server p {
	overflow-wrap: anywhere;
}

.tools-plugins [type=submit] {
	margin-top: var(--normal-margin);
}

.circle-green {
	width: 1rem;
	height: 1rem;
	background-color: #00CD51;
	display: block;
	border-radius: 50%;
}

.circle-red {
	width: 1rem;
	height: 1rem;
	background-color: red;
	display: block;
	border-radius: 50%;
}

.circle-orange {
	width: 1rem;
	height: 1rem;
	background-color: orange;
	display: block;
	border-radius: 50%;
}

.link-back {
	display: inline-block;
	padding-right: .5rem;
}


/* @end */

/* @group Footer */

#footer {
	/*	margin-top: auto;
	/* Astuce pour placer le footer en pied de page *!/
	padding-top:var(--normal-margin) ;
	padding-bottom: var(--normal-margin);*/
	margin-bottom: 3rem;
}

.footer-ours {
	margin: var(--normal-margin);
	text-align: center;
}

/* @end */

/* @group Mur d'images */

.picwall-container {
	position: relative;
}

.picwall-container div {
	display: flex;
}

.picwall-container h2 {
	margin: 0;
}

.picwall-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
	gap: .5rem;
	margin-bottom: var(--normal-margin);
	margin-top: var(--normal-margin);
}

.picwall-container figure {
	background-color: var(--background-color);
	margin: 0;
	display: flex;
	flex-direction: column;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	transition: transform 150ms ease-in-out 0s;
	transform: translateY(0rem);
}

.picwall-container a {
	text-decoration: none;
}

.picwall-container figure:hover {
	transform: translateY(-.5rem);
}

.picwall-container img {
	display: block;
	border-radius: 1rem;
	max-width: 100%;
	height: auto;
	width: 100%;
	filter: brightness(97%);
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: 50% 50%;
}

.picwall-container figcaption {
	font-size: 1.2rem;
	padding: 1ch;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* @end */


.subheader-form {
	visibility: hidden;
	display: none;
}

.subheader-form .item_action {
	font-size: 1.2rem;
	transition: background 200ms ease-in-out 0s;
	color: var(--dark-main-color);
	background-color: var(--background-color);
	border-radius: var(--border-radius);
	padding: 1ch;
	padding-left: 2ch;
	padding-right: 2ch;
	text-decoration: none;
	margin-bottom: 0;
}

.subheader-form.open {
	visibility: visible;
	display: block;
	width: 100%;
	background-color: var(--dark-main-color);
	padding: var(--normal-margin);
}

.subheader_item_actions {
	display: flex;
	gap: 2ch;
	justify-content: center;
}

.subheader-form .item_action {
	background-color: var(--background-color);
	border-radius: var(--border-radius);
	padding: 1ch;
	padding-left: 2ch;
	padding-right: 2ch;
	text-decoration: none;
}

.subheader-form .item_action:hover {
	background-color: var(--dark-main-color);
	color: var(--background-color);
}

.subheader-form input {
	background-color: var(--background-color);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}



/* @group Switch */

/* © : https://codepen.io/cbp/pen/BaPXOd */

.switch {
	appearance: none;
	user-select: none;
	height: 31px;
	width: 51px;
	min-width: 51px;
	position: relative;
	border-radius: 16px;
	cursor: pointer;
	outline: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
	border: none;
	background-color: var(--dark-main-color);
	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
}

.switch::before {
	height: 27px;
	width: 47px;
	content: " ";
	position: absolute;
	left: 2px;
	top: 2px;
	background-color: #ffffff;
	border-radius: 16px;
	z-index: 1;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.switch::after {
	height: 27px;
	width: 27px;
	content: " ";
	position: absolute;
	border-radius: 27px;
	background: #ffffff;
	z-index: 2;
	top: 2px;
	left: 2px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
	transition: transform 300ms, width 280ms;
	transform: translate3d(0, 0, 0);
	transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
}

.switch:checked {
	background-color: var(--dark-main-color);
}

.switch:checked::after {
	transform: translate3d(16px, 0, 0);
	right: 18px;
	left: inherit;
}

.switch:active::after {
	width: 35px;
}

.switch:checked::before, .switch:active::before {
	transform: scale(0);
}

.switch:disabled {
	opacity: 0.5;
	cursor: default;
	transition: none;
}

.switch:disabled:active::before, .switch:disabled:active::after, .switch:disabled:checked::before {
	width: 27px;
	transition: none;
}

.switch:disabled:active::before {
	height: 27px;
	width: 41px;
	transform: translate3d(6px, 0, 0);
}

.switch:disabled:checked:active::before {
	height: 27px;
	width: 27px;
	transform: scale(0);
}

.switch::before {
	background-color: var(--dark-main-color);
}

.switch::after {
	background-color: var(--background-color);
}

.switch:checked {
	background-color: var(--main-color);
}

/* Special background color for private switch */
#lf_private.switch:checked {
	background-color: var(--color-alerte);	
}

/* @end */

/* @group Plugins */

hr {
	display: none;
}

#plugin_zone_start_linklist div {
	display: flex;
	justify-content: center;
}

/* @group addlink */

.toolbar-plugin {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: stretch;
	gap: 1rem;
	flex-direction: row;
	padding-left: var(--normal-margin);
	padding-right: var(--normal-margin);
	padding-bottom: var(--normal-margin);
	
}

.toolbar-plugin input {
	margin: 0 !important;
}

/* @end */

.favorite-tag, [title^='Filter ReadItLater bookmarks'] {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1ch;
	padding-right: 1ch;
	border-radius: .43rem;
	background-color: var(--dark-main-color);
	color: var(--background-color);
	white-space: nowrap;
	transition: background 200ms ease-in-out 0s,color 200ms ease-in-out 0s;
	text-decoration: none;
}

.readitlater-toggle {
	text-decoration: none;
}

@media (min-width:768px) {
	.favorite-tag, [title^='Filter ReadItLater bookmarks'] {
	padding-top: 1ch;
	padding-bottom: 1ch;		}
}

.favorite-tag {
	margin-left: .5ch;
	margin-right: .5ch;
}

.favorite-tag:hover {
	background-color: var(--background-color);
	color: var(--dark-main-color);
}

.related_links a {
	font-weight: bold;
	text-decoration: underline;
}

[title^='Filter ReadItLater bookmarks'].filter-on {
	background-color: var(--main-color);
	color: var(--dark-main-color);
}

[title^='Filter ReadItLater bookmarks'].filter-on:hover {
	background-color: var(--dark-main-color);
	color: var(--background-color);
	
}

.md-editor>textarea {
	font-size: 1.6rem !important;
}


#permalinkQrcode.show {
	position: fixed;
	top: 5vw;
	right: 5vw;
	left: unset;
	width: 225px;
    height: 225px;
}

/* @end */

@media (min-width: 768px) {
	:root {
		--normal-margin: 2.4rem;
	}
	
	body {
		font-family: var(--primary-font);
	}
	
	#the-header {
		z-index: auto;
		display: flex;
		flex-direction: column;
	}
	
	#nav-links {
		display: flex;
		font-size: inherit;
		border-top: none;
		padding-left: var(--normal-margin);
		padding-right: var(--normal-margin);
	}
	
	#nav-links ul {
		flex-direction: row;
		font-size: 75%;
		padding-left: 0;
	}
	
	#nav-links li {
		border-bottom: none;
	}
	
	.rss-li {
		margin-right: auto;
	}
	
	.shaarli_title {
		padding: 0;
	}
	
	.nav_item_actions {
		justify-content: center;
	}
	
	.linklist-item-infos .nav_item_actions {
		justify-content: start;
	}
	
	.picwall-container {
		grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
		gap: 1rem;
	}
	
	.navigation {
		padding-left: 0;
	}
	
	#linklist-paging .options {
		padding-left: 0;
		padding-right: 0;
	}
	
	#linklist :target {
		border: 0 dotted #333;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;	}
	
	#linklist header {
		display: flex;
		align-items: center;
		/*		justify-content: space-between; WHY??*/
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		flex-wrap: wrap;
	}
	
	#linklist h2 {
		/* Remove the … */
		white-space: normal;
	}
	
	.linklist-item .tags {
		display: none;
	}
	
	.tags-header-linklist {
		display: inline-flex;
		margin-left: auto;
		align-self: flex-start;
		
	}
	
	.linklist-item {
		font-size: 125%;
	}
	
	.linklist-item:hover {
		background-color: var(--accent-color);
	}
	
	
	.link_footer {
		display: flex;
		justify-content: start;
	}
	
	.subheader-form.open {
		position: fixed;
		z-index: 400;
		bottom: 0;
	}
	
	.subheader-form .item_action {
		font-size: 100%;
	}
	
	
	.tools-bookmarklets {
		display: block;
	}
	
	#linklist-paging {
	flex-direction: row;
	gap:2rem;
}
	
	/* Retirer le padding ajouté sur la version smartphone */
	
	#linklist {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#footer {
		margin-bottom: 0;
	}
}

@media (min-width:1200px) {
#the-header {
	padding-top: var(--margin);

}

nav#nav-links {
	padding-right: var(--margin);
	padding-left: var(--margin);
}


#search, .toolbar-plugin {
	padding-left: var(--margin);
	padding-right: var(--margin);	
}

#linklist-paging {
	padding-left: var(--margin);
	padding-right: var(--margin);		
}

#linklist article {
	padding-left: var(--margin);
	padding-right: 7vw;		
}

#footer {
	padding-bottom: var(--margin);
}

.link-expand {
right: var(--margin);	
}
.container {
	padding-left: var(--margin);
	padding-right: var(--margin);		
}

#search-result-block {
	margin-left: var(--margin);
	margin-right: var(--margin);
}
}

@media (prefers-color-scheme: dark) {
	:root {
		--dark-main-color: white;
		--background-color: #202124;
		--main-color: #3ec904;
	}
	
	
	[type="url"], [type="text"], [type="password"], textarea, .toolbar-plugin [type="text"] {
		background-color: rgba(139, 139, 139, 0.27);
		border-bottom: 1px solid black;
		color: unset;
	}
	
	.linklist-item {
		border-bottom: .05rem solid rgba(255, 255, 255, 0.23);
	}
	.linklist-item:hover {
		background-color: rgba(255, 255, 255, 0.10);
	}
}
