.logo{
    margin-top: 20px;
    margin-bottom: 50px;
}
.entry{
    padding: 10px;
    background-color: #422680;
    color: white;
    border-radius: 5px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
.entry:hover{
    background-color: #200458;
}        .ticket{
             border: 1px solid #aaa;
             border-left: none;
             width: 500px;
             height: 200px;
             max-width: 100%;
             margin-left: auto;
             margin-right: auto;
             margin-bottom: 20px;
             border-radius: 8px;
             background: url("/images/round.png") no-repeat;
             background-position: left;
             box-shadow: 5px 5px 5px #ccc;
         }
.bloc-left{
    float: left;
    height: 200px;
    width: 45%;
    padding-left: 5%;
}
.bloc-number{
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 35px;
    color: #0783fd;
}
.bloc-ean{
    cursor: pointer;
}
.bloc-more{
    margin-top: 25px;
    color: #0783fd;
    font-size: 12px;
    cursor: pointer;
}
.bloc-right{
    float: right;
    height: 100%;
    width: 55%;
    background-color: #ddd;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.bloc-name{
    padding: 5px;
    background-color: #0783fd;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: white;
    font-size: 20px;
    max-width: 100%;
    overflow-x: hidden;
}
.bloc-desc{
    font-style: italic;
    font-size: 12px;
    margin-bottom: 17px;
}
.bloc-dates{
    font-size: 14px;
    margin-bottom: 23px;
}
.bloc-isused{

}
.bloc-used{
    background-color: #0783fd;
    color: #ffffff;
    padding: 5px;
    border-radius: 3px;
}
.bloc-notused{
    border: 1px solid #0783fd;
    background-color: #ffffff;
    color: #0783fd;
    padding: 5px;
    border-radius: 3px;
}
.bloc-clear{
    clear: both;
}