/* 
General
*/

h1,h2{
    font-family: 'Gistesy', sans-serif;
}

h3,h4,h5,h6{
    font-family: "montserrat", sans-serif;
}

p{
    font-family: "montserrat", sans-serif;
}

/* 
Navbar
*/

.navbar{
    background-color: #F3F4F4;
    font-family: "montserrat", sans-serif;
}

.navbar-nav {
    margin-left: auto;
}

nav ul li a {    
    color: #D96499!important;
}

/* 
Header
*/

header {
    height: 100vh;
    background-image: url('../img/about.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header{
    color: #fff!important;
    margin-top: 20%;
    font-size: 20vh;
}

.sous-titre {
    color: #fff;
    font-family: 'montserrat',sans-serif!important;
    font-size: 10vh;
    padding-left: 23%;
}

header p {
    color: #fff;
    font-size: 20px;
}


.display-2, .display-1 {
    color: #D96499;
}

.reserve-btn {
    background: #ffffff;
    padding: 10px 30px;
    color: #D96499;
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}

.reserve-btn-btn{
    background: #D96499;
    padding: 10px 30px;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}

.reserve-btn:hover {
    background: #4B7531;
}

/* Video Background */

/* .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
} */

/* About */

.about{
    background-color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
}

.apropos p{
    color: #D96499!important;
}

.about p{
    font-size: 17px;
    color: #F3F4F4;
    text-align: justify;
}


/* Tarif */
.tarif {
    background-image: url('../img/b1.jpg');
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
}

.pricing_design {
    position: relative;
    margin: 0px 15px;
}

.pricing_design .single-pricing {
    background: #D96499;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    position: relative;
    z-index: 1;
}

.pricing_design .single-pricing:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.price-head h2 {
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 200;
    color: #D96499;
    text-align: center;
}

.price-head h1 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.price_btn {
    background: #D96499;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price_btn:hover {
    background: #4B7531;
}

a {
    text-decoration: none;
}

.details {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.gallery{

    padding-top: 5%;
    padding-bottom: 5%;
}

.affiche_btn{
    background: #D96499;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.affiche_btn:hover {
    background: #4B7531;
}

.bloquer{
    color: #D96499;
    margin-top: 5%;
}

.form-check-label{
    font-family: 'montserrat',sans-serif;
}

.footer-top{
    background-image: url('../img/b1.jpg');
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #D96499;
}

.footer-top a{
    color: #D96499;
}

.copyright a{
    color: #fff;
}

@media (max-width: 768px) {
    .header{
        font-size: 15vh;
    }

    .sous-titre{
        font-size: 5vh;
        padding-left: 0%;
        margin-top: -15%!important;
    }

    .mobile-display-off{
        display: none;
    }
    
    .about p{
        text-align: center;
    }
    .apropos{        
        padding-top: -15%;
    }
    .titre h1{
        font-size: 10vh;
    }

}
