.body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}
.location ul{
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
}
.details{
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-around;
}
.album{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.vignettes{
    display: flex;
    flex-direction: column;
    margin: 5px;
}
.vignettes img{
    width: 80px;
    height: auto;
    margin: 1px 0 1px 0;
    border-radius: 3px;
    border: 1px black solid;
    padding: 5px;
}
.apercu{
    width: 250px;
    padding: 20px 10px;
    display: flex;
    border: 1px lightgray solid;
    border-radius: 10px;
}
.apercu img{
    width: 100%;
    align-items: center;
    border-radius: 10px;
}
.global{
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 50%;
}
.global h1{
    text-align: center;
}
.votes{
    display: flex;
    justify-content: center;
}
.detail_content{
    color: #888;
    text-align: justify;
    font-size: 14px;
}
.check{
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}
.check p{
    font-size: 30px;
    font-weight: bold;
}
.texte{
    padding-left: 10px;
}
.user{
    padding-left: 5px;
    display: flex;
    align-items: center;
    margin: 5px 0 5px 0;
    border: 1px #EEE solid;
    border-radius: 5px;
}
.user .avatar{
    width: 50px;
    height: 50px;
    border: 1px gray solid;
    border-radius: 50%;
}
.global .form button{
    margin-top: 5px;
}
.global .form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.garantie{
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #88F;
}
#val{
    font-size: 30px;
    font-weight: bold;
}
.avis{
    display: flex;
    justify-content: center;
    align-items: center;
}
.avis li{
    width: 30px;
    height: 30px;
    background-image: url('../img/etoile.png');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.avis p{
    margin: 0;
    font-size: 2em;
    color: #2A81E9;
}

.avis ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 5px;
}
.avis .ok{
    background-image: url('../img/etoile-hover.png');
}
.user h5{
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
#date{
    color: #2A81E9;
    font-size: small;
}
