body
{
    background-color: black;

    background-image: url("img/Visuel 1 Animae-DelamboraProd.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;	

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.4;   
}

a
{ 
    color: #ffffff; 
    text-decoration: none;
}

a.under
{
    text-decoration: underline;
}

a.under:hover
{
    font-style: italic;
}

a.mail
{
    text-decoration: underline;
}

a.merch
{
    color: #A00CDF;
}

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

.center
{
    text-align: center;
    margin: auto;
}

/* TITRE */

img.title
{
    display: block;
    height: 400px;
    margin-left: auto;
    margin-right: auto
}	

h2
{
    color: #ffffff;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
    1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;;
}

/* MENU */

#nav
{
    text-align: center;
}

#nav ul
{
    list-style: none;
}

#nav ul li
{
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 1px solid #F9F9F9;
    border-radius: 15px;
    margin: 20px 20px 20px 20px;
    background-color: #171717c7;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1.5px;
}

#nav a 
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

main
{
    width: 800px;
    margin-left: auto;
    margin-right: auto; 
}

.text
{
    background-color: #171717c1;
    padding: 1em; 
    border-radius: 5px;

    color: #ffffff; 
    line-height: 28px;
    text-align: justify; 
}


/* PERSONNAGES */

.perso
{
    clear: both;
    margin-top: 65px;
}

.nom
{
    display: block;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 1.5px;   
    color: #f1f1f1;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.img_perso
{
    width: 40%;
    border: 2.5px white solid;
    border-radius: 5px;
}

.img_perso_droite
{
    clear: both;
    float: right;
    margin-left: 20px;
}

.img_perso_gauche
{
    clear: both;
    float: left;
    margin-right: 20px;
}

img.presentation
{
    display: block;
    width: 60%;
    border: 2px solid white;
    margin-left: auto;
    margin-right: auto
}

p.concert
{ 
    color: #C6CBD2; 
    font-family: 'Verdana'; 
    font-size: 22px;
    text-decoration:underline;
    line-height: 32px;
    margin: 20px 0px 20px 0px;
    text-align: justify; 
}

p.lieu
{ 
    color: #C6CBD2; 
    font-family: 'Verdana'; 
    font-size: 20px; 
    line-height: 32px;
    margin: 20px 0px 20px 0px;
    text-align: center; 
}

a.concerts
{ 
    line-height: 32px;
    margin: 40px 40px 40px 40px;
    text-decoration: underline;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #333, #ccc, #333);
    margin-left: 30px;
    margin-right: 30px;
}

.bio hr {
    clear: both;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #333, #ccc, #333);
    margin-left: 30px;
    margin-right: 30px;
}

img.affiche_release {
    width: 800px;
}

iframe
{
    width : 800px ;
    height : 500px ;
}

footer 
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

footer li
{
    display: inline-block;
    padding-right : 30px;
    padding-left : 30px;
}

footer li img
{
    width: 100px;
    height: 100px;
}

/* CONCERTS */
table.concerts
{
    background-color: #171717c1;
    color: #fff;
    width: 100%;
    padding: 1em;
    border-radius: 5px;

    line-height: 28px;
    text-align: justify; 
}

table.concerts a
{
    text-decoration: underline;
}

table.concerts td
{
    padding: 10px;
}

.merch_column {
    text-align: center;
}

/*** BASIC LAYOUT: EXTRA SMALL DEVICES ***/

@media screen and (width < 800px) {
    body
    {
        background-position: center center;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em;
        line-height: 1.4;   
        text-align: center;
    }

    img.title
    {
        height: 150px;

    }	

    main 
    {
        width: auto;
        margin: auto;
    }

    iframe
    {
        width : auto ;
        height : auto ;
    }

    img.affiche_release {
        width: 400px;
    }

    #nav {
        margin: auto;
        width: auto;
    }
    #nav ul {
        padding: 0;
    }

    #nav ul li {
        margin: 10px;
        text-align: center;
        font-size: 0.8em;
        height: auto;
        border-radius: 5px;
        width: 105px;
    }

    #nav ul li a {
        display: block;
        padding: 0.5em 0;
    }

    .js #nav-toggle {
        display: block;
        float: right;
        width: 2em;
        margin: 0.6667em 0;
        font-size: 1.5rem;
        line-height: 2em;
        text-align: center;
        cursor: pointer;
    }

    footer 
    {
        width: auto;
        margin: auto;
    }

    footer ul 
    {
        padding: 0;
    }

    footer li
    {
        display: inline-block;
        padding: 0;
    }

    footer li img
    {
        width: 40px;
        height: 40px;
    }
}