body {
    font-family: 'Raleway', sans-serif;
    background-color: antiquewhite;
}
.img-slide-accueil {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
}
.visible_xs_dyg {
    display:none;
}
.inline-bloc-xs {
    display: none;
}

.bg-slider {
    background-color: #f1f1f1;
    opacity: 0.8;
    padding: 30px;
    color: #E95420;
    border-radius: 5px;
    font-size: 1.5rem;
    box-shadow: 3px 3px 3px #E95420;
}
.bg-button-slider {
    background-color: #fff;
    color: #E95420;
    border: 1px solid #E95420;
}
.bg-button-slider:hover {
    background-color: #E95420;
    color: #ffff;
}
.part-right-slider {
    position: absolute;
    top: 40%;
    right: 5%;
    text-align: right;
}
.part-left-slider {
    position: absolute;
    top: 30%;
    left: 5%;
}
.bg-footer-loc {
    background-color: white !important;
    opacity: 0.5;
    padding: 5px;
    font-weight: bold;
}
.bg-text-accueil-loc {
    position: absolute;
    z-index: 2000;
    top: 30%;
    text-align: center;
    width: inherit;
}
.bg-text-accueil-loc-inner {
    width: max-content;
    margin: 0 auto;
    font-size: 2rem;
    background-color: white;
    opacity: 0.6;
    padding: 20px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    font-weight: bold;
}
.nav-loc {
    font-weight: bolder;
    font-size: 1rem;
    color: rgba(50,50,50,1) !important;
}
.nav-loc:hover {
    color: rgba(0,0,0,1) !important;
}
figcaption {
    display: none;
}


.gite-content {
    padding-top: 100px;
    padding-bottom: 200px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .visible_xs_dyg {
        display:block;
    }
    .hidden_xs_dyg {
        display:none;
    }
    .inline-bloc-xs {
        display: inline-block;
    }
    .bg-text-accueil-loc-inner {
        font-size: 1rem;
        width: auto;
    }
}
