.footer__newsletter {
  color: #FFFFFF;
}
.footer__newsletter-form .mailpoet_form .mailpoet_form_column .mailpoet-heading {
  text-align: center !important;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.footer__newsletter-form .mailpoet_form .mailpoet_form_column .mailpoet_form_columns_container {
  background-color: rgba(15, 34, 54, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 5px 10px;
}

.footer-nav__title {
  color: #FFFFFF;
  margin: 0 0 24px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.footer-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-nav__list li a {
  color: var(--color-gray-300, #ccc);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}
.footer-nav__list li a:hover, .footer-nav__list li a:focus-visible {
  color: var(--color-secondary, #457B9D);
}

.footer-top__col--contact .footer-contact__title {
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 16px;
  margin: 0 0 0;
  text-transform: uppercase;
}
.footer-top__col--contact .footer-contact__list {
  background-color: rgba(15, 34, 54, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px 24px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .footer-top__col--contact .footer-contact__list {
    padding: 24px;
    max-width: 100%;
  }
}
.footer-top__col--contact .footer-contact__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-top__col--contact .footer-contact__list .footer-contact__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.footer-top__col--contact .footer-contact__list .footer-contact__item .footer-contact__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.footer-top__col--contact .footer-contact__list .footer-contact__item .footer-contact__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-top__col--contact .footer-contact__list .footer-contact__item .footer-contact__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
}

.footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.footer__social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.footer__social-link:hover, .footer__social-link:focus-visible {
  color: #FFFFFF;
  transform: translateY(-2px);
}
.footer__social-link--instagram:hover, .footer__social-link--instagram:focus-visible {
  background-color: #E4405F;
}
.footer__social-link--facebook:hover, .footer__social-link--facebook:focus-visible {
  background-color: #1877F2;
}
.footer__social-link--linkedin:hover, .footer__social-link--linkedin:focus-visible {
  background-color: #0A66C2;
}
.footer__social-link--youtube:hover, .footer__social-link--youtube:focus-visible {
  background-color: #FF0000;
}
.footer__social-link--tiktok:hover, .footer__social-link--tiktok:focus-visible {
  background-color: #000000;
}
.footer__social-link:focus-visible {
  outline: 2px solid #2C92CF;
  outline-offset: 3px;
}

.footer-recrute {
  text-align: center;
  color: #FFFFFF;
}
.footer-recrute__title {
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 0 0 0;
  text-transform: uppercase;
}
.footer-recrute__group {
  background-color: rgba(15, 34, 54, 0.25);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 12px;
  padding: 16px 24px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.footer-recrute__text {
  font-size: 0.9375rem;
  margin-bottom: 8px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.footer-recrute__cta a {
  color: #fff !important;
  font-size: 0.9375rem;
  padding: 0.5rem 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1rem;
}
.footer-bottom__container {
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 768px) {
  .footer-bottom__container {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.footer-bottom__left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-bottom__left .footer-bottom__copyright,
.footer-bottom__left .footer-bottom__credit {
  color: var(--color-gray-400, #999);
  margin: 0;
}
.footer-bottom__left .footer-bottom__copyright a,
.footer-bottom__left .footer-bottom__credit a {
  color: var(--color-gray-300, #ccc);
  transition: color 0.2s ease;
}
.footer-bottom__left .footer-bottom__copyright a:hover, .footer-bottom__left .footer-bottom__copyright a:focus-visible,
.footer-bottom__left .footer-bottom__credit a:hover,
.footer-bottom__left .footer-bottom__credit a:focus-visible {
  color: var(--color-white, #fff);
}
.footer-bottom__right {
  display: flex;
  gap: 2rem;
}
.footer-bottom__right .footer-bottom__legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom__right .footer-bottom__legal-list a {
  color: var(--color-gray-400, #999);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-bottom__right .footer-bottom__legal-list a:hover, .footer-bottom__right .footer-bottom__legal-list a:focus-visible {
  color: var(--color-white, #fff);
}

.site-footer {
  background-color: #151C28;
  color: #FFFFFF;
  padding-left: 24px;
  padding-right: 24px;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer a:hover, .site-footer a:focus-visible {
  color: #FFFFFF;
}
.site-footer .footer-top {
  padding-top: 16px;
  padding-bottom: 16px;
}
.site-footer .footer-top__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  color: #FFFFFF !important;
}
.site-footer .footer-top__col--newsletter {
  flex: 0 0 35%;
  min-width: 0;
}
.site-footer .footer-top__col--contact {
  flex: 0 0 35%;
  min-width: 0;
}
.site-footer .footer-top__col--recrute {
  flex: 0 0 30%;
  min-width: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-top__container {
    flex-direction: column;
  }
  .site-footer .footer-top__col {
    flex: 1 1 100%;
  }
}
.site-footer .footer-center {
  padding: 8px 0;
}
.site-footer .footer-center__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
}
.site-footer .footer-center .footer-nav__list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.section-title .title-red {
  color: #C0392B;
  font-style: italic;
}

.expertise-card {
  cursor: pointer;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: transform 0.3s ease;
}
.expertise-card:hover {
  transform: translateY(-5px);
}

@media (min-width: 1024px) {
  .card-service:hover .card-service__image img {
    transform: scale(1.05) !important;
    opacity: 1 !important;
  }
}
.card-service__image img.is-visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

body.login {
  background: #1e31b0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
body.login #login h1 a {
  background: url("../images/logo-agence.png") center/contain no-repeat;
  width: 100%;
  max-width: 200px;
  height: 80px;
  margin: 0 auto 25px;
}
body.login .login-site-name {
  text-align: center;
  margin: -10px 0 20px;
}
body.login .login-site-name a {
  color: #e4e4de;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
body.login .login-site-name a:hover {
  color: #bb8523;
}
body.login form {
  background: #e4e4de;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 26px 24px;
}
body.login label {
  color: #141f78;
  font-weight: 600;
  font-size: 14px;
}
body.login input[type=text],
body.login input[type=password] {
  border: 2px solid #bfbfc0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
body.login input[type=text]:focus,
body.login input[type=password]:focus {
  border-color: #bb8523;
  box-shadow: 0 0 0 3px rgba(187, 133, 35, 0.2);
  outline: none;
}
body.login .button-primary {
  background: #bb8523;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  text-shadow: none;
  box-shadow: 0 4px 12px rgba(187, 133, 35, 0.4);
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 8px;
}
body.login .button-primary:hover, body.login .button-primary:focus {
  background: #9a6d1c;
  box-shadow: 0 6px 20px rgba(187, 133, 35, 0.5);
}
body.login .forgetmenot label {
  font-size: 13px;
  color: #8a8a82;
}
body.login .login-inside-link {
  text-align: left;
  margin: 10px 0 0 !important;
  padding: 0;
}
body.login .login-inside-link a {
  color: #bb8523;
  font-size: 13px;
  text-decoration: none;
}
body.login .login-inside-link a:hover {
  text-decoration: underline;
}
body.login .login-footer-links {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 8px;
  margin-top: 20px;
}
body.login .login-footer-links #backtoblog,
body.login .login-footer-links .privacy-policy-page-link,
body.login .login-footer-links .login-support {
  margin: 0;
  text-align: left;
  color: rgba(228, 228, 222, 0.85);
  padding-left: 24px;
}
body.login .login-footer-links #backtoblog a,
body.login .login-footer-links .privacy-policy-page-link a,
body.login .login-footer-links .login-support a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid rgba(228, 228, 222, 0.3);
  border-radius: 8px;
  color: rgba(228, 228, 222, 0.85);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.login .login-footer-links #backtoblog a:hover,
body.login .login-footer-links .privacy-policy-page-link a:hover,
body.login .login-footer-links .login-support a:hover {
  background: rgba(228, 228, 222, 0.1);
  border-color: #bb8523;
  color: #bb8523;
}
body.login .language-switcher {
  display: none;
}

#login {
  width: 90%;
  max-width: 360px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #login {
    width: 360px;
  }
}

.entry-content > .plomberie-hero .hero-text-container {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 90%);
}
@media (min-width: 1024px) {
  .entry-content > .plomberie-hero .hero-text-container {
    max-width: 50vw;
  }
}
.entry-content > .plomberie-hero .logo-ax {
  display: inline-block;
  flex-direction: column;
  line-height: 1;
}
.entry-content > .plomberie-hero .logo-ax__top {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.entry-content > .plomberie-hero .logo-ax__top .logo-ax__ax {
  font-size: 3.2rem;
  font-weight: 900;
  color: #C0392B;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .entry-content > .plomberie-hero .logo-ax__top .logo-ax__ax {
    font-size: 4rem;
  }
}
.entry-content > .plomberie-hero .logo-ax__top .logo-ax__plomberie {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3px;
}
@media (min-width: 1024px) {
  .entry-content > .plomberie-hero .logo-ax__top .logo-ax__plomberie {
    font-size: 3rem;
  }
}
.entry-content > .plomberie-hero .logo-ax__bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: -4px;
}
@media (min-width: 1024px) {
  .entry-content > .plomberie-hero .logo-ax__bottom {
    gap: 2rem;
  }
}
.entry-content > .plomberie-hero .logo-ax__bottom .logo-ax__line {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #C0392B;
  border-radius: 2px;
  flex-shrink: 0;
}
.entry-content > .plomberie-hero .logo-ax__bottom .logo-ax__chauffage {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
}
@media (min-width: 1024px) {
  .entry-content > .plomberie-hero .logo-ax__bottom .logo-ax__chauffage {
    font-size: 2rem;
  }
}
.entry-content > .plomberie-renovation .sdb-section .custom-sdb-banner {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 90%);
  padding: 2rem;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .entry-content > .plomberie-renovation .sdb-section .custom-sdb-banner {
    max-width: 60vw;
  }
}
.entry-content > .plomberie-renovation .sdb-section .custom-sdb-banner .subtitle-sdb {
  font-weight: 700;
  color: #C0392B;
  margin-bottom: 2rem;
}

.entry-content > .PAC-bloc .pac-section .custom-pac-banner {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 90%);
  min-height: 100%;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .entry-content > .PAC-bloc .pac-section .custom-pac-banner {
    max-width: 60vw;
  }
}
.entry-content > .PAC-bloc .pac-section .custom-pac-banner .subtitle-sdb {
  font-weight: 700;
  color: #C0392B;
  margin-bottom: 2rem;
}

.tileH2 {
  position: relative;
  padding-left: 2rem !important;
}
.tileH2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background-color: #C0392B;
}

.titleH3 {
  position: relative;
  padding-left: 1.4rem !important;
}
.titleH3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.2rem;
  background-color: #C0392B;
}

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