.cards-container
{
    width: 240px;
    height:350px;
    max-height:350px;
}

.card-celluleExposant
{
    margin-top:0px;
    width: 240px;
    height:350px;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px;
    border: 5px solid #24316A;
    border-radius: 15px;
}

.card-aircrafts-constructeur
{
    font-size: 9pt;
    line-height: 9pt;
    color:#555;
    padding-bottom: 5px;
}

.card-aircrafts-titre
{
    font-size: 11pt;
    line-height: 12pt;
    color:#555;
    text-align: left;   
    padding: 5px 5px 5px 5px;
    color: white;
    background-color: #24316A;
    margin-bottom: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.card-aircrafts-type
{
    margin-top:5px;
    font-size: 9pt;
    line-height: 9pt;
    color:#555;
    text-align: center;
    padding-bottom: 5px;
}

.card-aircrafts-type .card-aircrafts-icone
{
    color:gray;
}

.card-aircrafts-description
{
    margin-top:5px;
    font-size: 10pt;
    line-height: 12pt;
    color:black;
    font-weight: bold;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-aircrafts-image-container
{
    position: absolute;
    bottom: 95px;
    width: calc(100% - 10px);
    height: 100px;
    background-color: white;
    margin: 0px auto;
    paddin-top: 5px;
    margin-left: 5px;
    /*border: 1px solid lightgray;*/
}

.card-aircrafts-image
{
    object-fit: contain;
    object-position: center;
    margin: 0px auto;
    cursor: pointer;  
    border-radius: 10px;
}

.card-aircrafts-exposant
{
    font-size: 9pt;
    line-height: 9pt;
    color:#555;
    text-align: center;
    padding-bottom: 5px;
    position: absolute;
    bottom:45px;
    width:100%;
    left:0px;
}

.card-aircrafts-logo-container
{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 30px;
}

.card-aircrafts-logo
{
    width: 100%;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-aircraft-pro
{
    color: #0F559B;
    font-size: 10pt;
}

.card-aircraft-gp
{
    color: #E72633;
    font-size: 10pt;
}
