:root {
    --color-dark: #0e2b2b;
    --color-muted: #729b9b;
    --color-light: #b8c9c9;
    --color-accent: #243f3f;
    --color-background: #fff;
    --color-second-background: #c2bdb7;
    --title-font-size: 2.7rem;
    --col-margin: .8rem;
    --colour-vertf: #3b5458;
    --colour-vertc: #99a8af;
    --colour-grisc: #c3c8cf;
    --colour-marronf: #b99d91;
    --colour-marronc: #ded3cd;
    --colour-beige: #e3e4df;
    --colour-grisf: #a8a9ac;

}

body {
    background-color: #E3E4DF;
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* text */

h2 {
    color: var(--color-accent);
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: .1rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 0.6rem;
    color: rgb(54, 54, 54);
}

a {
    color: var(--colour-vertf)
}


a:hover {
    color: var(--colour-vertc);
}

.access {
    padding-right: 5rem;
}

.access h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: black;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2rem;
    border-bottom: 1px solid;
}

.access p {
    margin-top: 1.5rem;
    font-weight: 500;
}

.contact h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: black;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

.contact p {
    text-align: center;
    margin-bottom: 0;
}

.contact a {
    text-decoration: none;
    color: #3B5458;
}

.contact a:hover {
    opacity: 0.65;
}

/* footer */

footer {
    text-align: center;
    background-color: #3B5458;
    color: white;
    font-size: 1rem;
    padding: 0.8rem;
    padding-bottom: 2rem;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    opacity: 0.65;
    color: white;
}

footer p {
    font-size: 0.8rem;
    color: white;
}

footer h3 {
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: none;
    font-size: 1.1rem;
}

footer .address {
    font-variant: small-caps;
}


/* custom elements */

.barre {
    height: 1px;
    background-color: white;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.bordure {
    width: 1px;
    background-color: white;
    padding: 0;
    margin-bottom: 0.5rem;
    margin-top: 1rem;

}

.bouton-accueil {
    border: 1px solid #3B5458;
    color: #3B5458;
    padding: 0.5rem;
    text-transform: uppercase;
    text-decoration: none;
}

.bouton-accueil:hover {
    color: var(--colour-vertc);
    border-color: var(--colour-vertc);
}

.carousel h5 {
    text-shadow: 0 0 3px black;
}

.carousel-indicators [data-bs-target] {
    width: 25px;
}

.carousel-item img {
    height: 20rem;
    object-fit: cover;
}

.container {
    background-color: white;
    border-right: 1px solid rgb(29, 29, 29);
    border-left: 1px solid rgb(29, 29, 29);
}

.container.first {
    border-top: 1px solid rgb(29, 29, 29);
}

.container.last {
    border-bottom: 1px solid rgb(29, 29, 29);
}

.container.noborder {
    padding: 0;
    overflow: hidden;
}

.directions {
    font-size: small;
    padding-top: 1.2rem;
}

.espace {
    padding: 4rem 0;
}

.haut {
    height: 4rem;
}

.icon {
    font-size: 2rem;
    color: white;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    text-align: center;
}

.iconbis {
    font-size: 2rem;
    padding: 1rem 2rem;
    color: rgb(54, 54, 54);
}

.logo {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    width: 3rem;
    margin-left: -3rem;
    bottom: -.8rem;
    right: 1rem;
}

.map {
    height: 35rem;
}

.mid-bar {
    display: inline-block;
    max-width: 5rem;
    width: 80%;
    height: 0;
    border-bottom: 1px solid var(--color-light);
    margin: .5rem 0;
}

.navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    margin-bottom: 0.5rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item {
    padding: 2rem;
}

.nav-item a {
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--colour-vertf);
    border-top: 1px solid #3B5458;
    border-bottom: 1px solid #3B5458;
}

.nav-item a:visited {
    color: var(--colour-vertf);
}

.nav-item a:hover {
    color: var(--colour-vertc);
    border-color: var(--colour-vertc);
}

.nav-link.active {
    font-weight: 600;
    border-top: 2px solid #3B5458;
    border-bottom: 2px solid #3B5458;
}

.paragraphe {
    padding-top: 2rem;
}

.photo-text-bg {
    background-color: #E6DED8;
}

.photo-text-right,
.photo-text-left {
    font-family: "Frank Ruhl Libre", serif;
}

.photo-text-right h2,
.photo-text-left h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: black;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem;
}

.photo-text-right ul,
.photo-text-left ul {
    text-align: left;
    list-style: url("Illustrations/tiret.svg");
}

.photo-text-right p,
.photo-text-left p {
    text-align: justify;
}

.photo-text-left {
    order: -1;
    padding-left: 10rem;
    padding-right: 6rem;
}

.photo-text-right {
    padding-right: 10rem;
    padding-left: 6rem;
}

.photo-car-left .carousel {
    margin-right: -2rem;
    z-index: 10;
}

.photo-car-right .carousel {
    margin-left: -2rem;
    z-index: 10;
}


/* version mobile */
@media screen and (max-width: 992px) {

    .photo-text-left,
    .photo-text-right {
        order: initial;
        padding: 2rem;
        padding-bottom: 3rem;
    }

    .photo-text-space {
        display: none;
    }

    .photo-car-left .carousel,
    .photo-car-right .carousel {
        margin: 0;
    }
}


.salle {
    background-color: var(--colour-vertf);
    background-image: url("Illustrations/Texture\ aquarelle-01.jpg");
    background-size: cover;
    color: white;
    height: 100%;
    padding: 0.7rem;
}

.salle p {
    color: white;
    margin-left: 1rem;
    margin-right: 1rem;
}

.salle a {
    color: white;
}

.salle a:visited {
    color: white;
}

.salle a:hover {
    color: var(--colour-vertc);
}

.salle h3 {
    font-size: 1.3rem;
    color: white;
    font-weight: 300;
    margin-bottom: 0rem;
    margin-top: 0;
}

.section {
    padding-bottom: 2rem;
}

.soustitre {
    color: dimgrey;
    font-weight: 300;
    font-size: 1rem;
    margin-top: 0.8rem;
}

.spacer {
    padding: 0 0.7rem;
}

.title {
    display: inline-block;
    color: var(--colour-vertf);
    font-size: var(--title-font-size);
    font-variant: small-caps;
    font-weight: 500;
    font-size: 3.2rem;
    padding: 0;
    margin: 0;
    letter-spacing: .1rem;
}

.title-box {
    margin: 0 3rem;
    font-family: 'Ovo', serif;
    padding: 2rem 0rem;
}

.titre-gite {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.titre-gite h2 {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: black;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.titre-gite p {
    text-align: justify;
    max-width: 38rem;
    font-size: 1.1rem;

}

.trait {
    height: 1px;
    background-color: var(--colour-vertf);
}

.wait {
    border-radius: 1rem;
    text-align: center;
    color: rgb(41, 41, 41);
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 80%;
}

.wait p {
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.8;
}

.intcol .col p {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


/* version mobile */

@media screen and (max-width: 700px) {
    .logo {
        width: 1.7rem;
        margin-left: -2rem;
        bottom: -.8rem;
        right: 1rem;
    }

    .title {
        font-size: 2rem;
        letter-spacing: .06rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        background-color: rgb(247, 247, 247);
    }

    .nav-item {
        padding: 0.2rem;
        margin-left: 3rem;
    }

    .nav-item a {
        font-size: 0.9rem;
        font-weight: 300;
        color: var(--colour-vertf);
        border: none;
    }

    .nav-item a:visited {
        color: var(--colour-vertf);
    }

    .nav-item a:hover {
        color: var(--colour-vertc);
        text-decoration: underline;
    }

    .nav-link.active {
        font-weight: 500;
        border: none;
    }

    .acc-web {
        display: none;
    }

    .carousel-item img {
        height: 15rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    .bordure {
        display: none;
    }

    .no-mobil {
        display: none;
    }


    .map {
        height: 20rem;
    }

    .access {
        margin-top: 2rem;
        padding-right: 3rem;
        padding-left: 2rem;
    }
}


@media screen and (max-width: 575px) {
    .haut {
        display: none;
    }

}

@media screen and (min-width: 992px) {
    .acc-mobile {
        display: none;
    }
}