@import url("https://fonts.googleapis.com/css2?family=ABeeZee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,700;1,400&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;
*/

:root {
  --white: #fff;
  --black: #0b0b0b;
  --bleuAA: #26358e;
  --bleusecond: #78c1f2;
  --bleu: #111835;
  --de: rgb(85, 102, 194);
  --secondwhite: #e2e2e2;
  --orange: #F03F18;
}

* {
  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;
}

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;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

header .logo img {
  width: 60px;
  height: 50px;
}

header .navbar a {
  font-size: 1.5rem;
  color: var(--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: 2rem;
    color: var(--bleu);
    margin-left:1.5rem;

}

header .icons a:hover {
  color: var(--bleusecond);
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--orange);
  padding: 1rem;
  font-family: "Poppins", sans-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(--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{ 

  height: 85vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 1.5rem;
  background:  linear-gradient( rgba(0,0,0,0.5), #26358e), url(./img/bbbb.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.home .content{ 
  flex:1 1 40rem;
  text-align: center;
}

.home .image{ 
  flex:1 1 40rem;
}

.home .image img{
  margin-top: 2rem;
  width: 26vw;
  border-radius: 50%;
}

.home .content span{ 
  color: var(--rosefoncé);
  font-size: 
  5rem;
  font-family: 'Poppins', sans-serif;
}

.home .content h3{ 
  color: var(--white);
  font-size: 1.7rem;
  font-family: 'Poppins', sans-serif;
  
}


.btn { 

  display: inline-block;
  margin-top: 1rem;
  border-radius: 5rem;
  background:  var(--orange) ;
  color: var(--white);
  font-size: 1.7rem;
  padding: .8rem 3rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.btn:hover{ background: var(--or);
color:var(--black);}
/*......................FIN HOME........................*/



/*.................................................................*/
.products {
  background: var(--secondwhite);

  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;
}

.products .box-container .box .content {
  padding: 1.5rem;
}

.products .box-container .box img {
  height: 25rem;
  width: 100%;
  border-radius: 1rem;

  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}
/*
.products .box-container .box:hover img{ 

  transform: scale(1.2);

}*/

.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 .icons a:hover {
  background-color: var(--bleu);
  color: #2c2c2c;
}

.products .box-container .box .content h3 {
  color: var(--white);
  font-size: 2rem;
  font-family: "Lora", serif;
}

.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........................*/


/*..................................................................*/


.textes .av {
  display: flex;
  align-items: center;
 font-weight: bolder;
 
}
.av span p {
  font-size: 1.3rem;
  color: var(--white);
  position: left;
  text-align: left;
  margin-bottom: 5px;
 
}

.av .fa-solid {
  width: 25px;
  height: 25px;
  font-size: 20px;
  margin-right: 0.5rem;
  border-radius: 8px;
  color: var(--white);
}

/*........................................................................*/

.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: "Poppins", sans-serif;
  color: var(--bleu);
  position: left;
  margin-bottom: 10px;
  text-align: justify;
}
.about .cont h1 {
  font-size: 2rem;
  color: var(--rouge);
  position: left;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.about .cont p {
  color: var(--black);
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  text-align: start;
  margin-bottom: 2rem;
}

.voire {
  display: inline-block;
  margin-top: 1rem;
  border-radius: 1rem;
  background: var(--bleu);
  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);
}

.icons-container1 {
 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
  background: var(--eau);
  margin: 5rem 10%;
  border-radius: 2rem;
  text-align: center;

 
}

.icons-container1 .icons {
  
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 0;
  background: var(--white);
  margin-top: 1.5rem;
}

.icons-container1 .icons i {
  font-size: 3.5rem;
  color: var(--bleu);
  padding: 1rem 1rem;
  border-radius: 50%;
  background: #cadee4f2;
}

.icons-container1 .icons h3 {
  font-size: 2.2rem;
  color: var(--bleu);
  padding-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
}


.icons-container1 .icons p {
  font-size: 1.4rem;
  color: var(--bleu);
}

#icon {
  width: 30px;
  cursor: pointer;
}
/*-----------------------------------------------------------------*/

.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(--white);
  padding: 2rem 5%;
 
}
/*
.review .review-slider .swiper-wrapper .slide {
  background: linear-gradient(rgba(0, 0, 0, 0.5), #061b3b);
  border-radius: 0.6rem;
  border: 1px 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 {
  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...............................*/

.book {
  height: auto;
  width: 100%;
  text-align: center;
  position: center;
  align-items: center;
  background: var(--bleu);
  padding: 2rem 9%;
}

.book h1 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 10px;
  font-family: "Lora", serif;
}
.book h2 {
  font-size: 1.7rem;
  color: var(--white);
  margin-top: 10px;
  font-family: "Lora", serif;
}

.book p {
  font-size: 1.5rem;
  color: var(--white);
}
/*........................................................*/

/*.................................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 .ok { 
height: 200px;
}


.review1 .review-slider .swiper-wrapper  .slide .ok h2{ 
  color: var(--white);
  }
.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(--bleu);
  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%;
  }
  .hame .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 60vh;
  }
  .hame .swiper .swiper-wrapper .swiper-slide .contt {
    position: absolute;
    text-align: center;
    width: 80%;
  }
  .hame .swiper .swiper-wrapper .swiper-slide .contt h2 {
    font-size: 3rem;
    color: #fff;
    
  }

  .hame.swiper .swiper-wrapper .swiper-slide .img {
    display: block;
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }


  .hame { 

    max-width: 768px;
  }
  .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: 140vh;
  }
  .about .image {
    height: 50vh;
    width:100%;
  }

  .about .image img {
    width: 90%;
    height: 40vh;
    
  }

  .about .cont h2 { 


    font-size: 2.6rem;
  }
}

@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(--secondwhite);
}

body {
  background: #eee;
  font-family: "Lora", serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.hame {
  background: var(--white);
}
.hame .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 90vh;
}

.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: 80vh;
  object-fit: cover;
}

.hame .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 90vh;
}

.contt {
  position: absolute;
  text-align: center;
  width: 50%;
}

.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.5), #0e3b6781);
  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(--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(--orange);
}

.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;
  }
}

/*.................................customer...................*/
.reviewe {
  margin-bottom: 20px;
}
.reviewe .review-slider .swiper-wrapper .slide {
  background: #c4c2cc;
  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(--black);
  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 h3 {
  color: var(--bleu);
  font-size: 1.5rem;
}

.reviewe .review-slider .slide .user span {
  color: var(--orange);
  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;
}





#minuteur{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  background: #111835;
}

 #time {
  display: flex;
  gap: 30px;
}

#time .circle {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #eee;
}

#time .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 10px solid #eeee;
  border-radius: 50%;
}

#time .circle::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background: #eee;
  border-radius: 50%;
  border: 15px solid #eee;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.75), 0 -2px 2px rgba(255, 255, 255, 0.5),
    inset 0 4px 2px rgba(0, 0, 0, 0.25),
    inset 0 -2px 2px rgba(255, 255, 255, 0.5);
}

#time .circle svg {
  position: relative;
  width: 150px;
  height: 150px;
  transform: rotate(270deg);
}
#time .circle svg circle{
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 8;
  stroke: var(--clr);
  stroke-linecap: round;
  transform: translate(5px, 5px);
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

#time div {
  position: absolute;
  text-align: center;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  color: var(--clr);
  font-size: 1.65em;
  transform: translateY(-5px);
}

#time div span {
  margin-top: 5px;
  position: absolute;
  transform: translateX(-50%) translateY(-15px);
  font-size: 0.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
}



.resa { 

background: var(--bleu);
  text-align: center;

  padding-bottom: 100px;
}

.resa p { 

  font-size: 2.5rem;
  font-weight: 800;
  color: var(--white);
}




.call { 

  display: flex;
  width: 100%;
  position: relative;
}


.call .call-1  { 


  width: 50%;
  background: var(--bleuAA);
  height: 60vh;
  text-align: center;
  padding: 2rem;


}

.call .call-1 .fa-solid { 

 
  
  color: var(--white);
  font-size: 30px;
  transition: all 0.3s ease-out;
margin-bottom: 10px;
}


.call .call-1 h3 { 

  font-size: 2.5rem;
}


.call .call-2 { 

  width: 50%;
  background: var(--bleusecond);
  height: 60vh;
  text-align: center;
  padding: 2rem;

}

.call .call-2 .fa-solid { 

 
  
  color: var(--white);
  font-size: 30px;
  transition: all 0.3s ease-out;
margin-bottom: 10px;
}


.call .call-2 h3 { 

  font-size: 2.5rem;
}



.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;
  }
}


.newslett { 



  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.newslett h2 { 
margin-top: 20px ;
font-size: 3rem;

}

.newslett .boxx { 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vh;
  width: 100%;
}

.newslett .boxx .form-bb { 
  padding: 10px;
  border-radius: 5px;
  background: #ececec;
 

}

.newslett .boxx form {
  
  display: flex;
  flex-direction: column;
  padding: 2vw 4vw;
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
 
}

.newslett .boxx .form-bb input { 

  font-size: 10px;
  color: #000;
  padding: 15px 10px;
  border: none;
  outline: none;
  background: #dfdede;
  width: 60%;
}

.newslett .boxx .form-bb button { 

  color: var(--white);
  padding: 15px 20px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  background: var(--orange);
  cursor: pointer;
  transition: .3s;
}

.newslett .boxx .form-bb:hover { 

  background: var(--bleusecond);
}




@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) {
  
  
#minuteur{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  background: #111835;
}

 #time {
  display: flex;
  gap: 90px;
  width:auto;
 
}

#time .circle {
  position: relative;
  width:1px;
  height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #eee;
}

#time .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 10px solid #eeee;
  border-radius: 50%;
}

#time .circle::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: #eee;
  border-radius: 50%;
  border: 15px solid #eee;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.75), 0 -2px 2px rgba(255, 255, 255, 0.5),
    inset 0 4px 2px rgba(0, 0, 0, 0.25),
    inset 0 -2px 2px rgba(255, 255, 255, 0.5);
}

#time .circle svg {
  position: relative;
  width: 10px;
  height: 10px;
  transform: rotate(270deg);
}



.call { 

  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}


.call .call-1  { 


  width: 100%;
  background: var(--bleuAA);
  height: auto;
  text-align: center;
  padding: 2rem;


}

.call .call-1 .fa-solid { 

 
  
  color: var(--white);
  font-size: 30px;
  transition: all 0.3s ease-out;
margin-bottom: 10px;
}


.call .call-1 h3 { 

  font-size: 2.5rem;
}


.call .call-2 { 

  width: 100%;
  background: var(--bleusecond);
  height: auto;
  text-align: center;
  padding: 2rem;

}

.call .call-2 .fa-solid { 

 
  
  color: var(--white);
  font-size: 30px;
  transition: all 0.3s ease-out;
margin-bottom: 10px;
}


.call .call-2 h3 { 

  font-size: 2.5rem;
}





}

@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;
  }




}



.cemac { 

  background: var(--bleu);
  height: auto;
  width: 100%;
  text-align: center;
}


.cemac img { 
  

  width: 50%;
  height: auto;
}