html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, footer, header, nav, section, input, button{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    list-style: none;
}

.invisible{
    display: none;
}

html{
    font-size: 62.5%;
    height: 100%;
}

body{
    width: 100%;
    background-color: #000;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

body._home{
    background-image: url("../images/giphy.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 750px;
}

body section.first{
    padding-top: 15rem;
}
#logo{
    float:left;
    width: 6.5rem;

}
#openFooter{
    position: absolute;
    margin-right: 10%;
    right: 0;
    color: #FFFFFF;
    font-size: 1.5rem;
}
#credits{
    color: #FFFFFF;
    position: relative;
    font-size: 1.2rem;
    z-index: 15;
    line-height: 1.5rem;
}

p.notice{
    text-align: center;
    color: #ADFF2F;
}

p.warning{
    text-align: center;
    color: #cc0000;
}

p.success{
    text-align: center;
    color: #ADFF2F;
}

body._home p.notice, body._home p.warning{
    font-size: 1.5rem;
}

body._register p.notice, body._register p.warning{
    font-size: 1.7rem;
}

body.is-loading{
    background-image: url("");
}

header{
    width: 100%;
    height: 10rem;
    border-bottom: 0.1rem solid #a5a5a5;
    background-color: #000;
    box-shadow: 0rem 0.3rem 0.8rem #a5a5a5;
    position: absolute;
    z-index: 100;
}

nav{
    width: 1090px;
    margin: auto;
    font-size: 2.4rem;
    color: #fff;
    padding-top: 2.5rem
}

nav #lien{
    float:left;
    margin-left: 2rem;
}

nav #lien li{
    display: inline-block;
    border: 0.1rem solid #fff;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    text-align: center;
    border-radius: 1.5rem;
    cursor: pointer;
}

nav #lien li a{
    text-decoration: none;
    color: #fff;
    padding: 1.3rem 2rem;
    line-height: 5rem;
}

section #lien {
    margin: 0 0 2rem 0;
}

section #lien li {
    display: inline-block;
    border: 0.1rem solid #fff;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    text-align: center;
    border-radius: 1.5rem;
    cursor: pointer;
    font-size: 2rem;
    margin: 0 1rem;
}

section #lien li a{
    text-decoration: none;
    color: #fff;
    padding: 1.3rem 2rem;
    line-height: 3rem;
}

nav #lien li:hover{
    box-shadow: 0rem 0rem 1rem #a5a5a5 inset;
}

nav #lien li:hover a, nav form input:hover, nav form button:hover{
    color: #ADFF2F;
}

nav #lien li:active{
    box-shadow: 0rem 0rem 3rem #a5a5a5 inset;
}



nav form{
    float: right;
}

nav form li{
    display: inline-block
}

nav form input{
    border: 0;
    padding: 1.1rem 2rem;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    color: #fff;
    background-color: #000;
    border: 0.1rem solid #fff;
    margin-right: 2rem;
}

nav form button{
    border: 0;
    padding: 1.1rem 2rem;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    color: #fff;
    background-color: #000;
    border: 0.1rem solid #fff;
}

section, footer{
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 10;
}
#secondImg{
    position: absolute;
    top: 12rem;
    width: 100%;
    text-align: center;
    z-index: 10;
}
#firstImg {
    position: relative;
    top: 12rem;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.loading{
    opacity: 0;
}

body._home section img{
    width: 75rem;
}

#register{
    top: 12rem;
}

#register form input{
    border: 0;
    padding: 1.1rem 2rem;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    color: #fff;
    background-color: #000;
    border: 0.1rem solid #fff;
    margin: 2rem;
}

#register form input:hover{
    color: #ADFF2F;
    box-shadow: 0rem 0rem 1rem #a5a5a5 inset;
}

#register form input:active{
    box-shadow: 0rem 0rem 3rem #a5a5a5 inset;
}

#register form button{
    border: 0;
    padding: 1.1rem 2rem;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    color: #fff;
    background-color: #000;
    border: 0.1rem solid #fff;
    margin: 2rem;
}

#register form button:hover{
    color: #ADFF2F;
    box-shadow: 0rem 0rem 1rem #a5a5a5 inset;
}

#register form button:active{
    box-shadow: 0rem 0rem 3rem #a5a5a5 inset;
}

.menu {
    float: right !important;
    width:auto;
    margin-right: 1rem;
}



section .profil{
    width: 109rem;
    margin: auto;
    background-color: rgba(173, 255, 47, 0.4);
    text-align: left;
    position: relative;
    border-radius: 1rem;
    min-height: 500px;
}

.profil .photo{
    display: block;
    width: 20rem;
    position: absolute;
    padding-bottom : 5rem;
    top: 5rem;
    left: 2rem;
}

.profil .load_photo{
    display: block;
    width: 20rem;
    height: 5rem;
    position: absolute;
    bottom: 0rem;
    background-color: #fff;
}

.profil .info{
    display: block;
    width: 87rem;
    position: relative;
    left: 22rem;
}

.profil .info h3{
    text-align: center;
    color: #ADFF2F;
    font-size: 2.2rem;
    margin: 0 0 3rem 0;
    padding-top: 5rem;
}

.profil .info ul{
    margin-left: 3rem;
    color: #fff;
    font-size: 1.8rem;
}

.profil .info ul span{
    display: inline-block;
    height: 5rem;
    line-height: 4rem;
}

.profil .info ul li span:first-child{
    color: #ADFF2F;
    width: calc(38% - 0.5rem);
}

.profil .info ul li span:last-child{
    width: calc(62% - 0.5rem);
}

.profil .info input{
    width: 33rem;
    height: 3.4rem;
    line-height: 3.5rem;
    border-radius: 1rem;
    border: 3px solid #ccc;
    box-shadow: 0px 0px 5px  #000 inset;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    padding-left: 2rem;
    font-size: 1.6rem;
    color: #000;

}

.profil .info input:focus{
    box-shadow: 0px 0px 2px  #ccc;

}

.profil .info button{
    width: 10rem;
    height: 3.5rem;
    border-radius: 1.2rem;
    border: 3px solid #ccc;
    box-shadow: 0px 0px 5px  #6c6159 inset;
    font-size: 1.6rem;
    color: #6c6159;
}

.profil .info button:hover{
    box-shadow: 0px 0px 5px  #ccc ;
}

.profil .info button:active{
    box-shadow: 0px 0px 5px  #000 inset;
}

.profil .photo input{
    width: 20rem;
    height: 3.5rem;
    border: 3px solid #ccc;
    box-shadow: 0px 0px 5px  #6c6159 inset;
    font-size: 1.6rem;
    color: #6c6159;
}

.profil .photo button{
    display: block;
    width: 10rem;
    height: 3.5rem;
    border-radius: 1.2rem;
    border: 3px solid #ccc;
    box-shadow: 0px 0px 5px  #6c6159 inset;
    font-size: 1.6rem;
    color: #6c6159;
    margin: auto;
    margin-top : 1rem;
}

.profil .info p{
    position : absolute;
    width: 100%;
    font-size: 1.8rem;
    top: 8rem;
}

#list_table table{
    color: #fff;
    font-size: 1.5rem;
    width:80%;
    margin: auto;
}
#list_table table tr:first-child {
    font-size: 2rem;
    color: #000;
}

#list_table table tr:first-child td {
    background-color: rgba(173, 255, 47, 0.8);
    border-radius: 1.5rem;
    padding:  0.7rem;

}

#list_table tr:nth-child(n+1) td{
    width:20%;
    min-width: 12rem;
    padding:  0.4rem;
}


#list_table form button{
    border: 0;
    padding: 1.1rem 2rem;
    box-shadow: 0rem 0rem 1.5rem #a5a5a5;
    border-radius: 1.5rem;
    font-size: 1.2rem;
    color: #fff;
    background-color: #000;
    border: 0.1rem solid #fff;
    margin: 1rem;
}

#list_table form button:hover{
    color: #ADFF2F;
    box-shadow: 0rem 0rem 1rem #a5a5a5 inset;
}

#list_table form button:active{
    box-shadow: 0rem 0rem 3rem #a5a5a5 inset;
}

#list_table a{
    color: #FF8C00;
    text-decoration:none;
}


#list_table a:hover{
    color: #ADFF2F;
}

#list_table :active{
    color: #FFF;
}

