#little-content{
	width:50%;
	margin-left:25%;
}

.separator{
	width: 20%;
	margin-left: 40%;
	background-image: url("../images/design/separator.jpeg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
	margin-top: 20px;
}

#gallery{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	border-radius:10px;
}

.gallery_image{
	width:33%;
}

.gallery_image img{
	width:100%;
	height:100%;
}


.divider
{
	position: relative;
	margin-top: 30px;
	padding-bottom:30px;
	height: 1px;
}
.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 2px;
	background-image: linear-gradient(to right, transparent, rgb(128,128,128), transparent);
}

h3, table{
	text-align:center;
	width:100%;
}

#submit-button{
	width:100%;
	text-align:center;
}

#story, #fight{
	animation: fadeIn 5s;
        text-align:center;
}

#fight{
	text-align:center;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#paths, #pnjs, #items, #encounter, #links{
	text-align:center;
}

#paths, #pnjs, #items{
	width:33%;
}

#encounter{
	font-style: italic;
}

.path, .pnj, .item, .normal_link, .choice{
	text-decoration: none;
	color: unset !important;
	font-style: italic;
	border-bottom: 0;
}

#title-page, #title-story, #caracteristiques, .central_link, .title-intermediaire-story, #description, #name, #return, #use-object{
	text-align:center;
}

.title-intermediaire-story{
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: -0.025em;
	font-style: italic;
	padding-bottom:10px;
}

.title-intermediaire-story::first-letter {
    font-size: 1.75rem;
    font-weight: bold;
}

.central_link{
	padding:20px;
}

#dialog, #dialog_choices{
	font-style: italic;
	text-align:center;
	padding-top:20px;
}

#dialog_choices{
	padding-bottom: 20px;
}

#informationMessage, #storyMessage, #communicationMessage{
	width:50%;
	margin-left:25%;
	text-align:center;
	box-shadow: 0 0 8px 3px rgb(245 245 245) inset;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  font-style: italic;
}

.story_picture{
	padding-top:20px;
  width:80%;
  margin-left:10%;
  border-radius:5px;
}

.symbol{
	width:20%;
	border-radius:5px;
	margin-top:30px;
  box-shadow: 0px 0px 20px 20px rgb(245 245 245);
}

.story_picture img{
		width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 20px rgb(245 245 245);
}

.story_picture_hidden{
	display: none;
}

#story_choices{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

.fight_picture{
	width:50%;
	margin-left:25%;
}

.fight_picture img{
	width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 20px rgb(245 245 245);
    box-shadow: 0px 0px 20px 20px rgb(245 245 245) inset;
}

ul.actions input[type="submit"]{
	margin-top:30px;
}

#editor{
	width:100%;
	display:flex;
}

#editor_file{
	width:20%;
}

#editor_view{
	width:100%;
}

.collapsible-list{
    list-style: none;
}
.collapsible-list li{
  display:none;
}
.collapsible-list.active li{
  display:block;
}

@media screen and (max-width: 736px) {
	#little-content{
		width:100%;
		margin-left: 0%;
	}

	#integrate_btn, #integrate_select{
	width:100%;
}

	.fight_picture{
		width:80%;
		margin-left:10%;
	}

.symbol{
	width:50%;
}

	#paths, #pnjs, #items{
		width:80%;
	}
	header h1, header #nav{
		display:none;
	}

	#burger_menu{
		display:block;
	}

	#informationMessage, #storyMessage{
		width:80%;
		margin-left:10%;
	}

}