.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.comic-neue-light {
    font-family: "Comic Neue", cursive;
    font-weight: 300;
    font-style: normal;
}

.comic-neue-regular {
    font-family: "Comic Neue", cursive;
    font-weight: 400;
    font-style: normal;
}

.comic-neue-bold {
    font-family: "Comic Neue", cursive;
    font-weight: 700;
    font-style: normal;
}

.comic-neue-light-italic {
    font-family: "Comic Neue", cursive;
    font-weight: 300;
    font-style: italic;
}

.comic-neue-regular-italic {
    font-family: "Comic Neue", cursive;
    font-weight: 400;
    font-style: italic;
}

.comic-neue-bold-italic {
    font-family: "Comic Neue", cursive;
    font-weight: 700;
    font-style: italic;
}
/* ----------------------------------------------------- */
body {
    background: rgb(1, 1, 205);
    background: -moz-linear-gradient(90deg, rgba(1, 1, 205, 1) 0%, rgba(110, 110, 255, 1) 50%, rgba(1, 1, 205, 1) 100%);
    background: -webkit-linear-gradient(
        90deg,
        rgba(1, 1, 205, 1) 0%,
        rgba(110, 110, 255, 1) 50%,
        rgba(1, 1, 205, 1) 100%
    );
    background: linear-gradient(90deg, rgba(1, 1, 205, 1) 0%, rgba(110, 110, 255, 1) 50%, rgba(1, 1, 205, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0101cd",endColorstr="#0101cd",GradientType=1);
    margin: 2px;
    padding: 2px;
    /*max-width: 1024px; /*810*/
    font-family: "Comic Neue", cursive;
    font-size: large;
    color: #ffffff;
    text-align: center;
}

body .titre {
    font-size: larger;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    text-shadow: black 2px 2px 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ----------------------------------------------------- */
header {
    height: 280px;
    margin: 10px;
    background: url(Pictures/volcanes_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: solid 2px white;
    border-radius: 20px;
    box-shadow: 8px 8px 8px black;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    header {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}
header .nav {
    color: #bababa;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}

header nav .onglets {
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
}

header nav a {
    text-decoration: none;
    color: blue;
    border: solid 1px blue;
    border-radius: 20px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

header nav a:hover {
    color: #3119e8;
    text-decoration: underline;
}

header .principal {
    margin-top: 50px;
}
.principal h2 {
    font-family: "Lobster", sans-serif;
    /*-webkit-text-stroke: 1px black;*/
    text-shadow: black 5px 2px 2px;
}
header .principal h4 {
    margin-top: 2px;
    padding-top: 2px;
}

/* ----------------------------------------------------- */

.presentation {
    max-width: 1000px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: left;
}

.presentation .texte-presentation {
    margin-top: 5px;
    padding: 5px;
}
/* ----------------------------------------------------- */
.appartement {
    color: #ffffff;
    text-shadow: black 2px 2px 2px;
    text-align: center;
    padding: 5px;
    margin-top: -20px;
}
.appartement .description p {
    max-width: 1000px;
    text-align: left;
    margin: 5px;
    padding: 10px;
}
.photo p {
    margin: -2px;
}
.appartement .photos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.appartement .photos .photo {
    padding: 10px;
    margin: 10px;
    border: solid 10px white;
    border-radius: 20px;
    box-shadow: 8px 8px 8px black;
    background-color: #0101cd;
}

.appartement .photos .photo img {
    width: 180px;
    max-width: 360px;
}

.appartement .plan {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
.appartement .plan img {
    width: 80%;
    max-width: 1000px;
    padding: 10px;
    margin: 10px;
    border: solid 10px white;
    border-radius: 20px;
    box-shadow: 8px 8px 8px black;
    background-color: #0101cd;
}

@media screen and (min-width: 1024px) {
    .appartement .description p {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ----------------------------------------------------- */
.situation {
    padding: 5px;
    margin-top: -20px;
    text-align: center;
    color: #ffffff;
    text-shadow: black 2px 2px 2px;
}

.situation .Googlemaps {
    padding-bottom: 10%;
    height: 50vh;
    overflow: hidden;
}

.situation .Googlemaps iframe {
    width: 80%;
    height: 100%;
    max-width: 1024px;

    border: solid 10px white;
    border-radius: 20px;
    box-shadow: 8px 8px 8px black;
    background-color: #0101cd;
}

.situation .proximite {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.situation .proximite p {
    text-align: left;
    margin-left: 5px;
}

/* ----------------------------------------------------- */
footer {
    padding: 5px;
    margin: 2px;
    text-align: center;
    text-shadow: black 2px 2px 2px;
    /*  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
*/
}
footer .email,
.whatsapp,
.facebook {
    padding-top: 5px;
}
footer .email a,
.whatsapp a,
.facebook a {
    color: #ffffff;
    text-decoration: none;
}

footer .email a:hover,
.whatsapp a:hover,
.facebook a:hover,
.fa-facebook:hover,
.fa-whatsapp:hover,
.fa-envelope:hover {
    color: #0000ff;
}

footer .fa-whatsapp,
.fa-facebook,
.fa-envelope {
    font-size: xx-large;
    cursor: pointer;
}
footer .HautPage {
    margin-top: 20px;
}
footer .HautPage a {
    text-shadow: none;
    border: solid 1px blue;
    border-radius: 20px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: blue;
}
footer .HautPage a:hover {
    text-decoration: underline;
}
