/* Navbar */
.navbar>.container {
    max-width: 768px;
}

/* Custom All */
.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Custom Plateformes */
.mw-1200 {
    max-width: 1200px;
}

.card-mw-280 {
    max-width: 280px;
}

.material-icons {
    font-size: 1rem;
    vertical-align: -2px;
}

.bg-igraal {
    background-color: #FD5B13;
}


/* Fonts */

.font-unbuntu {
    font-family: 'Ubuntu Mono', monospace;
}

.font-rokkitt {
    font-family: 'Rokkitt', serif;
}

/* Custom Livres */

/*.h-290 {
    height: 290px;
}*/

@media (min-width: 1400px) {

    .h-livres {
        height: 290px;
    }

    .h-livres-img {
        height: 288px;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    .h-livres {
        height: 250px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .h-livres {
        height: 220px;
    }

}