@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@500&family=Orbitron&family=Questrial&display=swap');

html, body {
    text-align: center;
}

/*
font-family: 'Exo 2', sans-serif;
font-family: 'Orbitron', sans-serif;
font-family: 'Questrial', sans-serif;
*/

h1 { font-family: 'Questrial', sans-serif; }

p { font-family: 'Exo 2', sans-serif; }

.majusc { text-transform: capitalize; }

.txInfos { font-family: 'Orbitron', sans-serif; }

hr {
    width: 10%;
    color: #ccc;
    margin: 4px auto;
}

#formNom, #carte {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#formNom { flex-wrap: wrap; }

#formNom form { width:100%; }

#carte {
    background-image: url("imgs/badge_source.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

#poste {
    width: 365px;
    height: 605px;
    margin-left: -40px;
    margin-top: 46px;
    position: relative;
}

#leBio {
    margin: 4px auto 20px auto;
}

.titreBio, .ssTitre {
    text-transform: uppercase;
    padding-left: 92px;
}

.titreBio {
    font-family: 'Orbitron', sans-serif;
    font-size: 3em;
    font-weight: 800;
    margin: 0;
    padding-top: 11px; 
}

.ssTitre {
    margin: -4px auto 0 auto;
    font-size: 1.2em;
}

#photo {
    display: block;
    margin: 0 auto 20px auto;
    padding: 0;
    width: 148px;
    height: 186px;
}

#conteneur {
    background-image: url("portraits/johnDoe.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

#nomAgent { margin: 0; }

.txNom {
    font-size: 1.4em;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize;
}

#fonction {
    font-family: 'Orbitron', sans-serif;
    margin: 0 auto;
    font-size: 0.9em;
}

#lieu { margin: 0 auto; }

#infos {
    text-align: left;
    position: absolute;
    bottom: 0;
}

#infos p {
    margin: 5px auto;
}

#stats {
    text-align: left;
}

#stats h4 {
    font-family: 'Orbitron', sans-serif;
}

#stats ul {
    list-style: square;
}

#stats ul li {
    font-family: 'Questrial', sans-serif;
    font-size: .8em;
}

footer {
	width: 100%;
    padding-top: 15px;
    height: 65px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 0;
    left: 0;
	clear: both;
}

.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 2px 10px;
	margin: 0 0 0 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#ddd6ff 50%,
		#baccff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #ddd6ff),
		to(#baccff));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6badff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(180,210,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(180,210,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(180,210,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(180,255,210,1);
}
.css3button:hover {
	cursor: pointer;
	background: -moz-linear-gradient(
		top,
		#baccff 0%,
		#ddd6ff 50%,
		#dbdbdb 50%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#baccff),
		color-stop(0.50, #ddd6ff),
		color-stop(0.50, #dbdbdb),
		to(#ffffff));
}