body {
    font-family: 'Comic Neue', cursive !important;
    background-color: #fff5e7;
}
.navbar {
    color: black;
    font-size: 1.3em;
    /*font-weight: bolder;*/
    /*font-size: 1.2em;*/
    font-family: 'Open Sans Condensed', sans-serif !important;
    z-index: 10;
    height: 80px;
    background-color: #ffeac8 !important;
    opacity: 0.7;
    padding-left: 25%;
}
.gite-content {
    margin-top: 100px;
    margin-bottom: 200px;
}
.text-content {
    font-size: 1.3rem;
}

.navbar-collapse {
    background-color: #ffeac8 !important;
}

#navbarNav {
    padding-left: 10%;
}

.nav-link {
    color: black !important;
}

#navcontain {
    max-width: 700px !important;
}

#brand {
    font-family: 'Pacifico', cursive !important;
    font-size: 1.5em;
    font-weight: bolder;
}

/* positionnement carousel*/
.contain {
    position: absolute;
    top: 0;
}

/* Cookies*/
.cookie-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #18BC9C;
    opacity: 0.5;
    padding: 25px;
}

/* Bouton retour*/
.backtotop {
    position: fixed;
    right: 0;
    top: 40%;
    border-radius: 3px;
    opacity: 0.7;
    display: none;
    cursor: pointer;
    z-index: 10;
}

figcaption {
    display: none;
}

@media (min-width: 1200px) {
    .btn_reservation {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 120px;
        position: fixed;
        right: 0;
        bottom: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .btn_contact {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 120px;
        position: fixed;
        right: 0;
        bottom: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 25% !important;
        left: 15%;
        bottom: inherit;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        /*color: black;
        background-color: white;
        opacity: 0.6;*/
    }
    .carousel-caption h5{
        font-size: 3em;
        font-weight: bolder;
    }
    .carousel-caption p{
        font-size: 2em;
        font-weight: bolder;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn_reservation {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 120px;
        position: fixed;
        right: 0;
        bottom: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .btn_contact {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 120px;
        position: fixed;
        right: 0;
        bottom: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 25% !important;
        left: 15%;
        bottom: inherit;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        /*color: black;
        background-color: white;
        opacity: 0.6;*/
    }
    .carousel-caption h5{
        font-size: 2.5em;
        font-weight: bolder;
    }
    .carousel-caption p{
        font-size: 1.6em;
        font-weight: bolder;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .btn_reservation {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 120px;
        position: fixed;
        right: 0;
        bottom: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .btn_contact {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 120px;
        position: fixed;
        right: 0;
        bottom: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 25% !important;
        left: 15%;
        bottom: inherit;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        /*color: black;
        background-color: white;
        opacity: 0.6;*/
    }
    .carousel-caption h5{
        font-size: 2em;
        font-weight: bolder;
    }
    .carousel-caption p{
        font-size: 1.2em;
        font-weight: bolder;
    }

}


@media (max-width: 767.98px) {
    .btn_reservation {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 80px;
        position: fixed;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .btn_contact {
        background-color: #A9BCF5;
        color: black;
        z-index: 1000;
        font-weight: bolder;
        width: 120px;
        height: 80px;
        position: fixed;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 15% !important;
        left: 15%;
        bottom: inherit;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        /*color: black;
        background-color: white;
        opacity: 0.6;*/
    }
    .carousel-caption h5{
        font-size: 2em;
        font-weight: bolder;
    }
    .carousel-caption p{
        font-size: 1.2em;
        font-weight: bolder;
    }
}
