/* Style général */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: #141414; */
    background-color: #000000;
    color: #c9c9c9;
}

/* Style pour le header */
header {
    z-index: 1000;
    text-align: center;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
	margin-bottom: 60px;
}

header img {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}


iframe {
    max-width: 100%;
}

section {
    margin-bottom: 50px;
}

/* Style pour le footer */
footer {
    /* background-color: #0f0f0f; */
    background-color: #000;
    /* Presque noir */
    padding: 20px;
}

/* Style des boutons sociaux */
footer a {
    color: #ffffff;
    padding: 0px 5px;
    margin: 5px;
    border-radius: 5px;
}

footer .contacts a {
    padding: 0;
    margin-right: 0;
    text-decoration: none;
}
footer .contacts a:hover {
    opacity: 0.8;
    text-decoration: underline;
    color: #ffffff;
}

footer a:hover {
    opacity: 0.8;
}

footer .logo {
    margin-top: 5px;
    margin-bottom: 15px;
}

#copyright {
    padding: 20px;
}

#biographie p {
	text-align:center;
}