:root {
  --black: #000;
  --white: #fff;
  --theme: #F29100;
  --header: #1F0F08;
  --text: #4F2614;
  --text2: #1F0F08;
  --text3: #ADA9A7;
  --text4: #636363;
  --text5: #4a1e04;
  --bg: #ada9a718;

  --fs-h1: 3.5em;
  --fs-h2: 2.5em;
  --fs-h3: 1.5625em;
  --fs-h4: 1.25em;
  --fs-h5: 1.3125em;
  --fs-h6: 1.25em;
  --fs-p: 1.1875em;

  --fs-h1-lg: 3em;
  --fs-h2-lg: 1.875em;
  --fs-h3-lg: 1.5em;

  --fs-h1-md: 2.625em;
  --fs-h2-md: 1.6875em;
  --fs-h3-md: 1.375em;
  --fs-h4-md: 1.0625em;
  --fs-h5-md: 1.1875em;
  --fs-h6-md: 1.125em;
  --fs-p-md: 1.125em;

  --fs-h1-sm: 2.25em;
  --fs-h2-sm: 1.5em;
  --fs-h3-sm: 1.25em;
  --fs-h1-xs: 1.875em;
}

/*=====================================
THE STYLE FOR THE ARABIC VERSION
======================================*/

body.ar_DZ .product-buttons, body.ar_DZ .about-content p, body.ar_DZ .top-nav, body.ar_DZ .description, body.ar_DZ .page-heading, body.ar_DZ .content02, body.ar_DZ .boxx, body.ar_DZ .blog-area, body.ar_DZ .contact-section, body.ar_DZ .contact-container, body.ar_DZ .d-none.d-lg-block, body.ar_DZ .mobile-menu, body.ar_DZ .menu-list, body.ar_DZ .offcanvas__top, body.ar_DZ .offcanvas__contact, body.ar_DZ .portfolio-card-details{
  direction: rtl;
}

body.ar_DZ  .info-section{
  margin-left: -10px;
  direction: rtl;
}

body.ar_DZ  .product-buttons button{
      padding: 17.7px 79px;
}

body.ar_DZ .product-buttons button:hover {
  padding: 15.7px 77px;

}

body.ar_DZ .produit-text, body.ar_DZ .produit-text h3 {
  direction: rtl;
  text-align: right;
}

body.ar_DZ .the_product, body.ar_DZ .the_product h2 {
  direction: rtl;
  text-align: right;
}

body.ar_DZ .description .label{
  padding: 6px 40px;
}

body.ar_DZ .slider-text{
  direction: rtl;     
  max-width: 100%;
}

body.ar_DZ .contact-box h3{
  text-align: right;
}

body.ar_DZ .form-group button, body.ar_DZ .btn-with-icon{
  direction: ltr;
}
body.ar_DZ  .right .image-wrapper img {
  height: 55vh;
}

/*=====================================
QUERY FOR THE ARABIC VERSION
======================================*/
@media (max-width: 1200px) {
  body.ar_DZ .product-buttons button {
    padding: 16.5px 55px !important;}
  body.ar_DZ .product-buttons button:hover {
    padding: 14.5px 53px !important;}     
  body.ar_DZ .info-section {
    margin-left: -30px;}
  body.ar_DZ  .right .image-wrapper img {
    height: 50vh;
  }
}

@media (max-width: 1025px) {
  body.ar_DZ .info-section {
    margin-left: -60px;}
  body.ar_DZ .info-block {
    gap: 10px;}
  body.ar_DZ .product-buttons button {
    padding: 16.8px 42px !important}
  body.ar_DZ .product-buttons button:hover {
        padding: 14.8px 40px !important;}
}

@media (max-width: 945px){
 body.ar_DZ .info-section {
    margin-left: -20px;}
}
@media (max-width: 900px) {
  body.ar_DZ .right .image-wrapper img {
    height: 25vh;
  }
}

/*=====================================
THE STYLE FOR THE ENGLISH VERSION
======================================*/

body.en_US .product-buttons button{
  padding: 18.2px 63px;}

body.en_US .product-buttons button:hover {
  padding: 16.2px 61px;}

body.en_US .info-section {
  margin-left: -90px;}

/*=====================================
QUERY FOR THE ENGLISH VERSION
======================================*/

@media (max-width: 1200px) {
  body.en_US .product-buttons button {
    padding: 16.5px 38px !important;}
  body.en_US .product-buttons button:hover {
    padding: 14.5px 36px;}  
  body.en_US .info-section {
    margin-left: -90px;}
}

@media (max-width: 1020px){
  body.en_US .product-buttons button {
    padding: 16.5px 25px !important;
  }
  body.en_US .product-buttons button:hover {
    padding: 14.5px 23px !important;
  }
}

@media (max-width: 1000px) {
  body.en_US .product-buttons button {
    padding: 16.5px 25px !important;}
  body.en_US .product-buttons button:hover {
    padding: 14.5px 23px;}    
  body.en_US .info-section {
    margin-left: -80px;}
  body.en_US .logo img {
    max-width: 200px;
  }
}

@media (max-width: 992px) {
  body.en_US .info-section {
    margin-left: -40px;}
}
/*****************************************/

h1,
h2,
h3 {
  font-family: "Tomorrow", sans-serif;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  color: var(--white);
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: 1.06;
}

h2 {
  color: var(--header);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.21;
}

h4,
h5,
h6 {
  font-family: "Tomorrow", sans-serif;
  font-weight: bolder;
}

h4 {
  font-size: var(--fs-h4);
  font-weight: 400;
}

h5 {
  font-size: var(--fs-h5);
  font-weight: 600;
}

h6 {
  font-size: var(--fs-h6);
  font-weight: 600;
  line-height: 1.56;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p,
.footer-links a {
  font-size: var(--fs-p);
  margin: 0;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 87.44em) {
  h1 { font-size: var(--fs-h1-lg); line-height: 1; }
  h2 { font-size: var(--fs-h2-lg); }
  h3 { font-size: var(--fs-h3-lg); }
}

@media (max-width: 74.94em) {
  h1 { font-size: var(--fs-h1-md); }
  h2 { font-size: var(--fs-h2-md); }
  h3 { font-size: var(--fs-h3-md); }
  h4 { font-size: var(--fs-h4-md); }
  h5 { font-size: var(--fs-h5-md); }
  h6 { font-size: var(--fs-h6-md); }
  p,
  .footer-links a { font-size: var(--fs-p-md); }
}

@media (max-width: 56.25em) {
  h1 { font-size: var(--fs-h1-sm); }
  h2 { font-size: var(--fs-h2-sm); }
  h3 { font-size: var(--fs-h3-sm); }
}

@media (max-width: 56.25em) {
  h1 { font-size: var(--fs-h1-xs); }
}


/*----------------------------------------
  BODY
----------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "K2D", sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.top-nav {
  background-color: var(--text5);
  color: var(--white);
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/*---------------------------------------
Media query
-----------------------------------------*/

@media (max-width: 1200px){
.container {
  max-width: 1000px;
}
}

@media (max-width: 1025px){
.container {
  max-width: 900px;
}
}

@media (max-width: 900px){
.container {
  max-width: 850px;
}
}

/*----------------------------------------
  i) Top header
----------------------------------------*/

.top-nav nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 10px 0;
}

.top-nav nav ul li {
  margin: 10px 20px;
}

.top-nav nav ul li a {
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
}

#langDropdown .dropdown-menu {
  display: none !important;
  position: absolute;
  background: var(--text5);
  padding: 5px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 99;
}

#langDropdown:hover .dropdown-menu,
#langDropdown.active .dropdown-menu {
  display: block !important;
}

#langDropdown .dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  color: var(--white);
  text-decoration: none;
}

#langDropdown .dropdown-menu li a:hover {
  background: var(--text5);
}

.menu-list #langDropdown .dropdown-menu {
  display: none !important;
  position: absolute;
  background: var(--white);
  padding: 5px 0;
}

.menu-list #langDropdown .dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  color: var(--black);
  text-decoration: none;
}

.menu-list #langDropdown .dropdown-menu li a:hover {
  background: var(--white);
}

.menu-list #langDropdown:hover .dropdown-menu,
.menu-list #langDropdown.active .dropdown-menu {
  display: block !important;
}

/*---------------------------------------
Media query
-----------------------------------------*/

@media (max-width: 900px){
.top-nav{
  display: none;
}
}

/*----------------------------------------
  ii) Header
----------------------------------------*/

.header-content {
  display: flex;
  align-items: center;
  padding: 0;
  background-color: var(--white);
}

.logo-section {
  display: flex;
  align-items: center;
}

.logo img {
  padding: 5px 0;
  max-width: 300px;
}

.info-section {
  margin-left: -30px;
  display: flex;
  gap: 50px;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.3;
}

.info-block h4 {
  white-space: nowrap;
}

.icon-svg {
  width: 50px;
  height: 40px;
  flex-shrink: 0;
}

.icon-svg.phone {
  width: 50px;
  height: 30px;
}

.product-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-buttons button {
  font-family: "K2D", sans-serif;
  font-size: 20px;
  background-color: var(--theme);
  border: none;
  padding: 18px 74px;
  font-weight: bold;
  color: var(--white);
  cursor: pointer;
  z-index: 10;
   
}

.product-buttons button:hover {
   padding: 16px 72px;
  border: 2px dashed var(--white); 

}

/*----------------------------------------
 header query
----------------------------------------*/

@media (max-width: 1200px) {
  .logo img {
    max-width: 250px;
  }
  .info-section {
      margin-left: -100px;
      gap: 30px;
  } 
}

@media (max-width: 992px) {
  .logo img {
    max-width: 200px;
  }
  .info-block {
  gap: 10px;
  max-width: 230px;
  }
  .icon-svg {
    width: 40px;
    height: 30px;
    flex-shrink: 0;
  }
  .icon-svg.phone {
    width: 40px;
    height: 25px;
  }
  .info-section{
    margin-left: -40px;}
}

@media (max-width: 900px) {
  .info-section {display: none;}
  .logo-section{margin: 5px 10px;}
}

@media (max-width: 768px) {
  .logo img {
    max-width: 200px;
  }
  .info-block {
    font-size: 12px;
    gap: 10px;
    line-height: 1.2;
  }
  .info-section {
    margin-left: -70px;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .logo img {
    max-width: 200px;
  }
  .info-block {
    font-size: 12px;
    gap: 10px;
    line-height: 1.2;
  }
  .info-section {
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .product-buttons button {
    padding: 16.5px 48px !important;
    font-size: 20px;
  }
  .product-buttons {
    justify-content: space-between;
  }
}

@media (max-width: 1025px) {
  .product-buttons {
    justify-content: space-between;
  }
  .product-buttons button {
    padding: 16.5px 36px !important;
    font-size: 20px;
  }
}

@media (max-width: 359px) {
  .product-buttons {
    flex-direction: column;
    gap: 8px;
    padding: 0 10px;
  }
  .product-buttons button {
    width: 100%;
    font-size: 14px;
    padding: 14px 0;
  }
}

@media (max-width: 600px) {
  .product-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .product-buttons button {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
  }
}

@media (max-width: 900px){
  .product-buttons{
    display: none;
  }
}

/*----------------------------------------
  sidemenu
----------------------------------------*/

.menu-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.menu-list li {
  padding: 12px 0;
  border-bottom: 1px dashed var(--text3);
}

.menu-list li:last-child {
  border-bottom: none; 
}

.menu-list a {
  font-weight: 600;
  text-decoration: none;
  color: var(--header);
  font-size: 18px;
}

.menu-list a:hover {
  color: var(--theme);
}

.offcanvas__top{
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.offcanvas__logo{
  padding-left: 8px;
}

.offcanvas__logo a img{
  width: 150px;
}

.offcanvas__info {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: var(--white);
  border-left: 2px dashed var(--theme);
  transform: translateX(100%);        
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  opacity: 0;
  z-index: 9999;
  overflow-y: auto;
}

.offcanvas__info.info-open {  
  z-index: 10001; 
  transform: translateX(0);
  opacity: 1;
}


.offcanvas__overlay {
  position: fixed;
  inset: 0;
  background: var(--black);
  visibility: hidden;
  transition: background 0.45s ease-in-out, visibility 0s linear 0.45s;
  z-index: 10000;  
}

/* Overlay visible */

.offcanvas__overlay.overlay-open {
  background: rgba(0,0,0,0.8);
  visibility: visible;
  transition: background 0.45s ease-in-out;
}

.hamburger-btn {
  display: none;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin:20px 0;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px !important;
  list-style-type: none;
  padding: 20px 0;
  margin: 0;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;  flex-direction: row;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin: 0 20px;
  font-size: 1.5em;
  padding-bottom: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--text3);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

/*---------------------------------------
Media query
-----------------------------------------*/

@media (max-width: 900px) {
  .header-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between; 
  }
  .hamburger-btn {
    display: block;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 10002;
  }
}

@media (max-width: 400px) {
.offcanvas__info{
  width: 300px;
}

.offcanvas__content p {
  font-size: 15px;}

.menu-list a {
  font-size: 15px;}

.offcanvas__contact-text a {
  font-size: 15px;}
}

/*----------------------------------------
  iii) Breadcrumb
----------------------------------------*/

.newbc {
  position: relative;   
  width: 100%;
  height: 650px;        
  overflow: hidden;
  margin-top: -62px;   
}

.newbc video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;           
}

.newbc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.newbc .hero-title {
  position: absolute;   
  top: 50%;             
  left: 50%;            
  transform: translate(-50%, -50%);
  z-index: 2;           
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
  padding: 0 20px; 
    width: 27%;     
}

.newbc .hero-title h1 {line-height: 1.2em;
  color: var(--white);  
  margin: 0;
}

.newbc .hero-title a.btn-devis {
  position: relative;  
  z-index: 2;
}

/*============== inside breadcrumb =============*/

.btn-devis {
  display: inline-block;
  padding: 12px 24px;
  border: 2px dashed var(--white);
  color: var(--white);
  text-decoration: none;
  font-size: 32px;
  letter-spacing: 2px;
  background: transparent;
  transition: background 0.3s, color 0.3s;
  position: relative;
}

.btn-devis .arrow {
  margin-left: 10px;
}

.btn-devis:hover {
  background: var(--white);
  color: var(--text2);
}

.container.br {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  justify-items: center;  
  padding-top: 0;         
}

.category { 
  z-index: 100;
  display:flex;
  flex-direction: column;
  align-items: center;
 margin-top: -160px;
  width: calc(24%);
  text-align: center;
}

.roof {
  position: relative;
}

.roof-svg {
  width: clamp(250px, 23vw, 335px);
  gap: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: -2px;
}

.roof-text {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-weight: bold;
  font-size: 28px;
  white-space: nowrap;
}

.category img:not(.roof-svg) {
  width: clamp(200px, 20vw, 288px);
  height: auto;
  object-fit: contain;
}

/*---------------------------------------
Media query
-----------------------------------------*/

@media (max-width: 1199px) {
  .btn-devis {
  padding: 12px 20px;
  font-size: 25px;
  }
  .newbc {
  height: 520px;        
  margin-top: -59px;   
  }
}

@media (max-width: 1250px) {
  .container.br {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));}
}

@media (max-width: 992px) {
  .container.br {
  display: none;
  }
  .btn-devis {
  padding: 8px 8px;
  font-size: 20px;
  }
}

@media (max-width: 900px) {
  .newbc {
  height: 520px;        
  margin-top: 0px;   
  }
  .btn-devis {
  padding: 5px 8px;
  font-size: 20px;
  }
  .newbc .hero-title {
  width: 40%;}
}

@media (max-width: 700px) {
  .newbc .hero-title {
  width: 60%;}
}

@media (max-width: 400px) {
 .btn-devis {
    padding: 8px 12px;
    font-size: 18px;
  }
  .newbc {
    height: 480px;         
  }
  .newbc .hero-title {
    width: 80%;
  }
}

/*----------------------------------------
  slider index
----------------------------------------*/

.slider-wrapper { 
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 30px;
  background-color: #f7f7f7;
}

.slider-container {
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.slider-text{
  margin: 0 0 20px 0;
}

.slider-text h2{
  font-size: var(--fs-h3);
  TEXT-TRANSFORM: UPPERCASE;
}

.slide-track {
  display: flex;
  gap: 20px;              
  transition: transform 0.3s ease-in-out;
}

.slide-item {
  box-sizing: border-box;
}

.slider-btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  z-index: 10;
}

.prev-btn { left: 0.5rem; }
.next-btn { right: 0.5rem; }

/*----------------------------------------
  1) Catégories About
----------------------------------------*/ 

.about-section {
  text-align: center;
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-title span {
  text-transform: uppercase;
  color: var(--text3);
  font-size: 20px;
}

.about-content {
  padding-top: 20px;
}

.about-content .text {
  font-size: 22px;
  color: var(--text4);
  padding: 0 50px;
}

/*---------------------------------------
Media query
-----------------------------------------*/

@media (max-width: 1200px){
  .about-content .text{
    font-size: 20px;
  }
  .section-title span{
    font-size: 18px;
  }
}

@media (max-width: 1025px){
  .about-content .text{
    font-size: 18px;
  }
  .section-title span{
    font-size: 16px;
  }
}

/*----------------------------------------
  3) Catégories Services
----------------------------------------*/ 

.spaces {
  padding: 70px 0;
}

.space {
  padding: 100px 0 0 0;
}

.secvices-section {
  text-align: center;
}

.service-card {
  background: var(--bg);
  width: 250px;
  height: 200px;
  border-radius: 0;
  padding: 30px 60px 20px 60px;
  border: 2px solid var(--bg);
  position: relative;
  margin-bottom: 25px;
  transition: 0.4s;
}

.service-card:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 65px;
  width: 157px;
  height: 1px;
  border-top: 2px dashed var(--theme);
  opacity: 0.1;
}

.service-card_content {
  padding: 0 0px 0 10px;
}

.service-card_icon {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  padding: 10px 0 0 10px;
  margin-left: -10px;
}

.service-card_icon img {
  transition: 0.4s;
}

.service-card_title {
  margin-top: -0.3em;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
}

.service-card_title a {
  color: var(--text2);
}

.service-card_title a:hover {
  color: var(--text);
}

.service-card:hover {
  border: 2px dashed var(--theme);
}

.service-card:hover .service-card_icon img {
  transform: rotateY(180deg);
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

/*---------------------------------------
Media query
-----------------------------------------*/

@media (max-width: 1399px) {
  .spaces {
  padding: 50px 0;
  }
  .space {
    padding: 90px 0 0 0;
  }
  .service-card {
    padding: 30px 40px 20px 50px;
  }
  .service-card:after {
    right: 35px;
  }
}

@media (max-width: 1199px) {
  .spaces {
  padding: 40px 0;
  }
  .space {
    padding: 60px 0 0 0;
  }
  .service-card {
    width: 220px;
    height: auto;
    padding: 25px 30px;
  }
  .service-card_title {
    font-size: 20px;
  }
  .service-card_icon:after {
    height: 48px;
    width: 48px;
  }
}

@media (max-width: 991px) {
  .spaces {
    padding: 30px 10px;
  }

  .space {
    padding: 50px 0 0 0;
  }

  .secvices-section {
    padding-bottom: 50px;
  }

  .container .row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .service-card {
    flex: 0 0 45%;
    max-width: 100%;
    margin: 0 auto 0px;
    padding: 20px 20px;
  }

  .service-card_title {
    font-size: 18px;
  }

  .service-card_icon {
    margin-bottom: 25px;
  }

  .service-card:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .service-card {
    flex: 0 0 60%;
    max-width: 100%;
    padding: 15px 0px;
  }

  .service-card_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .service-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 15px;
    margin-bottom: 20px;
  }
  .service-card_icon {
    display: block;
    margin: 0 auto 20px;
  }
  .service-card_icon img {
    width: 40px;
    height: auto;
  }
  .service-card_title {
    font-size: 20px;
    text-align: center;
  }
  .service-card_content {
    padding: 0;
  }
}
/*----------------------------------------------
 breadcrumb all pages 
----------------------------------------------*/

.breadcrumb-items{
  list-style: none;
  padding: 35px 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  visibility: visible;
}

.breadcrumb-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.breadcrumb-wrapper::before {
 pointer-events: none;
  position: absolute;
  top:0; left:0; right:0; bottom:0;
  content: "";
  background:#4f26148f;
}

.breadcrumb-wrapper .layer-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  font-size: 18px;
  color: var(--theme);
}

.breadcrumb-wrapper .layer-shape img {
  width: 100%;
  height: 100%;
}

.breadcrumb-wrapper .breadcrumb-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.breadcrumb-wrapper .breadcrumb-shape img {
  width: 100%;
  height: 100%;
}

.breadcrumb-wrapper .page-heading {
  padding: 50px 0px 0px 0px;
  margin-bottom: -20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  flex-direction: column;
}

.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 70px;
  position: relative;
  z-index: 9;
  line-height: 1.3;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
}

/*---------------------------------------
Media query
-----------------------------------------*/
@media (max-width: 991px) {
  .breadcrumb-wrapper .layer-shape {
    display: none;
  }
  .breadcrumb-wrapper .breadcrumb-shape {
    display: none;
  }
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}

@media (max-width: 900px){
  .breadcrumb-wrapper::before {
    pointer-events: none;}
  .breadcrumb-wrapper .page-heading {
    padding: 20px 20px 0px 20px;
}
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 16px;
  }
  .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-size: 16px;
  }
}

/*----------------------------------------
  product page
----------------------------------------*/

.grid-container {
  margin: 20px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 30px;
}

.produit-card {
  justify-content: space-around;
  display: flex;               
  align-items: center;
  background-color: #EDEAE5;
  border-radius: 20px;
  padding: 30px 20px 50px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.produit-text {
  text-align: left;
  flex: 1;
  max-width: 200px;  
}

.produit-text h3 {
  TEXT-TRANSFORM: UPPERCASE;
  margin: 0 0 12px;
  font-weight: bold;
  text-align: left;
  color: var(--text);
}

.produit-text p {
  color: var(--text2);
  margin: 0 0 16px;
  line-height: 1.4;
}

.produit-text .btn {
  display: inline-block;
  background-color: var(--text);
  color: var(--white);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.produit-image img {
  max-width: 220px;
  height: auto;
  margin-left: 20px;
  transition: transform 0.5s ease;
}

.produit-image img:hover {
  transform: scaleX(-1);
}

.Nos_reseaux{
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card {
  background: var(--white);
  margin: 40px 30px;
  padding: 30px;
  border-radius: 15px;
  max-width: 380px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
}

.contact-item i {
  background: var(--text);    
  color: var(--white);            
  padding: 12px;
  border-radius: 50%;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-item span {
  color: #333;
  font-size: 15px;
  line-height: 1.3;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  margin: 0 15px;
  font-size: 35px;
  color: var(--text);  
  text-decoration: none;
}

.social-icons a:hover {
  color: var(--theme);
}

.fiche-tech {
  margin: 30px 0 !important;
  display: block;               
  width: 100%;                  
  max-width: 400px;             
  margin: 0 auto;               
  padding: 15px 2px;              
  background-color: var(--theme);    
  color: var(--white);           
  font-size: 1.1rem;           
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fiche-tech:hover {
  background-color: #d97e00;    
  transform: translateY(-2px); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
  
.fiche-tech:active {
  transform: translateY(0);      
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------
Media query
-----------------------------------------*/

@media (max-width: 1000px) {
  .produit-text .btn {
    padding: 8px 8px;
  }
  .produit-image img {
    max-width: 200px;
  }
}

@media (max-width: 900px) {
  .produit-text .btn{
    font-size: 0.7rem;
  }
}

@media (max-width: 800px) {
  .grid-container {
    justify-items: center;
    grid-template-columns: 1fr;
  }
  .produit-image img {
    margin: 16px 0 0;
  }
  .produit-text .btn{
    font-size: 0.87rem;
  }
}

@media (max-width: 480px) {
  .produit-text p{
    font-size: 14px;
  }
  .produit-text h3{
    font-size: 16px;
  }
  .produit-text .btn {
    font-size: 0.7rem;
    padding: 6px;
  }
  .produit-card{
  padding: 20px 20px 30px 20px;
  }
  .produit-image img {
    max-width: 170px;
  }
}

@media (max-width: 360px){
  .produit-text p{
    font-size: 13px;
  }
  .produit-text h3{
    font-size: 15px;
  }
  .produit-text .btn {
    font-size: 0.6rem;
    padding: 6px;
  }
  .produit-card{
    padding: 20px 20px 30px 20px;
  }
  .produit-image img {
    max-width: 150px;
  }
}

@media (max-width: 360px){
  .produit-card{
    padding:15px;
  }
  .produit-image img {
    max-width: 130px;
  }
}

/*----------------------------------------
 Catégories produit details
----------------------------------------*/ 

.text-contain h2 {
  TEXT-TRANSFORM: UPPERCASE;
  margin: 0 0 0.5rem;
  font-size: var(--fs-h3);
  position: relative;
  text-align: left;
}

.text-contain ul {
  padding-left: 1.2rem;
  margin: 0;
  list-style-type: disc;
}

.underline {
  display: flex;
  gap: 0.5rem;
  margin: 20px 0;
}

.underline span {
  width: 2rem;
  height: 0.3rem;
  background-color: var(--theme);
}

.the_product {
  padding: 50px 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
          
}

.overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #ffffffcf;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay:target {
  display: flex;
}

.overlay img {
  position: relative;
  z-index: 2;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 1rem rgba(0,0,0,0.5);
}

.overlay-close {
  position: absolute;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 1;
  background: transparent;
  display: block;
  text-indent: -9999px;
}

.image-contain img {
  width: 100%;
  height: auto;
}

.thumb {
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
  display: block;
}

.description {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  font-family: sans-serif;
}

.description .label {
  z-index: 2;  
  display: inline-block;
  align-self: flex-start;      
  padding: 13px 40px;
  background-repeat: no-repeat; 
  background-size: contain;     
  color: var(--white);
}

.description .content_des {
  margin-top: -5px;
  padding: 20px;
  border: 1px solid var(--text3);
  background: var(--white);
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
}

/*----------------------------------------
  slider products
----------------------------------------*/

.splide {
  width: 100%;
  overflow: hidden; 
  position: relative;
}

.splide__list {
  display: flex;
}

.splide__slide {
  box-sizing: border-box;
}

.prod-card {
  background: var(--white);
  border: 1px solid var(--text3);
  padding: 12px;
  transition: box-shadow 0.3s ease;
}

.prod-card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.prod-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: 0.4s ease;
}

.prod-image img:hover{
  filter: brightness(1.3);
}

.prod-divider {
  border: none;
  border-top: 1px solid var(--text3);
  width: 50%;
  margin: 12px 0;
}

.prod-label {
  font-size: 14px;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/*---------------------------------------
Media query
-----------------------------------------*/
@media (min-width: 400px) {
  .image-contain img {
    width: 100%;
  }

  .the_product {
    padding: 30px 5px;
  }
}

@media (max-width: 600px) {
  .image-contain img {
    width: 80%;
  }

  .the_product {
    padding: 30px 10px;
    gap: 30px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 700px) {
  .the_product {
    padding: 30px 40px;
  }
}

@media (min-width: 900px) {
  .image-contain img {
    width: 70%;
  }

  .the_product {
    padding: 30px 80px;
  }
}

@media (min-width: 1200px) {
  .image-contain img {
    width: 80%; 
  }

  .the_product {
    padding: 30px 90px;
  }
}

/*----------------------------------------
 Catégories produit details
----------------------------------------*/ 

.project-page.space-top {
  padding:0 0 100px 0;
}

.row.even{
  display: grid;
  grid-template-columns: repeat(3, 1fr);  
  grid-auto-rows: auto;                  
  gap: 40px; 
}

.row.even .portfolio-card {
  width: 100%;
}

.portfolio-card {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  padding-bottom: 30px;
}

.portfolio-card:after {
  content: "";
  position: absolute;
  inset: 0 0 30px 0;
  background: linear-gradient(190.47deg, rgba(2, 2, 18, 0) 5.21%, rgba(2, 2, 18, 0.8) 92.2%);
}

.portfolio-card .portfolio-card-thumb {
  position: relative;
  border-radius: 0px;
}

.portfolio-card .portfolio-card-thumb img {
  border-radius: 0px;
  width: 100%;
}

.portfolio-card .portfolio-card-thumb .icon-btn {
  position: absolute;
  right: 40px;
  top: 0px;
  background: var(--white);
  color: var(--theme);
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
}

.portfolio-card .portfolio-card-details {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  left: 0;
  right: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  padding: 60px;
  flex-wrap: wrap;
  transition: 0.4s;
  opacity: 0;
  gap: 30px;
}

.portfolio-card .portfolio-card-subtitle {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--header);
  margin-bottom: 17px;
  padding: 2px 10px;
  display: inline-block;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.29);
}

.portfolio-card .portfolio-card-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 2px;
}

.portfolio-card .portfolio-card-title a {
  color: var(--white);
}

.portfolio-card .portfolio-card-title a:hover {
  color: var(--theme);
}

.portfolio-card .portofolio-card-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  opacity: 0.9;
  margin-bottom: -0.3em;
}

.portfolio-card .btn {
  position: absolute;
  right: 40px;
  bottom: -32px;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
  border: 2px solid var(--white);
}

@media (max-width: 991px) {
  .portfolio-card .portfolio-card-details {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .portfolio-card .portfolio-card-details {
    padding: 30px 30px 60px 30px;
  }
  .portfolio-card .portfolio-card-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .portfolio-card .portfolio-card-thumb .icon-btn {
    right: 30px;
  }
  .portfolio-card .btn {
    right: auto;
    left: 30px;
  }
  .portfolio-card .portfolio-card-thumb img {
    height: 350px;
    object-fit: cover;
  }
}

.portfolio-card.style2 {
  border-bottom: 1px solid rgba(21, 22, 28, 0.6);
  transition: 0.4s;
  padding-bottom: 0;
  background: var(--bg);
}

.portfolio-card.style2:after {
  display: none;
}

.portfolio-card.style2 .portfolio-card-thumb {
  position: relative;
}

.portfolio-card.style2 .portfolio-card-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme);
  opacity: 0;
  transition: 0.4s;
}

.portfolio-card.style2 .portfolio-card-thumb .icon-btn {
  background: var(--white);
  border-radius: 0;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, calc(-50% - 20px));
}

.portfolio-card.style2 .portfolio-card-thumb .icon-btn:hover {
  background: var(--header);
  color: var(--white);
}

.portfolio-card.style2 .portfolio-card-thumb .portfolio-card-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--header);
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}

.portfolio-card.style2 .portfolio-card-details {
  position: initial;
  opacity: 1;
  padding: 0px 25px 25px;
  display: block;
}

.portfolio-card.style2 .portfolio-card-subtitle {
  background: var(--theme);
  color: var(--white);
  transform: translate(0, -50%);
  margin-bottom: 12px;
}

.portfolio-card.style2 .portfolio-card-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.portfolio-card.style2 .portfolio-card-title a {
  color: var(--header);
}

.portfolio-card.style2 .portfolio-card-title a:hover {
  color: var(--theme);
}

@media (max-width: 1399px) {
  .portfolio-card.style2 .portfolio-card-title {
    font-size: 22px;
  }
}

.portfolio-card.style2 .portofolio-card-text {
  display: block;
  color: var(--white-color);
  opacity: 0.9;
  margin-bottom: 20px;
}

.portfolio-card.style2:hover {
  border-color: var(--theme);
}

.portfolio-card.style2:hover .portfolio-card-thumb:after {
  opacity: 0.5;
}

.portfolio-card.style2:hover .portfolio-card-thumb .icon-btn {
  opacity: 1;
  transform: translate(50%, -50%);
}

.portfolio-card.style2:hover .portfolio-card-thumb .portfolio-card-number {
  opacity: 0;
}

.portfolio-card.style2:hover .portfolio-card-title a {
  color: var(--theme);
}

.portfolio-card.style2:hover .btn-with-icon {
  color: var(--header);
}

.btn-with-icon {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  text-transform: uppercase;
  display: inline-flex;
  gap: 10px;
  transition: 0.4s;
  border: 0;
  background: transparent; 
}

.form-group .btn-with-icon{
  background-color: var(--theme) !important;
  padding: 20px 30px;
}

.form-group .btn-with-icon:hover{
gap: 20px;
}

.btn-with-icon .btn-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: rgba(21, 22, 28, 0.1);
  color: var(--header);
  transition: inherit;
}

.btn-with-icon:hover {
  color: var(--header);
}

.btn-with-icon:hover .btn-icon {
  background: var(--header);
  color: var(--white);
  transform: rotate(45deg);
}

.btn-with-icon.style2 {
  color: var(--white);
}

.btn-with-icon.style2 .btn-icon {
  background: var(--white);
  color: var(--header);
}

@media (max-width: 767px) {
  .row.even {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .row.even {
    grid-template-columns: 1fr;
  }
}

.row.gx-60 {
  display: grid;
  grid-template-columns: 2fr 1fr; 
  align-items: start;
  gap: 60px;                     
}

.blog-main,
.sidebar-area {
  width: 100%;
}

@media (max-width: 767px) {
  .row.gx-60 {
    grid-template-columns: 1fr; 
    gap: 30px;                 
  }
}

.blog-single {
  position: relative;
  margin-bottom: 60px;
}

.blog-single .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 30px;
}

.blog-single .blog-img img {
  width: 100%;
  border-radius: 0;
  transition: 0.4s ease-in-out;
  min-height: 300px;
  object-fit: cover;
}

.blog-single .blog-img .blog-date {
  position: absolute;
  left: 30px;
  top: 30px;
}

.blog-single .blog-img .blog-date a {
  background: var(--theme);
  color: var(--white);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 10px 11px;
  width: 70px;
  height: 70px;
  border-radius: 0;
}

.blog-single .blog-img .blog-date a span {
  display: block;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 2px;
}

.blog-single .blog-img .blog-date .year {
  background: var(--text3);
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.blog-single .blog-content {
  position: relative;
  border-radius: 0;
}

.blog-single .blog-meta {
  margin-bottom: 19px;
}

.blog-meta span, .blog-meta a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--white-font);
  color: var(--white-color);
  position: relative;
  text-transform: uppercase;
}

.blog-single .blog-title {
  margin-bottom: 21px;
  line-height: 1;
  margin-top: 21px;
}

.mb-20 {
  margin-bottom: 20px;
}

blockquote, .wp-block-quote {
  gap: 5px;
  font-size: 24px;
  line-height: 1.55;
  padding: 60px;
  font-weight: 400;
  font-family: var(--header);
  display: flex;
  position: relative;
  background-color: var(--bg);
  overflow: hidden;
  margin: 32px 0 40px;
  color: var(--text);
  font-style: italic;
  border-radius: 0;
  border: 0;
  border-top: 3px dashed var(--theme);
  flex-direction: column;
  align-items: center;
}

blockquote p, .wp-block-quote p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.55;
  color: var(--header);
  width: 100%;
  position: relative;
  z-index: 3;
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white);
  border: 1px solid var(--theme);
}

@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 40px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

.archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive-list li {
  background: var(--white);
  margin-bottom: 12px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.archive-list li:hover {
  background: var(--white);
}

.archive-list a {
  gap: 5px;
  text-decoration: none;
  color: var(--text);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
}

.archive-list .count {
  background: var(--theme);
  color: var(--white);
  font-weight: bold;
  padding: 4px 10px;
  font-size: 14px;
  max-width: 60px;
}

.widget {
  margin-bottom: 30px;
  position: relative;
  padding: 40px;
  background: var(--bg); 
  border-radius: 6px;     
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: -0.12em 0 30px 0;
  padding-left: 12px;           
  border-left: 3px solid var(--theme);
  color: var(--header);
}

.widget_search .search-form {
  position: relative;  
  margin-top: 10px;     
}

.widget_search .search-form input[type="text"] {
  width: 100%;
  padding: 12px 45px 12px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  background: var(--white);
  color: #444;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.widget_search .search-form input[type="text"]:focus {
  outline: none;
  border-color: var(--theme);
}

.widget_search .search-form button {
  position: absolute;
  top: 50%;
  right: 12px;               
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 20px;           
  color: var(--text3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_search .search-form button:hover i {
  color: var(--text3);             
}

.widget_search .search-form button:focus {
  outline: none;
}

.widget_contact .widget-contact-wrap {
  background: var(--white);
  border-radius: 5px;
  padding: 35px 30px;
}

.widget_contact .widget-contact-wrap .widget_subtitle {
  color: var(--theme);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: -0.3em;
}

.widget_contact .widget-contact-wrap .widget_title {
  margin-bottom: 16px;
}

.widget_contact .widget-contact-wrap .widget_title:after {
  display: none;
}

.widget_contact .widget-contact-wrap .widget-contact-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.widget_contact .widget-contact-wrap .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: var(--white);
  display: inline-block;
  color: var(--white-color);
  margin-top: 16px;
  margin-bottom: 16px;
}

.widget_contact .widget-contact-wrap h5 {

  font-weight: 700;
  margin-bottom: -0.3em;
  margin-top: 3px;
}

.widget_contact .widget-contact-wrap h5 a {
  color: var(--header);
  text-decoration: none;
}

.widget_project_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_project_info ul li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.widget_project_info ul li:not(:last-child) {
  border-bottom: 1px solid var(--theme);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.widget_project_info ul li strong {
  font-weight: 400;
  color: var(--header);
  min-width: 100px;
  display: flex;
  justify-content: space-between;
}

.widget_project_info ul li span {
  color: var(--white);
  display: inline-block;
  text-align: end;
}

.widget_project_info ul .rating {
  color: var(--theme);
  font-size: 14px;
  margin-bottom: -0.3em;
}

@media (max-width: 991px) {
  blockquote p, .wp-block-quote p {
    padding-top: 10px;
    font-size: 20px;
  }

  blockquote, .wp-block-quote{
    padding: 40px;
  }

  .widget_project_info {
    margin-top: 0;
  }
}

.sidebar-shop .widget_search .widget_title {
  margin-bottom: 20px;
}

.sidebar-shop .widget_title {
  color: var(--white-color);
  margin-bottom: 30px;
  font-size: 22px;
}

.sidebar-shop .widget_title:after {
  display: none;
}

.sidebar-shop .widget_categories li:not(:last-child) a {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 17px;
  margin-bottom: 18px;
}

.sidebar-shop .widget_categories li a {
  padding: 0;
  border: 0;
  text-decoration: none;
}
/*----------------------------------------
 Catégories QUI SOMMES NOUS 
----------------------------------------*/ 

.cta-chat-section-2 {
  position: relative;
}

.cta-chat-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1f0f0896;
  z-index: -1;
  height: 50%;
}

.cta-chat-wrapper {
  background-color: var(--theme);
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .cta-chat-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .cta-chat-wrapper {
    text-align: center;
  }
}

.cta-chat-wrapper .chat-items {
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 1199px) {
  .cta-chat-wrapper .chat-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.cta-chat-wrapper .chat-items .icon {
  font-size: 52px;
  color: var(--white);
}

.cta-chat-wrapper .chat-items .content h3 {
  color: var(--white);
}

.cta-chat-wrapper .chat-items .content p {
  color: rgba(255, 255, 255, 0.52);
}
.pricing-items .pricing-button .theme-btn {
  background-color: transparent;
  color: var(--black);
  border: 1px solid #F2F2F2;
  padding: 20px 40px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .pricing-items .pricing-button .theme-btn {
    padding: 22px 40px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .pricing-items .pricing-button .theme-btn {
    padding: 20px 25px;
    font-size: 14px;
  }
}

.pricing-items .pricing-button .theme-btn i {
  transition: all 0.4s ease-in-out;
  color: var(--black);
}

.pricing-items .pricing-button .theme-btn:hover {
  color: var(--white);
}

.pricing-items .pricing-button .theme-btn:hover::before, .pricing-items .pricing-button .theme-btn:hover::after {
  background-color: var(--theme2);
}

.pricing-items .pricing-button .theme-btn:hover i {
  color: var(--white);
}
.servic-section {
  display: flex;
  align-items: stretch;      
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;                 
}

.imag-container {
  flex: 0 0 200px;         
  position: relative;
  overflow: hidden;
}

.imag-container img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-left {
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);  
}

.image-right {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.content-center01 {
  flex: 1;                     
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;         
  background-color: var(--white);    
}
  
.content-center01 .main-title {
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;   
}

.boxxes-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;  
}

.boxx {
  background-color: var(--theme);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
}

.boxx-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.boxx-text {
  font-weight: 400;
  color: var(--white);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.left {
  width: 49%;
}

.left h1 {
  font-weight: bold;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.right {
  width: 42%;
}

.right .image-wrapper {
  border: 2px dashed var(--text4);
  padding: 8px;
  box-sizing: border-box;
}

.right .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 65vh;
}

.theme-btn.bg-white {
  display: inline-block;
  padding: 20px 30px;
  background-color: var(--white);
  color: var(--theme);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.theme-btn.bg-white i.fa-regular.fa-circle-right {
  margin-left: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.theme-btn.bg-white:hover {
  background-color: var(--white);
  color: var(--header);
  border-color: var(--bg);
}

.theme-btn.bg-white:hover i.fa-regular.fa-circle-right {
  color: var(--theme);
}

/*----------------------------------------
query
----------------------------------------*/

@media (max-width: 1200px) {
  .right .image-wrapper img{
    height: 60vh;
  }

  .right {
    width: 47%;
  }

 .servic-section {
    max-width: 1000px;
    padding: 0 20px;
  }

  .imag-container {
    flex: 0 0 180px;
  }

  .content-center01 {
    padding: 30px 15px;
  }

  .boxxes-container {
    gap: 15px;
  }

  .boxx {
    padding: 25px 15px;
  }

  .boxx-number {
    font-size: 32px;
  }
}

@media (max-width: 1025px) {
.right .image-wrapper img{
  height: 62vh;
}
  .servic-section {
    max-width: 900px;
    padding: 0 15px;
  }

  .imag-container {
    flex: 0 0 150px;
  }

  .content-center01 {
    padding: 25px 10px;
  }

  .boxxes-container {
    gap: 12px;
  }

  .boxx {
    padding: 20px 10px;
  }

  .boxx-number {
    font-size: 28px;
  }

  .boxx-text {
    font-size: 14px;
  }
  .right {
    width: 48%;
  }
}

@media (max-width: 900px){

  .right .image-wrapper img {
    height: 25vh;
  }

  .servic-section {
    flex-direction: column;
    align-items: center;
  }

  .imag-container {
    display: none;
  }

  .content-center01 {
    width: 100%;
    padding: 20px 10px;
  }

  .boxxes-container {
    flex-direction: row;
    gap: 10px;
  }

  .boxx {
    width: 100%;
    padding: 15px 10px;
  }

  .boxx-number {
    font-size: 24px;
  }

  .boxx-text {
    font-size: 13px;
  }

  .left {
    width: 90%;
  }

  .right {
    width: 80%;
  }

  .content02{
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 600px) {

   .servic-section {
    padding-bottom: 30px;
  }

  .content-center01 {
    padding: 15px 8px;
  }

  .boxxes-container {       
    max-width: 200px;
    flex-direction: column;
    gap: 8px;
  }

  .boxx {
    padding: 12px 8px;
  }

  .boxx-number {
    font-size: 20px;
  }

  .boxx-text {
    font-size: 13px;
    line-height: 1.3;
  }

  .right {
    width: 70%;
  }
}

@media (max-width: 359px) {

  .theme-btn.bg-white {
    padding: 20px 20px;
  }

  .content-center01 {
    padding: 10px 5px;
  }

  .section-title span {
    font-size: 14px;
  }

  .section-title h2 {

    margin-bottom: 20px;
  }

  .boxxes-container {
    gap: 5px;
  }

  .boxx {
    padding: 10px 5px;
  }

  .boxx-number {
    font-size: 18px;
  }

  .boxx-text {
    font-size: 12px;
    line-height: 1.2;
  }

  .right {
    width: 80%;
  }
}

/*----------------------------------------
 Catégories contact
----------------------------------------*/ 

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.left_side,
.right_side {
  flex: 1;
  min-width: 300px;
}

.left_side {
  padding-right: 1rem;
}

.right_side {
  padding-left: 1rem;
  background-color: #f3f3f3; 
  padding: 2rem;
}

.section-title h2 {
  margin: 0.5rem 0;
}

.form-row {
  padding-bottom: 10px;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-row .form-group {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 0.7rem;
  font-weight: bold;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid var(--bg);
  box-sizing: border-box;
}

button i {
  font-style: normal; 
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }

  .left_side,
  .right_side {
    align-self: center;
    padding: 0;
  }

  .right_side {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}

@media (max-width: 578px) {
  .section-title{
    text-align: center;
  }
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px; 
  padding: 30px 0 0 0;
  box-sizing: border-box;
}

.contact-box {
  flex: 1;
  background-color: #65554f; 
  color: var(--white);
  padding: 30px 50px;
}
 
.contact-box .icon {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 20px;
}

.contact-box h3 { 
  text-align: left;
  margin: 0 0 15px;
  font-size: var(--fs-h4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-box p,
.contact-box a.info-link {
  margin: 0;
  text-decoration: underline;
  color: var(--white);
  word-break: break-word;
}

.contact-box a.info-link:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .contact-container {
    gap: 15px;
  }

  .contact-box {
    padding: 20px;
  }
} 
  
@media (max-width: 475px)  {
  .contact-container{
    flex-direction: column;
  }
}

.google-map iframe {
  width: 100%;
  height: 500px;
}

/*----------------------------------------
 Catégories Footer
----------------------------------------*/ 

footer {
  padding: 20px;
  text-align: center;
  background-color: var(--text5);
}

.copyright-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.content-footer p {
  color: var(--white);
}

.footer-links a {
  color: var(--white);
}

/*---------------------------------------
404
-----------------------------------------*/

.contenu-404 {
  padding: 60px 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contenu-404 h1 {
  font-size: var(--fs-h1);
  color: var(--theme);
  margin-bottom: 10px;
}

.contenu-404 h2 {
  font-size: var(--fs-h2);
  margin-bottom: 20px;
  color: var(--header);
}

.contenu-404 p {
  font-size: var(--fs-p);
  color: var(--text);
}

.btn-retour {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background-color: var(--text);
  color: var(--white);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn-retour:hover {
  background-color: var(--theme);
}
/****************reponse au formulaire remplis*************************/
  .custom-alert {
    padding: 15px;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 5px;
  }

  .custom-success {
    color: var(--theme); 
  }

  .custom-error {
    color: var(--theme); 
  }

/*---------------------------FireFox------------------------------------*/

@-moz-document url-prefix() {
  .product-buttons button {
  padding: 18px 69px;}
  .product-buttons button:hover {
  padding: 16px 67px;}

  @media (max-width: 1200px) {
  .product-buttons button {
    padding: 16.5px 45px !important;}
  .product-buttons button:hover {
    padding: 14.5px 43px !important;}}
  
    @media (max-width: 1025px) {
  .product-buttons button {
    padding: 16.5px 32.5px !important;}
  .product-buttons button:hover {
    padding: 14.5px 30.5px !important;}}

  body.en_US .product-buttons button {
  padding: 17.8px 58px;}
  body.en_US .product-buttons button:hover {
  padding: 15.8px 56px;}

  @media (max-width: 1200px) {
  body.en_US .product-buttons button {
    padding: 16.5px 33.5px !important;}
  body.en_US .product-buttons button:hover {
    padding: 14.5px 31.5px !important;}}

  @media (max-width: 1000px) {
  body.en_US .product-buttons button {
    padding: 16.5px 21px !important;}
  body.en_US .product-buttons button:hover {
    padding: 14.5px 19px !important;}}

}