
.headi {
    display: inline;
}


h1 {
    font-family: "condor", sans-serif;
    color: #193B1D;
    margin-bottom: 20px;
}

.title {
    color: #193B1D;
    margin-top: 30px;
}

h2, h3 {
    font-family: "condor", sans-serif;
    color: #193B1D;
    margin-bottom: 20px;
}

body {
    font-family: "DINosaure", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}


nav {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;

    color: #193B1D;
    overflow: auto;
    margin-bottom: 10px;
}

.header {
    color: #193B1D;
    text-align: center;
    overflow: hidden;

}

nav .aa {
    float: left;
    display: block;
    color: #193B1D;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav .aa:hover {
color: white;
    background-color: #E0C62B;
}

.navbar-toggler-icon {
    color: #E0C62B;
    text-decoration: none;
    box-shadow: none;
}
.navbar-toggler:not(.collapsed){
    text-decoration: none;
    border-color: #E0C62B;
    box-shadow: none;
    outline-color: #E0C62B;
}

/* Couleur du bouton en mode activé (déroulé) */
.navbar-toggler[aria-expanded="true"] {
    box-shadow: none;
    text-decoration: none;
    border-color: #E0C62B;
}

.sticky-nav-container {
    position: sticky;
    top: 0;
    z-index: 5000; /* Assurez-vous que le z-index est supérieur si nécessaire */
    overflow: auto;
}



/* Cacher l'image pour les écrans de petite taille */
@media screen and (max-width: 768px) {
    .headi-large {
        display: none;
    }
}

/* Cacher l'image pour les écrans larges */
@media screen and (min-width: 769px) {
    .headi-small {
        display: none;
    }
}
