@charset "UTF-8";
/**
  * Theme Name: 0 emission
  **/
:root {
  --black: #000000;
  --white: #ffffff;
  --white-rgb: 255,255,255;
  --black-rgb: 0, 0, 0;
}

html, body {
  overflow-x: hidden;
}

header.home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000000 url("https://0emission.agencemat360.com/wp-content/uploads/themes/header.webp");
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}
header.home .col-lg-6 {
  display: flex;
  align-items: center;
}
header.home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(11, 42, 123, 0.75), rgba(11, 42, 123, 0.75), rgba(11, 42, 123, 0.05));
}
header.home span.badge-lg {
  position: relative;
  font-size: 1.1em;
  font-weight: 200;
  border-radius: 999px;
  padding: 0.5em 2em;
  color: #0b2a7b;
}
header.home .badge {
  position: relative;
  font-size: 0.975em;
  font-weight: 200;
  border-radius: 999px;
  padding: 0.45em 1em;
  color: #0b2a7b;
}
header.home h1 {
  margin-top: 0.5em;
  font-size: clamp(1.25em, 5vh, 3em) !important;
}
header.home h1, header.home p, header.home a {
  position: relative;
}
header.home h2 {
  position: relative;
  font-size: 1.5em;
  text-align: center;
  color: #0b2a7b;
}
header.home p {
  font-size: 1.5em !important;
  font-weight: 200;
}
header.home .card {
  padding: 2em 1em;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 0;
}
header.home label {
  font-size: 0.875em;
  margin-top: 0.5em;
  color: #0b2a7b;
}
header.home .navbar {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 767px) {
  header.home .navbar {
    display: flex;
    justify-content: center;
    text-align: center !important;
  }
}
header.home .navbar-brand {
  position: relative !important;
}

header.header-page {
  position: relative;
  color: #ffffff;
  background: linear-gradient(140deg, #0b2a7b, #406bd8);
  width: 100%;
  height: 15em;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-page h1 {
  color: #ffffff !important;
  text-align: center;
}

nav {
  padding: 2em 2em !important;
}

.text-green {
  color: #1de25f;
}

.text-red {
  color: #a40707;
}

.text-blue {
  color: #0b2a7b;
}

.rounded-pills {
  border-radius: 25px;
}

.fw-200 {
  font-weight: 200;
}

.lead {
  font-size: 1.075em !important;
  font-weight: 200 !important;
}

section {
  padding: 3em 1em;
}

.probleme h1 {
  font-weight: bold;
  color: #0b2a7b;
  text-align: center;
  margin-bottom: 1em;
}
.probleme .card {
  padding: 2em 2em !important;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 0;
  box-shadow: none !important;
}
.probleme img {
  border-radius: 25px !important;
}

.solutions {
  margin: 0 0;
}
@media (min-width: 768px) {
  .solutions {
    padding: 3em 0;
  }
}
@media (max-width: 767px) {
  .solutions {
    padding: 3em 1em;
  }
}

.solution {
  background: linear-gradient(140deg, #0b2a7b, #406bd8);
  color: #ffffff;
  padding: 4em !important;
}
@media (min-width: 768px) {
  .solution {
    border-radius: 0 25px 25px 0 !important;
  }
}
@media (max-width: 767px) {
  .solution {
    border-radius: 25px !important;
  }
}
.solution .card {
  padding: 2em !important;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 0;
  text-align: center;
  margin: 0.5em;
  color: #0b2a7b;
}
.solution .card div {
  font-size: 2em;
  color: #0b2a7b;
  font-weight: 600;
}

.financement {
  padding: 0 !important;
}
.financement .card {
  padding: 3em !important;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  color: #0b2a7b;
}
@media (min-width: 768px) {
  .financement .card {
    margin: 0.5em !important;
  }
}
@media (max-width: 767px) {
  .financement .card {
    margin: 1em !important;
  }
}
.financement .card div {
  font-size: 2em;
  color: #0b2a7b;
  font-weight: 600;
}

.deroulement {
  padding: 5em 1em !important;
  text-align: center;
  font-weight: 200;
}
.deroulement h2 {
  font-size: clamp(1.5em, 5vh, 2.5em) !important;
  color: #0b2a7b;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .deroulement .col-lg-2 {
    padding: 1.5em;
    border-radius: 15px;
    background: linear-gradient(140deg, #0b2a7b, #406bd8);
    color: #ffffff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin: 1em !important;
  }
}
@media (max-width: 767px) {
  .deroulement .col-5 {
    margin: 0.5em !important;
    padding: 1em;
    border-radius: 15px;
    background: linear-gradient(140deg, #0b2a7b, #406bd8);
    color: #ffffff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
}
.deroulement span {
  font-size: 5em;
  color: #fff;
  font-weight: bold;
}

.testimonials {
  position: relative;
  padding: 0;
  width: 100vw;
  z-index: 0;
  /* Nuage de cartes sur toute la largeur */
  /* Durées différentes par colonne pour un effet plus organique */
  /* Durées différentes par colonne pour un effet plus organique */
  /* Légers décalages horizontaux pour l’effet “éparpillé” */
  /* La pool reste uniquement une source pour le JS, jamais affichée */
  /* VERSION MOBILE : 1 seule colonne de marquee */
}
.testimonials .overlay-testimonials {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(var(--white-rgb), 1), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0), rgba(var(--white-rgb), 1));
  z-index: 1;
  padding: 0.5em 0 !important;
}
.testimonials .text {
  position: absolute;
}
.testimonials h2 {
  text-align: center;
  z-index: 3;
  color: #0b2a7b;
  font-weight: 800;
  font-size: clamp(4em, 5vh, 10em);
  margin-bottom: 0.5em;
}
.testimonials p.section-intro {
  text-align: center;
  position: relative !important;
  color: var(--black);
  font-size: 1.1em;
  font-weight: 200;
  margin-bottom: 2.5em;
}
.testimonials .testimonials-cloud {
  margin: 0 auto;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  height: 50em;
  overflow: hidden;
  padding: 0;
}
.testimonials .testimonials-column {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.testimonials .testimonials-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation-name: testimonials-marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.testimonials .testimonials-column:nth-child(1) .testimonials-track {
  animation-duration: 38s;
}
.testimonials .testimonials-column:nth-child(2) .testimonials-track {
  animation-duration: 44s;
  animation-direction: reverse;
}
.testimonials .testimonials-column:nth-child(3) .testimonials-track {
  animation-duration: 50s;
}
.testimonials .testimonials-column:nth-child(4) .testimonials-track {
  animation-duration: 56s;
  animation-direction: reverse;
}
.testimonials .testimonial-card {
  background: #ffffff;
  border-radius: 1.5em;
  padding: 1.8rem 2rem;
  box-shadow: 0 18px 15px rgba(0, 0, 0, 0.06);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  position: relative;
  margin: 0.15em 2em;
}
.testimonials .testimonial-card::before {
  content: "“";
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: -1.2rem;
  left: -0.2rem;
  color: #0b2a7b;
  opacity: 0.6;
}
.testimonials .testimonial-content {
  position: relative;
  z-index: 1;
}
.testimonials .testimonial-author {
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--or-darken);
  margin-top: 1.5rem;
}
.testimonials .testimonial-meta {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(var(--black-rgb), 0.65);
}
.testimonials .testimonials-pool {
  display: none;
}
@media (max-width: 767.98px) {
  .testimonials {
    /* On cache toutes les colonnes sauf la première */
  }
  .testimonials .testimonials-cloud {
    display: flex;
    justify-content: center;
    height: 32em; /* plus compact sur mobile */
    padding: 0 1rem;
    overflow: hidden;
  }
  .testimonials .testimonials-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials .testimonials-column:nth-child(n+2) {
    display: none;
  }
  .testimonials .testimonial-card {
    margin: 0.15em 0.75rem;
    padding: 1.4rem 1.6rem;
    font-size: 0.95rem;
  }
}

@keyframes testimonials-marquee {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.testimonials .testimonials-track {
  will-change: transform;
}

.bg-blue {
  background-color: #0b2a7b;
}

.btn-theme-1 {
  border: 1px solid #1de25f;
  background-color: #1de25f;
  color: #0b2a7b;
  border-radius: 999px !important;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.btn-theme-1:hover {
  border: 1px solid #0b2a7b;
  background-color: #0b2a7b;
  color: #ffffff;
  box-shadow: 0 0rem 2rem rgb(29, 196, 226);
}

.btn-theme-2 {
  border: 1px solid #0b2a7b;
  background-color: #0b2a7b;
  color: #ffffff;
  border-radius: 999px !important;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.btn-theme-2:hover {
  border: 1px solid #1de25f;
  background-color: #1de25f;
  color: #ffffff;
  box-shadow: 0 0rem 2rem rgb(29, 196, 226);
}

.form {
  position: relative;
  background-image: url("https://0emission.agencemat360.com/wp-content/uploads/themes/entrepot.webp");
  background-size: cover;
}
.form .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.form .card {
  position: relative;
  padding: 2em 1em;
  border-radius: 25px;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 0;
}

.form-control, .form-select {
  border-radius: 25px;
}

.reassurance {
  background: linear-gradient(140deg, #0b2a7b, #406bd8);
}
.reassurance .card {
  text-align: center;
  color: #ffffff;
  background: none !important;
  border: 0;
  font-weight: 200;
}

.faq {
  padding: 5em 1em !important;
}
.faq .h2 {
  font-size: clamp(1.5em, 5vh, 2.5em) !important;
  color: #0b2a7b;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}

.step {
  display: none;
}

.step.active {
  display: block;
  animation: fadeStep 0.3s ease-in-out;
}

@keyframes fadeStep {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer .nav > li.menu-item > a {
  color: #0b2a7b !important;
  text-decoration: none !important;
  margin: 0 1em !important;
}/*# sourceMappingURL=style.css.map */