/* =====================================
   Portail Maison - Style principal
===================================== */


body {

    background-color: #212529;

    color: white;

}


/* Cartes */

.card {

    background-color: #2b3035;

    color: white;

    border: none;

}


/* Titres des cartes */

.card-title {

    color: #f8f9fa;

}


/* Valeurs principales */

.display-5,
.display-6 {

    font-weight: 600;

}



/* Navbar */

.navbar {

    width: 100%;

}


/* Journal */

#journal {

    max-height: 250px;

    overflow-y: auto;

}


.list-group-item {

    background-color: #343a40;

    color: white;

    border-color: #495057;

}


/* Bouton portail */

#btnOpenPortal {

    min-width: 250px;

}


/* Petits ajustements mobiles */

@media(max-width:768px){

    .display-5 {

        font-size: 2.5rem;

    }

}