body {
    font-family: 'Advent Pro', sans-serif;
}

.texte-accueil-titre h1, .texte-accueil-titre h2 {
    font-family: 'Bad Script', cursive;
}

h1 {
    font-size: 4.5em;
}

h2 {
    font-size: 2em;
}

a.btn {
    background-color: #40A5D9;
    color: #26326F;
}

@media (min-width: 768px) {
    h1 {
        font-size: 6.5em;
    }

    h2 {
        font-size: 3.5em;
    }
}

.navbar {
    background-color: #26326F;
}

.nav-link, .navbar button, .navbar-brand {
    color: #40A5D9;
}

#texte-accueil {
    background-image: url("../img/cercle2.png");
    background-position: left;
    background-repeat: no-repeat;
}

#accueil, #texte-accueil {
    height: 100vh;
    background-color: #26326F;
}

.texte-accueil-titre {
    display: none;
}

#soins, #apropos {
    padding: 10vh;
}

#soins {
    background-color: #26326F;
}