/*
style.css
---------
 
Par Laurence Denneulin
*/
 
/* Global settings*/

body 
{
    background-color: #161e2c; 
    height:100%;
}
.header
{
    height:auto;   
    top:0;
    left:0;
    right:0;
}
.buttons
{   
    position:sticky;
    height:auto;  
    width:auto; 
    top: 0; 
    bottom: 0;
    left:0;
    right:0;
    background-image: radial-gradient(closest-side,#4d0c0c, transparent);
    text-align: center;
}
.footer
{
    position: fixed;
    height:30px;   
    bottom:0;
    left:0;
    right:0;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), #161e2c);
    text-align: center;
}
.footer p 
{
    font-size: small;
}

.footer p a
{
    text-decoration: none;
    font-size: small;
}


#navigation li
{
    display: inline;
    padding: 10px 10px ;
}

#navigation li a
{
    display: inline-block;
    text-decoration: none;
    font-size:3em;
    font-family: 'Times New Roman', Times, serif;  
    font-weight: bolder;
    font-variant-caps:all-small-caps;
    text-align: center;
}

#navigation li a:link, #navigation li a:visited{
    color: #a9a9a9;
}

#navigation li a:hover {
    color:whitesmoke;
    /*font-size: 3.25em;*/
    background-image: radial-gradient(closest-side, #4d0c0c, transparent);
}

p, h1, h2
{
    color: #a9a9a9;
    font-size: x-large;
}

h3
{
    color: #a9a9a9;
    font-size: 2.5em;
    text-align: left;
    margin-left: 25%;
}

a:link, a:visited
{
    color: #a9a9a9;   
}

a:hover
{
    color: rgb(152, 174, 184);
}


/* Media page */

.mediacontent
{
    position: static;
    display: grid;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    grid-template-columns: 3fr 1fr;
}

/* Biographie Page */

.biocontent1
{
    display: static;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.biocontent1 p
{
    text-align: justify;
}

.biocontent1 img
{
    width:45%;
    float:right;
    padding-left: 5%;
    padding-bottom: 1%;
}

.biocontent2
{
    display: static;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.biocontent2 p
{
    text-align: justify;
}

.biocontent2 img
{
    width:15%;
    float:left;
    padding-right: 5%;
    padding-bottom: 1%;
}

.biocontent3
{
    position: static;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

.biocontent3 table
{
    color: #a9a9a9;
    font-size: x-large;
    float: left;
    padding-bottom: 30px;
}

.biocontent3 table tr img
{
    width:100%;
    object-position: center;
}


/* Contact page */

.contactcontent
{
    position: static;
    display: grid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    grid-template-columns: 1fr 2fr 1fr;
}
.contactcontent2
{
    position: static;
    text-align: center;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.contactcontent2 a img
{
    text-align: center;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-top: 2%;
}

#contact li
{
    color: #a9a9a9;
    font-size: x-large;
    text-decoration: none;
}

.content
{
    position: static;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

#concerts li
{
    display: block;
    /**/
    padding: 10px 10px;
    margin: 20px;
    font-family: 'Verdena';  
    font-weight: bolder;
    text-align: center;
    font-variant-caps:titling-caps;
    color: #a9a9a9;
}

#concerts li table
{
    width:75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    border: 10px ;
    border-radius: 25px;
    border-style: double;
    border-color: #000000;
    box-shadow: 10px 10px 10px #000000;
    background-image: radial-gradient(closest-side,#000000, transparent);
}

#concerts li table:hover
{
    width:80%;
    color:whitesmoke;
    background-image: radial-gradient(closest-side,#4d0c0c, transparent);
    font-size: 2em;
}


#concerts li table tr td
{
     padding: 15px;
}


#concerts li table tr td a img
{
    height: 150px;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;  
}

#concerts li table:hover tr td a  img
{
    height: 200px;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;  
}

#concerts li table:hover tr td a  img:hover
{
    cursor: zoom-in;
}

/* Legal mention page */

#mentionslegales li
{
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;  
    font-weight: bolder;
    font-variant-caps:all-small-caps;
    color: #a9a9a9;
}

/* Index page */

.indexcontent
{
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.indexcontent p
{
    color: #a9a9a9;
    font-size: x-large;
}
.indexcontent h1
{
    color: #a9a9a9;
    font-size: xx-large;
    text-align: center;
}
