@charset "UTF-8";

div.news-article-classic{
    position:               relative;
    text-align:             left;
}

#bt-back{
    position:               absolute;
    left:                   0;
    top:                    -30px;
    font-size:              14px;
    color:                  #4a4a4a;
    cursor:                 pointer;
    height:                 27px;
    line-height:            27px;
    text-decoration:        none;
}

#bt-back:after{
    height:                 50%;
    width:                  100%;
    position:               absolute;
    content:                '';
    bottom:                 0;
    left:                   0;
    transition:             all 0.5s;
    opacity:                0;
    background:             #b3cd50;
}

#bt-back:hover:after{
    opacity:                0.36;   
}

.fiche-container{
    padding-top:            100px;
}

.fiche-container:after{
    clear:                  both;
    display:                block;
    content:                '';
}

.fiche-container .photo{
    float:                  left;
    width:                  45%;
    box-shadow:             0 8px 10px rgba(75, 75, 75, 0.1);
    text-align:             center;
}

.fiche-container .photo img{
    max-width:              100%;   
}

.fiche-container .content{
    float:                  right;
    width:                  48%;
}

.fiche-container .content h1{
    text-align:             left;
}