/* 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 {
    max-height: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 100%;
    width: 100%;
    /* Adjusts to the container's width */
    height: auto;
    /* Maintains aspect ratio */
}

.metal-mania-regular {
  font-family: "Metal Mania", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
}


iframe {
    width: 100%;
    height: auto;
}

section {
    margin-bottom: 50px;
}

.event {
    padding: 10px 0;
    border-top: solid 2px #6f1b11;
    border-bottom: solid 2px #6f1b11;
    margin-bottom: 20px;;
}

#concerts{
    padding-top: 60px;
}

/* 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:justify;
}