@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,800;1,400;1,600;1,700;1,800;1,900&display=swap");


body,
html {
    height: 100%;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-weight: 300;
    overflow: auto;
}

.h-landmark {
    color: #b8a191;
    font-family: "Playfair Display", serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: black;
    line-height: 1.25em;
}

.bg {
    /* The image used */


    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

p {
    font-size: 17px;
    line-height: 1.5em;
}

p ol,
ul {
    font-size: 17px;
    line-height: 1.5em;
}

li {
    font-size: 17px;
    line-height: 1.5em;
}


.linksmall {
    font-size: 95%;
}

.linkmedium {
    font-size: 135%;
}

.linklarge {
    font-size: 135%;
}

p a:hover {
    font-weight: 600;
    color: #0074a1;
}



p a {
    font-weight: 600;
    color: #0074a1;
}

p a:hover {
    font-weight: 600;
    color: yellowgreen;
    text-decoration: underline;
}

p a:visited {
    font-weight: 600;
    color: #0074a1;
}


.article a {
    color: inherit;
    font-weight: inherit;
}

.article a:hover {
    color: #000000;
    text-decoration: underline;
    ;
}


.article p a {
    font-weight: inherit;
    color: inherit;
}

.article p a:hover {
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
}


.x-dropcap {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFDB58;
}

.x-stars {
    color: #FFDB58;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}


.link {
    font-weight: 600;
    color: black;
}

.link:hover {
    font-weight: 600;
    color: grey;

}

.link:visited {

    font-weight: 600;
    color: yellowgreen;
}

b {
    font-weight: 600;
    color: black;
}



.shadow {
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.35);
}

.bouton {
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px;
    font-size: 21px;
    color: white;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.bouton:hover {
    opacity: 0.75;
    color: white;
}



.more-content {
    display: none;
}

.toggle-link {
    color: #00a6e6;
    cursor: pointer;
}

.toggle-link:hover {
    color: #00a6e6;
    cursor: pointer;
}

.social {
    width: 45px;
}

.social:hover {
    opacity: 0.5;
}

.image-zoom img {
    transition: transform 0.3s ease;
}

.image-zoom:hover img {
    transform: scale(1.1);
    /* Zoom à 110% */
}

@media only screen and (min-width: 1281px) {
    .layer {

        background-color: rgba(255, 255, 255, 0.95);
        background-color: #fff;

        max-width: 840px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        -webkit-border-top-left-radius: 9px;
        -webkit-border-top-right-radius: 9px;
        -moz-border-radius-topleft: 9px;
        -moz-border-radius-topright: 9px;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        position: absolute;
        top: 90px;
        right: 15%;
    }

    .padding {
        padding: 45px;
    }

    .bouton {
        opacity: 1;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 10px;
        font-size: 21px;
        color: white;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .bouton:hover {
        opacity: 0.75;
        color: white;
    }
}



@media only screen and (min-width: 841px) and (max-width: 1280px) {
    .layer {
        background-color: rgba(255, 255, 255, 0.95);
        background-color: #fff;

        max-width: 840px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-topright: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        margin: 90px auto 0 auto;
    }


    .padding {
        padding: 45px;
    }

    .bouton {
        opacity: 1;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 10px;
        font-size: 21px;
        color: white;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .bouton:hover {
        opacity: 0.75;
        color: white;
    }
}




@media only screen and (min-width: 0px) and (max-width: 840px) {
    .layer {
        background-color: #fff;
        padding: 0px;
        width: 100%;
        top: 0px;
        right: 0px;
        margin-top: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .padding {
        padding: 20px;
    }

    .bouton {
        opacity: 1;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 10px;
        font-size: 21px;
        color: white;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .bouton:hover {
        opacity: 0.75;
        color: white;
    }
}