body {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, p, a {
    margin: 0;
    text-decoration: none;
}

/* Header */

.header {
    background-image: url("../img/top-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: white;
}

.header .header-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

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

.top-detente {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
}

.top-detente a {
    display: flex;
    justify-content: flex-end;
    padding-top: 18vh;
    min-width: 20vw;
    margin: 1rem 0;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.top-detente a span {
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, .3);
    border-bottom-left-radius: 12px;
}

.top-detente a span p {
    margin: .65rem 1rem .65rem 0;
    text-align: right;
    font-weight: bold;
}

.top-detente-bain {
    background-image: url("../img/detente/hottub.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-detente-sauna {
    background-image: url("../img/detente/bainchaud.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Body */

.presentation {

}

.presentation-title {
    padding: 1rem 2rem 0;
    color: #2C3E50;
}

.gite-card-container {
    display: flex;
    justify-content: space-around;
    padding: 3rem 0;
}

.gite-card {
    height: 25vh;
    width: 25vw;
    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;
}

.gite-card h3 {
    color: white;
    margin: 0.5rem;
}

.gite-room1 {
    background-image: url("../img/room1.JPG");
}

.gite-room2 {
    background-image: url("../img/room2.jpeg");
}

.gite-home {
    background-image: url("../img/home.JPG");
}

#annonce {
    border: 2px solid #28c7c1;
    border-radius: 6px;
    margin: 1rem;
    padding: .75rem;
}