/* Symfony integration layer: keeps dynamic forms and icons aligned with the AC BTP template. */
.v2-hero {
  box-shadow: inset 0 -145px 105px -1px #080d10 !important
}

/* Consentement Google Ads et champ anti-robot du formulaire de devis. */
.quote-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.google-consent[hidden] { display: none !important; }
.google-consent {
  position: fixed;
  z-index: 10000;
  left: 50%;
  bottom: 22px;
  width: min(1040px, calc(100% - 32px));
  transform: translate(-50%, 24px);
  opacity: 0;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 22px;
  color: #fff;
  background: #080d10;
  border: 1px solid #343b3f;
  border-left: 5px solid var(--orange, #ff6200);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .45);
  transition: opacity .2s ease, transform .2s ease;
}
.google-consent.is-visible { opacity: 1; transform: translate(-50%, 0); }
.google-consent__icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--orange, #ff6200); border: 2px solid var(--orange, #ff6200); border-radius: 50%; font-size: 24px; }
.google-consent__content strong { display: block; margin-bottom: 5px; font-size: 21px; text-transform: uppercase; }
.google-consent__content p { margin: 0; color: #d7d9da; font-size: 15px; line-height: 1.5; }
.google-consent__content a { display: inline-block; margin-top: 5px; color: var(--orange, #ff6200); font-weight: 700; }
.google-consent__actions { display: flex; gap: 10px; }
.google-consent__actions .v2-btn { min-width: 150px; height: 48px; padding: 0 18px; }
.footer-consent-manage { padding: 0; color: inherit; background: none; border: 0; font: inherit; text-decoration: underline; cursor: pointer; }
.v2-copy__links { display: inline-flex; align-items: center; gap: 18px; }

@media (max-width: 820px) {
  .google-consent { bottom: 10px; grid-template-columns: 44px 1fr; gap: 13px; padding: 16px; }
  .google-consent__icon { width: 44px; height: 44px; font-size: 19px; }
  .google-consent__content strong { font-size: 18px; }
  .google-consent__content p { font-size: 14px; }
  .google-consent__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .google-consent__actions .v2-btn { width: 100%; min-width: 0; }
  .v2-copy__links { align-items: flex-end; flex-direction: column; gap: 6px; }
}

.v2-btn {
  border-radius: 4px !important
}

.quote-page {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 30px;
  padding-block: 34px
}

.quote-intro,
.template-quote-form,
.legal-v2,
.faq-v2 {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #101619
}

.quote-intro>span,
.quote-intro i {
  color: var(--orange)
}

.quote-intro ul {
  padding: 0;
  list-style: none;
  line-height: 2
}

.quote-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.quote-fields>div {
  margin: 0
}

.quote-fields .quote-full {
  grid-column: 1/-1
}

.form-v2 label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700
}

.form-v2 input,
.form-v2 select,
.form-v2 textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: #fff;
  background: #1a2023;
  border: 1px solid #465056;
  border-radius: 4px
}

.form-v2 textarea {
  min-height: 140px
}

.true-idf-map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  filter: sepia(1) saturate(1.6) brightness(.62) hue-rotate(340deg)
}

.home-service-head>i,
.v2-benefits i,
.v2-values i,
.v2-services i {
  display: block;
  color: var(--orange);
  font-size: 34px;
  text-align: center;
  margin-bottom: 12px
}

.v2-services article,
.project-card,
.blog-card,
.v2-featured {
  border-radius: 5px;
  overflow: hidden
}

.legal-v2,
.faq-v2 {
  margin-block: 34px;
  line-height: 1.7
}

.legal-v2 h2,
.faq-v2 h2 {
  margin-top: 24px;
  color: #fff
}

.legal-v2 h2:first-child {
  margin-top: 0
}

@media(max-width:1060px) {
  body {
    font-size: 17px
  }

  .v2-hero {
    min-height: 250px !important;
    text-align: center
  }

  .v2-hero .v2-actions {
    justify-content: center
  }

  .quote-page,
  .quote-fields {
    grid-template-columns: 1fr
  }

  .quote-fields .quote-full {
    grid-column: auto
  }

  .quote-intro,
  .template-quote-form,
  .legal-v2,
  .faq-v2 {
    padding: 20px
  }

  .category-filters {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important
  }

  .category-filters>* {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}

.quote-file-help {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  color: #aeb4b7;
  font-size: 14px !important;
}

.quote-file-help i {
  color: var(--orange);
}

/* Réalisations : quatre projets par lot et appel d'action centré. */
@media(min-width:1061px) {
  .realisations-main .project-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

.realisations-more {
  display: flex;
  justify-content: center;
  padding: 22px 0 4px
}

.realisations-more[hidden] {
  display: none
}

.realisations-more .v2-btn {
  min-width: 250px;
  min-height: 56px;
  padding: 0 28px;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  gap: 12px
}

.realisations-more .v2-btn i {
  font-size: 18px;
  line-height: 1
}

@media(min-width:1300px) {
  .realisations-more .v2-btn {
    min-width: 290px;
    min-height: 62px;
    font-size: 21px
  }

  .realisations-more .v2-btn i {
    font-size: 20px
  }
}

@media(max-width:1060px) {
  .realisations-more .v2-btn {
    width: min(100%, 330px);
    min-height: 54px;
    font-size: 18px
  }

  .realisations-more .v2-btn i {
    font-size: 17px
  }
}

.project-grid-empty {
  grid-column: 1/-1;
  padding: 35px;
  text-align: center;
  border: 1px solid var(--line);
  background: #101518
}

.realisations-main .v2-featured {
  margin-bottom: 32px
}

@media(max-width:1060px) {
  .realisations-main .v2-featured {
    margin-bottom: 24px
  }
}

.category-filters>a {
  min-height: 58px;
  min-width: 150px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-right: 1px solid var(--line);
  background: #101518;
  color: #eee;
  font-weight: 800;
  text-align: center
}

.category-filters>a:last-child {
  border-right: 0
}

.category-filters>a:hover,
.category-filters>a.active {
  background: var(--orange);
  color: #fff
}

@media(max-width:1060px) {
  .category-filters>a {
    width: 100%;
    min-width: 100%;
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    font-size: 17px
  }
}

/* Le gabarit final reste large, mais le header doit tenir sans déborder. */
@media(min-width:1300px) {
  .v2-head {
    gap: 22px !important
  }

  .v2-head nav {
    gap: clamp(18px, 1.6vw, 27px) !important;
    min-width: 0
  }

  .v2-head nav a {
    font-size: 18px !important
  }

  .v2-phone {
    font-size: 23px !important
  }

  .v2-head>.v2-btn {
    min-width: 155px !important;
    height: 58px !important;
    padding-inline: 20px !important;
    font-size: 17px !important
  }
}

.seo-zones {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 28px !important
}

.seo-zones>h3 {
  grid-column: 1/-1
}

.seo-zone-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0
}

.seo-zone-group h4 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px
}

.seo-zone-group a {
  line-height: 1.35
}

@media(max-width:1060px) {
  .seo-zones {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }
}

@media(max-width:560px) {
  .seo-zones {
    grid-template-columns: 1fr !important
  }
}

/* Popup promotion publique, autonome du précédent thème. */
.local-offer-popup {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff
}

.local-offer-popup.is-open {
  display: flex
}

.local-offer-popup__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: #000b;
  backdrop-filter: blur(5px);
  cursor: pointer
}

.local-offer-popup__panel {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  min-height: 440px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border: 1px solid #4b555a;
  border-radius: 7px;
  background: #11181c;
  box-shadow: 0 30px 90px #000d
}

.local-offer-popup__content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #11181c;
  color: #fff
}

.local-offer-popup__content p,
.local-offer-popup__content h2 {
  color: #fff
}

.local-offer-popup__logo {
  width: 190px;
  height: auto;
  margin-bottom: 24px
}

.local-offer-popup__close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff55;
  border-radius: 50%;
  background: #080d10cc;
  color: #fff;
  font-size: 25px;
  cursor: pointer
}

.local-offer-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.offer-pill {
  padding: 6px 10px;
  border-radius: 3px;
  background: var(--orange);
  font-weight: 800
}

.offer-discount strong {
  font-size: 52px;
  color: var(--orange)
}

.local-offer-open {
  overflow: hidden
}

.local-offer-popup .offer-date {
  color: #ffb17c;
  font-weight: 700
}

.local-offer-popup .offer-note {
  display: block;
  margin-top: 16px;
  color: #aeb4b6;
  line-height: 1.4
}

.local-offer-popup__content>.v2-btn {
  margin-top: 18px
}

.v2-cta>.v2-wrap>i {
  grid-column: 1 !important;
  grid-row: 1/3 !important;
  width: 86px !important;
  height: 86px !important;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 38px
}

@media(max-width:1060px) {
  .local-offer-popup__panel {
    grid-template-columns: 1fr;
    max-width: 560px
  }

  .local-offer-popup__image {
    display: none
  }

  .local-offer-popup__content {
    padding: 34px 24px
  }

  .v2-cta>.v2-wrap>i {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 26px
  }
}

/* Formulaires dynamiques et messages publics, alignés sur le template final. */
.v2-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px
}

.v2-developer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px
}

.v2-developer i {
  color: #ff6200;
  font-size: 12px;
  animation: developer-heart 1.8s ease-in-out infinite
}

.v2-developer a {
  color: #fff;
  font-weight: 700;
  transition: color .2s
}

.v2-developer a:hover {
  color: #ff6200
}

@keyframes developer-heart {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.16)
  }
}

@media(max-width:680px) {
  .v2-copy {
    flex-direction: column;
    gap: 8px;
    text-align: center
  }
}

.local-offer-popup__panel {
  gap: 0 !important
}

.local-offer-popup__image {
  min-width: 0;
  overflow: hidden
}

.local-offer-popup__image img {
  display: block !important;
  margin: 0 !important;
  border: 0 !important
}

.site-flashes {
  position: fixed;
  z-index: 4900;
  top: 112px;
  right: 24px;
  width: min(430px, calc(100% - 32px));
  display: grid;
  gap: 10px
}

.site-flash {
  display: grid;
  grid-template-columns: 26px 1fr 32px;
  align-items: center;
  gap: 11px;
  padding: 16px 17px;
  border: 1px solid #ff6200;
  border-radius: 5px;
  background: #11181cf5;
  color: #fff;
  box-shadow: 0 18px 45px #0009;
  backdrop-filter: blur(7px)
}

.site-flash>i {
  color: #ff6200;
  font-size: 20px
}

.site-flash>span {
  line-height: 1.45
}

.site-flash>button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 25px;
  cursor: pointer
}

.site-flash--error {
  border-color: #e05252
}

.site-flash--error>i {
  color: #ff7777
}

@media(max-width:680px) {
  .site-flashes {
    top: 88px;
    right: 16px
  }
}

.template-quote-form {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important
}

.quote-form-notice {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 8px;
  padding: 17px 18px;
  border: 1px solid #ff6200;
  border-radius: 5px;
  background: #ff620014;
  color: #fff;
  scroll-margin-top: 130px;
  outline: none
}

.quote-form-notice>i {
  flex: 0 0 auto;
  color: #ff6200;
  font-size: 28px
}

.quote-form-notice>div {
  display: grid;
  gap: 3px
}

.quote-form-notice strong,
.quote-form-notice span {
  display: block !important;
  color: #fff !important
}

.quote-form-notice strong {
  font-size: 18px
}

.quote-form-notice span {
  font-size: 15px;
  font-weight: 500
}

.quote-form-notice--error {
  border-color: #e05252;
  background: #e0525217
}

.quote-form-notice--error>i {
  color: #ff7777
}

.template-quote-form>.v2-btn:disabled {
  cursor: wait;
  opacity: .78
}

.template-quote-form>h3 {
  display: block;
  width: 100%;
  margin: 26px 0 18px;
  font-size: 20px
}

.template-quote-form>.v2-btn {
  margin-top: 22px;
  float: right
}

.quote-page {
  grid-template-columns: minmax(0, 1fr) 340px !important;
  gap: 24px !important;
  align-items: start
}

.quote-page>aside .quote-aside-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px
}

.quote-page>aside .quote-aside-title>i,
.quote-page>aside .quote-aside-title>svg {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  color: var(--orange);
  font-size: 58px
}

.quote-page>aside .quote-aside-title>h2 {
  margin: 0;
  line-height: 1.08
}

@media(max-width:480px) {
  .quote-page>aside .quote-aside-title {
    gap: 14px
  }

  .quote-page>aside .quote-aside-title>i,
  .quote-page>aside .quote-aside-title>svg {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 48px
  }
}

@media(min-width:1300px) {
  .quote-page {
    grid-template-columns: minmax(0, 1fr) 430px !important
  }
}

@media(max-width:1060px) {
  .quote-page {
    grid-template-columns: 1fr !important
  }

  .template-quote-form>.v2-btn {
    float: none;
    width: 100%
  }
}

.booking-grid .full {
  grid-column: 1/-1
}

.address-field {
  position: relative
}

.address-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  overflow: hidden;
  border: 1px solid #ff6200;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0 18px 34px #0008
}

.address-suggestions button {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #111;
  text-align: left;
  font: inherit;
  cursor: pointer
}

.address-suggestions button:hover {
  background: #fff1e8
}

.address-suggestions button:last-child {
  border-bottom: 0
}

.booking-fields {
  padding: 30px !important
}

.booking-fields>.booking-kicker {
  display: block;
  margin-bottom: 5px
}

.booking-fields>h2 {
  margin: 5px 0 22px
}

.booking-message textarea {
  width: 100%;
  min-height: 120px
}

.calendar-empty {
  min-height: 78px;
  border-top: 1px solid #283034;
  border-right: 1px solid #283034
}

.calendar-days button.is-start,
.calendar-days button.is-end {
  background: #ff6200 !important;
  color: #fff !important;
  outline: 2px solid #ff9b5c !important
}

.booking-result {
  margin: 14px 0 0 !important;
  padding: 0;
  text-align: center
}

.booking-result.is-success,
.booking-result.is-error {
  padding: 12px;
  border-radius: 4px
}

.booking-result.is-success {
  border: 1px solid #3ebd78;
  background: #173b2a;
  color: #d9ffea
}

.booking-result.is-error {
  border: 1px solid #e05252;
  background: #421d1d;
  color: #ffdede
}

@media(max-width:820px) {
  .booking-grid .full {
    grid-column: auto
  }

  .booking-fields {
    padding: 20px 15px !important
  }

  .calendar-empty {
    min-height: 58px
  }
}

/* À propos : respiration des actions et centrage du bouton de zone. */
.about-v2>article>.text-link {
  margin: 26px 0 4px;
  padding: 10px 16px
}

.about-bottom>section:last-child .zone-detail-link {
  align-self: center !important;
  justify-content: center;
  margin: 0 auto 22px !important;
  padding: 11px 18px;
  min-height: 42px;
  text-align: center
}

.about-bottom>section:last-child .zone-detail-link i {
  margin-left: 3px
}

@media(max-width:820px) {
  .about-v2>article>.text-link {
    margin-top: 28px
  }

  .about-bottom>section:last-child .zone-detail-link {
    width: min(100%, 330px) !important;
    margin: 0 auto 22px !important;
    min-height: 50px
  }
}

/* Projet à la une : valeurs lisibles et centrées sur toute leur colonne. */
.v2-featured .featured-facts span {
  align-content: start
}

.v2-featured .featured-facts small {
  grid-column: 1/-1;
  width: 100%;
  margin-top: 10px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  overflow-wrap: anywhere
}

@media(min-width:1300px) {
  .v2-featured .featured-facts small {
    font-size: 17px !important
  }
}

/* Administration login */
.acbtp-auth {
  min-height: 100vh;
  background: #080d10
}

.acbtp-auth .auth-main {
  min-height: 100vh
}

.acbtp-login {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 70px 34px;
  overflow: hidden;
  background: #080d10
}

.acbtp-login__backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 13, 16, .98) 0%, rgba(8, 13, 16, .8) 47%, rgba(8, 13, 16, .58) 100%), url('../images/hero-construction.png') center/cover no-repeat;
  opacity: .72
}

.acbtp-login:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 230px;
  box-shadow: inset 0 -145px 105px -1px #080d10;
  pointer-events: none
}

.acbtp-login__back {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 700
}

.acbtp-login__back i {
  color: var(--orange)
}

.acbtp-login__shell {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  border: 1px solid #3b4449;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 28px 80px #000b;
  background: #0d1316e8;
  backdrop-filter: blur(8px)
}

.acbtp-login__brand {
  padding: 54px 56px;
  background: linear-gradient(145deg, #0a0f12f2, #11181be8);
  border-right: 1px solid #3b4449
}

.acbtp-login__brand>img {
  width: 205px;
  height: auto;
  object-fit: contain;
  margin-bottom: 42px
}

.acbtp-login__brand>span,
.acbtp-login__card .admin-header-login small {
  display: block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin-bottom: 34px;
  padding-inline: 66px;
  text-align: center;
}

.acbtp-login__brand h1 {
  margin: 12px 0 22px;
  font-size: 43px;
  line-height: 1.02
}

.acbtp-login__brand h1 em {
  color: var(--orange);
  font-style: normal
}

.acbtp-login__brand p {
  max-width: 510px;
  font-size: 17px
}

.acbtp-login__brand ul {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
  display: grid;
  gap: 16px
}

.acbtp-login__brand li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 15px
}

.acbtp-login__brand li i {
  width: 22px;
  color: var(--orange);
  font-size: 19px;
  text-align: center
}

.acbtp-login__card {
  padding: 48px 46px;
  background: #11181bf5
}

.acbtp-login__card .admin-header-login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin-bottom: 34px;
  padding-inline: 66px;
  text-align: center
}

.acbtp-login__card header>span {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 20px
}

.acbtp-login__card header>div {
  width: 100%;
  text-align: center
}

.acbtp-login__card h2 {
  font-size: 30px;
  margin: 4px 0 0
}

.acbtp-login__form {
  display: grid;
  gap: 11px
}

.acbtp-login__form>label:not(.acbtp-login__remember) {
  font-weight: 800;
  font-size: 14px;
  margin-top: 6px
}

.acbtp-login__field {
  height: 56px;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  border: 1px solid #465056;
  border-radius: 4px;
  background: #1a2023;
  transition: border-color .2s, box-shadow .2s
}

.acbtp-login__field:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px #ff620022
}

.acbtp-login__field>i {
  color: var(--orange);
  text-align: center
}

.acbtp-login__field input {
  min-width: 0;
  height: 100%;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: #fff !important;
  padding: 0 8px !important;
  font: inherit
}

.acbtp-login__field input::placeholder {
  color: #899095
}

.admin-password-toggle {
  height: 100%;
  border: 0;
  background: transparent;
  color: #b7bcbe;
  cursor: pointer
}

.acbtp-login__remember {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 9px 0 4px;
  color: #cbd0d2;
  font-size: 14px
}

.acbtp-login__remember input {
  accent-color: var(--orange)
}

.acbtp-login__submit {
  width: 100%;
  height: 54px;
  margin-top: 5px;
  font-size: 16px
}

.acbtp-login__error {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  margin-bottom: 19px;
  border: 1px solid #d94b4b;
  border-radius: 4px;
  background: #7f202044;
  color: #ffb8b8
}

.acbtp-login__card .admin-footer-login {
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid #353d41;
  text-align: center;
  color: #aeb4b6
}

.acbtp-login__card .admin-footer-login a {
  color: var(--orange);
  font-weight: 800;
  margin-left: 5px
}

@media(max-width:1060px) {
  .acbtp-login {
    padding: 76px 20px 32px
  }

  .acbtp-login__back {
    left: 20px;
    top: 24px
  }

  .acbtp-login__shell {
    grid-template-columns: 1fr;
    max-width: 660px
  }

  .acbtp-login__brand {
    padding: 32px 34px;
    border-right: 0;
    border-bottom: 1px solid #3b4449
  }

  .acbtp-login__brand>img {
    width: 170px;
    margin-bottom: 24px
  }

  .acbtp-login__brand h1 {
    font-size: 34px
  }

  .acbtp-login__brand p {
    font-size: 16px
  }

  .acbtp-login__brand ul {
    grid-template-columns: 1fr 1fr
  }

  .acbtp-login__brand li:last-child {
    grid-column: 1/-1
  }

  .acbtp-login__card {
    padding: 34px
  }
}

@media(max-width:560px) {
  .acbtp-login {
    padding-inline: 12px
  }

  .acbtp-login__brand,
  .acbtp-login__card {
    padding: 27px 20px
  }

  .acbtp-login__brand h1 {
    font-size: 29px
  }

  .acbtp-login__brand ul {
    grid-template-columns: 1fr
  }

  .acbtp-login__brand li:last-child {
    grid-column: auto
  }

  .acbtp-login__card header {
    margin-bottom: 25px
  }

  .acbtp-login__card h2 {
    font-size: 26px
  }
}

/* Navigation mobile pleine largeur : le basculement commence à 1060 px. */
@media(max-width:1060px) {
  .v2-head nav {
    display: none !important;
    position: fixed !important;
    top: 68px !important;
    left: 0 !important;
    right: auto !important;
    width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    padding: 18px 22px 22px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    background: rgba(8, 13, 16, .98) !important;
    border-top: 1px solid var(--line) !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .6) !important;
    transform: none !important;
    z-index: 1000 !important;
  }

  .v2-head nav.open {
    display: flex !important
  }

  .v2-head nav a {
    width: 100% !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  }

  .v2-head nav a:last-child {
    border-bottom: 0 !important
  }
}

/* Ajustements formulaires et liens d'action. */
.template-quote-form .quote-grid>div>label {
  display: block !important;
  margin: 0 0 10px !important;
  line-height: 1.25
}

.template-quote-form>.v2-btn,
.contact-v2 .form-v2>.v2-btn {
  min-height: 58px !important;
  height: 58px !important;
  padding: 0 30px !important;
  font-size: 18px !important
}

.contact-v2 .form-v2>.v2-btn {
  margin-top: 22px
}

.project-detail-page .detail-copy>.v2-btn {
  margin-top: 24px !important
}

.home-services a,
.v2-services a,
.text-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: max-content;
  max-width: 100%;
  white-space: nowrap
}

.home-services a i,
.v2-services a i,
.text-link i {
  flex: 0 0 auto
}

/* Filtres du blog identiques aux realisations. */
.blog-category-filters>a {
  gap: 11px
}

.blog-category-filters>a>i {
  color: var(--orange);
  font-size: 25px;
  line-height: 1
}

.blog-category-filters>a.active>i,
.blog-category-filters>a:hover>i {
  color: #fff
}

.realisations-main .category-filters button>i {
  color: var(--orange);
  font-size: 25px;
  line-height: 1
}

.realisations-main .category-filters button.active>i,
.realisations-main .category-filters button:hover>i {
  color: #fff
}

@media(max-width:1060px) {
  .blog-category-filters>a {
    justify-content: center !important
  }

  .template-quote-form>.v2-btn,
  .contact-v2 .form-v2>.v2-btn {
    width: 100%
  }
}

/* Page avis clients AC BTP. */
.reviews-hero {
  background-image: linear-gradient(90deg, #06090bf2 0%, #06090bc9 42%, #06090b22 78%), url('../images/hero-construction.png')
}

.reviews-v2 {
  padding: 34px 0 42px
}

.reviews-v2__head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 28px
}

.reviews-v2__head>span,
.reviews-v2__promise span {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .06em
}

.reviews-v2__head h2 {
  font-size: 34px;
  margin: 7px 0 10px
}

.reviews-v2__head>i {
  display: block;
  width: 58px;
  height: 3px;
  margin: 0 auto 14px;
  background: var(--orange)
}

.reviews-v2__head p {
  font-size: 17px;
  color: #cbd0d2
}

.reviews-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}

.review-v2-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #11181b;
  box-shadow: 0 14px 30px #0002
}

.review-v2-card.is-hidden {
  display: none
}

.review-v2-card header {
  display: flex;
  align-items: center;
  gap: 13px
}

.review-v2-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: #0a0f11;
  color: #fff;
  font-size: 18px;
  font-weight: 900
}

.review-v2-card header div {
  display: grid;
  gap: 4px
}

.review-v2-card header strong {
  font-size: 18px
}

.review-v2-card header small {
  color: #adb4b7
}

.review-v2-card header small i {
  color: var(--orange);
  margin-right: 4px
}

.review-v2-stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 20px 0 12px;
  color: var(--orange)
}

.review-v2-stars b {
  margin-left: auto;
  color: #fff
}

.review-v2-card>p {
  flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #e5e7e8
}

.review-v2-card footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #c8cdcf
}

.review-v2-card footer>i {
  color: var(--orange)
}

.review-v2-card footer>i:last-child {
  margin-left: auto
}

.reviews-v2__actions {
  text-align: center;
  margin: 26px 0
}

.reviews-v2__promise {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #11181b
}

.reviews-v2__promise>i {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 30px
}

.reviews-v2__promise h2 {
  margin: 5px 0;
  font-size: 26px
}

.reviews-v2__promise p {
  margin: 0;
  color: #cbd0d2
}

@media(max-width:1060px) {
  .reviews-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .reviews-v2__promise {
    grid-template-columns: 62px 1fr
  }

  .reviews-v2__promise>a {
    grid-column: 1/-1;
    width: min(100%, 330px);
    margin: auto
  }
}

@media(max-width:680px) {
  .reviews-v2 {
    padding-top: 24px
  }

  .reviews-v2__head h2 {
    font-size: 28px
  }

  .reviews-v2__grid {
    grid-template-columns: 1fr
  }

  .review-v2-card {
    min-height: 0;
    padding: 20px
  }

  .reviews-v2__promise {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 18px
  }

  .reviews-v2__promise>i {
    margin: auto
  }

  .reviews-v2__promise>a {
    width: 100%
  }
}

.reviews-v2__empty {
  grid-column: 1/-1;
  padding: 42px 24px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #11181b;
  text-align: center
}

.reviews-v2__empty>i {
  font-size: 42px;
  color: var(--orange)
}

.reviews-v2__empty h3 {
  margin: 14px 0 7px;
  font-size: 24px
}

.reviews-v2__empty p {
  margin: 0;
  color: #cbd0d2
}

.zone-city-list {
  line-height: 2
}

.zone-city-list a {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #d5d8da;
  transition: color .18s
}

.zone-city-list a small {
  color: inherit
}

.zone-city-list a:hover {
  color: var(--orange)
}

.zone-city-separator {
  display: inline-block;
  margin: 0 5px;
  color: #6f777b
}

/* Accueil : les 5 services sont répartis sur toute la largeur après retrait de la plomberie. */
.home-main>.home-services {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 12px !important
}

.home-main>.home-services>article {
  flex: 0 1 calc((100% - 48px) / 5) !important;
  width: calc((100% - 48px) / 5) !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 400px !important;
  display: grid !important;
  grid-template-rows: 120px 135px minmax(0, 1fr) !important;
  overflow: hidden !important
}

.home-main>.home-services .home-service-head {
  min-height: 120px !important
}

.home-main>.home-services .asset-photo {
  height: 135px !important;
  min-height: 135px !important;
  aspect-ratio: auto !important
}

.home-main>.home-services .home-service-copy {
  min-height: 0 !important;
  padding: 14px 14px 16px !important;
  display: flex !important;
  flex-direction: column !important
}

.home-main>.home-services .home-service-copy p {
  margin: 0 0 12px !important
}

.home-main>.home-services .home-service-copy a {
  margin-top: auto !important;
  flex: 0 0 auto !important
}

@media (min-width: 1300px) {
  .home-main>.home-services {
    gap: 14px !important
  }

  .home-main>.home-services>article {
    flex-basis: calc((100% - 56px) / 5) !important;
    width: calc((100% - 56px) / 5) !important;
    height: 500px !important;
    grid-template-rows: 150px 170px minmax(0, 1fr) !important
  }

  .home-main>.home-services .home-service-head {
    min-height: 150px !important
  }

  .home-main>.home-services .asset-photo {
    height: 170px !important;
    min-height: 170px !important
  }
}

@media (max-width: 1050px) {
  .home-main>.home-services {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: stretch !important
  }

  .home-main>.home-services>article {
    width: 100% !important;
    height: 410px !important
  }
}

@media (max-width: 820px) {
  .home-main>.home-services {
    grid-template-columns: 1fr !important;
    gap: 16px !important
  }

  .home-main>.home-services>article {
    height: auto !important;
    min-height: 0 !important;
    grid-template-rows: auto 230px auto !important
  }

  .home-main>.home-services .asset-photo {
    height: 230px !important;
    min-height: 230px !important
  }
}
