﻿#fiches {
    margin-top: 4px;
}

.fiche {
    border-radius: 8px;
    box-shadow: 1px 1px 2px #AAA;
    padding: 6px;
    background: linear-gradient(#FBFBFB, #F2F2F2);
    margin: auto;
    height: 180px;
}

.fiche > *
{
    height: 100%;
}

article 
{
    border-right: thin #BBB solid;
    border-left: thin #BBB solid;
}

.row header
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.blocSecondaire
{
    padding: 0px;
}
.civilites
{
    margin: auto;
}

img
{
    max-height: 100%;
    width: 100%;
    position: relative;
    top: -24px;
}

.presentation
{
    overflow-y: auto;
}

/* Media queries */
@media all and (max-width: 768px)
{
    .fiche {height: unset;}

    .row header
    {
        margin-bottom: 2px;
    }

    article 
    {
        border-right: none;
        border-left: none;
    }

    img
    {
        /*width: 120px;*/
        /*display: none;*/
    }

}


