@font-face {
	font-family: 'Comic-Izarra2';
	src: url('design/Comic-Izarra2.woff') format('woff');
}

.logoresponsive
{
	max-width: 50%;
	width: auto;
	min-width: 6em;
	height: 3em;
	min-height: 3em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: url(design/izarraowisp.png) no-repeat center;
	background-size: contain;

}

.logoresponsive:hover
{

	max-width: 50%;
	width: auto;
	min-width: 6em;
	height: 3em;
	min-height: 3em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: url(design/izarraowisplux.png) no-repeat center;
	background-size: contain; 
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 50;


}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: rgb(14, 0, 16);
	border-radius: 5px;
	width: 50%;
	position: relative;
	text-align: center;
}

.popup p {

	text-align: center;
}

.popup img {

	max-width: 100%;
}

body::-webkit-scrollbar-track {
	background: black;
	/* color of the tracking area,works on chrome, edge, safari */
}

body::-webkit-scrollbar-thumb {
	background-color: rgb(155, 155, 155);
}

body {
	color: #F8D783;
	font-size: 1.8em;
	font-style: normal;
	font-family: 'Comic-Izarra2', Verdana, Arial, sans-serif;
	font-weight: bold;
	max-width: 100%;
	scrollbar-color: grey black;
	/* firefox */
}

#couverture {
	height: 500px;
	border: 2px solid black;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	border-radius: 30px;
}

header {
	min-height: 100px;
}

ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	list-style-position: inside;
	margin: 10px;

}

li{
	margin-left: -1em;
	padding-left: 0;
}

#backtotop {
	position: fixed;
	font-size: 1.5em;
	top: 5px;
	right: 0.5em;
}

#gotobottom {
	position: fixed;
	font-size: 1.75em;
	top: 5px;
	right: 1em;
}

header
{
	min-height:100px;
	height: auto;
	width: 100%;
}

#barrecomics {
position: fixed;
display: block;
top: 0px;
left: 0px;
width: 100%;
height: 3em;
z-index: 2;
background: rgba(75, 8, 42, 0.5);
}

#barremenuresponsive {
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	height: 3em;
	z-index: 2;
	background: rgba(75, 8, 42, 0.5);
	}

#barremenuresponsive svg.svgmenu {
		display:block;
		position : absolute;
		top: 5px;
		left: 20px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		padding-top: 10px;
		fill: #F8D783;
	}

	svg.svgmenu {
		display:block;
		position : absolute;
		top: 5px;
		left: 20px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		padding-top: 10px;
		fill: #F8D783;
	}

#menuhaut {
	margin: auto;
    text-align: center;
    top: 20px;
    right: 20px;

}
#menuhautreading, #menuhautresponsive {
	padding: 5x;
	position: fixed;
	top: 15px;
	right: 4em;

}

#menuhautresponsive
{
	padding: 5x;
	position: absolute;
	top: 15px;
	right: 1em;

}

#menu,
#menu2 {
	max-width: 80%;
	display: flex;
	justify-content: space-around;
	margin: auto;
	font-size: 1.5em;
	position: scroll;
	flex-wrap: wrap;
	min-height: 100px;
	text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
}

#menucomicreading {
	position:fixed;
	top : 1.5em;
}

#menuresponsive
{
	position:absolute;
	top : 0.5em;
}

#menuresponsive, #menucomicreading 
{
	display: none;

	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 8.5em;
	width: auto;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	font-size: 2em;
	position: relative;
	flex-wrap: wrap;
	height: auto;
	background: #4B082A;
	border-radius: 30px;
	transition: margin-top 0.5s;
}


#menucomic {
	display: flex;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	justify-content: space-around;
	text-align: center;
	font-size: 2em;
	flex-wrap: wrap;
	height: 1.5em;
	background: #4B082A;
	border-radius: 30px;
	transition: margin-top 0.5s;
}

#burger
{
display: none;	
}

.lien1,
.lien2,
.lien3,
.lien4,
.lien5,
.lien6,
.lien7 {
	margin: 5px;
	padding: 8px;
}

a {
	color: #F8D783;
	text-decoration: none;
}

a:hover {
	color: rgb(255, 215, 165);
	text-shadow: #FFFFFF 1px 0 10px;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	color: #F8D783;

}

h2 {
	font-size: 1em;

}

h4.pseudo {

	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}


main {
	text-align: center;
	margin: auto;
	max-width: 100%;
	height: auto;


}



.summary {
	width: 60%;
	margin: auto;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	background: url(design/sectiontexture.jpg) scroll;
	border-radius: 30px;
	border: 5px #F8D783 solid;


}

section {
	width: 60%;
	min-height: 800px;
	background: url(design/sectiontexture.jpg) scroll;
	margin: auto;
	padding: 20px;
	border: 5px black solid;
	text-align: center;
	scrollbar-color: black;
	border-radius: 30px;
}


/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.webtoon {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	justify-content: center;
	align-items: center;
}

.webtoon_image {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	align-items: center;
}

.pagination {
	background: white;
	width: 50%;
	margin: auto;

}

/* Pagination links */
.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
	background-color: maroon;
	color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {
	background-color: #ddd;
}

footer {
	display: flex;
	width: 100%;
	margin: auto;
	justify-content: center;

}

.socialmedia,
.autre,
.partenaires {
	width: 30%;
	min-width: 250px;
	border-left: 3px #000000 solid;
	border-right: 3px #000000 solid;
	border-radius: 20px;
	margin: 10px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	font-family: 'Comic-Izarra2', Verdana, Arial, sans-serif;
	font-size: 0.9em;

}

.dropdown {

	position: relative;
	display: inline-block;

}


.dropdown-content {
	visibility: hidden; /* hides sub-menu */
	opacity: 0;	
	margin: auto;
  background-color: black;
  border: 2px #F8D783 solid;
	border-radius: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 300px;
  width: 100%;
  max-height: 5px;
  transform: translateY(-0.5em);
  transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;

}


/* Links inside the dropdown */
.dropdown-content a,
.chapter-dropdown a {
	font-size: 0.6em;
	color: #F8D783;
	background-color: none;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
}

.chapter-dropdown {
	visibility: hidden; /* hides sub-menu */
	opacity: 0;	
	background-color: black;
	border: 2px #F8D783 solid;
	border-radius: 10px;
	position: absolute;
	width: 100%;
	padding: 0px;
	margin-top: -0.75em;
	z-index: 1;
	max-height: 5px;
	transform: translateY(-0.5em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;

}

div.dropdownComic {
	margin: -40px;
	z-index: 1;

}



.dropdownComic:hover .chapter-dropdown {
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	max-width: 300px;
	height: 300px;
	max-height: 300px;
	overflow-y: auto;
	transform: translateY(0em);
	transition-delay: 0.3s, 0s, 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	width: 100%;
	max-width: 300px;
	max-height: 600px;
	padding: 5px;
	overflow-y: auto;
	transform: translateY(0em);
	transition-delay: 0s, 0s, 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}



.liste_commentaire {
	padding: 20px;
	border-radius: 10px;
	border: solid black 5px;
	background: rgba(0, 0, 0, 0.75);
	height: 400px;
	overflow-y: scroll;
	word-break: break-all;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formatcommentaire {
	border-bottom: solid 2px #F8D783;
	width: 100%;
	margin: auto;
}

#formulaire_commentaires {
	width: 800px;
	margin: auto;
	text-align: center;
}

textarea,
input {
	background-color: #D2BDCA;

}

textarea {
	width: 90%;
	margin: 10px;
}


em.date {
	font-size: 0.8em;
}

a.disabled {
	cursor: not-allowed;
	color: rgba(255, 215, 165, 0.5);
	pointer-events: none;
	text-decoration: none;
}

.g-recaptcha {
	margin: auto;
	position: relative;
	right: 100px;
	max-width: 100px;

}

.alerteRed {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #c22748;
	border: 4px rgb(255, 200, 120) solid;
	border-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.alerteGreen {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #4f8d3c;
	border: 4px rgb(255, 200, 120) solid;
	border-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

@media all and (max-width:1200px) {


	html,
	body {
		margin: 0;
		padding: 0;
	}

	body {
		color: #F8D783;
		font-size: 1.8em;
		font-style: normal;
		font-family: 'Comic-Izarra2', Verdana, Arial, sans-serif;
		font-weight: bold;
		background: rgb(14, 0, 16);

	}



	#menucomic {
		margin-top: 5px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		display: none;
		flex-direction: column;
		justify-content: space-around;
		text-align: center;
		font-size: 2em;
		position: scroll;
		height: auto;
		background: #4B082A;
		border-radius: 30px;
		transition: margin-top 0.5s;
	}

	#menu {
		width: 100%;
		display: flex;
		justify-content: space-around;
		margin: auto;
		background: black;
		height: auto;
		font-size: 1.8em;
	}

	#burger
{
display: block;	
}

#nonburger
{
display: none;	
}

	.lien1,
	.lien2,
	.lien3,
	.lien4,
	.lien5,
	.lien6,
	.lien7 {
		margin: 4px;
		padding: 4px;
	}

	#menu a {
		color: #F8D783;
		text-decoration: none;
	}

	#menu a:hover {
		color: rgb(255, 215, 165);
		text-shadow: #FFFFFF 1px 0 10px;
	}




	.summary {
		width: 90%;
		margin: auto;
		text-align: justify;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0px;
		background: url(design/sectiontexture.jpg) fixed;

		border: 5px black solid;


	}

	section {
		width: 90%;
		min-height: 1000px;
		background: url(design/sectiontexture.jpg) scroll;
		margin: auto;
		padding: 20px;
		border-left: 2px black solid;
		border-bottom: 2px black solid;
	}

	.webtoon {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: auto;
		padding: 0px;
		justify-content: center;
		align-items: center;
	}

	._images {
		margin: 0px;
		padding: 0px;
		align-items: center;
		max-width: 100%;
		height: auto;
	}

	.formatcommentaire {
		border-bottom: solid 2px #F8D783;
		width: 100%;
		margin: auto;
	}

	.liste_commentaire {
		width: 85%;
	}

	#formulaire_commentaires {
		width: 100%;
		margin: auto;

	}

	textarea {
		width: 90%;
		margin: 10px;
	}

	#menu,
	#menu2 {
		max-width: 80%;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		margin: auto;
		font-size: 1.5em;
		position: scroll;
		flex-wrap: wrap;
		height: auto;
		min-height: 50px;
		text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;

		padding-top: 10px;
		padding-bottom: 10px;
	}

}

@media all and (max-width:500px) {
	#menucomic {
		margin-top: 5px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		font-size: 2em;
		position: scroll;
		height: auto;
		background: #4B082A;
		border-radius: 30px;
	}
}