nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header .header-bottom {
    height: 100%;
    flex-direction: column-reverse;
    padding: 20% 2rem 1rem;
}

.top-detente {
    justify-content: flex-end;
}

.top-detente a {
    padding-top: 10vh;
    width: 75vw;
}

.header .header-bottom .title {
    color: black;
}

.header .header-bottom .title h1 {
    font-size: 1.5rem;
}

.header .header-bottom .title h2 {
    margin-top: 1rem;
    font-size: .75rem;
}

.presentation-title {
    text-align: justify;
    font-size: 1rem;
    padding: 1.2rem 1.2rem 0;
}

.gite-card-container {
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
}

.gite-card {
    height: 20vh;
    width: 100%;
    margin: 1rem 0;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

