/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template W4D
Author:       Digital Vision
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
/*@import "lib-splide";
@import "lib-fancybox";

// Base : typo, thèmes de section, boutons, en-têtes de bloc
@import "base";
*/
#header {
  position: fixed;
  z-index: 250;
}
#header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#header nav ul {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 25px;
}
#header nav ul li a {
  color: #e9e9e9;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
#header nav ul li a:hover {
  color: #c6a578;
}
#header nav ul li.current-menu-item a {
  color: #c6a578;
}
@media (max-width: 991px) {
  .burger-menu {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: auto;
  }
  .burger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #c6a578;
    margin-bottom: 5px;
    transition: 0.3s;
  }
  .burger-menu.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger-menu.open span:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  #navigate-desktop {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #ffffff;
    padding: 100px 30px;
    transition: 0.4s ease-in-out;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
  }
  #navigate-desktop.active {
    right: 0;
  }
  #navigate-desktop .mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
  }
  #navigate-desktop .mobile-contact-info a {
    color: #e9e9e9;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }
  #navigate-desktop .mobile-contact-info hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0;
    width: 50px;
  }
  #navigate-desktop .mobile-contact-info .mobile-social a {
    color: #c6a578;
    font-size: 13px;
  }
  #navigate-desktop nav ul {
    flex-direction: column;
    text-align: left;
    gap: 20px;
  }
  #navigate-desktop nav ul li a {
    color: #e9e9e9 !important;
  }
}
/* WP Admin Bar */
.admin-bar #header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #header {
    top: 46px;
  }
}
/* ==========================================================================
   Comptanord — Front page
   À @import dans ta feuille principale. Work Sans supposée déjà chargée.
   ========================================================================== */
/* ------------------------------------------------------------- Variables */
/* --------------------------------------------------------------- Mixins */
/* ----------------------------------------------------------- Base / util */
html {
  scroll-behavior: smooth;
}
.home,
.site-header,
.site-footer {
  font-family: 'Work Sans', sans-serif;
  color: #e9e9e9;
}
section[id] {
  scroll-margin-top: 84px;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-title {
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.section-title--left {
  text-align: left;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
/* --------------------------------------------------------------- Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s ease, box-shadow 0.4s ease;
}
.site-header.is-visible {
  transform: none;
  opacity: 1;
}
.site-header.is-solid {
  background: rgba(27, 27, 27, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 #383838;
}
.site-header__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo img {
  height: 85px;
  width: auto;
  display: block;
}
.apropos__header .site-header__logo img {
  height: 115px;
}
.site-nav {
  display: flex;
  gap: 20px;
}
.site-nav__link {
  position: relative;
  color: #e9e9e9;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 0;
  transition: color 0.3s;
  text-decoration: none !important;
}
.site-nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #b8935e;
  transition: width 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-nav__link:hover,
.site-nav__link.is-active {
  color: #b8935e;
}
.site-nav__link:hover::after,
.site-nav__link.is-active::after {
  width: 100%;
}
/* Burger mobile */
.nav-toggle {
  display: none;
  position: relative;
  width: 34px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 110;
}
.nav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-toggle span:nth-child(1) {
  top: 1px;
}
.nav-toggle span:nth-child(2) {
  top: 11px;
}
.nav-toggle span:nth-child(3) {
  top: 21px;
}
body.nav-open .nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
body.nav-open .nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
/* ----------------------------------------------------------------- Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(120% 120% at 50% 32%, #262626 0%, #202020 62%);
}
.hero__logo {
  width: min(340px, 62vw);
  height: auto;
  animation: cn-fade-up 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: block;
}
.hero__scroll img {
  width: 22px;
  opacity: 0.8;
  animation: cn-bob 1.8s ease-in-out infinite;
}
@keyframes cn-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes cn-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* -------------------------------------------------------------- À propos */
.apropos {
  position: relative;
  padding: 225px 0 120px;
  background-size: cover;
  background-position: center;
  /* Logo + menu affichés d'office en haut de la section (pas fixe, pas sticky) :
	   ils défilent avec la page. Le header fixe (#siteHeader) ne prend le relais
	   qu'une fois cette barre sortie de l'écran — voir onScroll() dans scripts.js. */
}
.apropos__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #202020 0%, rgba(32, 32, 32, 0) 100%);
}
.apropos__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 18px 0;
}
.apropos__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 180px;
}
.apropos__intro {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
  font-weight: 300;
  color: #fff;
  margin-bottom: 26px;
  /* "COMPTANORD" en gras dans le WYSIWYG */
}
.apropos__intro strong,
.apropos__intro b {
  color: #b8935e;
  font-weight: 600;
  text-transform: uppercase;
}
.apropos__intro p {
  margin: 0;
}
.apropos__content {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
.apropos__content p {
  margin: 0 0 1em;
}
.apropos__content p:last-child {
  margin-bottom: 0;
}
.apropos__signature {
  display: block;
  margin-top: 34px;
  max-width: 67.5%;
  height: auto;
  /* Si ta signature est en noir sur fond transparent : ajoute filter: invert(1) brightness(1.6); */
}
.apropos__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/0.92;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.apropos__media img:hover {
  filter: grayscale(0);
}
/* -------------------------------------------------------------- Services */
.services {
  padding: 110px 0;
  background: #202020;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.service {
  position: relative;
  border: 1px solid #fff;
  padding: 60px 40px 54px;
  text-align: center;
  overflow: hidden;
  transition: border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service:hover {
  border-color: rgba(184, 147, 94, 0.55);
  background: #202020;
  transform: translateY(-4px);
}
.service__num {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 52px;
  font-weight: 200;
  color: #b8935e;
}
.service__icon {
  width: 120px;
  height: 90px;
  margin: 6px auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
}
.service__icon img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  outline: none !important;
}
.service:hover .service__icon img {
  transform: scale(1.08);
}
.service__name {
  margin: 0 auto;
  font-size: 28px;
  text-transform: uppercase;
  color: #b8935e;
  max-width: 440px;
  font-weight: 600;
  line-height: 1.5;
}
.service__toggle {
  margin: 60px auto 0;
  display: flex;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  outline: none !important;
}
.service__toggle img {
  width: 24px;
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  outline: none !important;
}
.service.is-open .service__toggle img {
  transform: rotate(180deg);
}
.service__details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service__details-inner {
  padding-top: 18px;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.service__details-inner p {
  margin: 0 0 1em;
}
.service__details-inner p:last-child {
  margin-bottom: 0;
}
/* --------------------------------------------------------------- Contact */
.contact {
  padding: 110px 0;
  background: #202020;
  /* Formulaire (WPForms + fallback générique / Contact Form 7)
	   NB : le CSS "Modern" de WPForms cible des sélecteurs très spécifiques
	   (div.wpforms-container-full .wpforms-form .wpforms-field input[type=text])
	   avec box-shadow/border-radius pour dessiner les bordures : on neutralise
	   ces propriétés en !important pour garantir la priorité de nos règles. */
}
.contact__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}
.contact__intro {
  color: #fff;
  line-height: 1.25;
  font-size: 15px;
  margin: 0 0 28px;
  max-width: 420px;
}
.contact__coords {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 30px;
}
.contact__link {
  color: #b8935e;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  transition: color 0.3s;
}
.contact__link:hover {
  color: #c9a877;
}
.contact__office-label {
  color: #fff;
  font-size: 15px;
  margin: 0 0 20px;
}
.contact__address {
  font-style: normal;
  color: #b8935e;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
}
.contact__social {
  display: flex;
  gap: 18px;
  margin-top: 26px;
}
.contact__social a {
  color: #9a9a9a;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.contact__social a:hover {
  color: #b8935e;
}
.contact__form {
  /* Tous les champs sur toute la largeur, même si WPForms leur donne une
		   taille "medium/small" ou les range en colonnes (wpforms-field-row). */
  /* Le label sert de placeholder (texte recopié dedans en JS puis masqué
		   visuellement, cf. scripts.js) : cet état par défaut reste visible tant
		   que le JS n'a pas tourné / pour les libellés hors champs texte. */
  /* Textarea "Message" : bloc plein avec fond plus clair, pas de soulignement */
  /* Case à cocher de consentement — libellé aligné avec le texte, pas la case */
  /* Bouton d'envoi — icône ajoutée en CSS via assets/images/send.svg */
}
.contact__form .wpforms-container {
  margin-top: -25px !important;
}
.contact__form .wpforms-field-container,
.contact__form .wpforms-field {
  background: none !important;
}
.contact__form .wpforms-field {
  margin-bottom: 26px !important;
}
.contact__form .wpforms-field-container,
.contact__form .wpforms-field,
.contact__form .wpforms-field-row,
.contact__form .wpforms-field-row-block,
.contact__form .wpforms-field-medium,
.contact__form .wpforms-field-large,
.contact__form .wpforms-field-small {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
.contact__form label,
.contact__form .wpforms-field-label,
.contact__form .wpcf7-list-item-label {
  display: block !important;
  color: #e9e9e9 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0 0 12px !important;
}
.contact__form .wpforms-field-label.is-placeholder {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
}
.contact__form .wpforms-required-label {
  color: inherit !important;
}
.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="tel"],
.contact__form input[type="url"],
.contact__form input[type="number"],
.contact__form textarea,
.contact__form select {
  display: block;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #e9e9e9 !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 15px !important;
  padding: 10px 2px !important;
  transition: border-color 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.contact__form input[type="text"]::placeholder,
.contact__form input[type="email"]::placeholder,
.contact__form input[type="tel"]::placeholder,
.contact__form input[type="url"]::placeholder,
.contact__form input[type="number"]::placeholder,
.contact__form textarea::placeholder,
.contact__form select::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.contact__form input[type="text"]:focus,
.contact__form input[type="email"]:focus,
.contact__form input[type="tel"]:focus,
.contact__form input[type="url"]:focus,
.contact__form input[type="number"]:focus,
.contact__form textarea:focus,
.contact__form select:focus,
.contact__form input[type="text"]:hover,
.contact__form input[type="email"]:hover,
.contact__form input[type="tel"]:hover,
.contact__form input[type="url"]:hover,
.contact__form input[type="number"]:hover,
.contact__form textarea:hover,
.contact__form select:hover {
  outline: none !important;
  border-color: #b8935e !important;
  box-shadow: none !important;
}
.contact__form textarea {
  min-height: 140px !important;
  resize: vertical;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 0 !important;
  border-radius: 3px !important;
  padding: 14px !important;
}
.contact__form input[type="checkbox"] {
  accent-color: #b8935e;
}
.contact__form .wpforms-field-checkbox-list,
.contact__form .wpcf7-list-item {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.contact__form .wpforms-field-checkbox-list li,
.contact__form .wpcf7-list-item {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  background: none !important;
}
.contact__form .wpforms-field-checkbox-list input[type="checkbox"],
.contact__form .wpcf7-list-item input[type="checkbox"] {
  margin-top: 4px !important;
  flex-shrink: 0;
}
.contact__form .wpforms-field-checkbox-list label,
.contact__form .wpforms-field-checkbox-list .wpforms-field-label-inline,
.contact__form .wpcf7-list-item-label {
  display: inline !important;
  margin: 0 !important;
  color: #9a9a9a !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
.contact__form .btn-send,
.contact__form button[type="submit"],
.contact__form input[type="submit"],
.contact__form .wpforms-submit,
.contact__form .wpcf7-submit {
  margin-top: 20px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  color: #b8935e !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 26px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 8px 0 !important;
  transition: color 0.3s, gap 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.contact__form .btn-send::before,
.contact__form button[type="submit"]::before,
.contact__form input[type="submit"]::before,
.contact__form .wpforms-submit::before,
.contact__form .wpcf7-submit::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask: url('assets/images/send.svg') no-repeat center / contain;
  mask: url('assets/images/send.svg') no-repeat center / contain;
}
.contact__form .btn-send:hover,
.contact__form button[type="submit"]:hover,
.contact__form input[type="submit"]:hover,
.contact__form .wpforms-submit:hover,
.contact__form .wpcf7-submit:hover {
  color: #c9a877 !important;
  gap: 14px;
}
.contact__form .btn-send img,
.contact__form button[type="submit"] img,
.contact__form input[type="submit"] img,
.contact__form .wpforms-submit img,
.contact__form .wpcf7-submit img {
  width: 18px;
}
.contact__form .wpforms-submit-container {
  text-align: right;
}
.contact__form-empty {
  color: #9a9a9a;
  font-size: 14px;
}
/* ------------------------------------------------------------------- Map */
.map-section {
  background: #1b1b1b;
}
.map {
  width: 100%;
  height: 460px;
  background: #202020;
}
.leaflet-container {
  background: #202020 !important;
  font-family: 'Work Sans', sans-serif;
}
.leaflet-control-attribution {
  background: rgba(27, 27, 27, 0.8) !important;
  color: #9a9a9a !important;
}
.leaflet-control-attribution a {
  color: #b8935e !important;
}
/* ---------------------------------------------------------------- Footer */
.site-footer {
  background: #1b1b1b;
  border-top: 1px solid #383838;
  padding: 20px 0;
}
.site-footer__line {
  margin: 0;
  text-align: center;
  color: #9a9a9a;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.site-footer__line a {
  color: #9a9a9a;
  text-decoration: none;
  transition: color 0.3s;
}
.site-footer__line a:hover {
  color: #b8935e;
}
.site-footer__line .sep {
  margin: 0 10px;
  opacity: 0.5;
}
/* ------------------------------------------------------------- Back top */
.back-top {
  position: fixed;
  right: calc(50vw - (1180px / 2) + 16px);
  bottom: 38px;
  z-index: 9000;
  width: 44px;
  height: 44px;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.3s;
}
.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.back-top:hover {
  background: #c9a877;
}
.back-top img {
  width: 44px;
}
/* --------------------------------------------------------------- Responsive */
@media (max-width: 900px) {
  .apropos {
    padding: 120px 0 90px;
  }
  .apropos__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .apropos__media {
    order: -1;
    max-width: 280px;
  }
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .site-header {
    transform: none;
    opacity: 1;
    background: rgba(27, 27, 27, 0.95);
    padding: 14px 0;
  }
  .site-header__logo img {
    height: 34px;
  }
  /* Le header fixe reste affiché en permanence sur mobile : la barre statique
	   de la section À propos (avec son propre menu sans burger) est redondante. */
  .apropos__header {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .site-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: rgba(27, 27, 27, 0.98);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
  }
  .site-nav__link {
    font-size: 18px;
  }
  .services {
    padding: 80px 0;
  }
  .contact {
    padding: 80px 0;
  }
  .map {
    height: 340px;
  }
  .service {
    padding: 44px 28px 32px;
  }
  .back-top {
    right: 16px;
    bottom: 16px;
  }
}
.site-footer {
  background: #1b1b1b;
  color: #fff;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #c6a578;
}
.site-footer .hash {
  color: #c6a578;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
  padding-bottom: 30px;
}
.site-footer__contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.site-footer__col {
  font-size: 16px;
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.site-footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.site-footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-menu a {
  font-size: 15px;
}
.site-footer__social {
  display: flex;
  gap: 26px;
}
.site-footer__social a {
  font-size: 15px;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0 40px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer__bottom a {
  color: rgba(255, 255, 255, 0.6);
}
/*
// Blocs
@import "block-hero";
@import "block-reassurance";   // + product-types + services (cartes numérotées)
@import "block-gallery";
@import "block-timeline";
@import "block-news";
@import "block-text-media";
@import "block-faq";
@import "block-teaser-text";
@import "block-partners";
@import "block-temoignages";   // + contact + team
*/
@media (max-width: 991.98px) {
  .section {
    padding: 72px 0;
  }
  .section > .section__inner > div + div {
    margin-top: 72px;
  }
  .section--space-above-previous {
    margin-top: -30px;
  }
  .block-hero .hero-slide {
    min-height: 78vh;
  }
  .block-hero .hero-slide__content {
    text-align: left;
    margin-left: 0;
  }
  .block-hero .hero-slide__content .btn {
    margin-left: 0;
  }
  .block-reassurance .row > .col-lg-3 {
    margin-bottom: 24px;
  }
  .block-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .block-gallery .gallery-grid__item--0,
  .block-gallery .gallery-grid__item--2,
  .block-gallery .gallery-grid__item--4 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .site-footer__top {
    grid-template-columns: 1fr;
  }
  .site-footer__nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__bottom {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  :root,
  html,
  body {
    font-size: 16px;
  }
  .product-types__grid > [class^="col"],
  .services-grid > [class^="col"],
  .product-types__grid > [class*=" col"],
  .services-grid > [class*=" col"] {
    border-left: 0;
    border-right: 0 !important;
  }
  .block-gallery .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .block-news .news-item {
    grid-template-columns: 96px 1fr;
  }
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer__contact {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .site-footer__col {
    padding-left: 16px;
  }
  .footer-menu {
    gap: 18px 26px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    width: 100%;
    justify-content: center;
  }
  .block-hero .hero-slide__content .btn {
    width: 100%;
  }
  .block-news .news-item {
    grid-template-columns: 1fr;
  }
  .block-news .news-item .news-item__media {
    display: none;
  }
}
