body {
	margin: 0;
	font-family: sans-serif;
}

h2 {
	color: #16a085;
}

/* Headers */
.header_haut {
	width: 100%;
	height: 110px;
	background: #345;
	box-shadow: 0px 0px 10px;
}

.header_haut #nom_prenom {
	width: 600px;
	margin: auto;
	padding-top: 5px;
	color: #1abc9c;
	font-size: 2.5em;
	display: block;
	text-align: center;
}

.header_haut #description {
	width: 600px;
	margin: auto;
	color: #1abc9c;
	font-size: 1.8em;
	display: block;
	text-align: center;
}

.header_projet {
	color: #345;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
/* Fin headers */

main > section {
	margin: 20px auto;
	width: 800px;
	background: #ecf0f1;
	border-radius: 3px;
	box-shadow: 0.8px 0.8px 5px #16a085;
	padding: 10px 20px 10px 20px;
}

#presentation {
	text-align: justify;
}

#dl a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#dl a:hover {
	color: #000;
	text-decoration: underline;
	text-decoration-style: dashed;
	font-weight: bold;
}

#img_dl {
	margin-left: 1em;
}

/* Tableau */
table {
	border-radius: 3px;
	overflow: hidden;
}

.tableau {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.7em;
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}

.tableau th {
	font-size: 1.5em;
	font-weight: normal;
	padding: 8px;
	background: #16a085;
	color: #fff;
}

.tableau td {
	padding: 8px;
	font-size: 1.2em;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	border-top: 1px solid #fff;
	background: #1abc9c;
}

.tableau tfoot tr td {
	background: #fff;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

.tableau tbody tr:hover td {
	background: #95a5a6;
	color: #fff;
}

.tableau a:hover {
	text-decoration: underline;
}

.green {
	color: #1abc9c;
	font-size: 1.8em;
	padding-left: 50px;
}
/* Fin tableau */

#liste_projets {
	display: block;
	width: 100%;
}

.custom-counter {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

.custom-counter li {
	counter-increment: step-counter;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline-block;

	line-height: 150%;
}

.custom-counter li::before {
	content: counter(step-counter);
	margin-right: 5px;
	font-size: 80%;
	background-color: #34495e;
	color: white;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 3px;
}

#separation_haut {
	width: 800px;
	margin: auto;
	background: rgba(255, 255, 255, 0.05);
	padding: 10px 20px 17px 20px;
}

#separation_bas {
	width: 800px;
	margin: auto;
	background: rgba(255, 255, 255, 0.05);
	padding: 7px 20px 30px 20px;
}

hr.style {
	margin-top: 30px;
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Modale */
.modal {
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	display: table;
	box-shadow: 0px 0px 10px;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 16px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/* Fin modale */

/* Boutons */
input[type="button"],
button,
.button {
	float: right;
	margin-top: -10px;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	color: #fff !important;
	text-decoration: none;
	padding: 0.5em 1.2em 0.5em 1.2em;
	background-color: #2c3e50;
	border: 0;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}

input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: rgba(44, 62, 80, 0.85);
}

input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(44, 62, 80, 0.7);
}
/* Fin boutons */

.breve_desc {
	margin-top: 10px;
	margin-left: 28px;
}

/* Images */
#img_star_wars{
	width: 50%;
	height: 50%;
	float: left;
	margin-top: 20px;
	box-shadow: 0px 0px 5px;
}
#img_equipe{
	width: 50%;
	height: 70%;
	float: left;
	margin-top: 20px;
	box-shadow: 0px 0px 5px;
}
#img_versions{
	width: 50%;
	height: 70%;
	float: left;
	margin-top: 20px;
	box-shadow: 0px 0px 5px;
}
#img_dojo{
	width: 50%;
	height: 70%;
	float: left;
	margin-top: 20px;
	box-shadow: 0px 0px 5px;
}

.vignette {
	width: 15%;
	height: 15%;
	margin-right: 0px;
	margin-top: 15px;
	cursor: pointer;
}

/* Fin images */

.description_projet {
	margin-left: 50px;
	margin-top: 20px;
	float: left;
	width: 40%;
	text-align: justify;
	background: #ecf0f1;
	padding: 10px 10px 5px 10px;
	border-radius: 3px;
}

.description_projet a {
	color: inherit;
}

.mef_pres {
	color: #16a085;
	font-weight: bold;
	font-size: 2em;
}

.mef_techno {
	color: #16a085;
	font-weight: bold;
	font-size: 1em;
}

.techno {
	padding: 5px;
	background: #ecf0f1;
	border-radius: 3px;
}

.liste_fonctionnalites {
	margin-left: 40px;
}

/* Footer */
footer {
	width: 100%;
	height: 100px;
	margin: auto;
	background: #345;
	box-shadow: -5px 0px 10px;
}

footer span {
	display: block;
	margin: auto;
	padding-top: 41px;
	width: 800px;
	text-align: center;
	color: #1abc9c;
	font-size: 1.15em;
}

footer a {
	color: #1abc9c;
}

footer a:hover {
	color: #fff;
}
/* Fin footer */

/* Responsive */