@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
:root {
  --black: #000000;
  --white: #ffffff;
  --white-rgb: 255,255,255;
  --black-rgb: 0,0,0;
  --gray: #dddddd;
  --or: #f8bd0d;
  --or2: #edd487;
  --or3: #91700f;
  --or-rgb: 248, 189, 13;
  --or2-rgb: 237, 212, 135;
  --or3-rgb: 145, 112, 15;
  --opacity-15: 0.15;
  --opacity-25: 0.25;
  --opacity-50: 0.5;
  --light: #f8f9fa;
  --size-btn-lg: 0.5em 1.5em;
  --radius: 0.5em;
}

hr {
  height: 1px !important;
  color: var(--gray) !important;
}

@font-face {
  font-family: "Alexandria";
  src: url("./assets/Alexandria-VariableFont_wght.ttf") format("truetype");
  font-weight: inherit;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gloock";
  src: url("./assets/Gloock-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
.ff-gloock {
  font-family: "Gloock", serif;
}

.ff-alexandria {
  font-family: "Alexandria", serif;
}

html, body {
  font-family: "Alexandria", serif;
}

html {
  scroll-padding-top: 9em;
}

.fw-100 {
  font-weight: 100 !important;
}

.text-xs {
  font-size: 0.875em;
}

.btn-theme-1 {
  background: var(--black);
  font-weight: 200;
  color: var(--white);
  border: 1px solid var(--black);
  border-radius: var(--radius) !important;
}
.btn-theme-1:hover, .btn-theme-1:focus, .btn-theme-1:active {
  background: var(--white) !important;
  color: var(--black);
  border: 1px solid var(--black);
}

.btn-theme-2 {
  background: var(--white);
  font-weight: 200 !important;
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: var(--radius) !important;
}
.btn-theme-2:hover, .btn-theme-2:focus, .btn-theme-2:active {
  background: var(--black) !important;
  color: var(--white);
  border: 1px solid var(--white);
}

.btn-theme-3 {
  background: var(--black);
  font-weight: 200 !important;
  color: var(--white) !important;
  border: 0;
  border-radius: var(--radius) !important;
}
.btn-theme-3:hover, .btn-theme-3:focus, .btn-theme-3:active {
  background: var(--black) !important;
  color: var(--white) !important;
}

.btn-lg {
  padding: var(--size-btn-lg) !important;
  font-size: 1.25em;
}

.menu {
  position: sticky;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: 999;
  background: rgba(var(--white-rgb), 1);
  border-bottom: 1px solid var(--black);
}
.menu nav {
  padding: 1em 1em !important;
}
.menu a {
  text-decoration: none;
  color: inherit;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.menu ul .menu {
  padding: 1em 1em !important;
}
.menu li {
  color: var(--black);
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background: none;
  font-weight: 200;
}
.navbar-brand > img {
  width: 275px;
  height: auto;
}

.hero {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--black);
}
.hero h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(2em, 5vw, 3em) !important;
  font-weight: 500 !important;
}
.hero p {
  font-weight: 200;
  font-size: clamp(1em, 5vh, 1.5em);
}
.hero .col-lg-6:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.hero .col-lg-6:last-child img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .hero {
    height: calc(100% - 90px);
  }
  .hero .col-lg-6:first-child div {
    width: 80%;
  }
  .hero p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .hero {
    background: url("../../uploads/themes/hero-niddouillet.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero .col-lg-6:last-child {
    display: none;
  }
  .hero .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--white-rgb), var(--opacity-50));
  }
}

.projet {
  padding: 2em;
  text-align: center;
  border-bottom: 1px solid var(--black);
}
.projet h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(2em, 5vw, 3.5em) !important;
  font-weight: 500 !important;
}
.projet p {
  font-weight: 200;
  font-size: clamp(1em, 5vh, 1.5em);
}

section {
  padding: clamp(1.5em, 10vh, 4em) 0;
}

.why {
  position: relative;
  text-align: center;
}
.why h2 {
  font-size: clamp(1.5em, 5vh, 3em);
  margin: 0 1em 0.25em;
  font-family: "Cinzel", serif;
}
.why .bi {
  display: block;
  font-size: 5em !important;
  color: var(--black);
}
.why span {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  font-family: "Cinzel", serif;
}
.why p {
  width: 60%;
  margin: 0 auto;
  font-weight: 300;
}
.why .col-lg-6 {
  min-height: 15em;
}

.why-plus {
  position: relative;
  text-align: start;
}
.why-plus .container {
  background: var(--light);
  padding: 5em 1em;
}
.why-plus h2 {
  font-size: clamp(1.5em, 5vh, 3em);
  font-family: "Cinzel", serif;
}
.why-plus .bi {
  display: block;
  font-size: 5em !important;
  color: var(--black);
}
.why-plus span {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  font-family: "Cinzel", serif;
}
.why-plus p, .why-plus li {
  font-weight: 300 !important;
}
.why-plus .col-lg-6 {
  min-height: 15em;
}
.why-plus .list-group-item,
.why-plus .list-group {
  background: none;
  padding-left: 0 !important;
}

.offres h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5em, 5vh, 3em);
  margin: 0 1em 0.25em;
}
.offres .list-group.list-group-flush {
  display: flex;
}
.offres .list-group.list-group-flush span {
  width: 70%;
}
.offres .card .list-group,
.offres .list-group-item:last-child {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.how {
  position: relative;
  text-align: center;
  padding: 0 !important;
}
.how .col-lg-7:first-child {
  background-color: var(--black);
  color: var(--white);
  padding: clamp(1.5em, 10vh, 5em) 0;
}
.how .col-lg-7:first-child h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5em, 5vh, 3em);
  margin: 0 1em 0.25em;
}
.how .col-lg-7:first-child h3 {
  font-family: "Cinzel", serif;
}
.how .col-lg-7:first-child .number {
  display: block;
  font-size: 4em !important;
  font-weight: 400;
}
.how .col-lg-7:first-child .number-child {
  display: block;
  font-size: 7em !important;
  font-weight: 700;
}
.how .col-lg-7:first-child p {
  width: 60%;
  margin: 0 auto;
  font-size: 0.875em;
  font-weight: 200;
}
.how .col-lg-5:last-child > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.temoignages {
  position: relative;
}
.temoignages h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5em, 5vh, 3em);
  margin: 0 1em 0.25em;
  text-align: center;
}
.temoignages h3 {
  font-weight: 300;
  margin: 0 2em 0.25em 2em;
  text-align: center;
}
.temoignages .swiper {
  margin-top: 2em;
}
.temoignages .card {
  border: 0;
  min-height: 15em;
}
.temoignages .card-text {
  min-height: 6em;
  font-weight: 400;
}

.sect-call-to-action {
  margin: clamp(2em, 5vw, 4em) 0 0 0;
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-call-to-action::before {
  content: "";
  position: absolute;
  inset: -40vh 0;
  background: url("../../uploads/themes/sect-call-to-action2.webp") center/cover no-repeat;
  will-change: transform;
  transform: translate3d(0, var(--parallaxY, 0px), 0);
}
@media (max-width: 767px) {
  .sect-call-to-action {
    padding: 0 0.75em;
  }
}
.sect-call-to-action h4 {
  position: relative;
  font-family: "Cinzel", serif;
  margin-bottom: 0.25em;
  text-align: center;
  color: var(--black);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sect-call-to-action h4 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .sect-call-to-action h4 {
    width: 70%;
    font-size: 3em;
  }
}
.sect-call-to-action .btn {
  position: relative;
  margin-top: 1em;
}
.sect-call-to-action .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--white-rgb), var(--opacity-15));
  border-radius: 1em;
}

/* Loader plein écran */
#page-loader {
  position: fixed;
  inset: 0;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* au-dessus de tout */
  opacity: 1;
  transition: opacity 0.8s ease;
}
#page-loader p {
  color: var(--white) !important;
  font-family: "Cinzel" !important;
  text-align: center !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  font-weight: 200;
}

/* Image du logo */
#page-loader img {
  max-width: 400px;
  height: auto;
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Classe appliquée pour cacher le loader */
#page-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.agence h1,
.agence h2,
.agence h3,
.agence .lead {
  color: var(--black);
  font-family: "Cinzel", serif;
}
.agence .transport {
  color: var(--black);
}
.agence .item {
  min-height: 150px;
  min-width: 80px;
}
.agence .item img {
  margin-bottom: 1em;
}
.agence strong {
  font-family: "Cinzel", serif;
}

footer {
  padding: 3em 1em;
  background-color: var(--black);
}
footer .title {
  font-family: "Cinzel", serif;
  font-size: 1.5em !important;
  margin-bottom: 0.25em;
  color: var(--white);
}
footer .text {
  font-size: 1.075em;
  font-weight: 100 !important;
  color: var(--white);
}
footer .bi {
  font-size: 2em;
  margin: 0 0.25em;
  color: var(--white);
}
footer a {
  color: var(--white);
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */