@font-face {
    font-family: "alienleague";
    src: url("../../font/alien_league/alienleague.ttf") format("truetype");
}

.apercu {
    float:left;
    width: 20em;
    height: 20em;
    max-width: 50%;
    background-color: #323230;
    background-image: url("http://d3gqasl9vmjfd8.cloudfront.net/abd269ab-d87b-482f-8fb9-303dcf5d6048.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.details {
    color: black;
    font-family: "Open sans", "Arial", sans-serif;
    float:left;
    width:50%;
    padding: 2em;
    box-sizing: border-box;
}

h2 {
    margin:0;
    font-family: "alienleague";
    font-size: 2em;
    border-bottom: 1px solid black;
}

.author {
    margin:0;
    text-align: right;
    font-weight: bold;
    color: darkgray;
    font-size: 0.7em;
}

.author::before {
    content: "par ";
}

.description {
    text-align: justify;
}

.prix {
    text-align: right;
}

.prix::after {
    content: " \20AC";
}