@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");

/* font-family: 'ABeeZee', sans-serif;  
   font-family: 'Poppins', sans-serif;
   font-family: 'Dancing Script', cursive;
   font-family: 'Playfair Display', serif;
*/

:root {
  --white:#e3e3e6;
  --black:#0b0b0b ;
  --bleu-second:#d2f8f2;
  --bleu:#09193a;
  --vert:#09193a;
  --rouge:#d43737;
  --grisclair:#d8d8d6;
  --gris:#99a284;
  --noir:#17222b;
  --grisfonce:#515b5f;
  --noir:#09193a;
--or:#d4af37;
}

* {
  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(--noir);
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: var(--noir);

  padding: 1rem 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.5rem 1rem rgba(12, 159, 152, 0.152);
}
/*
header .logo img {
  width: 60px;
  height: 50px;
}

*/
header .logo img{

 width: 90px;
 height: 60px;
 
  }

header .logo p{

font-size: 2rem;
color: var(--black);
font-family: 'Poppins', sans-serif;
font-weight: bolder; 
}

header .logo p span{

  font-size: 2rem;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  }
  

header .navbar a {
  color: var(--white);
  font-weight: bolder;
  font-size: 1.8rem;
  margin: 0 1.5rem;
  font-weight: bolder;
  font-family: 'Poppins', sans-serif;
}

header .icons a {
  font-size: 2.5rem;
  color: var(--white);
  font-weight: bolder;
  margin-left: 2rem;
  font-weight: 500;
}
header .navbar a:hover {
  color: var(--white);
}

header .icons a:hover {
  color: var(--bleusecond);
}

section {
  padding: 2rem 2%;
  background: var(--bleusecond);
}

.heading {
  text-align: center;
  
  font-size: 3rem;
  color: var(--white);
  padding: 1rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 2rem;

}
.headingg {
  text-align: center;
 
  font-size: 3rem;
  color: var(--black);
  padding: 1rem;

 
}

.headingg span {
  text-transform: uppercase;
  color: var(--bleusecond);
  font-family: "ABeeZee", sans-serif;
}

.heading span {
 
  color: var(--or);
  font-family: "ABeeZee", 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: 80vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 1.5rem;
  background: var(--white);
  background:  linear-gradient(rgba(0, 0, 0, 0.057), #09193a), url(./images/1.jpg);
 background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;

}

.home .content {
  flex: 1 1 40rem;
  text-align: center;
  margin-top: 15rem;
}

.home .image {
  flex: 1 1 40rem;
}

.home .image img {
  margin-top: 2rem;

  width: 55vh;
  height: 55vh;
  border-radius: 50%;
}

.home .content h1 {
  color: var(--white);
  font-size: 4rem;
  font-family: 'Poppins', sans-serif;
}

.home .content span {
  color: var(--white);
  font-size: 5rem;
  font-family: 'Poppins', sans-serif;
}

.home .content h3 {
  color: var(--white);
  font-size: 2rem;

  font-family: 'Poppins', sans-serif;
  text-align: center;
 
}

.btn {
  display: inline-block;
  margin-top: 3rem;
  border-radius: 5rem;
  background: var(--or);
  color: var(--noir);
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 1rem 2rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;

}

.btn:hover {
  background: #0f5e4164;
  color: var(--white);
  padding: 0.5rem;
  padding: 1.6rem 2.8rem;
}


.btn1 {
  display: inline-block;
  margin-top: 3rem;
  border-radius: 5rem;
  background: var(--white);
  color: var(--or);
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 1rem 2rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;

}

.btn1:hover {
  background: #b5ebd764;
  color: var(--vert);
  padding: 0.5rem;
  padding: 1.6rem 2.8rem;
}





/*.............................................*/


/**************SERVICES*****************************************/





/*......................FIN HOME........................*/

.icons-container1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.5rem;
  background: var(--noir);
  margin: 1rem 0%;
 
}

.icons-container1 .icons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1rem ;
  background: var(--white);
  border-radius: 1rem ;
  
}

.icons-container1 .icons i {
  font-size: 1.5rem;
  color: var(--white);
  padding: 1rem 1rem;
  border-radius: 50%;
  background: var(--or);
}

.icons-container1 .icons h3 {
  font-size: 1.5rem;
  color: var(--or);
  padding-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
}

.icons-container1 .icons p {
  font-size: 1.2rem;
  color: var(--black);
  font-family: 'Poppins', sans-serif;
}

/*.................................................................*/


/*.................................................*/



.about {
  display: flex;
  width: 100%;
  background: var(--noir);
  height: auto;
  flex-wrap: wrap-reverse;
  text-align: center;
  align-items: center;

  
}

.about .image {
  flex: 1 1 40rem;
  height: auto;
  width: 30%;
  text-align: center;
  align-items: center;
  position: center;
}

.about .image img {
  width:55VH;
  height: 45vh;
  margin-top: 25px;
  border-radius: 1rem;
}

.about .cont {
  flex: 1 1 50rem;
  font-size: 1.8rem;
text-align: center;
  position: relative;
  width: 50%;
  height: auto;
}

.about .cont h3 {
  font-size: 2.5rem;
  font-family: 'Poppins', sans-serif;
  color: var(--or);
  position: left;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-align: start;
}


.about .cont p {
  color: var(--white);
  font-size: 1.5rem;
  text-align: justify;
  text-align: start;
  margin-bottom: 1rem;
}

.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);
}




/*....................videos .....................*/


.videom {

width: 100%;
  text-align: center;
background: var(--white);
height: 95vh;
margin-bottom: 5rem;


}

.videom video{ 

margin-top: 10rem;
text-align: center;
border-radius: 1rem;



}


/*-----------------------------------------------------------------*/
.products {
  padding: 2rem 15%;
  background: var(--noir);
  text-align: center;
 
}

.products .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.products .box-container .box {
 
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--white);
  flex: 1 1 25rem;
 
 
}

.products .box-container .box .content {
  padding: 1.5rem;
  text-align: center;
}

.products .box-container .box img {
  height: 25rem;
  width: 40%;
  border-radius: 1rem;
  margin: 1.5rem;


  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(--vert);
  border: 0.1rem solid var(--white);
  border-radius: 0.5rem;
  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(--noir);
  font-size: 2rem;
  font-weight: bolder;
  font-family: 'Poppins', sans-serif;
}

.products .box-container .box .content .price {
  color: var(--black);
  font-size: 2.3rem;
  font-weight: bolder;
  padding: 1rem 0;
  font-family: 'Poppins', sans-serif;
}

.products .box-container .box .content .texte {
  color: var(--white);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: bolder;
}
.products .box-container .box .content .texte span {
  color: var(--or);
  font-size: 1.4rem;
  padding: 1rem 0;
 
  text-decoration: line-through;
}



.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);
}


.products .voir1 {
margin-top: 5rem;
  text-align: center ;
}

.review .review-slider .swiper-button-next,
.review .review-slider .swiper-button-prev {
  color: var(--bleu);
  background: #2c0ed431;
  width: 45px;
  font-weight: 600;
  border-radius: 50%;
}
/*.............................ABOUT........................*/
.review {
  background: var(--noir);
}

.products .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.review .review-slider .swiper-wrapper .slide {
  border: 0.0rem solid var(--black);
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--jaune);
  flex: 1 1 20rem;
 
  margin-top: 25px;
}



.review .review-slider .swiper-wrapper .slide .content {
  padding: 1.5rem;
}

.review .review-slider .swiper-wrapper .slide img {
  height: 35rem;
  width: 100%;
  border-radius: 1rem;

  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}



.review .review-slider .swiper-wrapper .slide .icons {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0.5rem;
  left: -10rem;
}
.review .review-slider .swiper-wrapper .slide:hover .icons {
  left: 1rem;
}
.review .review-slider .swiper-wrapper .slide .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: 0.5rem;
  background: #fff;
  margin-top: 0.5rem;
}

.review .review-slider .swiper-wrapper .slide .icons a:hover {
  background-color: var(--bleu);
  color: #2c2c2c;
}

.review .review-slider .swiper-wrapper .slide .content h3 {
  color: var(--white);
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
}

.review .review-slider .swiper-wrapper .slide .content .price {
  color: var(--white);
  font-size: 2.3rem;
  font-weight: bolder;
  padding: 1rem 0;
  font-family: 'Poppins', sans-serif;
}


.review .review-slider .swiper-wrapper .slide .content .texte {
  color: var(--white);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: bolder;
}
.review .review-slider .swiper-wrapper .slide .content .texte span{
  color: var(--rouge);
  font-size: 1.4rem;
  padding: 1rem 0;
 
  text-decoration: line-through;
}

.review .review-slider .swiper-wrapper .slide .content .price span {
  color: var(--maron);
  font-size: 1.5rem;
}

.review .review-slider .swiper-wrapper .slide .content .stars {
  padding-bottom: 1rem;
}
.review .review-slider .swiper-wrapper .slide .content .stars i {
  font-size: 1.7rem;
  color: var(--or);
}

.review .review-slider .swiper-button-next,
.review .review-slider .swiper-button-prev {
  color: var(--bleu);
  background: #2c0ed431;
  width: 45px;
  font-weight: 600;
  border-radius: 50%;
}





/*................................b..............................*/

.book {
  height: auto;
  width: 100%;
  text-align: center;
  position: center;
  align-items: center;
  background: url(./images/1.jpg);
  background:  linear-gradient(#09193a, rgba(43, 36, 3, 0.795)), url(./images/work.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 {
  background: #c3e3ee4d;
}

.avantages .av {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: bolder;
 
}
.av span p {
  font-size: 2rem;
  color: var(--bleusecond);
  position: left;
  text-align: left;
  margin-bottom: 1rem;
}

.avantages p {
  font-size: 1.5rem;
  color: var(--noir);
}

.av .fa-solid {
  width: 40px;
  height: 40px;
  font-size: 30px;
  margin-right: 0.5rem;
  border-radius: 8px;
  color: var(--bleusecond);
}

/*........................................................................*/

#parto {
  background: var(--white);
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: auto;
}

.images1 {
  display: flex;
  animation-duration: 15s;

  padding-left: 20px;
  animation-name: mesImages;
  animation-iteration-count: infinite;
}

.images1 img {
  margin-left: 20px;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
}

@keyframes mesImages {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(100px);
  }

  20% {
    transform: translateX(-200px);
  }

  30% {
    transform: translateX(-300px);
  }

  40% {
    transform: translateX(-400px);
  }

  50% {
    transform: translateX(-500px);
  }
  60% {
    transform: translateX(-600px);
  }

  70% {
    transform: translateX(-700px);
  }

  80% {
    transform: translateX(-800px);
  }

  90% {
    transform: translateX(-900px);
  }
  100% {
    transform: translateX(-1000px);
  }
}
/*
.parto {
  width: 70%;
  align-items: center;
  text-align: center;
}

.parto .images {
  display: flex;
  height: auto;
  width: 100%;

  align-items: center;
  text-align: center;
}

.parto .images img {
  flex: auto;
  width: 8rem;
  object-fit: contain;
  margin: 3rem;

  border-radius: 50%;
}
*/
/*.......................................................*/

/*.................................customer...................*/

.review1 {
  background: var(--bleu-second);
  height: auto;
  margin-top: 3rem;
}

/*

.review1 .review-slider .swiper-wrapper .slide img {

  width: 50px;
  height: 50px;
  margin-right: 2rem;
  border-radius: 50%;
}

*/


.review1 .review-slider .swiper-wrapper .slide {
  background: var(--bleu);
  border-radius: 0.5rem;
  border: 0.01rem solid var(--light-color);
  padding: 0.5rem;
  overflow: hidden;
  position: relative;
}

.review1 .review-slider .swiper-wrapper .slide .stars {
  padding: 1rem 0;
}

.review1 .review-slider .slide .stars i {
  font-size: 2rem;
  color: var(--white);
}
.review1 .review-slider .slide p {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 1rem 0;
  text-align: start;
  font-family: 'Poppins', sans-serif;
}

.review1 .review-slider .slide .user {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}


.review1 .review-slider .slide .user h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
}

.review1 .review-slider .slide .user span {
  color: var(--light-color);
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
}
/*----------------------------------------------*/

/************************footer***********************************/
.footer {
  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: 'Poppins', sans-serif;
}

.footer .footer-container .box-container .box a {
  display: block;
  color: var(--white);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.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: 'Poppins', sans-serif;
}

.footer .footer-container .credit span {
  color: var(--white);
}
.bottom-navbar a {
  color: var(--white);
}
/*...............................................................*/
#menu-bar {
  font-size: 2.5rem;
  padding: 0.5rem 0.5rem;
  
  color: var(--white);
  border-radius: 0.3rem;
  cursor: pointer;
  display: none;
  background: var(--vert);
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .products {
    padding: 1rem 15%;
  }
}

@media (max-width: 768px) {
  header .icons {
    display: none;
  }
  #menu-bar {
    display: block;
  }

  .products {
    padding: 2rem 5%;
  }

  .formation .forma {
   flex-direction: column;
    
    } 
    
    .review1 .review-slider .swiper-wrapper .slide img {

      width: 100%;
      height: 300px;
      
    }
 
    

  .products .box-container .box {
    
    flex: 1 1 15rem;
    
    margin-bottom: 1px;
  }
  .products .box-container .box img {
    height: 8rem;
    
   
  }
  .products .box-container .box .content h3 {
    color: var(--noir);
    font-size: 1.8rem;
   
  }
  .review .review-slider .swiper-wrapper .slide img {
    height: 20rem;
   
  }

  .icons-container1 .icons {
    flex-direction: column;
  }

 
  header .navbar {
    position: absolute;
    top: 100%;
    left: -120%;
    width: 100%;
    background: var(--vert);
    color: var(--white);
    /* border-top: .1rem solid rgba(0,0,0,.1);*/
  }

  header .navbar.active {
    left: 0;
  }

  header .navbar a {
    font-size: 2rem;
    background: var(--vert);
    /* border: .1rem solid var(--second-black);*/
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem;
    display: block;
    text-align: center;
    color: var(--white);
    border-radius: 2rem;
  }
  .home{
    min-height: 45vh;
  }
  .home .content {
    text-align: center;
    
  }
  /*
  .home .image img {
    width: 100%;
    height: 40vh;
    margin-top: 6rem;
  }*/

  .home .image{
    width: 0%;
  }

  .reviewz .review-slider .swiper-wrapper .slide a {
  
   
    font-size: 1.5rem;
    
    
  
  }
 
  .loca {

    padding: 2rem 5%;
  }
  .loca .contact-in {
    
    flex-direction: column;
  }



  /*
  .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;
  
}*/

  .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(--black);
    border-radius: 50%;
    background: var(--or);
    font-weight: 500;
    margin: 2px 10px;
  }

  .bottom-navbar a:hover {
    background: var(--black);
  }
  

  
.about {
  display: flex;
  width: 100%;
  background: var(--white);
  height: auto;
  flex-wrap: wrap-reverse;
  text-align: center;
  align-items: center;

  
}

.about .image {
 
  display: none;
}

.about .image img {
 display: none;
}

.about .cont {
  flex: 1 1 50rem;
  font-size: 1.8rem;
text-align: center;
  position: relative;
  width: 50%;
  height: auto;
}

.about .cont h3 {
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  color: var(--black);
  position: left;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-align: center;
}


.about .cont p {
  color: var(--black);
  font-size: 1.8rem;
  text-align: justify;
  
  margin-bottom: 1rem;
}

.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);
}




/*....................videos .....................*/



  .home .cart {

  width: 100%;
  
  }



  
/*....................videos .....................*/


.videom {

  width: 100%;
    text-align: center;
  background: var(--white);
  height: 50vh;
  
  
  }
  
  .videom video{ 
 
  margin-top: 10rem;
  text-align: center;
  border-radius: 1rem;
  width:95%;
  
  }
  
  
  /*-----------------------------------------------------------------*/
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .products {
    padding: 2rem 12%;
  }
  .heading {
    font-size: 3rem;
  }

  
  .home .cart {

    width: 100%;
    
    }
}

.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%;
}

/*******************************************************************************/

.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;
  }

  .home .cart {

    width: 100%;
    
    }

}

.des {
  height: 5rem;
  background: var(--black);
}



#icon {
  width: 30px;
  cursor: pointer;
}

.dark-theme {
  --white: #080808f9;
  --black: #faf8f8;
  --bleusecond: #1192ce6e;
  --bleu: #fff;
  --eau: #bed4dc;
}

/*........................*/


header .iconCart img {
  width: 42px;
}

header .iconCart {
  position: relative;
  z-index: 1;

}

header .totalQuantity{

position: absolute;
top: 0;
right: 0;
font-size: x-large;
background: #b31010;
width: 25px;
height: 25px;
border-radius: 50%;
color: #fff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
transform: translateX(20px);


}

.cart {


  color: #fff;
position: fixed;
top: 0;
right: -100%;
width: 30%;
height: 100vh;
background: #0e0f11;
display: grid;
grid-template-rows: 50px 1fr 50px;
gap: 20px;
transform: right 1s;
z-index: 10000;

}

.cart h2 {
  color: #e8bc0e;
  padding: 20px;
  margin: 0;

}

.cart .listCart .item{

display: grid;
grid-template-columns: 50px 1fr 70px;
align-items: center;
gap: 20px;
margin-bottom: 20px;


}

.cart .listCart img {

  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.cart .listCart .item .name {

  font-weight: bold;
}

.cart .listCart .item .quantity {

  display: flex;
  justify-content: end ;
  align-items: center;
}

.cart .listCart .item span {

  display: block;
  width: 50px;
  text-align: center;
}

.cart .listCart {


  padding: 20px;
  overflow: auto;
}

.cart .listCart::-webkit-scrollbar{
  width: 0;
}

.cart .buttons {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.cart .buttons div {

background: #000;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
cursor: pointer;
}


.cart .buttons a {
  color: #fff;
}

.cart .buttons .checkout {

  background: #e8bc0e;
}






/*..................faq...................*/





.abc {

  height: auto;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: var(--noir);
  position: center;
  text-align: center;
 
}


.faq {

  max-width: 100%;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f8fcfb;
  cursor: pointer;
  text-align: center;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question h3 {

  font-size: 2rem;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
}

.answer {
  max-height: 0;
  overflow: hidden;
}

.answer p {

  padding-top: 1rem;
  line-height: 1.6;
  font-size: 2rem;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
}

.faq.active .answer {

  max-height: 300px;
}
/*..................faq...................*/




@media (max-width: 400px) {
  
}


.newslett { 


background: var(--bleu);
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.newslett h2 { 
margin-top: 40px ;
font-size: 3rem;

}

.newslett .boxx { 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vh;
  width: 100%;
}

.newslett .boxx .form-bb { 
  padding: 20px;
  border-radius: 5px;
  background: var(--bleu);
  border-radius: 40px;
 

}

.newslett .boxx form {
  
  display: flex;
  flex-direction: column;
  padding: 2vw 4vw;
  width: 90%;
  max-width: 900px;
  border-radius: 40px;
 
}

.newslett .boxx .form-bb input { 

  font-size: 10px;
  color: #000;
  padding: 15px 10px;
  border: none;
  outline: none;
  background: #f5f2f2;
  width: 70%;
  border-radius: 20px;
}

.newslett .boxx .form-bb button { 

  color: var(--black);
  padding: 15px 20px;
  font-size: 20px;
  border: none;
  margin-left: 2rem;
  border-radius: 40px;
  background: var(--white);
  cursor: pointer;
  transition: .3s;
}

.newslett .boxx .form-bb:hover { 

  background: var(--bleusecond);
}



@media (max-width: 991px) {
  
}

@media (max-width: 768px) {
 


  .newslett { 


    background: var(--bleu);
      padding: 0;
      margin: 0;
      text-align: center;
      width: 100%;
    }
    
    .newslett h2 { 
    margin-top: 40px ;
    font-size: 3rem;
    
    }
    
    .newslett .boxx { 
      display: flex;
      align-items: center;
      justify-content: center;
      height: 25vh;
      width: 100%;
    }
    
    .newslett .boxx .form-bb { 
      padding: 20px;
      border-radius: 5px;
      background: var(--or);
      border-radius: 40px;
     
    
    }
    
    .newslett .boxx form {
      
      display: flex;
      flex-direction: column;
      padding: 2vw 4vw;
      width: 95%;
      max-width: 900px;
      border-radius: 40px;
     
    }
    
    .newslett .boxx .form-bb input { 
    
      font-size: 10px;
      color: #000;
      padding: 15px 10px;
      border: none;
      outline: none;
      background: #f5f2f2;
      width: 50%;
      border-radius: 20px;
    }
    
    .newslett .boxx .form-bb button { 
    
      color: var(--black);
      padding: 8px 12px;
      font-size: 15px;
      border: none;
      margin-left: 2rem;
      border-radius: 40px;
      background: var(--white);
      cursor: pointer;
      transition: .3s;
    }
    
    .newslett .boxx .form-bb:hover { 
    
      background: var(--bleusecond);
    }
    


    /*................................b..............................*/

.book {
  height: auto;
 
}

.book h1 {
  margin-top: 1rem;
  font-size: 2.3rem;
  color: var(--white);
  margin-bottom: 10px;
}
.book h2 {
  margin-top: 2.5rem;
  font-size: 2.3rem;
  color: var(--white);
  
}

.book p {

  font-size: 1.8rem;
  color: var(--white);
}
/*........................................................*/


}

@media (max-width: 400px) {
  
}



@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .products {
    padding: 2rem 12%;
  }
}

@media (max-width: 768px) {
  
  
 
  .home .content {
    text-align: center;
  }
  .home .image img {
    width: 100%;
    height: 40vh;
    margin-top: 6rem;
  }

  /*
  .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;
  
}*/

  .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(--bleusecond);
    font-weight: 500;
    margin: 2px 10px;
  }

  .bottom-navbar a:hover {
    background: var(--eau);
  }
  .about .image img {
    margin-top: 1px;
  }

 
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .products {
    padding: 2rem 12%;
  }
  .heading {
    font-size: 3rem;
  }

  .about .image {
    height: 50vh;
    width: 30%;
  }

  .about .image img {
    width: 70%;
    height: 40vh;
  }
}


.module { 

background: var(--bleu);
 text-align: center;

  width: 100%;
  height: auto;
}

.module h1 {

  font-size: 3rem;
  text-align: start;
  font-weight: bolder;
  color: var(--black);
  text-align: center;
  margin-bottom: 1rem;
  
}

.module h1 span {
  font-size: 3rem;
  text-align: start;
  font-weight: bolder;
  color: var(--rose);
}

.module p {

  font-size: 4rem;
  text-align: start;
  font-weight: bolder;
  color: var(--black);
  text-align: center;
  margin-bottom: 2rem;

}

.module p span {

  font-size: 4rem;
  text-align: start;
  font-weight: bolder;
  color: var(--rose);
  text-align: center;
  margin-bottom: 2rem;
}





@media (max-width: 768px) {
 
  

.abc {

  min-height: auto;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

  position: center;
  text-align: center;
}


.faq {

  max-width: 100%;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #08835a;
  cursor: pointer;
  text-align: center;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: start;

}

.question h3 {

  font-size: 2rem;
  text-align: start;
  width: 95%;
}

.answer {
  max-height: 0;
  overflow: hidden;
}

.answer p {

  padding-top: 1rem;
  line-height: 1.6;
  font-size: 2rem;

}

.faq.active .answer {

  max-height: 300px;
}


.home {
  height: 50vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 1.5rem;
  background: var(--white);
 background:   linear-gradient(rgba(0, 0, 0, 0.057), #09193a), url(./images/5.jpg);

 background-size: 100% 80vh, 100% 100%;
 background-position: left top, right bottom;
 background-size: 100%;
 background-image: 100%;
  background-repeat: no-repeat;
  background-position: center;
  

}

.home .content {
  flex: 1 1 40rem;
  text-align: center;
  flex-direction: column;
 
}



.home .content h1 {
  color: var(--white);
  font-size: 3rem;
  font-family: "ABeeZee", sans-serif;
}

.home .content span {
  color: var(--white);
  font-size: 5rem;
  font-family: "ABeeZee", sans-serif;
}

.home .content h3 {
  color: var(--white);
  font-size: 2rem;

  font-family: "ABeeZee", sans-serif;
  text-align: center;
  margin-bottom: 1px;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: var(--bleu);

  padding: 0.5rem 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.5rem 1rem rgba(12, 159, 152, 0.152);
}

header .logo img{

  width: 50px;
  height: 50px;
  
   }
 
}



#section-wrapper {


  width: 100%;

padding: 10px;
background: url(./images/10.jpg);
background-position: center;
background-size: 100%;
}


.box-wrapper {

  position: relative;
  display: table;
  width: 70%;
  margin: auto;
  margin-top: 35px;
  border-radius: 30px;
}

.info-wrap {

  width: 35%;
  height: 500px;
  padding: 20px;
  float: left;
  display: block;
  border-radius: 30px 0px 0px 30px;
  background:var(--bleu);
  color: var(--vert);
}

.info-title { 

  text-align: left;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: var(--noir);
}

.info-sub-title {

  font-size: 15px;
  font-weight: 300;
  margin-top: 25px;
  letter-spacing: 0.5px;
  line-height: 26px;
}

.info-details {
  list-style: none;
  margin: 60px 0px;
  text-align: left;
}

.info-details li {

  margin-top: 25px ;
  font-size: 18px;
  color: var(--white);
}

.info-details li i {

  background: var(--white);
  padding: 10px;
  border-radius: 50%;
  margin-right: 5px;
  text-align: left;
  color: var(--white);
}

.info-details li a{

  color: var(--noir);
  text-decoration: none;
  font-size: 1.5rem;
}

.info-details li a:hover{

  color: var(--white);
  text-decoration: none;
}

.social-icons {

list-style: none;
text-align: center;
margin: 20px 0px;
}

.social-icons li {

display: inline-block;

}

.social-icons li i {


  background: var(--white);
  color: var(--noir);
  padding: 15px;
  font-size: 20px;
  border-radius: 22%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all .5s ;
}


.social-icons li i:hover { 

  background: #065a49;
}

.form-wrap {
height: 500px;
width: 65%;
float: right;
padding: 20px 10px 13px 18px ;
border-radius: 0px 30px 30px 0px;
background: var(--white);

}
.form-wrap .contact-map {
  width: 100%;
  height: 450px;
  
}

.form-wrap .contact-map iframe {
  width: 100%;
  height: 100%;
}



@media (max-width: 768px) {

  .info-details li a{

    color: var(--white);
    text-decoration: none;
    font-size: 1.5rem;
  }
  

.box-wrapper { 

  width: 100%;
}


.info-wrap,
.form-wrap {


  width: 100%;
  height: inherit;
  float: none;
}

.info-wrap {
  border-radius: 30px 30px 0px 0px ;

}

.form-wrap { 

  border-radius: 0px 0px 30px 30px ;
}

.form-group { 
  width: 100%;
  float: none;
  margin: 25px 0px ;
}
.form-fileds .form-group:last-child,
.submit-button{
  width: 100%;
}

.submit-button {
  margin: 10px 0px;
}
 }





/*-----------------------------------------------------------------*/

