body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-shadow: rgba(0,0,0,0.15) 0 0 1px;
    max-width: 100%;
    min-width: 453px;
    min-height: 526px;
}

body div#index{
    background: url(../images/back/background2.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: fixed !important;
    background-size: cover;
    display: inline-block;
    height: 100%;
    width: 100vw;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: scroll;

}

#etape3{
    margin-bottom: 50px;
}

#index2 {
    text-align: center;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
}

/*resultat recherche nulle*/
#etape3{
    color:white;

}

/*nom/prenom auteur recherche*/
h4{
    color:white;
}

/* Mise en page des text/input */

table {
    color: rgb(69, 69,69);
    background: rgb(255,255,255);
    border-collapse: collapse;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
    margin-top: 70px;
    border: medium solid #6495ed;

}

th,tr,td {
    border: 1px solid rgb(89, 89, 89);
}

th {
    padding-top: 6px;
    border: thin solid #6495ed;
    width: 50%;  
    background-color: #D0E3FA;
}

td {
    padding: 8px;
    border: thin solid #6495ed;
    width: 50%;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
}

h1{
    font-size: 37px;
    text-shadow: rgba(0,0,0,0.7) 0 0 7px;
}
h1,h2,h3 {
    color: rgb(230,230,230);
    margin-bottom: 60px;
}
a,a:visited {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

p{
    color: rgb(255,255,255);
}

input[type="text"] {
    width: 400px;
    height: 35px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    transition: all 200ms;
}

input[type="text"]:focus {
    border: 2px solid rgb(89,152,255);
}

input[type="text"]::-moz-placeholder {
    font-size: 20px;
}


a {
    text-decoration: underline;
}

button{
    width: 280px;
    border: none;
    border-bottom: 3px solid rgb(13,50,135);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    background: rgb(22,71,186);
    text-transform: uppercase;
    color: white;
    height: 35px;
    transition: all 350ms ease-in-out;
    margin-top: 50px;
}

button:hover {
    background: rgb(12,61,176);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    border-bottom: 3px solid rgb(3,40,125);
    border-radius: 50px;
}

#connexionadmin{
    width: 200px;
    border: none;
    border-bottom: 3px solid rgb(13,50,135);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    background: rgb(22,71,186);
    text-transform: uppercase;
    color: white;
    height: 35px;
    transition: all 350ms ease-in-out;
    margin-top: 50px;
}

#connexionadmin:hover {
    background: rgb(12,61,176);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    border-bottom: 3px solid rgb(3,40,125);
    border-radius: 50px;
}

#select_recherche{
    width: 400px;
    height: 35px;
    overflow: hidden;
    color: rgb(89, 89, 89);
    font-size: 20px;
}
input[name="login"],input[name="pwd"]{
    border:none;
    border-bottom: 2px solid rgb(60,60,60);
    width: 300px;
    height: 50px;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    background: transparent;
    transition: all 200ms ease;
}
input[value="Annuler"],input[value="Connexion"],input[type="reset"]{
    width: 300px;
    height: 40px;
    margin-top: 80px;
    margin-left: 15px;
    margin-right: 15px;
    background: rgb(69,76,88);
    color: white;
    font-size:18px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    border: none;
    transition: all 300ms ease;
}
input[value="Annuler"]:last-child,input[value="Connexion"]:hover:last-Child{
    margin-bottom: 100px;
}

input[value="Annuler"]:hover,input[value="Connexion"]:hover,input[value="Connexion"]:hover{
    background: rgba(0,0,0,0.05);
    border: 1px solid rgb(69,76,88);
    color: rgb(69,76,88);
}
input[value="Annuler"]:hover,input[value="Connexion"]:hover,input[type="reset"]:hover{
    background: rgba(0,0,0,0.05);
    border: 1px solid rgb(69,76,88);
    color: rgb(69,76,88);
}
#auth_form{
    width: 40%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}
#auth_form input[name="login"]:focus, input[name="pwd"]:focus{
    width: 400px;
}
.dark{
    color: black;
}
