#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;
}

.novisible{
	display:none!important;
}


.divider{
	position: relative;
	margin-top: 30px;
	padding-bottom:30px;
	height: 1px;
	width:100%;
}
.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, #description{
	animation: fadeIn 5s;
  text-align:center;
}

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

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

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

#craft{
	width:100%;
}

#encounter{
	font-style: italic;
}

.path, .pnj, .item, .work, .normal_link, .choice, .craft{
	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,#remove-object{
	text-align:center;
}

#title-story{
	font-family: 'Midjungards', sans-serif; 
}

.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 {
    width: 80%;
    margin-left: 10%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
	/*background-color:#777;*/
    box-shadow: 0px 0px 15px 15px white;
}

.story_picture img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: -10px;
  padding:1px;
  background-color:white;
}



.story_picture .blur {
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: 0px;
    border-radius:30px;
    box-shadow: inset 0px 0px 10px 15px white;
}

.symbol{
	width:20%;
	border-radius:5px;
	margin-top:30px;
}

.story_picture_hidden{
	display: none;
}

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


p .italic, a.italic{
	font-style: italic;
}


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;
}


.travel{
	width:100%;
	display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.travel-item{
	width:30%;
}

.travel-item-discover, .travel-item-notdiscover{
	  width: 100%;
    border-radius: 10px;
    box-shadow: 20px 20px 20px 20px rgb(245 245 245);

}

.travel-item-notdiscover{
	filter: grayscale(100%);
}

th button {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
}

#carac_area{
	width:100%;
	display:flex;
	justify-content: space-evenly;
}

#carac_area .carac_fieldset{
	text-align: center;
}

.three-buttons{
	width:100%;
	display:flex;
	justify-content:space-evenly;
}

.three-buttons form{
	width:30%;
}

#searchInput{
	margin-bottom:30px;
}

#chooseNavMode{
	width:100%;
	display:flex;
	justify-content: space-evenly;
}

#chooseNavMode .navMode{
	width:40%;
}

#chooseNavMode .navMode a, #chooseNavMode .navMode img{
	width:100%;
	border:0;
}

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

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

.symbol{
	width:50%;
}

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

	#burger_menu{
		display:block;
	}

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