#supercontainer
{
padding-bottom: 0;
}

#supercontainer > .container
{
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #2F323A;
	color: #FEFEFE;
}

.full-strip
{
	text-align: center;
}

.strip
{
	margin-bottom: 50px;
}

.strip,
.comment-zone > div
{
	max-width: 900px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.strip img
{
	transition: filter 0.5s ease;
}

a.strip
{
	color: #FEFEFE;
}

a .strip:hover img
{
	box-shadow: none;
	filter: drop-shadow(5px 5px 5px #222222);
	transition: filter 0.5s ease;
}

.strip h1,
.list-of-strips .strip h2
{
	text-align: center;
	font-family: 'Computer Modern';
	margin-top: 70px;
	margin-bottom: 40px;
}

.left-slide
{
	display: block;
	position: fixed;
	left: calc( 100% - 29px );
	overflow: hidden;
	margin-left:0;
	transition:  margin-left 2s;

}

.left-slide:hover,
.left-slide:not(:hover)
{
	transition:  margin-left 2s;
}

.get-strip-sources:hover
{
	margin-left: -77px;
}

.get-strip-sources
{
	top: 200px;
}

.get-blog-rss
{
	top: calc( 200px + 29px );
}

.get-blog-rss:hover
{
	margin-left: -85px;
}

.left-slide > div.slide-container
{
	position: relative;
}

.left-slide > div.slide-container > div:nth-of-type(1)
{
	position: absolute;
	left: 0;
	opacity: 1;
}

.left-slide > div.slide-container > div:nth-of-type(2)
{
	opacity: 0;
}

.left-slide > div.slide-container > div:nth-of-type(1)
{
	opacity: 1;
	transition:  opacity 2s;
}

.left-slide:hover > div.slide-container > div:nth-of-type(1)
{
	opacity: 0;
	transition:  opacity 2s;
}

.left-slide > div.slide-container > div:nth-of-type(2)
{
	opacity: 0;
	transition:  opacity 2s;
}

.left-slide:hover > div.slide-container > div:nth-of-type(2)
{
	opacity: 1;
	transition:  opacity 2s;
}


.get-strip-sources:hover img
{
	box-shadow: none;
}

.strip .main-image
{
	text-align: center;
	max-width: 100%;
}

.strip-info
{
	margin-bottom: 35px;
	position: relative;
}

.list-navigation
{
}

.list-navigation a
{
	position: absolute;
	bottom: 0;
	color: #848484;
	font-size: 20pt;
	font-family: 'Computer Modern Serif';
}

.list-navigation a.prev
{
	left: 3px;
}

.list-navigation a.next
{
	right: 3px;
}

.comment-zone textarea
{
	resize: vertical;
	width: 100%;
}

.comment-zone
{
	background-color: #262626;
	color: white;
	text-align: center;
}


.lang-navigation
{
	font-family: Monospace, Monaco, Courrier New;
	text-align: center;
	color: #FEFEFE;
}

.lang-navigation a
{
	color: #FEFEFE;
	font-size: 20pt;
}

.strip-message
{
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'Computer Modern Serif';
}

.comment-zone h2
{
	text-align: center;
	font-family: 'Computer Modern Serif';
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 30pt;
}


.submit-strip-comment
{
	margin-bottom: 60px;
}

.submit-strip-comment textarea,
.submit-strip-comment input
{
	background-color: black;
	border: solid 1.5px #646464;
	border-radius: 8px;
	color: white;
	font-size: 14pt;
	padding: 4pt;
	font-family: 'Computer Modern Serif';
}

.submit-strip-comment textarea::placeholder,
.submit-strip-comment input::placeholder
{
	font-style: italic;
}

.submit-strip-comment textarea:focus,
.submit-strip-comment input:focus
{
	border-color: #0081c2;
	box-shadow: 0 0 0 4px var(--focus-ring);
}


:root
{
	--space-width-between-inputs: 3%;
	--space-width-between-inputs-insubform: 1%;
}

.submit-strip-comment textarea
{
	margin-bottom: var(--space-width-between-inputs);
}
.submit-strip-comment input
{
	width: calc((100% - 2 * var(--space-width-between-inputs))/3);
}

.submit-strip-comment input:not(:first-of-type)
{
	margin-left: var(--space-width-between-inputs);
}

.sendButton
{
	margin-top: var(--space-width-between-inputs);
	border-radius: 6px;
}

.submit-strip-comment.subform
{
	margin-top: 5px;
	margin-bottom: 10px;
	display: none;
}

.submit-strip-comment.subform textarea,
.submit-strip-comment.subform input
{
	font-size: 12pt;
}

.submit-strip-comment.subform textarea
{
	margin-bottom: 0;
	border-radius : 8px 8px 0 0;
	border-bottom: 0;
}

.submit-strip-comment.subform input
{
	width: 33.33%;
	margin-left: 0;
	border-radius: 0;
	border-bottom:0;
}

.submit-strip-comment.subform input:nth-of-type(1)
{
	border-radius: 0 0 0 0px;
	border-right: 0;
}

.submit-strip-comment.subform input:nth-of-type(3)
{
	border-radius: 0 0 0px 0px;
	border-left: 0;
}

.subformParrent-number
{
	display: none;
}

.sendButton
{
	background: #841314;
	color: white;
	border: solid 1.5px #646464;
	border: none;
	padding: 4pt;
	font-family: 'Computer Modern Serif';
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 16px;

}

h2 small.date
{
	color: #841314;
}

.sendButton:hover
{
	background-color: #8c3236;
}

.submit-strip-comment.subform .sendButton
{
	margin-top: 0;
	border-radius: 0 0 8px 8px;
}

.comment-list dt
{
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

.comment-list dt > a.sender-name
{
	font-family: 'Computer Modern Serif';
	font-size: 14pt;
	color: white;
}

.comment-list dt > a.sending-date
{
	font-family: Monospace, Monaco, Courrier New;
	color: #858585;
}

.comment-list dd
{
	margin-left: 0;
}

.comment-list dd > .replies
{
	padding-left: 50px;
}

.comment-list dd > .replies .replies
{
	padding-left: 10px;
}

dt.the-author-himself::before
{
}

.author-sign
{
	position: absolute;
	left: -1em;
	bottom: 0;
}

.the-author-himself.sender-name
{
	position: relative;
	background: linear-gradient(#dc0a12, #ab060f);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.the-author-himself.sender-name .author-sign
{
	background: radial-gradient(#dc0a12, #ab060f);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.reply
{
	color: white;
	background: 0;
	border: 0;
	display: inline-block;
}

.reply:hover
{
	cursor: pointer;
}

.current-strip
{
	display: none;
}

.subform-activator
{
	display: none;
}

.subform-activator:checked + .subform
{
	display: block;
}

@media (max-width: 924px)
{
	.strip,
	.comment-zone > div
	{
		padding-left: 2px;
		padding-right: 2px;
	}
}

@media (max-width: 490px)
{
	.comment-list dt > a.sender-name
	{
		display: block;
	}

	.comment-list dd > .replies
	{
		border-left: 3px solid white;
		padding-left: 10px;
	}

	.submit-strip-comment input, .submit-strip-comment input:not(:first-of-type)
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: var(--space-width-between-inputs);
	}
}


.submit-strip-comment textarea.wrong-answered,
.submit-strip-comment input.wrong-answered
{
	border-color: #D7005F;
}

.error-indicator-example
{
	color: #D7005F;
	border: solid 1px #D7005F;
	border-radius: 4px;
	padding: 2px;
}

.list-of-strips
{
	text-align: center;
}


.list-of-strips .get-strip-sources
{
	display: none;
}


.list-of-strips h1,
.list-of-strips .strip h2
{
	text-align: left;
	margin-bottom: 10px;
	color: #FEFEFE;
	color: #A0A3AA;
}

.comic-header
{
	width: 100%;
	overflow: hidden;
	display: block;
}


.comic-header img
{
	transition: filter 0.5s ease;
}

.comic-header:hover img
{
	box-shadow: none;
	filter: drop-shadow(5px 5px 5px #222222);
	transition: filter 0.5s ease;
}

.comic-header.big img
{
	max-height: 60px;
}

.comic-header > div
{

	margin-left: -250%;
	width: 600%;
	text-align: center;
	margin-top: 40px;
	display: block;
}

@media (min-width: 750px)
{
	.comic-header.big img
	{
		max-height: 150px;
	}
}

.comic-header.minor 
{
	width: 100%;
	display: block;
	overflow: hidden;
}

.comic-header.minor img
{
	max-height: 70px;
	margin-top: 20px;
}

.moto > div
{
	text-align: center;
	font-family: "Computer Modern";
}

footer.comicfooter
{
	background: none;
	height: unset;
	position: unset;
}

footer.comicfooter *
{
	color: black;
}

footer.comicfooter .currentpage
{
	font-size: 24px;
	line-height: 130%;
	color: #bdbdbd;
}

footer.comicfooter .totalpages
{
	color: #666;
}

.page-number
{
	min-width: 400px;
	display: inline-block;
	text-align: center;
}

footer.comicfooter  a
{
	min-width: 100px;
	display: inline-block;
	color: #bdbdbd;
	color: #666;
}

.page-number > .prevpage
{
	text-align: right;
}

.page-number > .nextpage
{
	text-align: left;
}

a[href]:hover,
a[href]:hover *
{
	color: black;
	color: white;
	text-shadow: black 0px 0px 2px;
}

.rss-container
{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.rss-container a img
{
	box-shadow: none;
	transition:  height 1s;
	height: 40px;
}

.rss-container a:hover img
{
	transition:  height 2s;
	height: 60px;
}
