html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

p,
a {
  font-family: 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
}

p {
  color: #474747 !important;
  font-weight: 400 !important
}

h1,
h2,
h3,
h4 {
  font-family: 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
  font-weight: bold
}

.lh1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2.2rem
}

.btn {
  font-family: 'Helvetica Neue', helvetica, sans-serif;
  font-weight: 600;
  border-radius: 19px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn:hover {
  background: #323d51;
  border: 1px solid #323d51
}

.btn-primary {
  border-radius: 19px;
  padding-left: 16px;
  padding-right: 16px;
  background: #323d51;
  border: 1px solid #323d51
}

.btn-outline-primary {
  border-radius: 19px;
  padding-left: 16px;
  padding-right: 16px;
  border: 2px solid #323d51;
  color: #323d51
}


.btn-lg {
  border-radius: 23px
}

.nav-link {
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  color: #232323 !important;
}

.border-none {
  border: none
}

.dropdown-menu {
  width: 250px !important;
  padding: 10px
}

.home-img-1 {
  width: 50%;
  float: left;
  border-radius: 30px;
  border: 10px solid #323d5188
}

.home-img-2 {
  width: 60%;
  float: right;
  border-radius: 30px;
  margin-top: -100px;
  border: 10px solid #323d5188;
}

.home-img-3 {
  width: 70%;
  float: left;
  border-radius: 30px;
  margin-top: -70px;
  margin-left: -100px;
  border: 10px solid #efefef99;
  z-index: 99;
  position: relative
}

.home-img-ns-1 {
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 50%;
  border: 10px solid #adccfa
}

.home-img-ns-2 {
  width: 250px;
  height: 250px;
  float: right;
  border-radius: 50%;
  margin-top: -100px;
  border: 10px solid #fff
}

.home-img-ns-3 {
  width: 300px;
  height: 300px;
  float: left;
  border-radius: 50%;
  margin-top: -70px;
  margin-left: -50px;
  border: 10px solid #fff;
  z-index: 99;
  position: relative
}

.quot-panel {
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 32px;
  z-index: 999;
}



.quot-select {
  border: none
}

.text-primary {
  color: #323d51 !important
}

.service-h2 {
  padding-bottom: 0
}

.service-h2 span {
  position: relative;
  border-bottom: 5px solid #323d51;
  width: 110%
}

/* Quotation css */
#demandeDevis::before {
  content: '';
  display: block;
  position: relative;
  border-bottom: 5px solid #385efe;
  border-radius: 10px;
  width: 80px;
  bottom: -20px;
}

.tab-blue h5 {
  margin-top: 1rem
}

.tab-blue p {
  font-size: 0.8rem;
  color: #676767
}

.tab-blue .col-md-3 {
  padding: 1rem 2rem;
  color: #fff;
}

.tab-blue .col-md-3img {
  filter: grayscale(100%) opacity(0.3);
  margin-left: 1rem;
}

.tab-blue .active img {
  filter: none;
}

.tab-blue .active {
  background: transparent;
  color: #323d51;
}

.tab-blue .active p {
  background: #323d51;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700 !important
}


.tab-blue .left-rounded {
  border-radius: 15px 0 0 15px;
}

.tab-blue .right-rounded {
  border-radius: 0 15px 15px 0;
}

.display-none {
  display: none;
}

#etape-1,
#etape-2,
#etape-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

.simple-shadow {
  border-radius: 5px;
  box-shadow: 0px 0px 25px #eee;
  background: #fff;
}

.left-bar {
  border-left: 2px solid rgba(0, 0, 0, 0.00);
  padding: 3rem;
  color: #253163;
}

.checked {
  color: #385efe;
  font-size: 1.5rem;
}

.nextprev {
  display: flex;
  justify-content: space-between;
}

.form-control,
.form-select {
  border: 1px solid rgba(41, 135, 212, 0.3);
}

.home-order-bg-grey {
  background: linear-gradient(90deg, #fff, #fff);
  color: #004cad !important;
}

.svg-inline--fa {
  width: 16px
}

.svg-inline--fa .fa-1,
.svg-inline--fa .fa-2,
.svg-inline--fa .fa-3 {
  width: 12px !important
}

.border-none {
  border: none
}

.bg-primary {
  background: #323d51 !important;
}

.nice-rounded {
  border-radius: 15px
}

.posted {
  color: #323d51 !important
}

footer ul li {
  list-style: none;
  margin-left: 0;
  text-decoration: none
}

footer ul {
  padding-left: 0
}

footer ul a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9rem
}

footer ul a:hover {
  text-decoration: underline
}

.logo-filter {
  filter: brightness(0) invert(1)
}

.checked {
  font-size: 0.89rem
}


@media (max-width: 40em) {

  /* Bump up size of carousel content */
  .navbar-brand img {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    height: 28px
  }

  .w-85 {
    width: 100% !important
  }

  .home-img-1 {
    margin-top: -40px;
    width: 45%;
    float: left;
    border-radius: 30px;
    border: 10px solid #323d5188
  }

  .home-img-2 {
    width: 65%;
    float: right;
    border-radius: 30px;
    margin-top: -100px;
    border: 10px solid #323d5188;
  }


  .home-img-3 {
    width: 75%;
    margin-left: 20px;
    margin-top: -50px
  }

  .btn-mobile {
    width: 100%;
    margin-top: 15px
  }

  .quot-mobile {
    font-size: 0.95rem;
    color: #fff !important;
    line-height: 10px;
    padding: 10px 30px
  }

  .home-img-ns-3 {
    margin-left: 90px !important;
    margin-top: -100px !important
  }

  .logo-filter {
    width: 50% !important
  }

  .mobile-title {
    width: 100% !important
  }

  .lh1 {
    font-size: 2.3rem
  }

  h2 {
    font-size: 1.9rem
  }

}


.form-label {
  font-size: 0.9rem !important;
  color: #474747
}

.dropdown-item:hover {
  background: #323d51;
  color: #fff
}

.divider {
  margin: 3rem auto;
  border-bottom: 1px solid #323d513b
}

.review {
  border: 1px solid #323d513b
}

.image-with-shadow {
  box-shadow: 5px 5px 0px #323d5199;
  /* Thicker shadow with your specified color */
}


.crayon {
  position: absolute;
  top: 7rem;
  z-index: -1;
  width: 40%;
  left: 60%;
}

.text-success {
  color: #edb55d !important
}

.irregular-bg {
  clip-path: polygon(10% 0%, 90% 0%, 100% 20%, 95% 80%, 80% 100%, 20% 100%, 5% 80%, 0% 20%);
  background-color: transparent;
  /* Optional background */
  padding: 10px;
  border-radius: 12px;
  background-image: repeating-linear-gradient(45deg,
      #edb55d 0px,
      #edb55d 2px,
      transparent 2px,
      transparent 6px);
}

.circle-bg {
  width: 80%;
  /* Slightly larger than the image */
  height: 80%;
  background: radial-gradient(circle, #e0e0e0, #d1d1d1);
  /* Soft gradient effect */
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.irregular-bg-2 {
  clip-path: polygon(5% 10%, 95% 0%, 100% 25%, 90% 85%, 75% 95%, 25% 100%, 10% 85%, 0% 30%);
  background-color: transparent;
  /* Optional background */
  padding: 10px;
  border-radius: 12px;
  background-image: repeating-linear-gradient(45deg,
      #edb55d 0px,
      #edb55d 2px,
      transparent 2px,
      transparent 6px);
}

.irregular-bg-3 {
  clip-path: polygon(8% 5%, 92% 0%, 100% 18%, 94% 78%, 85% 95%, 50% 100%, 15% 95%, 5% 75%, 0% 30%);
  background-color: transparent;
  /* Optional background */
  padding: 10px;
  border-radius: 12px;
  background-image: repeating-linear-gradient(45deg,
      #edb55d 0px,
      #edb55d 2px,
      transparent 2px,
      transparent 6px);
}

.irregular-bg-4 {
  clip-path: polygon(92% 5%, 8% 0%, 0% 18%, 6% 78%, 15% 95%, 50% 100%, 85% 95%, 95% 75%, 100% 30%);
  background-color: transparent;
  /* Optional background */
  padding: 10px;
  border-radius: 12px;
  background-image: repeating-linear-gradient(45deg,
      #edb55d 0px,
      #edb55d 2px,
      transparent 2px,
      transparent 6px);
}

.irregular-bg-5 {
  clip-path: polygon(12% 0%, 85% 5%, 100% 25%, 95% 60%, 80% 90%, 50% 100%, 20% 90%, 5% 60%, 0% 30%);
  background-color: transparent;
  /* Optional background */
  padding: 10px;
  border-radius: 12px;
  background-image: repeating-linear-gradient(45deg,
      #edb55d 0px,
      #edb55d 2px,
      transparent 2px,
      transparent 6px);
}

.plan-card {
  border-radius: 15px;
  transition: transform 0.3s ease-in-out;
  border: none
}

.plan-card:hover {
  transform: scale(1.03);
}

.plan-header {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-image: repeating-linear-gradient(45deg,
      #edb55d 0px,
      #edb55d 1px,
      transparent 2px,
      transparent 6px);
}

.economique {
  background-color: #f8c471;
}

.standard {
  background-color: #3498db;
}

/* Standard plan color */
.economique-plus {
  background-color: #f39c12;
}

.luxe {
  background-color: #d35400;
}

.plan-body {
  padding: 20px;
}

.plan-body ul {
  padding-left: 0;
  list-style-type: none;
}

.plan-body ul li {
  position: relative;
  padding-left: 25px;
}

/* Ensure bullets inherit the correct color */
.economique .plan-body ul li::before {
  color: #f8c471 !important;
}

.standard .plan-body ul li::before {
  color: #3498db;
}

.economique-plus .plan-body ul li::before {
  color: #f39c12;
}

.luxe .plan-body ul li::before {
  color: #d35400;
}

/* General bullet styling */
.plan-body ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.card {
  border: none;
  border-radius: 15px;
  transition: transform 0.3s ease;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
}

.card:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.highlight {
  font-size: 1.1rem;
  font-weight: bold;

}

.price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #27ae60;
}


.partners-section {
  text-align: center;
}

.partners-title {

  margin-bottom: 30px;
}

.partners-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 50px
}

.partner-logo {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;

  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.partner-bg {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: transparent;
  z-index: -1;
}

.bg-stripes-brown {
  background-image: repeating-linear-gradient(45deg, #c78b42 0px, #c78b42 2px, transparent 2px, transparent 6px);
}

.bg-stripes-gray {
  background-image: repeating-linear-gradient(45deg, #7b7b7b 0px, #7b7b7b 2px, transparent 2px, transparent 6px);
}

.bg-stripes-navy {
  background-image: repeating-linear-gradient(45deg, #0a1f44 0px, #0a1f44 2px, transparent 2px, transparent 6px);
}

.trust-section {
  /* Soft beige */
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.trust-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #7b3f00;
  /* Dark brown */
  margin-bottom: 40px;
}

.logo-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.logo-item {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}