
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@1,500&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@1,500&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face { font-family: 'hero-font'; src: url('../css/fonts/Aurora.otf') format('truetype'); }
@font-face { font-family: 'Poppins-extra-light'; src: url('../css/fonts/Poppins-ExtraLight.ttf') format('truetype'); }
@font-face { font-family: 'Poppins-light'; src: url('../css/fonts/Poppins-Light.ttf') format('truetype'); }
@font-face { font-family: 'Poppins-medium'; src: url('../css/fonts/Poppins-Medium.ttf') format('truetype'); }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{

    overflow-x: hidden;
}
body {
    font-family: "Spectral", sans-serif !important;
    /* font-family: "Roboto", sans-serif !important; */
    line-height: 1.6;
    background-color: #ffe9d9 !important;
    overflow-x: hidden;
}

a{
    text-decoration: none !important;
}
ul{
    list-style: none !important;
}
/* Header */
header {
    display: flex;
    flex-direction: column;
}

.header-logo {
    background-color: #ffe9d9;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: center;
    max-width: initial !important;
}

.header-logo img {
    height: 110px;
}

nav {
    background-color: #068043;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#navbarNav{
    padding: 0px 100px;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 5%;
    padding: 10px 0;
    margin: 0;
    flex: 7;
}

nav ul li .nav-link {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "Poppins-light", serif !important;

}

nav ul li a:hover {
    text-decoration: underline;
}
nav .links{
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex: 1;
}
nav .links .compte{
    display: flex;
    align-items: center;
}
nav .langue {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color:#ffe9d9 ;
    color: #068043;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
    .compte{
        margin-bottom: 0;
    }
/* Hero Section */
.hero {
    background-color: #ffe9d9;
    padding: 40px 20px 0px;
    
}
.hero-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: start;
}
.hero-logo img{
    width: 170px;
    margin-bottom: 10px;
}
.hero-content {
    max-width: 50%;
    margin-top: 60px !important;
}

.hero-content h1 {
    font-size: 75px;
    font-weight: 500;
    
    
    margin-bottom: 20px;
    font-family: "hero-font", serif !important;
    
    letter-spacing: 1px;
}

.hero-content p {
    font-size: 24px;
    color: #555;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: "Poppins-extra-light", serif !important;

}

.hero-content .btn ,.objectif .btn , .offres .btn ,.conseils .btn ,.products .btn {
    background-color: #068043;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 20px;
    border: 2px solid #056c37;
    font-family: "Poppins-extra-light", serif ;
}
.hero-content .btn:hover{
    background-color: #056c37;
    color: white;
}
.objectif .btn:hover , .offres .btn:hover ,.conseils .btn:hover ,.products .btn:hover  {
    border: 2px solid #056c37;

    color: #056c37;
}
.hero-image {
    display: flex;
    justify-content: end;
}
.hero-image img {
   width: 90%;
    object-fit: contain;
}

/* About Section */
.about {
   background-image: url('../img/home/about-background.svg');
    padding: 40px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    position: relative;
    margin-top: -250px;
    text-align: left;
}
.about .h{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
}
.about-content{

}
.about h2 {
    font-size: 75px;
    color: #ffe9d9;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: normal;
    font-family: "Playfair Display", serif !important;
}

.about p {
    font-size: 30px;
    color: #ffe9d9;
    font-weight: 100;
    line-height: 1.8;
    font-family: "Poppins-extra-light", serif !important;

}

.about p .soc_name{
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing:2px;
    font-size: 35px;
}

.about p .bold-span{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing:1px;
}


.objectif{
    background-color: #ffe9d9 ;
    padding: 50px 0 200px;
}

.objectif p {
    font-size: 30px;
    color: #068043;
    font-weight: 100;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: "Poppins-extra-light", serif !important;

    
}
.objectif p span {
    font-size: 30px;
    color: #068043;
    font-weight: 900;
    line-height: 1.8;
    
}


.objectif .btn:hover  {
    background-color: #ffe9d9;
    color: #056c37;
    border: 2px solid #056c37;
}


.objectif .btn:hover > svg path  {
    fill: #056c37;
}


.why_panacea{
    background-image: url('../img/home/why_panacea/why-background.png');
    padding: 50px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 1270px;
    position: relative;
    margin-top: -150px;
    text-align: left;
    
    display: flex;
    align-items: center;
}
.why_panacea .why_content{
    text-align: center;
}

.why_panacea .why_content h1{
    font-size: 80px;
    color: #ffe9d9;
}
.qualite-item img {
    width: 150px;
    margin-bottom: 30px;
}
.qualite-text h4 , .qualite-text p{
    color: #ffe9d9;
}


.products {
    padding: 100px 0;
    text-align: center;
    background-image: url('../img/home/product/product-background.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.products h1{
    color: #056c37;
    font-size: 75px;
    margin-bottom: 100px;
}

.product-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.product-card {
    background-color: #068043;
    border-radius: 100px 0px 0px 0 ;
    padding: 50px 20px;
    height: 250px;
}

.product-image {
    display: flex;
    justify-content: end;
    align-items: center;
}

.product-image img {
       height: 140%; 
       position: absolute;
       bottom: 2px;
       right: 20px;
}


.product-text h5 , .product-text p {
    color: #ffe9d9;

}

.product-text{
    text-align: left;
}
.product-text h5  {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.product-text p{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 600;
}














.process{
   
    background-image: url('../img/home/process-background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 50px;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: -90px;
    text-align: left;
}

.process-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.process-header h1{
    color: #ffe9d9;
    font-size: 50px;
    font-weight: 600;
    font-family:Arial, Helvetica, sans-serif ;
}


.process-header p{
    font-size: 28px;
    color: #ffe9d9;
    font-weight: 100;
    font-family: sans-serif ;

}
.process-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.process-icon{
    height: 100px;
    width: 100px;
    background-color: #ffe9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.process-icon svg
{
    height: 75px;
    width: 75px;
}

.process-text h4{
    font-family:sans-serif ;
    font-size: 27px;
    color: #ffe9d9;
    font-weight: 700;
}

.process-text p{
    color: #ffe9d9d7;
    font-size: 18px;
    font-family:sans-serif;
    font-weight:100;

}


.offres{
    background-image: url('../img/home/offres-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding:150px 50px;
    width: 100%;
    height: 55vh;
    height: 480px;
    position: relative;
    margin-top: -150px;
    text-align: left;
}


.offres-img{
    width: 100%;
    height: 100%;
}

.offres-text{
    padding: 30px 30px 30px 80px;
    color: #068043;
    display: flex;
    flex-direction: column;
}

.offres-text h1 {
    font-weight: 700;
    font-size: 50px;
    font-family:Arial, Helvetica, sans-serif ;
}

.offres-text p {
    font-size: 26px;
    font-family:Arial, Helvetica, sans-serif ;
}

.offres-text .btn ,.products .btn {
   align-self: flex-end;
    font-size: 30px;
    font-family:Arial, Helvetica, sans-serif ;
    padding: 2px 30px;
}
.products .btn{
    justify-content: end;
}
.certifications{
    background-image: url('../img/home/certafication-background.svg');
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}
.certification-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.certification-content img{
    max-width: 300px;
    height: 350px;
}
.certification-content h1 {
    font-weight: 700;
    font-size: 75px;
    font-family:Arial, Helvetica, sans-serif ;
    color: #ffe9d9;
}

.certification-content p {
    font-size: 22px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffe9d9;
    text-align: center;
    font-weight: lighter;
}
.conseils{
    padding: 50px;
}
.conseils h1{
    font-size: 80px;
    color: #056c37;
    font-family:Arial, Helvetica, sans-serif ;
    font-weight: 900;
    text-align: center;

}

.conseil-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conseil-card img{
    width: 100%;
    height: 600px;
    border-radius: 100px;
    object-fit: cover;
    padding: 10px 30px;
}

.conseil-card h4{
    color: black;
    margin: 15px 0;
    font-size: 35px;
    font-weight: 800;
    font-family:Arial, Helvetica, sans-serif ;

}

.conseils .btn {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 30px;
}

.conseil-card-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}


body {
  margin: 0;
  font-family: 'Arial', sans-serif;
}

.faq-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #fae4d8;
}

.faq-container {
  display: flex;
  width: 100%;
}

.faq-image {
  position: relative;
  width: 50%;
  /* background-image: url('images/card3.webp'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.faq-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.faq-content {
  width: 50%;
  padding: 40px;
  color: #2a6b2f;
}

.faq-content h1 {
  font-size: 3.3rem;
  color: #2a6b2f;
  font-weight: bold;
  font-family: Helvetica, sans-serif;

}

.faq-description {
  margin: 20px 0;
  line-height: 1.6;
  color: #4a4a4a;
}

.faq-links {
  margin-top: 20px;
}

.faq-item {
  border-bottom: 1px solid #d2f0d0;
  padding: 10px;
  position: relative;
}


.faq-item.open > .faq-question  {
    margin: 0;
    color: #4b965f;
    font-weight: bold;
    cursor: pointer;
    display: inline-block; 
    padding-bottom: 2px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #056c37;
    font-family: Arial, Helvetica, sans-serif;
}
.faq-item.open{
    width: 100%;
    background-color: transparent;
}
.faq-item {
    width: 60%;
    background-color: #068043;
    margin-bottom: 20px;
    
}
.faq-item .faq-question {
    color: white;
    margin-bottom: 0;
}

.faq-item.open > .faq-answer{
    margin-top: 10px;
}
 .faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  line-height: 1.5;
  color: #34874a;
  font-family: Arial, Helvetica, sans-serif;

}

.faq-item.open .faq-answer {
  max-height: 100px; /* Adjust according to your content */
}

/* .faq-item.open .faq-question {
  color: #2a6b2f;
} */


.faq-item .faq-toggle-icon{
    position: absolute;
    top: 0;
    right: -25px;    
    height: 100%;
    background-color: #068043;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-item.open .faq-toggle-icon{
    display: none;
}

.faq-toggle-icon svg {
    width: 20px;
    height: 25px;
}






/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: sans-serif;
    
  }
  
  .contact-section {
    background-image: url('../img/home/contact-background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

  
  .contact-section h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffe9d9;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .contact-section p {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #ffe9d9;
    letter-spacing: 1px ;
    font-family: sans-serif;
  }
  

  .contact-form .form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    padding: 25px 15px;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #111111;
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    
  }
  
  .contact-form input::placeholder,
  .contact-form select,
  .contact-form textarea::placeholder {
    color: #ffffff; 
  }
  .contact-form select{
    text-align: center;
  }
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form button {
    width: 100%;
    padding: 25px 0;
    background-color: #ffe9d9;
    color: #056c37;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;

  }
  
  .contact-form button:hover {
    background-color: #ffe9d9; 
  }
  
  .contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('path/to/your/leaf-design.png') no-repeat;
    opacity: 0.2;
    z-index: -1;
  }
  




.footer {
    color: black;
    padding: 40px 0 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.footer .row{
    row-gap: 20px;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    /* flex: 1; */
    align-self: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo img {
    width: auto;
    height: 50px;
    margin-right: 10px;
}

.footer-logo h2 {
    font-size: 24px;
    margin: 0;
}

.footer-section h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #068043;
    font-weight: 800;
}

.footer-section p,
.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section p{
    font-size: 27px;
    line-height: 30PX;
        /* font-family: "Roboto", sans-serif !important;  */
        

}
.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 24px;
    white-space: nowrap;
}
.footer-section ul li a svg{
    height: 22px;
    width: 22px;
    margin-right: 3px;
}
.footer-section ul li a svg path{
    fill: #056c37;
}
.footer-section ul li a:hover {
    text-decoration: underline;
}
.footer-section.social p {
    font-size: 24px;
}

.footer-section .social-content {
    display: flex;
    justify-content: start;
    column-gap: 10px;
    align-items: center;
}
.footer-section.social div {
    margin-bottom: 3px;
}
.footer-section.social .social-icon{
    height: 40px;
    width: 40px;
    background-color: #068043;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section.social .social-icon svg{
    width: 20px;
    height: 20px;
}
.about-button {
    background-color: #068043;
    color: #fff;
    border: none;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 26px;
    margin-top: 10px;
}

.about-button:hover {
    background-color: #056c37;
}
.liens{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.swiper-pagination{
    position: relative !important;
    margin-top: 20px !important;
}
.swiper-pagination-bullet{
    width: 80px !important;
    height: 15px !important;
    background-color: #068043 !important;
    border-radius: initial !important;
    border: 3px solid #ffe9d9;
    opacity: 1 !important;
}

.navbar-toggler{
    background: white !important;
}
.swiper-pagination-bullet-active{
    background-color: #ffe9d9 !important;
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 850px !important;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1100px !important;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px !important;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px !important;
    }
}

@media (max-width: 992px) {
    #navbarNav{
        padding: 0 10px ;
    }
    nav ul{
        flex-direction: column;
    }
    nav ul li{
        display: block;
        width: 100%;
        padding: 15px 0;
        flex-direction: column;
        border-bottom: 2px solid rgba(38, 38, 38, 0.02);
    }
    .hero .hero-content h1 {
        font-size: 45px !important;
    }
    .hero-image{
        display: flex;
        justify-content: center;
    }
    .hero-image img{
        width: 65%;
    }
    .about{
        height: auto;
        background-size: cover !important;
        margin-top: -170px !important;
    }
    .process{
        height: auto;
        padding: 200px 50px !important;
    }
    .faq-section{
        /* background: url('images/images/bg/Plan\ de\ travail\ 22.jpg'); */
        position: relative;
    }
    /* .faq-section::before{
        content: '';
        background-color: #1b1b1bb7;
        position: absolute;
        width: 100%;
        height: 100%;
    } */
    .faq-image{
        width: 0;
    }
    .faq-content{
        width: 100%;
        padding: 40px 20px;
    }
    .conseils{
        padding: 40px 10px;
    }
    .conseils h1{
        font-size: 45px;
    }

    .offres-text{
        padding: 0 !important;
    }
    .certifications{
        padding: 50px 10px;
    }
    .certification-content h1{
        font-size: 35px !important;
    }
    .certification-content p{
        font-size: 16px !important;
    }
    .objectif p{
        font-size: 20px;
      }
      .offres-text p{
        font-size: 20px !important;
      }
      .contact-section h1{
        font-size: 40px;
      }
      .contact-section p{
        font-size: 20px;
      }
      .contact-form input, .contact-form select, .contact-form textarea{
        font-size: 20px;
      }
      .contact-form button{
        font-size: 20px;
      }
}


@media (max-width: 1200px) {
    nav ul{
        column-gap: 2% !important ;
    }
    nav ul li .nav-link{
        font-size: 14px;
    }
    .why_panacea{
        background-image: url('../img/home/contact-background.svg') !important;

    }
    .hero .hero-content h1 {
        font-size: 46px;
    }
    .hero .hero-content p{
        font-size: 15px;
    }
    .hero .hero-content {
        margin-top: 15px !important;
    }

    .hero .hero-content .btn{
        padding: 5px 20px;
    }


    .about{
        margin-top: -185px ;
        background-size: contain;
    }
    .about .about-content h2{
        font-size: 45px;
    }
    .about .about-content p{
        font-size: 20px;
    }
    .about .about-content p .soc_name{
        font-size: 21px;
    }

    .products .product-image img{
        height: 110%;
    }
    .products .product-text h5
    {
        font-size: 21px;
    }
    .product-text p{
        font-size: 17px;
    }
    .process{
        padding: 120px 50px;
    }
    .process-header h1{
        font-size: 40px;
    }
    .process-header p {
        font-size: 20px;
    }
    .process-icon{
        width: 80px;
        height: 80px;
    }
    .process-icon svg {
        width: 55px;
        height: 55px;
    }
    .process-text h4{
        font-size: 22px;
    }
    .process-text p{
        font-size: 15px;
    }
    .certification-content h1{
        font-size: 55px;
    }
    .certification-content p{
        font-size: 17px;
    }

    .faq-item{
        width: 80%;
    }
    .contact-form{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}





@media (max-width: 1500px) {
    /* hero */
    nav ul{
        column-gap: 4% ;
    }
    .hero-content h1 {
        font-size: 58px;
    }
    .hero-content p{
        font-size: 18px;
    }
    .hero-content {
        margin-top: 30px !important;
    }
    .about{
        margin-top: -220px ;
        /* background-size: contain ; */
        min-height: 500px;
    }
    .about h2{
        font-size: 57px;
    }
    .about p{
        font-size: 24px;
    }
    .about p .soc_name{
        font-size: 25px;
    }
    .why_panacea .why_content h1{
        font-size: 60px !important ;
    }
    .why_panacea .qualite-item img{
        width: 120px;
    }
    .products h1{
        font-size: 60px;
    }
    .conseil-card img{
        padding: 10px 10px;
    }
    .offres{
        background-size: contain !important;
        height: auto;
        /* background: #ffe9d9 !important; */
    }

    .process {
        height: 160vh;
      }
    .offres-text{
        padding: 0 80px;
    }
    .offres-text h1{
        font-size: 35px;
    }
    .offres-text p{
        font-size: 25px;
    }
    .footer p ,.footer a {
        font-size: 23px !important; 
    }
}


@media (max-width: 1650px) {
    .why_panacea{
        /* height: 1140px !important; */
        background-size: cover !important;
    }
}


.Swiper_product , .Swiper_consiels{
    overflow: visible !important;
}

 .swiper-button-prev{
    left: -50px !important;
}

.swiper-button-next {
right: -40px !important;
}


.Swiper_product .swiper-pagination-bullet , .Swiper_consiels .swiper-pagination-bullet{
    width: 80px !important;
    height: 15px !important;
    background-color: #ffe9d9 !important;
    border-radius: initial !important;
    border: 3px solid #068043;
    opacity: 1 !important;
}


.Swiper_product .swiper-pagination-bullet-active,.Swiper_consiels .swiper-pagination-bullet-active{
    background-color:#068043 !important;
}

.Swiper_consiels {
    overflow: visible;
}


 .copyright-wrap {
    padding: 25px 0;
    text-align: center;
    background-color: var(--title-color);
    background-color: #f3ede2;
}