:root {
  --primary: #1F5D97;
  --secondary: #DF251E;
  --black: #000;
  --light: #fff;
  --dark: #454545;
  --gray: #828282;
  --gray-light: #edebeb;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

* {
  font-family: 'Be Vietnam Pro';
  margin: 0;
  padding: 0;
}

/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: 'Be Vietnam Pro';
  font-weight: 600;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 500;
}

.font-secondary {
  font-family: 'Inter';
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  color: var(--dark);
  font-weight: 400;
  font-size: 18px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
  font-weight: 700;
  /* border-bottom: 3px solid var(--primary); */

}

.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar-brand img {
  height: 100px;
}

.rdv {
  padding: 12px 15px;
}

/* .rdv:hover {
  color: var(--primary);
  background-color: var(--light);
} */

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
    text-align: center;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid var(--light);
  }
}









/* .slider_section {
  background-image: linear-gradient(to right, white 0%, transparent 100%), url('/images/Hero-Image.png');
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  display: flex;
  align-items: center;
  color: white;
} */

@media (max-width: 1199.98px) {
  .slider_section {
    background-position: right center;  /* Focus sur la partie droite */
  }
}
/* Version mobile : centrer le texte */
@media (max-width: 767.98px) {
  .card-body {
    text-align: center;  /* Centrer tout le texte dans la card */
  }

  .card-title,
  .card-text {
    margin-bottom: 10px; /* Ajouter un peu d'espace entre les éléments pour une meilleure lisibilité */
  }

}


.detail-box h1 {
  font-weight: 700;
}

.detail-box span {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary);
}

.detail-box .lead {
  color: var(--dark);
  font-weight: 500;
}

.btn-box .btn {
  font-weight: 600;
  margin-right: 20px;
}

.btn-box .btn-outline-light {
  color: #454545;
}

.service_title {
  font-size: 3rem;
  font-weight: 600;
}

.services {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.serv {
  font-weight: bold;
  color: var(--dark);

}


.card {
  border: none !important;
  box-shadow: none !important;
}

.card img {
  border-radius: 30px;
  width: 100%;
  height: 300px;
}

.card-title {
  color: var(--black);
  font-weight: bold;
}

.card p {
  text-align: justify;
}

.card-body i {
  font-weight: 900;
}

.card-text {
  text-align: justify;
  color: var(--dark);
}

.procleanServices {
  background-color: var(--gray-light);
  color: var(--dark);
  font-size: medium;
  font-weight: 500;
}


.procleanServices_title {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--dark);
}



/* Pour les écrans mobiles (max-width: 767.98px) */
@media (max-width: 767.98px) {
  .procleanServicesBtn {
    display: flex;                   
    justify-content: center;         
    align-items: center;             
    flex-wrap: wrap;                 
    gap: 10px;                       
  }

}






.blogs {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.blog .card {
  text-align: center;
}

.blog .card .blog-text {
  text-align: center;
  position: relative;
}

.blog-title {
  height: 120px;
}


.blog .card .btn {
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  border-radius: 0%;
  font-size: 20px;
}

.blog .card .btn:hover {
  background-color: #1F5D97;
  color: var(--light);
  border-radius: 15px;
  border-bottom: 0px;
  width: 100%;
}


.nettoyage {
  height: 300px;
}

#prevBtn {
  font-size: 25px;
}

#nextBtn {
  font-size: 25px;
}

.testimonial_title {
  color: var(--primary);
}


#quoteIcon {
  color: var(--gray);
  background-color: var(--primary);
  font-size: 50px;
  transform: rotate(180deg);
  display: inline-block;
  border-radius: 10px;
  height: 60px;
  width: 60px;
  text-align: center;
}

.testimonial_content h4 {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}


.contact_title h5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}








.contact-icon {
  font-size: 1.1rem;
  color: var(--light);
  border-radius: 50%;
}

.form-section {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 12px;
}

.contact-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #1b4f96;
}



.footerLogo {
  max-width: 100%;
  height: auto;
}








