


#head {
    position: absolute;
    width : 75%;
    left : 12.5%;
    top : 30px;
    border-bottom: 1px solid red;
    height: 125px;
    padding-bottom: 15px;
    background-image: url("data/header.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#intro {
    position: absolute;
    left : 20%;
    top : 125px;
    color: #B40404;
    width: 60%;
    margin-top: 40px;
    margin-bottom: 35px;
    overflow-y: auto; 

}

#btn-down {
    position: absolute;
    left : 50%;
    margin-left: -25px;
    bottom: 20px;
    color: #0B3B17;
    font-size: 150px;
    text-align: center;
    display: block;
    cursor: pointer;
}

p {
	font-family: "Orator std";
	font-size: 14px;
	font-color: inherit;
}

.center {
    text-align: center;
}

p .caps {
    text-transform: capitalize;
}

span {
    text-transform: uppercase;
}

#btn-up {
    position: absolute;
    left : 50%;
    margin-left: -25px;
    top: 20px;
    color: white;
    font-size: 150px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#home2 .container {
    width: 30%;
    margin: auto;
}

#menu {  
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    margin: auto;
    text-align: center;
}

#menu li {
    display: inline-block;
    cursor: pointer;
    border: 3px solid white;
    color: white;
    width: 160px;
    padding: 7px;
    font-size: 25px;
    text-align: center;
    margin : 10px;
    background-image: url(data/mini.jpg);
    background-position: middle;
    background-size: cover;
	font-family: "Flood std";
    text-shadow: 2px, 2px, black;
}

.slide {
    padding: 0;
}

/*-----RECHERCHES------*/

.recherches .container {
    width: 100%;
}
.header {
    position: relative;
    width: 100%;
    height: 70px;
    border-bottom: 2px solid;
    border-color: inherit;
    margin-bottom: 15px;
    color: orange;

}

h1 {
    margin-top: 10px;
    font-size: 35px;
    text-align: center;
    color: inherit;
    font-family: "Flood std";
    text-transform: uppercase;
}

.arrow-left {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 30px;
    cursor: pointer;
    color: inherit;
}

.arrow-right {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: inherit;
}

.content {
    margin-top: 0px;
    color: orange;
}

.input {
    height: 1000px;
    width: 20%;
    border-right: 2px dotted;
    border-color: inherit;
    
}

.display {
        
}

/*-------INPUT--------*/

h3 {
    color: inherit;
    font-family: "Flood std";
    font-size: 25px;
    text-align: center;
    margin: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;

}

form input {
    margin: auto;
}

.input-txt {
    border-color: inherit;
    margin-top: 25px;
}

.drop {
    margin: auto;
    margin-top: 25px;
    text-align: center;
    width:50%;
}

.drop option {
    border: 1px solid;
    border-color: inherit;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    width:50%;
    font-family: "Orator std";
    font-size: 14px;
    font-color: inherit;
    background-color: white;

}

.btn-tri {
    border: 1px solid;
    border-color: inherit;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    width: 75%;
    cursor: pointer;
    display: block;
    font-family: "Orator std";
    font-size: 14px;
    font-color: inherit;
    background-color: white;
}

.btn-tri:hover {
    border: 2px solid;
}

.btn-tri a {
    display: block;
    text-decoration: none;
    padding: 5px;
}

.active {
    border: 3px solid;
}
/*------DISPLAY-------*/

#desc-themes {
    width: 80%;
    border-bottom: 2px dotted;
    border-color: inherit;
    padding: 15px;
    text-align: center;
    margin: auto;
}

.resultat {
    border:none;
    width: 100%;
    padding: 15px;
    overflow: hidden;
    }

/*-----DISPLAY.PHP------*/

.resultat-display {
    color: orange;
    padding: 15px;
}

.miniature {
    width: 200px;
    height: 270px;
    margin: 10px;
    float: left;
}

.miniature img {
    width:100%;
    height: auto;
}

.miniature p {
     padding: 3px;
}

.miniature .image {
    border: 2px solid;
    border-color: inherit;
    width: 100%;
    height: 150px;
    background-color: gray;
    background-size: cover;
    background-position: center;
    /*background-image: url("data/<?php echo $donnees['artiste'].'/'.$donnees['image']; ?>");*/
}

.artiste p {
    text-align: center;
}

/*-----OEUVRE------*/

.doc {
    border-right: 2px dotted;
    border-color: inherit;
}

h2 {
    font-family: "Orator std";
    font-size: 20px;
    font-color: inherit;
    text-align: center;
    padding-bottom: 5px;
    text-transform: capitalize;

}

.mini-artiste {
    border: 2px solid;
    border-color: inherit;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    background-size: cover;
    background-position: center;
    display: block;
}

#img-oeuvre {
    background-color: gray;
    padding: 7px;
    margin: auto;
    width: auto;
    display: block;
}

.img-container {
    margin: auto;
}

#desc-oeuvre, #desc-artiste {
    padding: 15px;
    border-bottom: 2px dotted;
    border-color: inherit;
    margin-left: 15px;
    margin-right: 15px;
}

/*------ARTISTE-----*/

.portrait-artiste {
    border: 2px solid;
    border-color: inherit;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: auto;
    background-color: gray;
    background-size: cover;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 25px;
}

#liste-oeuvre {
    overflow-y: auto;
    padding: 5px;
    padding-top: 0px; 
}
