body {
	margin: 0;
}
header .nav-logo img {
	margin-top: 13px;
	margin-bottom: 13px;
}

div.page-header {
	background-color: rgb(77,77,77);
	padding-top: 30px;
	padding-bottom: 30px;
}
div.page-header .row {
	max-width: 900px;
	margin: auto;
}
div.page-header h1 {
	color: rgb(243, 75, 63);
}
div.page-header p {
	color: white;
}

#ident {
	max-width: 900px;
	margin: auto;
	margin-top:25px;
}

#ident .form {
	background-color: #fefbf5;
	border-radius: 8px;
	padding-bottom: 25px;
}
#ident .form h2 {
	color: #906309;
}
#ident .form p {
	text-align: justify;
}

.doc-container {
	background-color: lightgray;
}

.mainbox {
	max-width: 900px;
	margin: auto;
	width: 100%;
	height: 50%;
}

.box1 {
	width: 50%;
	height: 60px;
	background-color:blueviolet;
}

.unlocked {
	background-color: #eee;
	color: #444;
}

.locked {
	background-color: #444;
  	color: #eee;
	box-shadow: 6px 6px 2px 1px #a7a7a7;
}

.unavailable {
	background: #444 url("/himg/timer_jaune.png");
	background-position: right 3em bottom 50%;
	background-repeat: no-repeat;
}

.unavailable:hover {
	background-position: right 3em bottom 90%;
}

.available {
	background: #444 url("/himg/timer_vert.png");
	background-position: right 3em top 50%;
	background-repeat: no-repeat;
}

.available:hover {
	background-position: right 3em top 10%;
}

.clue_message {
	position: absolute;
	padding: 5px;
	top: 40%;
	right: 10px;
	width: 12em;
	font-size: 11px;
	text-align: right;
	display: none;
}


.helph1 {
	padding: 10px 20px;
}

.accordion {
	position: relative;
	margin: 0px 20px;
	cursor: pointer;
	padding: 2.5em;
	padding-left: 1em;
	padding-right: 8em;
	width: 90%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-radius: 5px;	
}

.active, .unlocked:hover {
	background-color: #ccc; 
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: #bbb;
	overflow: hidden;
}

.mainbox .panel p ,
.mainbox .panel li {
	text-align: justify;
}
.mainbox .panel .links {
	font-size: 10pt;
}

.mainbox .row img {
	max-width: 100%;
}
.mainbox .code {
	font-family: monospace;
}
.mainbox .legend {
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
.mainbox .emoji {
	height: 15px;
	width:  15px;
}
.mainbox pre.code {
	background-color: black;
	color: white;
}

.hackme_menu {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the hackme_menu */
.hackme_menu button {
	background-color: #f1f1f1;
	color: #888888;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

/* Create an active/current hackme_menu class */
.hackme_menu button.active {
	background-color: #d3d3d3;
	color: #444444;
}
