/* ============================================
   GLOBAL STYLES
   ============================================ */
html, body {
  font-family: "Ubuntu", sans-serif;
}

/* ============================================
   UTILITIES
   ============================================ */
.fw-700 {
  font-weight: 700;
}

.title-style {
  color: #000730;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.container-margin {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .container-margin {
    margin-top: 70px;
  }
}
/* ============================================
   NAVBAR
   ============================================ */
.logo-header {
  width: 240px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 1280px) {
  .logo-header {
    width: 200px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .logo-header {
    width: 200px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .logo-header {
    width: 180px;
    height: 50px;
  }
}
.navbar.fixed-top {
  min-height: 80px;
}

@media (max-width: 768px) {
  .navbar.fixed-top {
    min-height: 70px;
  }
}
nav {
  height: 80px;
  border-bottom: 2px solid #edf6fb;
  font-weight: 500;
  font-size: 1rem;
}

@media (max-width: 768px) {
  nav {
    height: 70px;
  }
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item.dropdown .dropdown-menu {
  margin-top: 0;
}

.custom-bottom-cgv {
  font-size: 0.8rem;
}

.picto-navbar-caret {
  width: 20px;
}

@media (max-width: 991px) {
  .picto-navbar-caret {
    transform: rotate(-90deg);
    width: 30px;
  }
}
.cta_header {
  background-color: #0970E6;
  color: #FFF;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  transition: 0.2s ease-in-out;
  font-weight: 700;
}

.navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(0, 79, 159)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3Csvg fill='%231e509a' width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8,16l5.5-5.5c0.8-0.8,0.8-2,0-2.8l0,0C24,7.3,23.5,7,23,7c-0.5,0-1,0.2-1.4,0.6L16,13.2l-5.5-5.5c-0.8-0.8-2.1-0.8-2.8,0C7.3,8,7,8.5,7,9.1s0.2,1,0.6,1.4l5.5,5.5l-5.5,5.5C7.3,21.9,7,22.4,7,23c0,0.5,0.2,1,0.6,1.4C8,24.8,8.5,25,9,25c0.5,0,1-0.2,1.4-0.6l5.5-5.5l5.5,5.5c0.8,0.8,2.1,0.8,2.8,0c0.8-0.8,0.8-2.1,0-2.8L18.8,16z'%3E%3C/path%3E%3C/svg%3E") center/35px auto no-repeat;
  opacity: 1;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.rotated-image {
  transform: rotate(90deg);
}

nav .dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

.picto-navbar-custom {
  width: 50px;
}

.phone-number {
  color: #000730;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  min-height: 1.5625rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.service-gratuit-tel {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #454545;
}

.slogan {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #000730;
}

.par-led-pro {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #454545;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background-color: #F5FAFF;
  padding: 3.125rem 0.625rem;
}

.qualifications-logos {
  padding: 10px;
  width: 150px;
}

a.footer-link {
  color: #0970E6;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
}

a.footer-link:hover,
a.footer-link:focus,
a.footer-link:active {
  color: #0970E6;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  outline: none;
}

.led-pro-logo {
  width: 200px;
}

/* ============================================
   BOUTONS COMMUNS
   ============================================ */
.btn-cta-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 2rem;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-cta-card:hover {
  background: #0b5ed7;
  color: #ffffff;
}

.custom-new-cta {
  background-color: white !important;
  border: 1px solid #0970E6 !important;
  color: #0970E6 !important;
}

.custom-new-cta-2 {
  background-color: white !important;
  border: 1px solid white !important;
  color: #0970E6 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

/* ============================================
   SECTION CONTACT BAND (commun)
   ============================================ */
.section-contact-band {
  padding: 35px 0;
}

.contact-encart {
  background: #E8F8FF;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-img {
  width: 80px;
  height: auto;
}

.contact-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 6px;
}

.contact-p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

.link-custom {
  font-size: 24px;
  font-weight: 700;
  color: #004f9f;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.link-custom:hover {
  color: #003d7a;
}

.service-gratuit,
.service-horaires {
  font-size: 12px;
  color: #666666;
}

@media (max-width: 991px) {
  .link-custom {
    font-size: 22px;
  }
}

/*# sourceMappingURL=global.css.map */
