
:root {
	--c-background: #f7f7f7;
	--c-backgroundt: #f7f7f722;

	--c-text: #5a5d5d;
	--c-textlight: #70747544;
	--c-textdark: #373a39;

	--c-textinvert: white;


	--c-red: #db5645;
	--c-green: #55b869;
	--c-white: white;

	--c-accent: #a18463;
	--c-accentlight: #a184630f;
	--c-accentdark: #7a6041;

	--c-cardback: #f9f9f9;
	--c-shadowcolor: #594220;

    --c-bordergradient1: #f4f4f4;
    --c-bordergradient2: #a9a19533;

	--p-border: .5rem;
	--p-thinline: .04rem;

}

input:focus,
select:focus,
textarea:focus,
button:focus {

}
code {
	text-wrap: wrap;
}
.line-numbers-rows > span {
    line-height: 1.5;
}
.form-control:focus {
	box-shadow: 0 !important;
}
html,body{
	height:100%;
	white-space-collapsing:discard;
}
* {
		white-space-collapsing:discard;
}
pre {
	overflow: hidden;
}

.markdown .orange {color: orange;}
.markdown .green {color: green;}
.markdown .red {color: red;}

.spoiler {
	display: none;
}

.center_xy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translatex(-50%);
}

.error-message {
	font-size: 1.2rem;
	border-top: 1px #bea60a solid;
	border-bottom: 1px #bea60a solid;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	height: 2rem;
    vertical-align: middle;
    line-height: 2rem;
    text-align: center;
    background: repeating-linear-gradient( 45deg, #1b1b1d, #1b1b1d 10px, #e8c905 10px, #e8c905 20px);
    color: white;
    text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
    text-transform: uppercase;
    font-weight: bold;
}

.jumbotron {
	background-color: white;
	border: 1px gray solid;
	border-radius: 1.2rem;
	box-shadow:
		inset 0px 0px 1px gray,
		0px 25px 20px -25px gray;
		text-align: center;
}
.jumbotron input {
	width: 80%;
	text-align: center;
	margin-top: 0.9rem;
	border-radius: 0;
	height: 1.3rem;
	line-height: 1.3rem;
	border: 0;
	border-bottom: 0.1rem gray solid;
	margin-left: auto;
	margin-right: auto;

}
.getCode {
	font-size: 0.7rem;
	margin-top: 0.3rem;
	font-style: italic;
	color: var(--c-textlight);
}
.dropdown-menu-right {
    right:0;
    left:auto;
}
.mr {
	margin-right: 0.8rem;
}
.mt1 {
	margin-top: 1rem;
}
.mt2 {
	margin-top: 2rem;
}
.mt3 {
	margin-top: 3rem;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.hand {
	cursor: pointer;
}
.ml {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}
#edit-dst {
	overflow: scroll;
}
.blank {
	width: 12px;
}
.fs-14 {
	font-size: 2rem;
}
.fs-2 {
	font-size: 2rem;

}
.lh-24 {
	line-height: 2.4rem;
}
.pad-x {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.blank {
	font-size: 1rem;
}
.cross:hover {
	text-decoration: line-through !important;
}
.input-button {
	display: none;
}
.button-action {
	display: none;
}
.top-right-corner {
	position: absolute;
	top: 0.5rem;
	right: 1.8rem;
	cursor: pointer;
}

.font-sample-1 {
	font-family: 'Arsenal', sans-serif;
}
.font-sample-2 {
	font-family: 'Playfair Display', serif;
}
.font-sample-3 {
	font-family: 'Raleway', sans-serif;
}

.theme-sample {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	margin: 0 auto;
	border: 1px black solid;
}
.theme-sample-1 {
	background-color: white;
}
.theme-sample-2 {
	background-color: #d9cca9;
}
.theme-sample-3 {
	background-color: #232323;
}
.editor-panel {
	height: calc(100% - 150px);
}
.editor-panel > div {
	height: 100%;
}
.space {
	margin-left: 0.5rem;
}
.uil-big {
	font-size: 1.6rem;
	position: relative;
	line-height: 0px;
}

.uil-big-parent {
	margin-top: -0.2rem;
	margin-bottom: -0.2rem;
}





.markdown img {
	max-width: 100%;
}
.markdown img[alt*="s005"] { width: 5%; }
.markdown img[alt*="s010"] { width: 10%; }
.markdown img[alt*="s015"] { width: 15%; }
.markdown img[alt*="s020"] { width: 20%; }
.markdown img[alt*="s025"] { width: 25%; }
.markdown img[alt*="s030"] { width: 30%; }
.markdown img[alt*="s035"] { width: 35%; }
.markdown img[alt*="s040"] { width: 40%; }
.markdown img[alt*="s045"] { width: 45%; }
.markdown img[alt*="s050"] { width: 50%; }
.markdown img[alt*="s055"] { width: 55%; }
.markdown img[alt*="s060"] { width: 60%; }
.markdown img[alt*="s065"] { width: 65%; }
.markdown img[alt*="s070"] { width: 70%; }
.markdown img[alt*="s075"] { width: 75%; }
.markdown img[alt*="s080"] { width: 80%; }
.markdown img[alt*="s085"] { width: 85%; }
.markdown img[alt*="s090"] { width: 90%; }
.markdown img[alt*="s095"] { width: 95%; }
.markdown img[alt*="s100"] { width: 100%; }

p: has(> img) {
	text-align: center !important;
}

.markdown blockquote {

	aborder-left: 2px var(--c-accent) solid;
	abackground-color: var(--c-white);
	apadding: 0.7rem;

}
.hover-accent:hover {
	color: var(--c-accent);
}
blockquote {
	margin: 0;
	padding: 1rem 1rem 1rem 2rem;
	border-left: 0.42rem solid var(--c-accent);
	position: relative;
}
blockquote:before{
	content: "\201C";
	color: var(--c-accent);
	font-size: 3rem;
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
}
code {
	color: var(--c-accent) !important;
}
pre[class*="language-"]>code {
	border-left: 0.42rem solid var(--c-accent);
	background-image: linear-gradient(transparent 50%, var(--c-accentlight) 50%);
	box-shadow: 0px 0px 1px 0px var(--c-textlight);

}
.markdown ul {
	padding-left: 2rem;
}
a {
	color: var(--c-accent) !important;
	cursor: pointer;
}
a:hover {
	text-decoration: none !important;
	color: var(--c-accentdark) !important;
}
textarea {
	height: 450px;
	width: 100%;
	border: var(--p-thinline) solid var(--c-text);
	border-radius: 1.5rem;
	padding: 2rem 1rem;
}
.green {
	color: var(--c-green);
}
.red {
	color: var(--c-red);
}
body {
	color: var(--c-text);
	background: var(--c-background);
	background-attachment: fixed;
}
.markdown img {

	position: relative;
	object-fit: cover;
	border: 2px var(--c-white) solid;

	box-shadow: 0px 16px 14px -19px var(--c-shadowcolor);

	margin: 1rem auto;
}

hr {
	border-top: 1px var(--c-accent) solid;
	border-bottom: 1px var(--c-white) solid;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
}
.table td, .table th {
	vertical-align: middle;
	text-align: center;
}

table td, table th {
  border: 1px var(--c-textlight) solid;
  padding: 0.3rem !important;
}
table tr:first-child td, table tr:first-child th {
  border-top: 0;
}
table tr td:first-child, table tr th:first-child {
  border-left: 0;
}
table tr:last-child td, table tr:last-child th {
  border-bottom: 0;
}
table tr td:last-child, table tr th:last-child {
  border-right: 0;
}
table th {
	outline-bottom: 1px var(--c-white) solid !important;
	border-bottom: 1px var(--c-accent) solid !important;
}
.navbar {
	z-index: 999;
}

.pane, .jumbotron{

	width: 100%;
	padding: 2rem 1.5rem;
	background-color: var(--c-cardback);
	border-radius: 2.55rem;
	box-shadow:
		inset 0px 0px 1px var(--c-textlight),
		0px 25px 20px -25px var(--c-shadowcolor);
	position: relative;
	box-sizing: border-box;
	background-clip: padding-box; /* !importanté */
	margin-bottom: 2rem;

}
.pane:before, jumbotron:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -10;
	margin: calc(var(--p-border) * (-1) ); /* !importanté */
	border-radius: inherit; /* !importanté */
	background: linear-gradient(to bottom, var(--c-bordergradient1), var(--c-bordergradient2));

}
.shorten {
	height: 14rem;
	overflow: hidden;
    border: var(--p-thinline) solid var(--c-textlight);
    border-radius: 0.7rem;
    padding: 0.7rem;

}
.dropdown-a {
	width: 100%;
	height: 100%;
	display: block;
}
.dropdown-menu {
	border-radius: 2.55rem;
	box-shadow:
		inset 0px 0px 1px var(--c-textlight),
		0px 25px 20px -25px var(--c-shadowcolor);
	padding: 2rem 1.5rem;
	z-index: 1000;
	background-color: var(--c-cardback);
}
.dropdown-menu:before {

}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.dropdown-item:hover {
	background-color: var(--c-accentlight);
}
.selected-item {
	color: var(--c-accent);
}
.list-item {
	cursor: pointer;
}
.list-item:hover {
	color: var(--c-accent);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--c-text);
    background-color: var(--c-cardbacklight);
    background-clip: padding-box;
    border: var(--p-thinline) solid var(--c-textlight);
    border-radius: 25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea {
    background-color: var(--c-cardbacklight);
	color: var(--c-text) !important;
}
input {
	background-color: var(--c-cardbacklight) !important;
}
input:focus {
	color: var(--c-text) !important;
}


.btn-custom {

    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--c-textinvert);
    background-color: var(--c-accent);
    background-clip: padding-box;
    border: 0;
    border-radius: 25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.empty-space {
	height: 1rem;
}
nav {

	background-color: var(--c-cardback);
	border-bottom: var(--p-border) solid var(--c-bordergradient2);
	padding: 1.5rem;
	box-shadow: inset 0px 0px 1px var(--c-textlight);
}
.tr-tint {
	background-color: var(--c-accentlight)
}
.folder-title {
	margin-bottom: 0.5rem;
}
.folder-list {
	margin-bottom: 0.5rem;
}

.user-menu-button {
  cursor: pointer;

		width: 40px;
		height: 40px;
		line-height: 40px;
		font-weight: 1000;
		font-size: 40px;

		border: .0625rem solid var(--c-accent);

		border-radius: 100px;


}
.user-menu-button-text {
	word-wrap: break-word;
	text-align: center;
	vertical-align: middle;
  clip-path: circle(50% at center);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-weight: 1000;
  font-size: 90%;
  color: var(--c-accent);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--c-accent);

}
#notification {
    position:fixed;
    bottom: 1rem;
    width:250px;
    right: 1rem;
    z-index:105;
	border-radius: 2.55rem;
	box-shadow: inset 0px 0px 1px var(--c-textlight),
	0px 25px 20px -25px var(--c-shadowcolor);
	padding: 2rem 1.5rem;
	z-index: 10;
	text-align: center;
	background-color: var(--c-green);
	color: var(--c-white);


}

.footer {
	width: 100%;

	height: 5rem;
}
