@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
}
.nav-link.active {
    border-bottom: 2px solid #0077BE; 
    padding-bottom: 5px; 
}
.nav-link:hover{
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}
nav.scrolled{
    background-color: #151515 !important;
    transition: background-color 200ms linear;
    box-shadow: 0 1px 0.5rem #28376a;  
}
nav.scrolled a.nav-link{
    color: #fff !important;
}
nav.scrolled a.nav-link:hover{
    color: #0077BE !important;
}
nav.scrolled i{
    color: #fff !important;
}

nav.nav-toggle-active {
    background-color: #151515 !important;
    
  }
  nav.nav-toggle-active i{
    color: #fff !important;
    
  }
  nav.nav-toggle-active .nav-link {
    color: #fff !important;
  }
  
  /*nav.nav-toggle-active .nav-link:hover {
    color: #FF5C00 !important;
  }*/

.fa-bars{
    color: #fff;
}
.navbar {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.navbar-collapse{
    display: flex;
    justify-content: center; /* Centers the navigation items */
    flex-grow: 1;   
}
.navbar-nav{
    display: flex;
    justify-content: center; 
    align-items: center;  
}
.nav-item{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.nav-link{
    color: rgb(255, 255, 255) !important;
}
.navbar-brand{
    padding-left:50px !important
}
.carousel-item img{
    height: 700px;
}
.caption-inte{
    background-repeat: no-repeat;
    height: 600px !important;
    width: 100% !important;
    background-size: cover;
    flex-basis: 15%;
    background-position: bottom !important;
    background-attachment: fixed;
}
.overlay-container{
    position: relative;
}
.overlay-container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    color: #20409A;
    background: linear-gradient(rgba(0, 0, 0, 0.527), rgba(32, 64, 154, 0.6));
    z-index: 1;
    pointer-events: none;
}
.carousel-item {
    height: 70vh;
}

.carousel-item img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 100%;
}
.carousel-caption h1{
    text-align: center;
    font-weight: bold; 
    font-size: 70px !important; 
    text-transform: uppercase;
    color: #ffe1af;
    margin-top: 0px;
}

.carousel-caption p{
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px; 
  margin-bottom: -20px !important;
    font-size: 55px;
    text-align: center;
    color: #fff;
}
.rsv-btn{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    width: 250px;
    height: 40px;
}
.rsv-btn:hover{
    color: #fff;
    background-color: #0077BE;
}
.motiv-div{
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0px 200px 0px 200px;
}
.motiv-div h1{
    color: #0077BE;
    font-weight: bold;
    font-size: 38px; 
    width: 55%;
    text-align: center;
    margin: 0 auto;
  font-family: "Sriracha", cursive;
  font-style: normal;
}
.motiv-div p{
    text-align: center;
    color: black;
    font-size: 18px; 
    margin-top: 50px;
}
.underline {
    display: block; 
    width: 10%;
    height: 3px; 
    background-color: #0077BE; 
    margin: 10px auto 0; 
    height: 2px;
}
.reserver{
    background-image: linear-gradient(rgba(0, 0, 0, 0.618),rgba(0,0,0,50%)),url(../images/surf.jpg);
    flex-basis: 45%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top !important;
    margin-top: 150px;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 200px 100px 200px;
}
.reserver h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding-bottom: 30px;
    font-family: "Sriracha", cursive;
    font-style: normal;
}
.rsv-btn2{
    justify-content: center;
    color: #fff;
    background-color: #0077BE;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 200px;
}
.rsv-btn2:hover{
    color: #0077BE;
    background-color: #fff;
}
/*Services*/
.service{
    margin: 0px;
    width: 100%;
    max-width: 100%;
}
.service .left-div{
    background-color: #F4E1C1;
    padding: 100px 50px 80px 80px;
}
.service .left-div h1{
    padding-bottom: 30px;
    color: #0077BE;
    font-weight: bold;
    font-size: 35px; 
    text-transform: uppercase;
}
.service .left-div p{
    text-align: justify;
}
.service .right-div{
    padding: 100px 50px 80px 50px;
}
.service-item i{
    color: #0077BE;
    margin-bottom: 10px;
}
.service-item h5{
    color: #0077BE;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
}
.gallery img {
    object-fit: cover; 
  }
.gallery .col-12{

    margin: 0;
    padding: 0;
}
.gallery .col-12 img {
    max-height: 220px; 
    width:100%;
}
.gallery .col-lg-8 img{
    max-height: 100%; 
    max-width: 100%;
}
.gallery .row {
    margin: 0; 
  }
/*A propos*/
.propos-interface{
    background-image: linear-gradient(rgba(0, 0, 0, 0.492),rgba(0, 0, 0, 0.400)),url(../images/img2.jpg);
} 
.caption-inte{
    background-repeat: no-repeat;
    height: 500px !important;
    width: 100% !important;
    background-size: cover;
    flex-basis: 15%;
    background-position: bottom !important;
    background-attachment: fixed;
}
.div-caption {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 10;
    padding: 20px;
    height: auto;
}
.div-caption h1{
    font-weight: bold;
    color: #F4E1C1;
    text-align: left;
    font-size: 70px;
    font-weight: bold;
}
.definition{
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
}
.definition h1{
    text-align: center;
    color: #0077BE;
    font-weight: bold;
    font-size: 50px; 
    text-transform: uppercase;
    font-family: "Sriracha", cursive;
    font-style: normal;
}
.definition .left-div{
    padding: 100px 50px 80px 100px;
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.definition .left-div p{
    text-align: justify;
    margin: 0;
}
.definition .right-div{
    padding: 100px 100px 80px 50px;
}
.definition .right-div img{
    width: 100%;
    max-width: 100%; 
    height: auto; 
}
.rsv-section{
    background-image: linear-gradient(rgba(0, 0, 0, 0.618),rgba(0,0,0,40%)),url(../images/img3.jpg);
    flex-basis: 45%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top !important;
    margin-top: 80px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 70px 200px 50px 200px;
}
.rsv-section h2{
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
    font-size: 50px;
    font-weight: bold;
    font-family: "Sriracha", cursive;
    font-style: normal;
}
.rsv-section h3{
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: lighter;
    
}
.definition-2{
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
}
.definition-2 h1{
    text-align: center;
    color: #0077BE;
    font-weight: bold;
    font-size: 50px; 
    text-transform: uppercase;
    font-family: "Sriracha", cursive;
    font-style: normal;
}
.definition-2 .right-div{
    padding: 100px 100px 80px 50px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.definition-2 .right-div p{
    text-align: justify;
    margin: 0;
}
.definition-2 .left-div{
    padding: 100px 50px 80px 100px;
}
.definition-2 .left-div img{
    height: 450px;
    width: 100%;
}
/*chambre*/
.chambre-interface{
    background-image: linear-gradient(rgba(0, 0, 0, 0.492),rgba(0, 0, 0, 0.400)),url(../images/Terace/img1.jpg);
}
.chambre{
    padding: 100px 100px 50px 100px;
    margin: 0;
}
.chambre .card{
    border-radius: none;
    box-shadow: none;
}
.chambre .carousel-item {
   height: auto;
}
.chambre .carousel-item img{
    width: 100%;
    height: 350px;
    object-fit: cover; 
    max-height: 300px; 
}
.chambre .card-title{
    color: #0067a2;
}
.chambre .btnRsv{
    justify-content: center;
    color: #fff;
    background-color: #0077BE;
    border-radius: 30px;
}
/*Restauration*/
.restau-interface{
    background-image: linear-gradient(rgba(0, 0, 0, 0.492),rgba(0, 0, 0, 0.400)),url(../images/img6.jpg);
}
.restauration{
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
}
.restauration .left-div{
    padding: 100px 50px 80px 100px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-direction: column; 
    align-items: flex-start; 
}
.restauration .left-div p{
    text-align: justify;
    margin: 0;
}
.restauration .right-div{
    padding: 100px 100px 80px 50px;
}
.restauration .right-div img{
    width: 100%;
    max-width: 100%; 
    height: auto; 
}
.menu-btn{
    justify-content: center;
    color: #fff;
    background-color: #0077BE;
    border-radius: 30px;
    margin-top: 30px;
}
/*Contact*/
.interface{
    position: relative;
}
.contact-interface{
    background-image: linear-gradient(rgba(0, 0, 0, 0.492),rgba(0, 0, 0, 0.400)),url(../images/img6.jpg);
}
#contact-us{
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.contact-title h3{
    text-align: center;
    color: #000000;
    margin-top: 20px;
    font-weight: bold;
    font-size: 40px;
}
.form-title{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
}
.form-title2{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
}
.contact-title{
    margin-bottom: 30px;
    padding-top: 30px;
}
.contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 1000px;
}
.direct-contact-container {
    margin-right: 60px; 
    width: auto;
    padding-top: 30px;
}
.form-container {
    background-color: #ffedce;
    padding: 40px;
    margin-left: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.179);
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-group{
    padding: 0px 0px 20px 0px;
}
/* Left contact page */
.contact-form input{
    border-bottom: 1px solid;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0;
    background-color:transparent;
    transition: background-color 0.3s ease; 
    outline: none;
}
.contact-form input:focus {
    background-color: transparent;  
    border-bottom: 1px solid black !important;
  }
  .contact-form textarea{
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid;
    border-radius: 0;
    background-color:transparent;
}
.contact-form textarea:focus {
    background-color: transparent;  
    border-bottom: 1px solid black !important;
  }
.form-horizontal {
    max-width: 100%;
    font-family: 'Lato';
    font-weight: 200;
    padding-top: 30px;
}
.form-control{
    max-width: 100%;
}
textarea {
    max-width: 400px;
    background-color: #ececec;
    color: #fff;
    letter-spacing: 1px;
}
.send-button {
    background-color: #0077BE;
    margin-top: 35px;
    height: 34px;
    width: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.send-button:hover {
    background-color: #0077BE;
}
.alt-send-button {
    justify-content: center;
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
    color: white;
    padding-top: 8px;
}
.send-text {
    color: white;
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
}
.alt-send-button:hover {
    transform: translate3d(0px, -26px, 0px);
}
.contact-form input:focus, 
.contact-form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
/* Begin Right Contact Page */
.contact-list {
    list-style-type: none;
    padding-right: 20px;
    padding-top: 30px;
}
.list-item {
    line-height: 4;
    color: #ffffff;
    font-size: 20px;   
}
.list-item i{
    display: flex;
    align-items: center; 
    color: #0077BE;
    margin-top: 15px;
    margin-bottom: 30px;
}
.contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #000000;
    width: 100% !important;    
}
.place {
    margin-left: 39px;  
    display: inline-block;
    text-align: justify;
}
.phone {
    margin-left: 33px;

}
.home_phone {
    margin-left: 33px;

}
.gmail {
    margin-left: 30px;   
}
.contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
    color: #000000;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 5px;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 5px 0px 5px 0px;
  }
  .contact-icon {
    background-color: #0077c8; /* Blue background */
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  .contact-icon:hover {
    background-color: #005fa3;
  }
.copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
hr {
    border-color: rgba(0, 0, 0, 0.818);
    margin: 0;
    padding: 0;
}
.location{
    width: 100%;
    margin-bottom: 80px;
    margin-top: 60px;
}
.location iframe{
    width: 100%;
}
/*WhatsApp*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000;
}

.whatsapp-button:hover {
    background-color: #1DA851;
    transform: scale(1.1);
}
.whatsapp-button i {
    font-size: 24px;
}
 /*footer*/
footer{
    background-color: #151515;
    margin-top: 100px;
}
footer img{
    width: 180px;
    height: auto;
    text-align: center;
    justify-content: center;
}
footer p{
    margin-top: 15px;
}
#paragFooter{
    text-align: center;
}
footer p,span,i{
    color: white;
}
footer h6{
    color: #fff;
}
/*NavBar*/
@media (min-width:550px) and (max-width: 991.20px){ 
    .navbar-brand {
        padding-left: 35px !important;
    }
}
@media screen and (max-width: 550.20px){ 
    .navbar-brand {
        padding-left: 20px !important;
    }
}
/*Home page*/
@media (min-width: 688px) and (max-width: 768px) {
    /*.carousel-item {
        height: 50vh; 
    }*/
    .carousel-caption{
        top: 50%;  
    }
    .carousel-caption h1{
        font-size: 55px !important;  
    }
    .carousel-caption p{
        font-size: 40px !important;  
        margin-bottom: -5px !important;
    }
}

@media (min-width: 550px) and (max-width: 688.4px){ 
    .carousel-caption h1{
        font-size: 50px !important;   
    }
       .carousel-caption p{
        padding-bottom: 10px !important;
        font-size: 35px !important;  
    }   
}

@media  screen and (max-width: 549.40px){ 
    .carousel-item {
        height: 50vh; 
    }
    .carousel-caption h1{
        font-size: 38px !important;  
    }
    .carousel-caption p{
        font-size: 30px !important;  
        padding-bottom: 10px !important;
    }
    .rsv-btn{
        width: 180px;
    }
}
@media screen and (max-width:500px){
    .service .left-div {
        padding-left: 50px;
    }
}
@media (min-width: 816px) and (max-width: 1167px){
    .motiv-div{
        padding: 0px 100px 0px 100px;
    }
    .reserver{
        padding: 100px 130px 100px 130px;
    }
    .motiv-div h1{
        font-size: 28px; 
    }
}
@media screen and (max-width: 816.4px){
    .motiv-div{
        padding: 0px 50px 0px 50px;
    }
    .motiv-div h1{
        font-size: 25px; 
    }
    .reserver{
        padding: 80px 50px 80px 50px;
    }
}
@media screen and (max-width: 500px){
    .reserver h2{
        font-size: 25px;
    }
}
@media (min-width: 500px) and (max-width: 658px){
    .motiv-div h1{
        font-size: 22px; 
        width: 70%;
}
}
@media screen and (max-width: 499.4px){
    .motiv-div h1{
        font-size: 22px; 
        width: 100%;
    }
    .motiv-div p{
        font-size: 16px; 
    }
}
@media screen and (max-width: 1399px){
    .gallery .col-lg-8 img{
        max-height: 100%; 
        max-width: 100%;
        height: 100%;
    }
}
/*A propos*/
@media (min-width: 600px) and (max-width: 900px){
    .div-caption h1{
        font-size: 60px;
    }
}
@media screen and (max-width: 599px){
    .div-caption h1{
        font-size: 40px;
    }
}
@media (min-width: 767px) and (max-width: 1170px){
    .definition .left-div{
        padding: 50px 20px 40px 50px;
    }
    .definition .right-div{
        padding: 50px 50px 40px 20px;
    }
}
@media screen and (max-width: 767.20px){
    .definition .left-div{
        padding: 50px 50px 40px 50px;
    }
    .definition .right-div{
        padding: 50px 50px 40px 50px;
    }
}
@media (min-width: 800px) and (max-width: 900px){
    .definition .right-div img{
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 799px){
    .definition .right-div img{
        margin-top: 100px;
    }
}
@media (min-width: 900px) and (max-width: 1200px){
    .rsv-section{ 
        padding: 70px 100px 50px 100px;
    }
}
@media (min-width: 512px) and (max-width: 899px){
    .rsv-section{ 
        padding: 70px 20px 50px 20px;
    }
}
@media screen and (max-width: 511px){
    .rsv-section{ 
        padding: 70px 20px 50px 20px;
    }
    .rsv-section h2{
        font-size: 25px;
    }
    .rsv-section h3{
        font-size: 15px;
    }
    .definition h1,.definition-2 h1 {
        font-size: 35px;
    }
}

@media (min-width: 767px) and (max-width: 1170px){
    .definition-2 .left-div{
        padding: 50px 20px 40px 50px;
    }
    .definition-2 .right-div{
        padding: 50px 50px 40px 20px;
    }
}
@media screen and (max-width: 767.20px){
    .definition-2 .left-div{
        padding: 50px 50px 40px 50px;
    }
    .definition-2 .right-div{
        padding: 50px 50px 40px 50px;
    }
}
@media (min-width: 800px) and (max-width: 900px){
    .definition-2 .right-div img{
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 799px){
    .definition-2 .right-div img{
        margin-top: 100px;
    }
}
@media screen and (max-width:500px){
    .definition-2 .left-div img {
        height: 300px;
    }
    .definition .right-div img {
        height: 250px;
    }
}
/*Chambre*/
@media screen and (max-width: 1300px){
    .chambre{
        padding: 100px 10px 50px 10px;
    }
}
@media (min-width: 1000px) and (max-width: 1160px){
    .chambre .carousel-item img{
        height: 300px;
    }
}
@media (min-width: 867.20px) and (max-width: 999.20px){
    .chambre .carousel-item img{
        height: 250px;
    }
}
@media (min-width: 767px) and (max-width: 866.40px){
    .chambre .carousel-item img{
        height: 200px;
    }
}
@media (min-width: 650px) and (max-width: 767.20px){
    .chambre .carousel-item img{
        height: 260px;
    }
}
@media (min-width: 576px) and (max-width: 649.90px){
    .chambre .carousel-item img{
        height: 240px;
    }
}
/*Restauration*/
@media (min-width: 767px) and (max-width: 1170px){
    .restauration .left-div{
        padding: 50px 20px 40px 50px;
    }
    .restauration .right-div{
        padding: 50px 50px 40px 20px;
    }
}
@media screen and (max-width: 767.20px){
    .restauration .left-div{
        padding: 50px 50px 40px 50px;
    }
    .restauration .right-div{
        padding: 50px 50px 40px 50px;
    }
}
/*Contact page*/
@media (min-width: 850.4px) and (max-width: 928px) {
    .form-container {
        margin-left: 0px;
    }
    .direct-contact-container{
        margin-right: 20px;
    }
}
@media screen and (max-width: 850px) {
    .contact-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .direct-contact-container, .form-horizontal {
        margin: 0 auto;
    }  
    .direct-contact-container {
        margin-top: 0px;
        max-width: 100%;
        width: 350px !important;
    }    
    .form-container{
        max-width: 350px !important;
    }
  
}
    @media screen and (max-width: 569px) {
    .direct-contact-container, .form-wrapper {
        float: none;
        margin: 0 auto;
    }  
    .form-control, textarea {   
        margin: 0 auto;
    }
    .name, .email, textarea {
        width: 280px;
    } 
    .direct-contact-container {
        max-width: 100%;
        margin: 0px;
        padding-left: 0px;
        padding-right: 20px;
        width: 300px;
    }  
    .list-item{
        word-wrap: break-word;
    }
    .form-container{
        padding: 35px;
        margin: 0px;
        max-width: 300px;
    }
    .contact-text a, .place {
        font-size: 15px;
    }
    .social-icons .contact-icon {
        width: 50px;
        height: 50px;
    }
    .social-icons .contact-icon i {
        font-size: 22px;
    }
}

  