.row-selected{
    background: #acbad4 !important;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.fa-box {
    font-size: 6vw;
    color: #ffffff;
}
.logo_ftda{
    background: url(../img/logo-ftda.png) no-repeat;
    width: 100% !important;
    background-size:cover;
    border:none !important;
    min-height: 100px;
}
.main-header .extranetnavbar{
    margin-left: 0px !important;
}
.alert-courrier-enregistre{
    background: #DFF0D8;
}
/*.logo-card{
    width: 125px;
    border: none;
}
.logo-card img{
    background: url(../img/logo_ftda.png) ;
     background-repeat: no-repeat;
    background-size: 125px 80px;
    width: 125px !important;
    height: 80px;
    max-width: 100%;
}*/

@media only screen
and (max-width : 991px) {
	.logo-anito {
		display: none;
	}
}
