@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* font-family: 'ABeeZee', sans-serif;  
   font-family: 'Poppins', sans-serif;
   font-family: 'Dancing Script', cursive;
   font-family: 'Playfair Display', serif;
   font-family: 'Lora', serif;



   
  font-family: "Lora", serif;
  font-family: "Playfair Display", serif;
 
*/

:root {
  --white: #fff;
  --black: #0b0b0b;
  --bleuAA: #26358e;
  --bleusecond: #78c1f2;
  --bleu: #0e3e67;
  --de: rgb(85, 102, 194);
  --secondwhite: #e2e2e2;
  --orange: #dd7542;
}


:root {
  --fond-principal: #0b0b0b;
  --accent-or: #dd7542;
  --texte-blanc: #f8f5f0;
  --texte-gris: #cccccc;
  --bouton-bleu: #002f4b;
  --highlight-vip: #800020;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow: auto;
  scroll-padding-top: 7rem;
  scroll-behavior: smooth;

  background: var(--white);
  
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white);
  padding: 0.1rem 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

header .logo img {
  width: 75px;
  height: 45px;
}

header .navbar a {
  font-size: 1.5rem;
  color: var(--bouton-bleu);
  margin: 0 0.5rem;
  font-weight: bolder;
  font-family: "Poppins", sans-serif;
  padding: 0 1.5rem;
}

header .navbar a:hover {
  color: var(--bleu);
}

header .icons a {
  font-size: 1.5rem;
  color: var(--bleu);
  margin-left: 1.5rem;
  font-weight: bolder;
  font-family: "Lora", serif;
  cursor: pointer;
}
header .icons a img {
  height: 1.5rem;
  width: 2.5rem;
}

header .icons a:hover {
  color: var(--bleusecond);
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--accent-or);
  padding: 1rem;
  font-family: "Playfair Display", serif;
 
}
.headingg {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--bleu);
  padding: 1rem;

  font-family: "Lora", serif;
}

.headingg span {
  text-transform: uppercase;
  color: var(--white);
  font-family: "ABeeZee", sans-serif;
}

.heading span {
  text-transform: uppercase;
  color: var(--bouton-bleu);
  font-family: "Poppins", sans-serif;
}

#menu-bar {
  font-size: 2.5rem;
  padding: 0.5rem 0.5rem;
  border: 0.1rem solid var(--white);
  color: var(--black);
  border-radius: 0.3rem;
  cursor: pointer;
  display: none;
}

/*........................HOME..............................*/

.home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 1.5rem;
}

.home .content {
  flex: 1 1 40rem;
  text-align: center;
}

.home .image {
  flex: 1 1 40rem;
}

.home .image img {
  margin-top: 2rem;
  width: 30vw;
  border-radius: 50%;
}

.home .content span {
  color: var(--white);
  font-size: 3rem;
  font-family: "ABeeZee", sans-serif;
}

.home .content h3 {
  color: var(--de);
  font-size: 3.5rem;
  text-transform: uppercase;
  font-family: "ABeeZee", sans-serif;
}

.btn {
  display: inline-block;
  border: 2px solid var(--accent-or);
  margin-top: 1rem;
  
  
  color: var(--white);
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  font-family: "Lora", serif;
}

.btn:hover {
  background: var(--bleusecond);
  color: var(--white);
}

.btn1 {
  display: inline-block;
  margin-top: 1rem;
  border-radius: 1rem;
  background: var(--accent-or);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: bolder;
  padding: 0.8rem 2.6rem;
  cursor: pointer;
  font-family: "ABeeZee", sans-serif;
  position: absolute;
  text-align: left;
  align-items: left;
  position: left;
}

.btn1:hover {
  background: var(--bleusecond);
  color: var(--white);
}
/*......................FIN HOME........................*/

/*.................................................................*/
.products {
  background: var(--white);

  padding: 2rem 10%;
}

.products p {
  font-size: 1.5rem;
  position: center;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.products .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.products .box-container .box {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--bleu);
  flex: 1 1 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  margin-top: 25px;
  height: 300px;
}
.products .box-container .box:hover {
  
  background: var(--accent-or);
  
  
  
}

.products .box-container .box:hover i{
  
  background: var(--accent-or);
  color: var(--bouton-bleu);
  
  
  
}


.products .box-container .box .content {
  padding: 1.5rem;
}

.products .box-container .box i {
 
  border-radius: 1rem;
   font-size: 5rem;
   color: var(--orange);
   border: 1rem solid #1111;
  
}
.products .box-container .box .icons {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0.5rem;
  left: -10rem;
}
.products .box-container .box:hover .icons {
  left: 1rem;
}
.products .box-container .box .icons a {
  height: 4.5rem;
  width: 5rem;
  line-height: 4.5rem;
  font-size: 2rem;
  color: var(--bleu);
  border: 0.1rem solid var(--bleu);
  border-radius: 2rem;
  background: #fff;
  margin-top: 0.5rem;
}


.products .box-container .box .content h3 {
  color: var(--white);
  font-size: 2rem;
  font-family: "Lora", serif;
  width: 100%;
}

.products .box-container .box .content p {
  color: var(--white);
  font-size: 1.5rem;
  font-family: "Lora", serif;
  width: 100%;
}

.products .box-container .box .content .price {
  color: var(--black);
  font-size: 2.3rem;
  font-weight: bolder;
  padding: 1rem 0;
  font-family: "ABeeZee", sans-serif;
}

.products .box-container .box .content .texte {
  color: #cad8e2;
  font-size: 1.4rem;
  padding: 1rem 0;
  text-align: center;
}

.products .box-container .box .content .price span {
  color: var(--maron);
  font-size: 1.5rem;
}

.products .box-container .box .content .stars {
  padding-bottom: 1rem;
}
.products .box-container .box .content .stars i {
  font-size: 1.7rem;
  color: var(--or);
}

.review .review-slider .swiper-button-next,
.review .review-slider .swiper-button-prev {
  color: var(--orange);
  font-weight: 900;
  font-size: 12px;
}
/*.............................ABOUT........................*/
.about {
  display: flex;
  width: 100%;
  background: var(--white);
  height: auto;
  flex-wrap: wrap-reverse;
  text-align: center;
  align-items: center;
  padding: 2rem 9%;
}

.about .image {
  flex: 1 1 40rem;
  height: auto;
  width: 30%;
  text-align: center;
  align-items: center;
  position: center;
}

.about .image img {
  width: 90%;
  height: 50vh;
  margin-top: 25px;

  border-radius: 3%;
}

.about .cont {
  flex: 1 1 50rem;
  font-size: 1.8rem;

  position: relative;
  width: 50%;
  height: auto;
  text-align: start;
}

.about .cont h2 {
  font-size: 3.5rem;
  font-family: "Playfair Display", serif;
 
  color: var(--accent-or);
  position: left;
  margin-bottom: 10px;
  text-align: justify;
}
.about .cont h1 {
  font-size: 2rem;
  color: var(--texte-blanc);
  position: left;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
 
}

.about .cont p {
  color: var(--black);
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  text-align: start;
  margin-bottom: 2rem;
}

.voire {
  display: inline-block;
  margin-top: 1rem;
 
  background: var(--accent-or);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin: right 100px;
}

.voire:hover {
  background: var(--bleusecond);
  color: var(--white);
}

.inconn {
    
    width: 100%;
    height: auto;
    padding-top: 10vh;
    background:  linear-gradient(#00000086, #00060a7c), url(./images/1.jpg);
 

}

.icons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
  background: var#1111118c;;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  padding-bottom: 20px;
}

.icons-container .icons {
    margin-top: 5rem;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 0;
  border: 2px solid var(--accent-or);
  text-align: center;
 
  border-radius: 5px;
}

.icons-container .icons i {
  font-size: 3rem;
  color: var(--white);
}

.icons-container .icons .content h3 {
  font-size: 3rem;
  color: var(--accent-or);
  padding-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
}

.icons-container .icons p {
  font-size: 1.4rem;
  color: var(--texte-blanc);
}
.icons-container .icons .content {
  text-align: center;
}

/*-----------------------------------------------------------------*/

.about1 {
  display: flex;
  width: 100%;

  height: auto;
  flex-wrap: wrap-reverse;
  text-align: center;
  align-items: center;
  padding: 2rem 9%;
}

.about1 .image {
  flex: 1 1 40rem;
  height: auto;
  width: 30%;
  text-align: center;
  align-items: center;
  position: center;
}

.about1 .image img {
  width: 70%;
  height: 50vh;
  margin-top: 25px;
  border: 1rem solid #88b9d1;
  border-radius: 50%;
}

.about1 .cont {
  flex: 1 1 50rem;
  font-size: 1.8rem;

  position: relative;
  width: 50%;
  height: auto;
}

.about1 .cont h2 {
  font-size: 2rem;
  font-family: "Lora", serif;
  color: var(--bleu);
  position: left;
  margin-bottom: 10px;
  text-align: left;
}
.about1 .cont h1 {
  font-size: 2rem;
  color: var(--rouge);
  position: left;
  margin-bottom: 10px;
  font-family: "Lora", serif;
}

.about1 .cont p {
  color: var(--black);
  font-size: 1.5rem;
  font-family: "Lora", serif;
  text-align: start;
  margin-bottom: 2rem;
}

.voir {
  position: center;
  text-align: center;
  align-items: center;
  margin-top: 35px;
}
.voir a {
  color: #eee;
  background: var(--maron);
}
.voir:hover a {
  background: var(--black);
  color: var(--black);
}

/*.......................REALISATIONS............................*/

/*.................................customer...................*/

.review {
  background: var(--fond-principal);
  padding: 2rem 9%;
}

.review .review-slider .swiper-wrapper .slide {
 
  
  
  
  overflow: hidden;
  position: relative;
}

.review .review-slider .swiper-wrapper .slide .single-service {
  text-align: center;
  
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.review .review-slider .swiper-wrapper .slide .single-service img {
  border-radius: 7px;
  height: 30vh;
  margin-bottom: 1rem;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgba(251, 251, 252, 0.007), #10105034);
  opacity: 0;
  transition: 1s;
  opacity: 1;
}

/*.single-service:hover*/
.overlay {
  opacity: 1;
}

.service-desc {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 1s;
  text-align: center;
}

.single-service h4 {
  font-size: 1.7rem;
  font-family: "Lora", serif;

  margin-bottom: 1rem;
}

.single-service p {
  font-size: 1.5rem;
  font-family: "Lora", serif;

  margin-bottom: 3rem;
}
/*.single-service:hover*/
.service-desc {
  bottom: 50%;
  opacity: 1;
}

.book {
  height: 200px;
  width: 100%;
  text-align: center;
  position: center;
  align-items: center;
  background: url(./images/action.jpg);
  background:  linear-gradient(#ffffff42, rgba(110, 30, 7, 0.596)), url(./images/1.jpg);
background-position: center;
}

.book h1 {
  margin-top: 5rem;
  font-size: 2.5rem;
  color: var(--white);
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
.book h2 {
  margin-top: 3rem;
  font-size: 2.5rem;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  
}

.book p span{

  font-size: 2.5rem;
  color: var(--white);
  font-weight: bolder;
  font-family: 'Poppins', sans-serif;
}

.book p {

  font-size: 2rem;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
}
/*........................................................*/
/*..................................................................*/

.avantages .av {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: bolder;
}
.av span p {
  font-size: 2.5rem;
  color: var(--white);
  position: left;
  text-align: left;
  margin-bottom: 1rem;
}

.avantages p {
  font-size: 1.7rem;
  color: var(--white);
}

.av .fa-solid {
  width: 40px;
  height: 40px;
  font-size: 30px;
  margin-right: 0.5rem;
  border-radius: 8px;
  color: var(--white);
}

/*........................................................................*/

#parto {
  background: #c8c7c5;
  width: 100%;
  height: 30%;
  overflow: hidden;
  text-align: center;
  padding: auto;
}

.images1 {
  display: flex;
  animation-duration: 15s;
  height: 300px;
  width: 300px;

  padding-left: 20px;
  animation-name: mesImages;
  animation-iteration-count: infinite;
}

.images1 img {
  margin-left: 15px;
  border-radius: 50%;
}

@keyframes mesImages {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-200px);
  }

  20% {
    transform: translateX(-400px);
  }

  30% {
    transform: translateX(-600px);
  }

  40% {
    transform: translateX(-800px);
  }

  50% {
    transform: translateX(-1000px);
  }
  60% {
    transform: translateX(-1200px);
  }

  70% {
    transform: translateX(-1400px);
  }

  80% {
    transform: translateX(-1600px);
  }

  90% {
    transform: translateX(-1800px);
  }
  100% {
    transform: translateX(-2000px);
  }
}

/*.......................................................*/

/*.................................customer...................*/

.review1 {
  background: var(--white);
  padding: 2rem 9%;
}

.review1 .review-slider .swiper-wrapper .slide {
  background: var(--bleu);
  border-radius: 0.5rem;
  border: 0.1rem solid var(--light-color);
  padding: 2rem;
  overflow: hidden;
  position: relative;
}

.review1 .review-slider .swiper-wrapper .slide .stars {
  padding: 1rem 0;
}

.review1 .review-slider .slide .stars i {
  font-size: 2rem;
  color: #e4e016;
}
.review1 .review-slider .slide p {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 1rem 0;
}

.review1 .review-slider .slide .user {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}

.review1 .review-slider .slide .user img {
  margin-right: 1.5rem;
  margin: 7rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}
.review1 .review-slider .slide .user h3 {
  color: var(--white);
  font-size: 1.5rem;
}

.review1 .review-slider .slide .user span {
  color: var(--light-color);
  font-size: 1.5rem;
}
/*----------------------------------------------*/

/************************footer***********************************/
.footer {
  padding: 2rem 9%;
  background: var(--bleu);
}

.footer .footer-container {
  border-radius: 0.5rem;
  background: var(--bleu);
  border: 0.1rem solid var(--light-color);
  padding: 2rem;
}

.footer .footer-container .box-container {
  flex-wrap: wrap;
  display: flex;
  gap: 1.5rem;
}

.footer .footer-container .box-container .box {
  flex: 1 1 25rem;
}

.footer .footer-container .box-container .box h3 {
  color: var(--white);
  font-size: 2.5rem;
  padding: 1rem 0;
  font-family: "Lora", serif;
}

.footer .footer-container .box-container .box a {
  display: block;
  color: var(--white);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: 300;
}

.footer .footer-container .box-container .box a:hover {
  color: var(--white);
}

.footer .footer-container .credit {
  font-size: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid var(--light-color);
  color: var(--white);
  text-align: center;
  font-family: "Lora", serif;
}

.footer .footer-container .credit span {
  color: var(--white);
  font-family: "Lora", serif;
}

/*...............................................................*/
#menu-bar {
  font-size: 2.5rem;
  padding: 0.5rem 0.5rem;
  /* border: .1rem solid var(--or);*/
  color: var(--accent-or);
  border-radius: 0.3rem;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .products {
    padding: 2rem 12%;
  }

  .contact-in {
    flex-direction: column;
  }

  .about .cont {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #menu-bar {
    display: block;
  }

  .products {
    padding: 2rem 12%;
  }

  header .navbar {
    position: absolute;
    top: 100%;
    left: -120%;
    width: 100%;
    background: var(--bleu);
    color: white;
    /* border-top: .1rem solid rgba(0,0,0,.1);*/
  }

  header .navbar.active {
    left: 0;
  }

  header .navbar a {
    font-size: 2rem;
    background: var(--white);
    /* border: .1rem solid var(--second-black);*/
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem;
    display: block;
    text-align: center;
    color: var(--bleu);
  }

  .home .content {
    text-align: center;
  }
  .home .image img {
    width: 100%;
  }
  /*
  .home .content {  text-align: center;}
.home .image img { 
  width: 100%;
}

.home .content { 
  width: 80%;
}
.home .content h3{ 
  font-size: 2.2rem;
 
}
.home .image img{ 

  margin-left: 100px;
}


.home .content{ 
  margin-left: 40px;
  
}*/
  .hame .swiper .swiper-wrapper .swiper-slide .contt {
    position: absolute;
    text-align: center;
    width: 80%;
  }
  .hame .swiper .swiper-wrapper .swiper-slide .contt h2 {
    font-size: 3.5rem;
    color: #fff;
  }
  .localisation {
    display: none;
  }
  .bottom-navbar {
    text-align: center;
    background: var(--white);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .bottom-navbar a {
    font-size: 2rem;
    padding: 1.5rem;
    color: var(--white);
    border-radius: 50%;
    background: var(--bleuthird);
    font-weight: 500;
    margin: 2px 10px;
  }

  .bottom-navbar a:hover {
    background: var(--noir);
  }
  .about .image img {
    margin-top: 1px;
  }

  .about {
    height: auto;
  }
  .about .image {
    height: 45vh;
    width: 30%;
  }

  .about .image img {
    width: 70%;
    height: 40vh;
    /* display: none; */
  }
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .contt h2 {
    font-size: 2rem;
    color: #fff;
  }

  .contt {
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .products {
    padding: 2rem 12%;
  }
  .heading {
    font-size: 3rem;
  }

  .about .image {
    height: 50vh;
    width: 30%;
  }

  .about .image img {
    width: 70%;
    height: 40vh;
  }
}

.whatt {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5px;
  top: 85%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  background: var(--maron);
  align-items: center;
  text-align: center;
}

.whatt .fab {
  font-size: 55px;
  color: #eee;
  border-radius: 50%;
}

/*.................................customer...................*/

.review3 {
  background: var(--white);
  width: 1200px;
  padding: 2rem 9%;
  margin-bottom: 20px;
}

.review3 .review-slider .swiper-wrapper {
  width: 100%;
}
.review3 .review-slider .swiper-wrapper .slide {
  background: linear-gradient(rgba(0, 0, 0, 0.5), #061b3b);
  border-radius: 0.5rem;
  border: 0.1rem solid var(--light-color);
  padding: 1rem;
  overflow: hidden;
  position: relative;
}

.single-service {
  text-align: center;
  border-radius: 7px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.single-service img {
  width: 100%;
  border-radius: 7px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgba(251, 251, 252, 0.007), #10105034);
  opacity: 0;
  transition: 1s;
  opacity: 1;
}

/*.single-service:hover*/
.overlay3 {
  opacity: 1;
}

.service-desc3 {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 1s;
}

.service-desc3 h4 {
  font-size: 3rem;
}

.service-desc3 p {
  font-size: 1.5rem;
}

/*.single-service:hover*/
.service-desc3 {
  bottom: 10%;
  opacity: 1;
}

/*..................................book...............................*/

html,
body {
  position: relative;
  height: 100%;
  color: var(--white);
}

body {
  background: #eee;
  font-family: "Lora", serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.hame {
  background: var(--white);
  height: 80vh;
  text-align: start;
  width: 100%;
}
.hame .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 80vh;
}

.hame .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hame.swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hame .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 90vh;
}

.contt {
    
  position: absolute;
  text-align: start;
  width: 95%;
  position: left;
}

.contt h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.contt p {
  font-size: 2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.swiper-slide .overlay8 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgba(8, 0, 0, 0.596), #01070eb0);
  opacity: 0;
  transition: 1s;
  opacity: 1;
}

.apropos {
  text-align: center;

  width: 100%;
  padding: 2rem 15%;
}

.apropos p {
  font-size: 1.5rem;
  justify-content: start;
  font-family: "Lora", serif;
  text-align: start;
}

.carte {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  background: var(--white);
}

.carte1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80vh;
  background: var(--white);
}

.carte1 iframe {
  height: 50vh;
  width: 60%;
  border-radius: 10px;
}

.contact-in {
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;

  background: var(--bleu);
}

.loca {
  background: var(--bleu);
  padding-top: 40px;
}
.contact-map {
  width: 100%;
  height: auto;
  flex: 40%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-form {
  width: 100%;
  height: auto;
  flex: 40%;
  background: var(--white);
  position: center;
  text-align: center;
  align-items: center;
  padding-bottom: 15px;
}

.contact-form h1 {
  margin-bottom: 20px;
  padding: 10px;
  color: var(--bleu);
}

.contact-form-txt {
  width: 90%;
  height: 40px;
  color: var(--black);
  border: 1px solid var(--white);
  border-radius: 50px;
  outline: none;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--bleusecond);
}
.contact-form-txtarea {
  width: 90%;
  height: 130px;
  color: var(--black);
  border: 1px solid var(--white);
  border-radius: 50px;
  outline: none;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--bleusecond);
}

.footer1 {
  margin: 0;
  padding: 0;
  min-height: 50vh;
  background: var(--bleuAA);
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px;
  background: var(--bouton-bleu);
  height: auto;
}

footer .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

footer .container .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

footer .container .wrapper .footer-widget {
  width: calc(20% - 30px);
  margin: 0 15px 50px;
  padding: 0 12px;
}

footer .container .wrapper .footer-widget:nth-child(1) {
  width: calc(40% - 50px);
  margin-right: 15px;
}

footer .container .wrapper .footer-widget .logo1 {
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  vertical-align: middle;
}

footer .container .wrapper .footer-widget p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
}

footer .container .wrapper .footer-widget .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .container .wrapper .footer-widget .socials li {
  list-style: none;
}

footer .container .wrapper .footer-widget .socials li a {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  font-size: 20px;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

footer .container .wrapper .footer-widget .socials li a:hover {
  background: var(--black);
}

footer .container .wrapper .footer-widget h6 {
  color: var(--white);
  margin: 10px 0 35px;
  font-size: 20px;
  font-weight: 500;
}

footer .container .wrapper .footer-widget .links li {
  list-style: none;
}

footer .container .wrapper .footer-widget .links li a {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 32px;
  transition: all 0.3s ease-out;
}

footer .container .wrapper .footer-widget .links li a:hover {
  color: var(--bleu);
}

.copyright-wrapper {
  padding: 20px 0;
  border-top: 1px solid var(--bleusecond);
}

.copyright-wrapper p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.copyright-wrapper p a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-out;
  color: var(--accent-or);
}

.copyright-wrapper p a:hover {
  color: var(--bleusecond);
}

@media (max-width: 992px) {
  footer .container {
    max-width: 960px;
  }

  footer .container .wrapper .footer-widget,
  footer .container .wrapper .footer-widget:nth-child(1) {
    width: calc(50% - 30px);
  }

  .whats {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  footer .container {
    max-width: 720px;
  }

  footer .container .wrapper .footer-widget,
  footer .container .wrapper .footer-widget:nth-child(1) {
    width: 100%;
    margin: 0 10px 50px;
  }

  .whats a {
    width: 50px;
    height: 50px;
  }


  .loca .contact-in {

    flex-direction: column;
  }
}

/*.................................customer...................*/
.reviewe {
  margin-bottom: 20px;
  
  background:  linear-gradient(#00000086, #0000007c), url(./images/1.jpg);
  background-size: cover;
}
.reviewe .review-slider .swiper-wrapper .slide {
  background:var(--bouton-bleu);
  border-radius: 0.5rem;
  border: 0.1rem solid var(--light-color);
  padding: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.reviewe .review-slider .swiper-wrapper .slide .stars {
  padding: 1rem 0;
}

.reviewe .review-slider .slide .stars i {
  font-size: 2rem;
  color: var(--orange);
}
.reviewe .review-slider .slide p {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 1rem 0;
}

.reviewe .review-slider .slide .user {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}

.reviewe .review-slider .slide .user img {
  margin-right: 1.5rem;
  margin: 2rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}

.reviewe .review-slider .slide .user span {
  color: var(--texte-blanc);
  font-size: 1.5rem;
}
/*----------------------------------------------*/

.reviewt {
  background: var(--white);
  padding: 2rem 9%;
}

.reviewt .review-slider .swiper-wrapper .slide {
  background: var(--white);
  border-radius: 0.6rem;
  border: 0.1rem solid var(--light-color);
  padding: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.single-service {
  text-align: center;
  border-radius: 7px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.single-service img {
  border-radius: 7px;
  height: 60vh;
  margin-bottom: 1rem;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgba(251, 251, 252, 0.007), #10105034);
  opacity: 0;
  transition: 1s;
  opacity: 1;
}

/*.single-service:hover*/
.overlay {
  opacity: 1;
}

.service-desc {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 1s;
  text-align: center;
}

.single-service h4 {
  font-size: 1.7rem;
  font-family: "Lora", serif;

  margin-bottom: 1rem;
}

.single-service p {
  font-size: 1.5rem;
  font-family: "Lora", serif;

  margin-bottom: 3rem;
}
/*.single-service:hover*/
.service-desc {
  bottom: 50%;
  opacity: 1;
}

/*..................................book...............................*/

.reviewt .review-slider .swiper-button-next,
.reviewt .review-slider .swiper-button-prev {
  color: var(--bleu);
  background: #2c0ed46e;
  width: 45px;
  font-weight: 600;
  border-radius: 50%;
  font-size: 1rem;
}

.reviewe .review-slider .swiper-button-next,
.reviewe .review-slider .swiper-button-prev {
  color: var(--bleu);
  font-weight: 600;
}

.whats {
  position: fixed;

  right: 0;
  bottom: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}

.whats a {
  width: 60px;
  height: 60px;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  font-size: 20px;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  z-index: 2;
}



.reservation-horizontal {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #000;
  padding: 30px 0;
}

.reservation-form-horizontal {
  width: 80%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.reservation-form-horizontal input,
.reservation-form-horizontal select {
  flex: 1 1 180px;
  padding: 12px;
  font-size: 2rem;
  border: 1px solid #ccc;
  
  background: #fff;
}

.reservation-form-horizontal button {
  background-color: var(--accent-or);
  border: none;
  padding: 12px 20px;
  
  font-size: 1.5rem;
  color: var(--bouton-bleu);
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.reservation-form-horizontal button:hover {
  background-color: #0aa8c5;
}

@media (max-width: 768px) {
  .reservation-form-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

 .reservation-form-horizontal input,
.reservation-form-horizontal select {
 
  padding: 5px;
  flex: 1 1 50px;
  
}


  .reservation-form-horizontal {
  width: 90%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

}


.activite-section {

  display: flex;
  width: 100%;
  height: 100vh;
  background: var(--fond-principal);
  color: white;
}

.activite1, .activite2 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.grid-activites {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  max-width: 500px;
}

.carre {
  

  border: 5px solid #d4af37;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  
  text-align: center;
  color: var(--texte-blanc);
  font-family: "Playfair Display", serif;
 
}

.activite2 img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  border-radius: 15px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .activite-section {
    flex-direction: column;
    height: auto;
  }

  .activite1, .activite2 {
    width: 100%;
  }

  .grid-activites {
    grid-template-columns: 1fr 1fr;
  }

  .activite2 img {
    max-height: 300px;
  }
}

.formulaire-section {
    padding: 10%;
  display: flex;
  width: 100%;
  height: auto;
  background-color: #0b0b0b;
  color: white;
  padding: 50px 0;
}

.form-hotel {
  width: 40%;
  padding: 40px;
  background-color: rgba(8, 55, 94, 0.404);
  margin-left: 20px;
  margin-top: 20px;
  
}

.form-hotel h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: var(--accent-or);
  font-family: "Playfair Display", serif;
  
 
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
}

.btn-submit {
  background-color: var(--accent-or);
  color: var(--white);
  padding: 10px 25px;
  font-size: 1.7rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

.btn-submit:hover {
  background-color: #0aa9c1;
}

.formulaire-image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.formulaire-image img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  border-radius: 15px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .formulaire-section {
    flex-direction: column;
  }

  .form-hotel,
  .formulaire-image {
    width: 90%;
  }

  .formulaire-image img {
    display: none;
  }
}







.apropo {

 width: 100%;

 padding: 5rem;
  text-align: center;

  background: var(--white);
 
  background-size: cover;

}


.apropo h1 {

  text-align: center;
  font-size: 4.5rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  color: var(--accent-or);
  font-family: "Playfair Display", serif;
}


.apropo p {

  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--black);


}



/*******************************************************************************/

.footercontainer {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: var(--black);
}

footer {
  background: var(--black);
}

.footercontainer {
  width: 100%;
  padding: 70px 30px 20px;
}

.socialmedia {
  display: flex;
  justify-content: center;
}

.socialmedia a {
  text-decoration: none;
  padding: 10px;
  background: white;
  margin: 10px;
  border-radius: 50%;
}

.socialmedia a i {
  font-size: 2em;
  color: var(--bleusecond);
  opacity: 0.9;
}

.socialmedia a:hover {
  background: black;
  transition: 0.5s;
}

.socialmedia a:hover i {
  color: white;
  transition: 0.5s;
}

.footernav {
  margin: 30px 0;
}

.footernav ul {
  display: flex;
  justify-content: center;
}

.footernav ul li a {
  color: white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3rem;
  opacity: 0.7;
  transition: 0.5s;
}

.footernav ul li a:hover {
  opacity: 1;
}

.footerbottom {
  background: var(--black);
  padding: 20px;
  text-align: center;
}

.footerbottom p {
  color: white;
}

.disign {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 5px;
}

@media (max-width: 700px) {
  .footernav ul {
    flex-direction: column;
  }

  .footernav ul li {
    width: 100%;
    text-align: center;
    margin: 10px;
  }

  

}

.des {
  height: 5rem;
  background: var(--black);
}









.section {
  padding: 100px 20px;
  min-height: 100vh;
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

.fade-in-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-in-title.visible {
  opacity: 1;
  transform: translateY(0);
}











