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/tourisme/blancnez.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

/* Body */

.tourisme-title {
    font-size: 2rem;
    margin: 2rem 0;
}

.tourisme-presentation {
    font-size: 1.25rem;
    width: 66.66%;
    margin: 1rem auto;
}

.tourisme-details {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.tourisme-details iframe {
    width: 50%;
}

.tourisme-places {
    width: 45%;
    display: flex;
    padding-left: 0;
    list-style: none;
    text-align: right;
    flex-direction: column;
    justify-content: space-around;
}

.tourisme-places li {
    font-size: 1.5rem;
    height: 7.5rem;
    width: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: .75rem;
    display: flex;
    border-radius: 6px;
}

.tourisme-places li p {
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .5);
    align-self: flex-end;
    width: 100%;
    padding: .5rem 1rem .5rem 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tourisme-places li:nth-child(2n) {
    align-self: flex-end;
}

.blancnez {
    background-image: url("../img/tourisme/blanc_nez.jpg")
}

.grisnez {
    background-image: url("../img/tourisme/gris_nez.jpeg")
}

.fort {
    background-image: url("../img/tourisme/fort_ambleteuse.jpg")
}

.wimereux {
    background-image: url("../img/tourisme/wimereux.jpg")
}

.boulogne {
    background-image: url("../img/tourisme/boulogne.jpg")
}

.colonne {
    background-image: url("../img/tourisme/colonne.jpg")
}

.port {
    background-image: url("../img/tourisme/port.jpg")
}

.nausicaa {
    background-image: url("../img/tourisme/nausicaa.jpeg")
}

.tourisme-links {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
    padding: 0;
}

.tourisme-links-container {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.tourisme-links-container .tourisme-links-link a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tourisme-links-container .tourisme-links-link a img {
    max-height: 100px;
    width: fit-content;
}

.tourisme-guide {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.tourisme-guide-card {
    display: flex;
    flex-direction: column;
    border: 2px solid #28c7c1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 6px;
    width: 30%;
    margin: 2rem 0;
    padding: 1rem;
}

.tourisme-guide-card ul {
    list-style: none;
    padding-left: 0;
}

.tourisme-guide-card ul li {
    margin: .42rem 0;
}