a {
    text-decoration: none;
}

body {
    background-color: #fbf9ee;
    font-family: "Domine", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.navbar-brand {
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    color: #444444;
}

.navbar-brand img {
    height: 75px;
}

.navbar {
    background-color: #E8F0FE;
    height: 85px;
}

.card-body {
    display: flex;
    align-items: center;
}
.container-fluid{
    background-color: inherit;
}

@media (max-width: 767px) {
    .offset-1,
    .offset-3,
    .offset-4{
        margin-left: 0;
    }

    .card-body {
        flex-wrap: wrap;
    }
    #nav-titre-texte{
        display: none;
    }
}