*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 font-family: serif;
    text-decoration: none;
  
}


.nav-bar{
    margin: 0 auto;
   
    align-items: center;
    display:grid;
grid-template-columns: repeat(1,1fr);
 
    justify-content:center;
    padding: 0px 10px 0px 10px;
    font-size: 20px;
    background-color:#f5f5f5;
    box-shadow: 3px 3px 3px rgb(140, 140, 139);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.nav-bar .title{
    max-width: 50%;
margin: 0 auto;
    font-size: 30px;
    color: #e8a806;
   
}
.menus ul{
    font-size: 21px;
    display: flex;
list-style-type: none;
  margin: 0 auto;

}
.menus{

max-width: 50%;
margin: 0 auto;

}
.menus ul li{

  
     margin:0  22px 22px 0;
}
.menus ul li a{
     color: #e8a806;
}
.menus ul li a:hover{
     color: #a09d9d;

}



/* -------- */

.banner{
background:linear-gradient(#343434,transparent), url("../images/1751477159223.jpg");
   background-size: cover;
    height: 90vh;
    width: 100%;
    margin-top:80px;
    background-attachment: fixed;
    padding: 10px 30px;
    
}


.p5{
    margin-top: 20vh;
    padding-bottom: 1vh;
    font-size: 20px;
    color:  #e8a806;
    text-align: center;


 
}
.wel{
    margin: 0 auto;
max-width:25%;


    /* margin-top: 1vh; */
border: 1px solid #e8a806;
}
.banner h1{
    font-size: 60px;
    text-align: center;
     color: #e8a806;
 margin-top: -2vh;
 letter-spacing: 3px;
line-height: 1.5;

   /* margin:20px ; */
    /* transform: translate(-10%,-10%); */
}
h2{
/* font-size: 40px; */

font-size: 36px; /* approximatif */
font-weight: normal;
letter-spacing: 2px;
line-height: 1.5;

     
     /* margin-left: 8%; */
     margin-top: 5%;
}

.p2{
font-size: 20px;
        /* margin-left: 14.5%; */
        margin-top: 2vh; 
        margin-bottom: 2vh;

      
}
.description{
    margin-left: 12%;
}
.hr1{
    max-width: 8%;
    margin-top: 1vh;
border: 2px solid #e8a806;
}

/* -------banner */
.banner .p1{
    color: white;
    text-align: center;
    font-size: 20px;
    word-break:keep-all;
    padding: 30px 50vh;
}


.banner .boutons{
    text-align: center;
    margin: 5px;
}
.banner .boutons .btn1,.btn2 {
margin: 10px;
width: 200px;
height: 50px;

}
.banner .boutons .btn1:hover {

scale: 1.1;
}
.banner .boutons .btn2:hover {

scale: 1.1;
}
.banner .boutons .btn1 a{
    color: white;
    font-size: 20px;
    padding: 20px;

}
.banner .boutons .btn2 a{
    color: black;
    font-size: 20px;
    padding: 10px;
}


.banner .boutons .btn1{
    background-color: transparent;
    border: 2px solid;
    border-color:  #e8a806;;
}
.banner .boutons .btn2{
    background-color:  #e8a806;;;
    /* border: 2px solid white; */
    border:  none;
  
}


/* ----------services */

.services{
    /* padding:60px; */
 margin: 0 auto;
    max-width:80%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.section1 img{
    width: 100%;
    height: 300px;
    filter:br;
}
.section1{
    
    transition:0.4s ease-in-out;
    height: 460px;
    /* padding: 1px; */
    margin: 0 auto;
    /* border:  1px solid rgb(125, 122, 122); */
    box-shadow: 2px 2px 2px 2px  rgb(240, 238, 238);;
    margin-top: 5vh;
    border-radius: 5px;
    width: 90%;

}
h3,.p3,a{
    padding-left: 10px;
}
.section1:hover{
    transform: scale(1.02);

}

.section1 .p3{

 padding-bottom: 2vh;
 padding-top: 2vh;
    font-size: 15px;
 

}
h3{
    margin-top: 2vh;
 
     
  
font-size: 18px; /* approximatif */
font-weight: normal;
letter-spacing: 1.7px;
line-height: 1.5;
}
.section1 a i{
    margin-left: 5px;

}
.section1 a {

    margin-top: 500vh;
  font-size: 19px;
       color: #e8a806;

}
.section1 a:hover {


  color: rgb(95, 94, 94);

}













/* -------galery-- */




.galery{
    /* margin-top: 50vh; */
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px  rgb(240, 238, 238);;
       background-color:#f5f5f5;
    margin: 0 auto;
    /* max-width: 77%; */
}
.images{
    background-image: url(../images/235014869_1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation:  anime 15s infinite;
}

@keyframes anime{
    25%{
        background-image: url(../images/235014869_1.jpg);
    }
    50%{
        background-image: url(../images/148725800.jpg);
    }
    75%{
        background-image: url(../images/b5772a486920cca8f99ebbdd4b0f46209cacadb6_une-chambre-dhotel.jpg);
    }
    100%{
        background-image: url(../images/chambre-triple-pre-mium.jpg);
        
    }
}





/* --------------about */
.about{
    margin: 0 auto;
    max-width: 80%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content:space-around;
  
}
.text-about{
     height:500px;
background-color: #f5f5f5;
}
.picture1{
 height:auto;
    background-position: center;
    animation: picture1 2s ease-in-out;
  
}

.p6{

    font-size: 18px ;;line-height:4vh ; 
}
@keyframes picture1{
    0%{
       opacity: 0.5;
    }
 

    100%{
    opacity: 1;
        
    }
}

.picture1{

    background-position: center;
    animation: picture1 2s ease-in-out;
  
}
@keyframes picture1{
    0%{
       opacity: 0.5;
    }
 

    100%{
    opacity: 1;
        
    }
}
.directions{
    margin-top: 25vh;
}
button{
    color: black;
    border: 3px solid #e8a806;
}


/* ---------------contacts */
.contact-us{
      border-radius: 10px;
    box-shadow: 3px 3px 3px 3px rgb(240, 238, 238);
    background-color:#f5f5f5
 
}

h4{
   
    font-size: 15px;
    color :black;

    margin-bottom: 1vh;
}
.contact{
    padding-top: 1vh;
    margin: 0 auto;
    max-width: 80%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  
}

.cl2{
display: grid;
grid-template-columns: repeat(2,1fr);



}
.end{
    display: grid;
grid-template-columns: repeat(1,1fr);


    
}
form {

margin: 0 auto;
width: 93%;



}
form input {
    width: 100%;
    padding: 10px;

    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.txt{
    margin-left: -1vh;
}

form input:focus {
border-color: #e8a806;
}
form textarea {
    width: 101%;
margin-left: -1vh;
    padding: 10px;
    resize: none;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;

    margin-bottom: 20px;
}
.part1{

    margin: 0 auto;
    line-height: 4vh;
    width: 93%;

}
form input[type="submit"]{
    width: 50%;
    background-color: #e8a806;
}





/* -----------footer */

 footer {
    background: #2c2c2c;
    color: white;
    width: 100%;

  }

  .content-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
  }

  .logo-contacts li a i{
    /* margin: 20px; */
    color: black;
    font-size: 20px;
    /* margin-right: 10px; */
  }

    .logo-contacts li a i{
margin-left: -8px;
padding: 2px;
  }

    .logo-contacts li {
        margin: 19px;
  padding: 5px;
  border-radius: 80%;
  background-color: #fcfbf9;
  }





/* -------------------RESPONSIVE */














  @media screen and (max-width: 768px) {

    /* --------------about */
.about{
    
    margin: 0 auto;
    max-width: 80%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    justify-content:space-around;
  
}

.text-about{
background-color: #f5f5f5;
 height:auto
}
.picture1{
 height:300px;
    background-position: center;
    animation: picture1 2s ease-in-out;
  
}


.directions{
    margin-top: 8vh;
}

.p6{

    font-size: 13px ;;line-height:2vh ; 
}

.hr1{
    max-width: 20%;
    margin-top: 1vh;
border: 2px solid #e8a806;
}

  /* NAVIGATION */
  .nav-bar {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .menus ul {
    flex-direction: column;
    align-items: center;
  }

  .menus ul li {
    margin: 10px 0;
  }

  /* BANNIÈRE */
  .banner {
    height: auto;
    background-attachment: scroll;
    padding: 20px 10px;
  }

  .banner h1 {
    font-size: 35px;
  }

  .banner .p1 {
    padding: 0 10px;
    font-size: 10px;
  }

  .banner .boutons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner .boutons .btn1,
  .banner .boutons .btn2 {
    width: 90%;
    max-width: 250px;
    margin: 10px 0;
  }


  .p2 {
    font-size: 18px;
  }

  /* SERVICES */
  .services {
    grid-template-columns: 1fr;
  }

  .section1 {
    width: 100%;
    margin: 20px 0;
  }

  
  /* CONTACT */
  .contact {
    grid-template-columns: 1fr;
    height: auto;
  }

  .cl2 {
    grid-template-columns: 1fr;
  }
.txt{
    margin-left: 0vh;
}

h2{
    font-size: 20px;
}

form{
    margin-top: 2vh;
}
  form input,
  form textarea {
    width: 100%;
    margin-left: 0;
  }

  form input[type="submit"] {
    width: 100%;
  }

  /* FOOTER */
  .logo-contacts {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-contacts li {
    margin: 10px;
  }
  .acceuil{
    margin-top: -10vh;
  }
}





/* Hamburger toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 20;
}

.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background-color: #333;
  margin: 4px 0;
  transition: 0.3s;
}

/* Responsive pour mobile */
@media (max-width: 1500px) {
  .menu-toggle {
    display: flex;
  }

  .menus {
    position: fixed;
    left: -250px; /* menu caché à gauche */
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    transition: left 0.3s ease;
    padding-top: 75px;
  }

  .menus ul {
    flex-direction: column;
    padding-left: 0;
  }

  .menus ul li {
    margin: 20px 0;
    text-align: center;
  }

  .menus.active {
    left: 0; /* le menu glisse depuis la gauche */
  }
  .p2{
    font-size: 12px;
  }

  
/* Navbar de base */
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position:fixed;
  z-index: 10;
}

.menus ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menus ul li {
  margin-left: 20px;
}


.menus ul li a{

}
.menus ul li a:hover{


}

.menus ul li a {
         color: #e8a806;
  text-decoration: none;

  font-weight: bold;
  transition: color 0.3s;
}

.menus ul li a:hover {
      color: #a09d9d;
}

.banner .boutons .btn2 {
margin: 10px;
width: 150px;
height: 50px;

}
.banner .boutons .btn1 {
margin: 10px;
width: 150px;
height: 50px;


}
}