/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/





/*--------------------------------------------------------------------1920px -------------------------------------------------------------------------------------------*/


/* Pour les écrans de 1920px et plus (écran large) */
@media (max-width: 1920px) {
  .btn-inscrire {
      margin-top: 550px !important;                  
      padding: 10px 20px;     
      width: 200px;
   height: 50px;    
     font-size: 18px;  
     font-family: 'Orbitron';
   
  }
  .banner_taital, .banner_text {
    margin: 0;
    padding: 0; 
  margin-top: -10px;
}
.logoResponsive{
 display: none;
}
  .header-section {
      width: 100%;
      float: left;
      background-color: #c20b25;
      height: cover;                 
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .entreprise{
      margin-top: -150px;
  }
      
  .footer_logo_section {
      display: flex;
      gap: 15px;
      margin-left: 300px;
      
    }   
    .footer-confidence{
      margin-left: 300px;
    }
    .srpLogo{
      margin-left: 300px;
    }
    .politique{
      margin-left: 300px;
    }
    .logo{
      margin-left: 150px; 
    }
    .fixed-button{
      top: 30px; 
      right: 150px; 
      z-index: 1050; 
      text-align: 'Orbitron';
    }
    .navbar .btn-primary {
      font-size: 22px;
      margin-right: 30px;
      border-radius: 30px;
      background-color:#C20B25;
      font-weight: bold;
      border-color:#C20B25;
      width: 250px;
      color: white;
      font-family: 'Orbitron', sans-serif;
  
  }
  .navbar-nav .nav-item .nav-link {
     
     margin-left: 70px;
      
   }
  .fixed-button {
      position: fixed;
      text-align: 'Orbitron';
    
  }

  

  .carousel-item .row {
  width: 100%;
  }
  .partenaire-title{
      text-align: right;
      align-items: flex-end;   
      font-family: 'DM Sans';
      font-size: 22px;
      font-weight: 700;
      color: #292929;
  
      
  }
  .carousel-item{
      margin-top: 50px;
  }
   


  
.stars {
      height: auto;
      margin-left: 15px; 
      margin-top:0px;
  
  }
  .partenaire-text {
       font-family: 'DM Sans';
       font-size: 15px;
       color:#6F6F75 ;
       line-height: 1.6;
       text-align: start;
       text-align: justify;
       margin-top: -10px;
      
  }
  

  .t1{
      font-weight: 600;
      font-size: 16px;
  
  }
  .titleERP{
      font-weight: 700;
      font-size: 40px;
  }
  .ERP_section{
      background-size: cover;
      height: auto;
     }  
     .services_section{
      margin-top: 20px;
  }

  .custom-spacing .col-lg-3 {
      margin-bottom: 40px; 
    }
    
    .custom-spacing .col-lg-3:not(:last-child) {
      margin-right: 70px; 
    }
    .offre-title {
      font-size: 26.46px;
      font-weight: 500;
      color: white;
      margin-top: 20px;
    }
    
    .offre-description {
      font-size: 23px;
      font-weight: 400;
      color: white;
      line-height: 21.17px;
      font-family: 'DM Sans';
    }
     
/*Timer */
.timer p {
font-size: 20px;
margin-bottom: 10px;
}

.time-box {
display: flex;
justify-content: center;
gap: 20px;
}

.time-box div {
background: white;
color: black;

border-radius: 4px;
font-size: 34px;
width: 60px;
height: 60px;
font-family: 'Poppins';
font-weight: 500;
}

.time-box p {
font-size: 12px;
color: white;
font-weight: 400;
line-height: 20px;
margin-top: 5px;
margin-left: 10px;
}
.formulaire_text{
  font-weight: 600;
  font-size: 16px;
  color: #C20B25;
  line-height: 20.83px;
  font-family: 'DM Sans';
  
  text-align: start;
  margin-top: 50px;
  
    }
    .formulaire_title{
      font-weight: 700;
  font-size: 40px;
  color: #292929;
  line-height: 0;
  font-family: 'DM Sans';
  text-align: start;
  
    }
    button.submit-btn {
      width: 342px;
      background-color: #C20B25;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 15px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 34px;
    }
    .partenaire-text {
      font-family: 'DM Sans';
      font-size: 10px;
      color:#6F6F75 ;
      line-height: 1.6;
      margin-right: 10px;
      text-align: justify;
      width: 100%; bottom: 0; 
      margin-left: 15px;   
 }
    
.imagePartenaire{
  width: 100%;  
  margin-top: 0px;
  text-align: start;
}

.iconCarousel{
  cursor: pointer;
}

.textSecond{
font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
}
.footer_section .vers_le_haut {
position: absolute;
margin-top: -25px;
right: -15px; 
cursor: pointer;

}
.adresse-container {
display: flex;
align-items: center; 
}

.adresse-icon {
margin-right: -15px; 
}

.adresse-texte {
font-size: 14px; 
}



.button {
height: 55px;
width: 342px;
display: flex;
border-radius: 2.5rem;
transition: 0.5s;
font-family: "Montserrat", sans-serif;
font-size: 2rem;
background-color: #C20B25;
color: white;
animation: blurr 2s;
animation-iteration-count: infinite;
outline: none;
cursor: pointer;
border: none;
}

.arrow_1 {
width: 41px;
height: 41px;
margin-top: 7px;
margin-left: 10px;


}

@keyframes blurr {
0%,
100% {
  box-shadow: 0 0 10px var(--handshake);
}

50% {
  box-shadow: 0 0 36px var(--handshake);
}
}

@keyframes fade {
0% {
  opacity: 100%;
}
100% {
  opacity: 0%;
}
}
.section_timer{
  margin-top: 80px;


}

.titleSubmit {
font-size: 15px;
font-weight: 600;
font-family: 'Poppins';
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-left: 30px;
}

.button:hover .titleSubmit {
transform: translateX(-140px);
animation: fade 0.5s;
opacity: 0%;
}

.button:hover .arrow_1 {
transform: translateX(-250px);
}
.services_section_2{
  margin-top: -100px;
  margin-bottom: 80px;
 
}


.descriptionSubmit {
position: absolute;
opacity: 0%;
font-size: 15px;
font-weight: 700;
font-family: 'Poppins';
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-left: 70px;
margin-top: 15px;

}
.banner_section{
  margin-bottom: -50px;
}

.button:hover .descriptionSubmit {
transform: translateX(70px);
opacity: 100%;
}
.button:hover{
background-color: darkred;
}

.konnect-image{
  width: 10%;
  height: 10%;
  background-color: #173D91;
  justify-content: center;
  align-items: center;
}
.powered_by{
  margin-left: -30px;
}
}


@media (max-width: 1366px) {
.footer_section .vers_le_haut {
  position: absolute;
  margin-top: -55px;
  right: -15px; 
  cursor: pointer;

}
.adresse-container {
  display: flex;
  align-items: center; 
}

.adresse-icon {
  margin-right: -15px; 
}

.adresse-texte {
  font-size: 14px; 
}

.banner_taital, .banner_text {
  margin: 0;
  padding: 0; 
margin-top: -10px;
}
.infoline-entreprise{
margin-right: 80px;
}
.top_header .social_icon_footer{
  margin-left:20px;

}
  .btn-inscrire {
      margin-top: 450px !important;  
      width: 200px;
      height: 50px;           
      padding: 10px 15px;  
      font-size: 18px;        
  }
  .btn_allume{
      width: 288px;
      height:46.18px ;
      margin-top: 40px;
      margin-left: 200px;
  }
  .header-section {
      width: 100%;
      float: left;
      background-color: #c20b25;
      height: cover;                 
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .logoResponsive{
    display: none;
   }
  .entreprise{
      margin-top: -50px;
  }
  .navbar-nav .nav-item .nav-link {
     
      margin-left: 10px;
       
    }
    .footer_logo_section {
display: flex;
gap: 15px;
  margin-left: 60px;

}   
.footer-confidence{
margin-left: 60px;
}
.srpLogo{
margin-left: 200px;
}
.politique{
  margin-left: 250px;
}
.logo{
  margin-left: 150px; 
}
.banner_section{
  margin-bottom: -50px;
}
.fixed-button{
  top: 30px; 
  right: 150px; 
  z-index: 1050; 
  text-align: 'Orbitron';
}
.navbar .btn-primary {
  font-size: 22px;
  margin-right: 30px;
border-radius: 30px;
background-color:#C20B25;
font-weight: bold;
border-color:#C20B25;
width: 250px;
color: white;
font-family: 'Orbitron', sans-serif;

}
.fixed-button {
  position: fixed;
  text-align: 'Orbitron';

}
.services_section_2{
  margin-top: -130px;
 
}
.iconCarousel{
  cursor: pointer;
}

.carousel-item{
  margin-top: 50px;
}
.carousel-item .row {
width: 100%;
}
.partenaire-title{
text-align: start;
  align-items: flex-end;   
font-family: 'DM Sans';
font-size: 22px;
font-weight: 700;
color: #292929;


}
.textSecond{
font-size: 14px;
  font-weight: 500;
}


.stars {
  height: auto;
  margin-left: 15px; 
  margin-top:-10px;

}
.partenaire-text {
  font-family: 'DM Sans';
  font-size: 18px;
  color:#6F6F75 ;
  line-height: 1.6;
  margin-right: 10px;
  text-align: justify;
 
}

.t1{
  font-weight: 600;
  font-size: 16px;

}
.titleERP{
  font-weight: 700;
  font-size: 40px;
}
.services_section{
  margin-top: 50px;
}
.custom-spacing .col-lg-3 {
  margin-bottom: 40px; 
}

.custom-spacing .col-lg-3:not(:last-child) {
  margin-right: 70px; 
}

.offre-title {
font-size: 26.46px;
font-weight: 500;
color: white;
margin-top: 20px;
}

.offre-description {
font-size: 23px;
font-weight: 400;
color: white;
line-height: 21.17px;
font-family: 'DM Sans';
}
 
/*Timer */
.timer p {
font-size: 20px;
margin-bottom: 10px;
}

.time-box {
display: flex;
justify-content: center;
gap: 20px;
}

.time-box div {
background: white;
color: black;
margin-top: -50px;
border-radius: 4px;
font-size: 32px;
width: 50px;
height: 50px;
font-family: 'Poppins';
font-weight: 500;
}

.time-box p {
font-size: 12px;
color: white;
font-weight: 400;
line-height: 20px;
margin-top: 5px;
margin-left: 10px;
}
.formulaire_text{
  font-weight: 600;
  font-size: 16px;
  color: #C20B25;
  line-height: 20.83px;
  font-family: 'DM Sans';
  text-align: start;
  margin-top: 50px;
  
    }
    .formulaire_title{
      font-weight: 700;
  font-size: 40px;
  color: #292929;
  line-height: 0;
  font-family: 'DM Sans';
  text-align: start;
  
    }
    button.submit-btn {
      width: 342px;
      background-color: #C20B25;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 15px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 34px;
    }
    .imagePartenaire{
      width: 100%;  
      margin-top: 0px;
      text-align: start;

  }

  .button {
      height: 55px;
      width: 342px;
      display: flex;
      border-radius: 2.5rem;
      transition: 0.5s;
      font-family: "Montserrat", sans-serif;
      font-size: 2rem;
      background-color: #C20B25;
      color: white;
      animation: blurr 2s;
      animation-iteration-count: infinite;
      outline: none;
      cursor: pointer;
      border: none;
    }
    
    .arrow_1 {
      width: 41px;
      height: 41px;
      margin-top: 7px;
      margin-left: 10px;
  
    }
    
    @keyframes blurr {
      0%,
      100% {
        box-shadow: 0 0 10px var(--handshake);
      }
    
      50% {
        box-shadow: 0 0 36px var(--handshake);
      }
    }
    
    @keyframes fade {
      0% {
        opacity: 100%;
      }
      100% {
        opacity: 0%;
      }
    }
    .konnect-image{
      width: 10%;
      height: 10%;
      background-color: #173D91;
      justify-content: center;
      align-items: center;
    }
    .powered_by{
      margin-left: -30px;
    }
    .titleSubmit {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 30px;
    }
    
    .button:hover .titleSubmit {
      transform: translateX(-140px);
      animation: fade 0.5s;
      opacity: 0%;
    }
    
    .button:hover .arrow_1 {
      transform: translateX(-250px);
    }
    
    .descriptionSubmit {
      position: absolute;
      opacity: 0%;
      font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 70px;
  margin-top: 15px;
      
    }
    .section_timer{
      margin-top: 80px;
    
  }
    
    .button:hover .descriptionSubmit {
      transform: translateX(70px);
      opacity: 100%;
    }
    .button:hover{
      background-color: darkred;
    }
}





@media (min-width: 320px) and (max-width: 1000px) {
.nav-link {
  color: #173D91 !important;

}


  .infoline-adresse{
      font-size: 14px;
  }
  .active-style {
      margin-top: 50px;  
   }
.active_style_1 {
    margin-top: 30px !important;
  }
  
   .row .partenaire-text {
      font-family: 'DM Sans';
      font-size: 18px;
      color:#6F6F75 ;
      line-height: 1.6;
      margin-left: 30px;
      text-align: justify;
     
 }
  .adresse_entreprise{
margin-left: -20px;
 }

 .row .partenaire-title{
  text-align: center;
    
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: bold;
  color: #292929;
 }
   
 .konnect-image{
  width: 30%;
  height: 30%;
  background-color: #173D91;
  justify-content: center;
  align-items: center;
}
.powered_by{
  margin-left: -50px;
}  


  .banner_section{
      margin-bottom: 0px;
    }

  .header-section {
      width: 100%;
      float: left;
      background-color: #c20b25;
      height: auto;                 
      background-size: cover;    
      background-repeat: no-repeat;
  }

  .navbar-nav {
      text-align: center;
  }
  #fixed-button {
      margin-top:15px;
      text-align: center;
      width: 230px;
      text-align: 'Orbitron';
     
  }
  .banner_taital, .banner_text {
    margin: 0;
    padding: 0; 
  margin-top: 10px;
}
  .logo{
      text-align: start; 
      margin-left: 60px;   
    }

   
 
  

  .carousel-item{
      margin-top: 10px;
      width: 100%;
  }
  .carousel-item .row {
  width: 100%;
  }
  .partenaire-title{
      text-align: start;
      align-items: flex-end;   
      font-family: 'DM Sans';
      font-size: 14px;
      font-weight: bold;
      color: #292929;
   
  
      
  }
 .row .partenaire-text{
      text-align: right;
      text-align: justify;
      font-family: 'DM Sans';
      font-size: 14px;    
      
  }

 .iconCarousel{
  margin-right: -280px;
 }
.imagePartenaire{
  width: 80%;  
  margin-top: 0px;
  text-align: center;


}
.containerBowling{
  margin-top:-80px;
  width: 65%;
 margin-left: 55px;
 /*padding: 0 0 200px 0;*/

}        


.carousel-item .row {
  flex-direction: column; 
  text-align: center; 
}

.carousel-item .col-12 {
  margin-bottom: 15px;
}



.icon_1{
 width: 20%;

}

.t1{
  font-weight: 500;
  font-size: 14px;

}
.titleERP{
  font-weight: 600;
  font-size: 26px;
}

.t1 .titleERP{
  line-height: 0.2px;
}

.ERP_section_2{
  height: auto;
}
.offre-title {
font-size: 20px;
font-weight: 500;
color: white;
margin-top: 20px;
  margin-left:10px;
}

.offre-description {
font-size: 18px;
font-weight: 400;
color: white;
font-family: 'DM Sans';
}

/*Timer */
.timer p {
font-size: 20px;
margin-bottom: 10px;
}

.time-box {
display: flex;
justify-content: center;
gap: 20px;
}

.time-box div {
background: white;
color: black;
border-radius: 4px;
margin-top: -9px;
font-size: 24px;
width: 40px;
height: 40px;
font-family: 'Poppins';
font-weight: 500;
}

.time-box p {
font-size: 12px;
color: white;
font-weight: 400;
line-height: 20px;
margin-top: 2px;
margin-left: 0px;
}
.btn_allume{
  width: 250px;
  height:40px ;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 75px;
}
.formulaire_text{
  font-weight: 400;
  font-size: 16px;
  color: #C20B25;
  line-height: 20.83px;
  font-family: 'DM Sans';
  text-align: start;
  margin-top: 50px;
  
    }
.formulaire_title{
  font-weight: 600;
  font-size: 24px;
  color: #292929;
  line-height: 0;
  font-family: 'DM Sans';
  text-align: start;
  
    }
    button.submit-btn {
      width: 250px;
      background-color: #C20B25;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 15px;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 25px;
    
    }
    .navbar .btn-primary {
     /* font-size: 12px;
      margin-right: 30px;
      border-radius: 30px;
      background-color:#C20B25;
      font-weight: bold;
      border-color:#C20B25;
      width: 250px;
      color: white;
      font-family: 'Orbitron', sans-serif;*/
      visibility: hidden;
  
  }
  .button {
      height: 55px;
      width: 342px;
      display: flex;
      border-radius: 2.5rem;
      transition: 0.5s;
      font-family: "Montserrat", sans-serif;
      font-size: 2rem;
      background-color: #C20B25;
      color: white;
      animation: blurr 2s;
      animation-iteration-count: infinite;
      outline: none;
      cursor: pointer;
      border: none;
    
    }
 .button-submit{
      margin-top: 20px;
      margin-right: 30px;
    }
    
    .arrow_1 {
      width: 30px;
      height: 30px;
      margin-top: 10px;
      margin-right: 15px;
  
    }
    
    @keyframes blurr {
      0%,
      100% {
        box-shadow: 0 0 10px var(--handshake);
      }
    
      50% {
        box-shadow: 0 0 36px var(--handshake);
      }
    }
    
    @keyframes fade {
      0% {
        opacity: 100%;
      }
      100% {
        opacity: 0%;
      }
    }
    
    .titleSubmit {
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  font-family: 'Poppins';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
    }
    .responsive-image {
      content: url('/assets/images/icon/new/mobile.png'); 
      margin-top: 90px;
     
    }
    .button:hover .titleSubmit {
      transform: translateX(-140px);
      animation: fade 0.5s;
      opacity: 0%;
    }
    
    .button:hover .arrow_1 {
      transform: translateX(-150px);
    }
    
    .descriptionSubmit {
      position: absolute;
      opacity: 0%;
      font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 30px;
  margin-top: 15px;
      
    }
    
    .button:hover .descriptionSubmit {
      transform: translateX(50px);
      opacity: 100%;
    }
    .button:hover{
      background-color: darkred;
    }

}


@media (min-width: 1921px) {
  .btn-inscrire {
      margin-top: 550px !important;
      width: auto;
      padding: 10px 20px;
      font-size: 18px;  
  }

  .header-section {
      width: 100%;
      float: left;
      background-color: #c20b25;
      height: auto;
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .t1{
      font-weight: 600;
      font-size: 16px;
  
  }
  .titleERP{
      font-weight: 700;
      font-size: 40px;
  }
  .offre-title {
      font-size: 26.46px;
      font-weight: 500;
      color: white;
      margin-top: 20px;
    }
    
    .offre-description {
      font-size: 23px;
      font-weight: 400;
      color: white;
      line-height: 21.17px;
      font-family: 'DM Sans';
    }
    .formulaire_text{
      font-weight: 600;
      font-size: 16px;
      color: #C20B25;
      line-height: 20.83px;
      font-family: 'DM Sans';
      text-align: start;
      margin-top: 50px;
      
        }
        .formulaire_title{
          font-weight: 700;
      font-size: 40px;
      color: #292929;
      line-height: 0;
      font-family: 'DM Sans';
      text-align: start;
      
        }
        button.submit-btn {
          width: 342px;
          background-color: #C20B25;
          color: white;
          border: none;
          border-radius: 5px;
          padding: 15px;
          font-size: 16px;
          font-weight: bold;
          cursor: pointer;
          transition: background-color 0.3s;
          border-radius: 34px;
        }
}


@media (min-width: 1920px) {
  .partenaire-title {
      font-size: 26px;  
      text-align: start;
  }
}

/* Pour les écrans moyens (exemple: 1440px et plus, mais moins que 1920px) */
@media (max-width: 1920px) and (min-width: 1440px) {
  .partenaire-title {
      font-size: 24px;  
      text-align: left;  
  }

  
  .stars {
      height: auto;
      margin-left: 15px; 
      margin-top:0px;
  
  }
 .row .partenaire-text {
      font-family: 'DM Sans';
      font-size: 18px;
      color:#6F6F75 ;
      margin-right: 60px;
      text-align: justify;
      font-weight: 500;
     
 }

    
  .ERP_section{
      background-size: cover;
      height: auto;
     }

     .custom-spacing .col-lg-3 {
      margin-bottom: 40px; 
    }
    
    .custom-spacing .col-lg-3:not(:last-child) {
      margin-right: 70px; 
    }
    .offre-title {
      font-size: 26.46px;
      font-weight: 500;
      color: white;
      margin-top: 20px;
    }
    
    .offre-description {
      font-size: 23px;
      font-weight: 400;
      color: white;
      line-height: 21.17px;
      font-family: 'DM Sans';
    }
  
/*Timer */
.timer p {
font-size: 20px;
margin-bottom: 10px;
}

.time-box {
display: flex;
justify-content: center;
gap: 20px;
}

.time-box div {
background: white;
color: black;

border-radius: 4px;
font-size: 34px;
width: 80px;
height: 60px;
font-family: 'Poppins';
font-weight: 500;
}

.time-box p {
font-size: 16px;
color: white;
font-weight: 400;
line-height: 20px;
margin-top: 5px;
margin-left: 10px;
} 
}


@media (max-width: 1024px) {

  
  .partenaire-title {
      font-size: 20px;  
      text-align: center; 
  }


  .partenaire-text {
      font-family: 'DM Sans';
      font-size: 18px;
      color:#6F6F75 ;
      line-height: 1.6;
      margin-right: 10px;
      text-align: justify;
      width: 100%; bottom: 0; 
      margin-left: 15px;

     
 }

}

/* Pour les très petits écrans (exemple: smartphones) */
@media (max-width: 768px) {
  .partenaire-title {
      font-size: 18px; 
      text-align: center;  
  }
  

  .fixed-button {
      position: static;
      margin-top: 10px;
      text-align: 'Orbitron';
  }
  .btn-list {
      font-size: 12px;
  }
}
/* Pour les grands écrans */
@media (min-width: 1920px) {
  .custom-row {
      justify-content: space-between;
  }
  .bloc {
      width: 50%;
  }
}

/* Pour les écrans moyens (entre 1440px et 1920px) */
@media (max-width: 1920px) and (min-width: 1440px) {
  .bloc {
      width: 32%; 
  }
}

/* Pour les écrans de taille moyenne (tablettes ou écrans entre 1024px et 1440px) */
@media (max-width: 1440px) and (min-width: 1024px) {
  .bloc {
      width: 45%;  
  }
}

/* Pour les petits écrans (smartphones) */
@media (max-width: 1024px) {
  .bloc {
      width: 100%; 
      margin-bottom: 30px;
  }

  .bloc-icon {
      width: 60px;  
      height: 60px;
  }

  .bloc-title {
      font-size: 16px;
  }

  .bloc-description {
      font-size: 13px;
  }

  .titleERP {
      font-size: 20px;
  }
}


@media (max-width: 768px) {
  .titleERP {
      font-size: 18px;
  }

  .bloc-title {
      font-size: 14px;
  }

  .bloc-description {
      font-size: 12px;
  }
}
/* Pour les écrans moyens (entre 1440px et 1920px) */
@media (max-width: 1920px) and (min-width: 1440px) {
  .text-descriptif .row {
      margin-bottom: 5px; 
    }
  .col-6 {
      width: 50%;
  }
  .offre-title {
      font-size: 28px;
  }
  .offre-description {
      font-size: 16px;
  }
  .time-box span {
      font-size: 26px;
  }
  .btn_allume {
      font-size: 16px;
      width: 300px;
      height:50px ;
      margin-top: 60px;
      margin-left: 325px;
  }
  .section_timer{
      margin-top: 80px;
    
  }
  button.submit-btn {
      width: 342px;
      background-color: #C20B25;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 15px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 34px;
    }
}



/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search {
      padding: 15px 0px;
  }
}


/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

@media only screen and (min-width: 599px) and (max-width: 767px) {
  .logo {
      text-align: center;
  }
  .cart-content-right {
      padding-bottom: 5px;
  }
  .mg {
      margin: 0px 0px;
  }
  .menu-area-main {
      height: 256px;
      overflow-y: auto;
  }
  .megamenu>.row [class*="col-"] {
      padding: 0px;
  }
  .menu-area-main .megamenu .men-cat {
      padding: 0px 15px;
  }
  .menu-area-main .megamenu .women-cat {
      padding: 0px 15px;
  }
  .menu-area-main .megamenu .el-cat {
      padding: 0px 15px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
      height: 19px;
  }
  .category-box.women-box {
      display: none;
  }
  .cart-box {
      display: inline-block;
      margin: 0px 30px;
  }
  .wish-box {
      float: none;
      margin: 0px 30px;
      display: inline-block;
  }
  .menu-add {
      display: none;
  }
  .category-box {
      display: none;
  }
  .mean-container .mean-nav ul li ol {
      padding: 0px;
  }
  .mean-container .mean-nav ul li a {
      padding: 10px 20px;
      width: 94.8%;
  }
  .mean-container .mean-nav ul li li a {
      width: 92%;
      padding: 1em 4%;
  }
  .mean-container .mean-nav ul li li li a {
      width: 100%;
  }
  .header-search {
      padding: 15px 0px;
  }
  #collapseFilter.d-md-block {
     margin-left: 20px;
  }
}


/*------------------------------------------------------------------- 599px x 280px ---------------------------------------------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 599px) {
  .cart-content-right {
      padding-bottom: 5px;
  }
  .megamenu>.row [class*="col-"] {
      padding: 0px;
  }
  .menu-area-main .megamenu .men-cat {
      padding: 0px 15px;
  }
  .menu-area-main .megamenu .women-cat {
      padding: 0px 15px;
  }
  .menu-area-main .megamenu .el-cat {
      padding: 0px 15px;
  }
  .mean-container .mean-nav ul li a {
      padding: 1em 4%;
      width: 92%;
  }
  .mean-container .mean-nav ul li li a {
      width: 90%;
      padding: 1em 5%;
  }
  .mean-container .sub-full.megamenu-categories ol li a {
      padding: 5px 0px;
      text-transform: capitalize;
      width: 100%;
  }
  .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
      width: auto;
      border: none;
      float: none;
  }
  .menu-area-main {
      height: 45px;
      overflow-y: auto;
  }
  .mean-container .mean-nav ul li a.mean-expand {
      top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 10px;
      padding-left: 10px;
  }
  .navbar {
      padding: 30px 0px 30px 50px;
  }
  .banner_section {
      padding: 0px 0px 155px 0px;
  }
  .banner_taital_main {
      padding-left: 50px;
      padding-top: 40px;
  }
  .banner_taital {
      font-size: 50px;
  }
  .video_bt {
      padding-top: 30px;
      padding-left: 50px;
  }
  .box_main {
      padding: 45px 0px;
  }
  .services_text {
      font-size: 20px;
  }
  .prep_text {
      padding: 190px 20px 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_section {
      background-size: cover;
      background: #c20b25!important;
  }
  .ERP_section{
      background-size: cover;
      height: auto;
     }
  .logo {
      width: auto;
  }
  .navbar-expand-lg {
      padding: 15px 0px;
  }
  .navbar-brand {
      width: 60%;
      padding: 0px;
  }
  .navbar {
      padding: 10px 0px;
  }
  
  .navbar-toggler {
      background-color: #fff;
      border: 1px solid #fff;
  }
  .navbar-light .navbar-nav .nav-link {
      padding: 5px 5px 0px 5px;
      margin: 0px 0px 0px 0px;
      width: 45%;
      margin: 0 auto;
      text-align: center;
  }
  .form-group {
      margin-bottom: 1rem;
      display: none;
  }
  .banner_section {
      padding: 30px 0px;
      background-size: 100% 100%;
  }
  .banner_taital {
      font-size: 40px;
      line-height: normal;
  }
  .banner_taital_main {
      padding-left: 0px;
      padding-top: 50px;
  }
  .video_bt {
      padding-top: 30px;
  }
  .services_section {
      padding-top: 50px;
  }
  .box_main {
      width: 250px;
      padding: 60px 0px;
      margin: 0 auto;
      margin-top: 30px;
  }
  .blog_section {
      height: 380px;
  }
  .readmore_bt_1 a {
      color: #252525;
      background-color: #fefefe;
  }
  .blog_section_2 {
      padding-top: 30PX;
  }
  .blog_box {
      margin-top: 30px;
  }
  .prep_text {
      font-size: 20px;
      padding: 90px 20px 20px 20px;
  }
  .mail_section_1 {
      width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 1000px) {
  .carousel {
      margin: 0 auto; /* Centre le carousel */
    }
    .logoResponsive{
     display: block;
    }
    .logoResponsive .logoMobile{
      margin-right: 20px;
    }
     .footer-logo{
      margin-top: -60px;
    }

    .social_icon_footer{
      margin-left: 60px;
    }
  
    .carousel-item .col-sm-6 {
      flex: 0 0 100%; /* Chaque colonne prend toute la largeur */
      max-width: 100%;
    }
  
    .footer_section .vers_le_haut {
      position: absolute;
      margin-top: -180px;
      right: -15px; 
      cursor: pointer;
    
    }
    
  .header_section {
      background-size: cover;
      background: #c20b25!important;
  }
  .ERP_section{
   background-size: cover;
   height: auto;
  }
  .logo {
      width: auto;
  }
  .section_timer{
      margin-top: 20px;
    
  }
  .navbar-expand-lg {
      padding: 15px 0px;
  }
  .navbar-brand {
      width: 60%;
      padding: 0px;
  }
  .navbar {
      padding: 10px 0px;
  }
  .navbar-toggler {
      background-color: #fff;
      border: 1px solid #fff;
      margin-right: 20px;
  }
  .navbar-light .navbar-nav .nav-link {
      text-align: center;
  }
  .form-group {
      margin-bottom: 1rem;
      display: none;
  }
  .banner_section {
      padding: 30px 0px;
      background-size: 100% 100%;
  }
  .banner_taital {
      font-size: 26px;
      line-height: normal;
      
  }
  .banner_taital_main {
      padding-left: 0px;
      padding-top: 0px;
  }
  .video_bt {
      padding-top: 30px;
  }
  .social_icon {
      display: none;
  }
  .services_section {
      padding-top: 50px;
  }
  .box_main {
      width: 250px;
      padding: 60px 0px;
      margin: 0 auto;
      margin-top: 30px;
  }
  .portfolio_section_2 {
      padding-top: 0px;
      overflow: visible;
  }
  .blog_section {
      height: auto;
      margin-bottom: 0px;
      padding-bottom: 90px;
  }
  .readmore_bt_1 a {
      color: #252525;
      background-color: #fefefe;
  }
  .blog_section_2 {
      padding-top: 30PX;
  }
  .blog_box {
      margin-top: 30px;
  }
  .mail_section_1 {
      width: 100%;
  }
  .project_main {
      display: block;
  }
  .hire_text {
      font-size: 20px;
      text-align: center;
  }
  .callnow_bt {
      width: 200px;
      float: none;
      text-align: center;
      margin: 0 auto;
      padding-top: 20px;
  }
  .btn-inscrire{
      margin-top: 620px !important;  
      width: auto;                  
      padding: 10px 20px;     
      width: 200px;
   height: 50px;    
     font-size: 18px;  
     margin-bottom: 10px;
   margin-left: 10px;
    
  }
  .services_section_2{
      margin-top: -50px;
      min-height: 500px;
      margin-bottom: 10px;
  }
 /* .entreprise{
     margin-top: -80px;
  }*/
  .entreprise img{
      width: 100%;
      height: 100%;
  }
  .background-image-div{
      height: 50%;
  }
  .textSecond{
      font-size: 14px;
      font-weight: 500;
      margin-top: 30px;
  }
 .row .stars {
      height: auto;
    
      margin-top:-20px;
      text-align: center;

  
  }


  /* Navbar container */
.side-navbar {
position: fixed;
top: 0;
left: -300px; /* Hidden off-screen */
width: 300px;
height: 100vh;
background-color: #ffffff;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
overflow-y: auto;
z-index: 1050;
transition: left 0.3s ease; /* Smooth transition */
}

/* When the navbar is open */
.side-navbar.open {
left: 0;
}

/* Navbar items */
.side-navbar .navbar-nav {
padding: 15px;
}

.side-navbar .nav-link {
display: block;
color: #333;
padding: 10px;
text-decoration: none;
}

.side-navbar .nav-link:hover {
background-color: #f8f9fa;
color: #007bff;
}

.navbar-toggler {
border: none;
background-color: #007bff;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


}

@media (max-width: 575px) {
  .header_section {
      background-size: cover;
      background: #c20b25!important;
  }
  .logo {
      width: auto;
  }
  .navbar-expand-lg {
      padding: 15px 0px;
  }
  .navbar-brand {
      width: 60%;
      padding: 0px;
  }
  .navbar {
      padding: 10px 0px;
      background-color: #173D91B8;
  }
  .navbar-toggler {
      background-color: #fff;
      border: 1px solid #fff;
  }
  .navbar-light .navbar-nav .nav-link {
      padding: 5px 5px 0px 5px;
      margin: 0px 0px 0px 0px;
      width: 45%;
      margin: 0 auto;
      text-align: center;
    
  }
  .form-group {
      margin-bottom: 1rem;
      display: none;
  }
  .banner_section {
      padding: 30px 0px;
      background-size: 100% 100%;
  }
  .banner_taital {
      font-size: 26px;
      line-height: normal;
  }
  .banner_taital_main {
      padding-left: 0px;
      padding-top: 0px;
  }
  .video_bt {
      padding-top: 30px;
  }
  .social_icon {
      display: none;
  }
  .services_section {
      padding-top: 50px;
  }
  .box_main {
      width: 290px;
      padding: 80px 0px;
      margin: 0 auto;
      margin-top: 30px;
  }
  .portfolio_section_2 {
      padding-top: 0px;
  }
  .blog_section {
      height: auto;
      margin-bottom: 0px;
      padding-bottom: 90px;
  }
  .readmore_bt_1 a {
      color: #252525;
      background-color: #fefefe;
  }
  .blog_section_2 {
      padding-top: 30PX;
  }
  .blog_box {
      margin-top: 30px;
  }
  .mail_section_1 {
      width: 100%;
  }
  .project_main {
      display: block;
  }
  .hire_text {
      font-size: 20px;
      text-align: center;
  }
  .callnow_bt {
      width: 200px;
      float: none;
      text-align: center;
      margin: 0 auto;
      padding-top: 20px;
  }
}