@charset "UTF-8";
:root {
  --lulopie-c-bg: #131313;
  --lulopie-c-bg-soft: #1b1b1b;
  --lulopie-c-surface: #f4f4f4;
  --lulopie-c-text: #ffffff;
  --lulopie-c-muted: #e9f2f8;
  --lulopie-c-primary: #ffffff;
  --lulopie-c-gold: #d9b8a3;
  --lulopie-c-dark: #001727;
  --lulopie-cta-font-size: 20px;
  --lulopie-radius: 0px;
  --lulopie-container: 72rem;
  --lulopie-gutter: 1rem;
  --lulopie-section-y: 3rem;
  --lulopie-header-h: 70px;
}

@media (max-width: 900px) {
  :root {
    --lulopie-gutter: 0.875rem;
    --lulopie-section-y: 2.5rem;
  }
}
@media (min-width: 1070px) {
  :root {
    --lulopie-cta-font-size: clamp(18px, 1.375rem, 22px);
  }
}
@media (min-width: 1500px) {
  :root {
    --lulopie-cta-font-size: 22px;
  }
}
@media (max-width: 640px) {
  :root {
    --lulopie-gutter: 1rem;
    --lulopie-section-y: 2rem;
  }
}
/* #myPath {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
} */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  max-width: 2200px;
}

h1 {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.btn {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: var(--lulopie-cta-font-size);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  margin-top: 2rem;
  max-width: 150px;
  padding: 8px 20px;
  background-color: #ffffff;
  color: #001727;
  border: solid 2px transparent;
  transition: background-color 0.4s ease;
}

.btn-secondary {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: var(--lulopie-cta-font-size);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f6fbff;
  margin-top: 2rem;
  font-weight: 400;
  min-width: 130px;
  box-sizing: border-box;
  padding: 8px 20px;
  border: solid 2px #ffffff;
  background-color: transparent;
  transition: background-color 0.4s ease;
}

.section {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #001727;
  padding: var(--lulopie-section-y) max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2);
  box-sizing: border-box;
}

.title-news {
  font-family: "Inria Serif", serif;
  font-weight: 700;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-active {
  color: #ffffff;
}

.active {
  background-color: #ffffff !important;
  color: rgb(19, 19, 19);
}

.weddingWireWidgetReview {
  color: #fff;
}

.weddingwireWidget__footer {
  background: #fff;
}

.weddingWireWidgetReview__title {
  color: #fff !important;
}

.weddingWireWidgetReview__user {
  color: #fff !important;
}

.weddingwireWidget__title {
  font-family: "Inria Serif", serif;
}

.weddingwireWidget__header {
  background: transparent !important;
}

@media screen and (max-width: 1069px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 34px;
    box-sizing: border-box;
  }
  h3 {
    font-size: 26px;
  }
  p {
    font-size: 20px;
  }
  .btn {
    min-width: 100%;
    box-sizing: border-box;
    font-size: var(--lulopie-cta-font-size);
  }
  .btn-secondary {
    min-width: 100%;
    box-sizing: border-box;
    font-size: var(--lulopie-cta-font-size);
  }
}
@media screen and (min-width: 1070px) {
  h1 {
    font-size: clamp(42px, 3.5rem, 56px);
    line-height: 1.07143;
  }
  h2 {
    font-size: clamp(34px, 2.875rem, 46px);
    line-height: 1.07143;
  }
  h3 {
    font-size: clamp(24px, 1.75rem, 28px);
    line-height: 1.07143;
  }
  p {
    font-size: clamp(18px, 1.375rem, 22px);
    line-height: 1.20722;
    margin: 12.5px 0 0 0;
  }
  .btn {
    margin-top: 2rem;
    max-width: 150px;
    padding: 8px 20px;
    border: solid 2px transparent;
    position: relative;
    cursor: pointer;
    font-size: var(--lulopie-cta-font-size);
    transition: background-color 0.4s ease;
  }
  .btn span {
    visibility: hidden;
    transform: translateX(-20px);
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in;
    color: #ffffff;
  }
  .btn:hover {
    color: #ffffff;
    border: solid 2px #ffffff;
    background: transparent;
  }
  .btn:hover span {
    visibility: visible;
    transform: translateX(-7.5px);
    transition: all 0.3s ease-out;
  }
  .btn-secondary {
    padding: 8px 20px;
    font-size: var(--lulopie-cta-font-size);
  }
  .btn-secondary:hover {
    background-color: #ffffff;
    transition: background 0.4s ease-in;
    color: #001727;
    text-decoration: none;
  }
  #wp-widget-reviews {
    width: 70%;
    margin: 40px auto 0 auto;
  }
  .weddingwireWidget__footer {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1500px) {
  h1 {
    font-size: 56px;
    line-height: 1.07143;
  }
  h2 {
    font-size: 46px;
    line-height: 1.07143;
  }
  h3 {
    font-size: 28px;
    line-height: 1.07143;
  }
  p {
    font-size: 22px;
    line-height: 1.20722;
    margin: 10px 0 0 0;
  }
  .btn {
    font-size: var(--lulopie-cta-font-size);
    margin-top: 40px;
  }
  .btn-secondary {
    font-size: var(--lulopie-cta-font-size);
    margin-top: 40px;
  }
}
@media screen and (min-width: 2200px) {
  body {
    margin: 0 auto;
  }
}
header {
  display: flex;
  width: 100%;
  left: 0;
  right: 0;
  background-color: rgba(19, 19, 19, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  box-sizing: border-box; /* Ajout de box-sizing */
  transition: background 0.4s ease-in-out;
  position: fixed;
  z-index: 2;
  /* transform: translateY(-100vh); */
  transition: transform 0.4s ease-in-out;
}

nav {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  gap: clamp(18px, 1.5rem, 28px);
  list-style: none;
}

nav a {
  font-family: "Inter", sans-serif;
  font-weight: 500; /* Medium */
  color: #f6fbff;
  text-decoration: none; /* Supprimer le soulignement par défaut des liens */
}

nav .bg-logo-mob {
  width: auto;
  background-color: rgba(19, 19, 19, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 10;
}

nav img {
  filter: brightness(0) invert(1);
  height: 70px;
  z-index: 3;
  margin-left: 0;
}

.scrolled {
  background-color: rgba(19, 19, 19, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  transition: background 0.4s ease-in-out;
  /* transform: translateY(0vh);
  transition: transform 0.4s ease-in-out; */
}

.scrolled nav img {
  filter: brightness(0) invert(1);
  transition: filter 0.4s ease-in-out;
}

@media screen and (max-width: 1069px) {
  header {
    padding: 0;
    height: 70px;
  }
  .nav-mob .container-burger-menu {
    display: flex;
    background-color: rgba(19, 19, 19, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    width: min(100% - 2 * var(--lulopie-gutter), var(--lulopie-container));
    margin-inline: auto;
    z-index: 3;
  }
  nav .bg-logo-mob {
    width: 100%;
  }
  .nav-desk {
    display: none;
  }
  .nav-mob {
    position: relative;
    z-index: 2;
  }
  .nav-mob .burger-menu {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: relative;
    margin-right: 0;
    gap: 10px;
    width: 30px;
    height: 100%;
    z-index: 2;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  nav a {
    color: #ffffff;
  }
  .nav-mob .menu {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1;
  }
  .nav-mob span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
  .nav-mob .line-1 {
    transform: translateY(-10px);
    transition: transform 0.4s ease-in-out;
  }
  .nav-mob .line-3 {
    transform: translateY(10px);
    transition: transform 0.4s ease-in-out;
  }
  .nav-mob .menu {
    position: absolute;
    left: calc(-1 * var(--lulopie-gutter));
    right: calc(-1 * var(--lulopie-gutter));
    width: calc(100% + 2 * var(--lulopie-gutter));
    background-color: rgb(19, 19, 19);
    backdrop-filter: saturate(180%) blur(20px);
    transform: translateY(-100vh);
    height: 100vh;
    box-sizing: border-box;
    transition: transform 0.4s ease-in-out;
    padding: 90px var(--lulopie-gutter);
    gap: 1.75rem;
  }
  .nav-mob .menu li a {
    font-size: 20px;
    font-weight: 500;
  }
  /* .nav-mob ul li:last-child {
      display: flex;
      min-width: 100%
  } */
  .scrolled .nav-mob span {
    background-color: rgba(19, 19, 19, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .scrolled .nav-mob .container-burger-menu {
    background-color: rgba(19, 19, 19, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background 0.4s ease-in-out;
  }
}
@media screen and (min-width: 1070px) {
  header {
    height: 70px;
    padding: 0;
  }
  .nav-desk {
    width: calc(100% - 2 * var(--lulopie-gutter));
    max-width: var(--lulopie-container);
    margin-inline: auto;
  }
  .nav-mob {
    display: none;
  }
  .nav-desk a {
    font-size: 16px;
    position: relative;
  }
  nav img {
    margin-left: 0;
    margin-right: 1.5rem;
  }
  .nav-desk a:hover::after {
    transform: scaleX(1); /* La bordure devient visible au survol */
    transform-origin: bottom left;
  }
  .nav-deskimg {
    transition: filter 0.4s ease-in-out;
    margin-right: 0.75rem;
  }
  .nav-desk a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    transform: scaleX(0); /* Initialement, la bordure est invisible */
    transform-origin: bottom right;
    transition: transform 0.3s ease-in-out;
    bottom: -5px; /* Ajustement pour la marge en bas */
  }
  .nav-desk ul li:last-child {
    margin-left: auto;
  }
  .nav-desk ul li:last-child a {
    border: solid 2px #ffffff;
    color: #ffffff;
    padding: 7.5px 10px;
    transition: border ease-in-out 0.4s;
  }
  .nav-desk ul li:last-child a::after {
    content: none;
    transform: none;
    transform-origin: none;
    height: 0px;
  }
  .nav-desk ul li:last-child:hover a {
    border: solid 2px #ffffff;
    transition: border ease-in-out 0.4s;
  }
  .scrolled nav ul li a {
    color: #ffffff;
    transition: color 0.4s ease-in-out;
  }
}
@media screen and (min-width: 1070px) and (min-width: 2200px) {
  header {
    padding: 0;
  }
  ul {
    gap: 20px;
  }
}
footer {
  width: 100%;
  background-color: rgb(19, 19, 19);
  padding-block: calc(var(--lulopie-section-y) * 0.75);
  padding-inline: 0;
  box-sizing: border-box;
}

footer a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(42px, 4.5rem, 92px);
}

.column {
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
  gap: 1.5rem;
}

.column:nth-child(2) {
  padding-left: 0;
}

.column:nth-child(3) {
  padding-left: 0;
}

.column:nth-child(4) {
  padding-left: 0;
}

.logo-column img {
  max-width: 220px;
  margin: 0;
  height: auto;
}

.link-column {
  display: flex;
  flex-direction: column;
  width: fit-content;
  min-width: 120px;
  max-width: 160px;
  gap: 12px;
  padding-top: 0.45rem;
}

.footer-column-title {
  color: var(--lulopie-c-text, #ffffff);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 4px 0;
  min-height: 1.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .footer-container {
    flex-flow: column;
    align-items: flex-start;
    gap: 40px;
    width: min(100% - 2 * var(--lulopie-gutter), var(--lulopie-container));
    margin-inline: auto;
  }
  .column {
    gap: 20px;
    align-items: flex-start;
  }
  .logo-column img {
    margin: 0;
  }
  .link-column {
    align-items: flex-start;
  }
  footer a {
    text-align: left;
  }
}
/* Responsive styles */
@media (max-width: 1069px) {
  footer {
    padding-block: calc(var(--lulopie-section-y) * 0.6);
    padding-inline: 0;
  }
  footer a {
    font-size: 18px;
  }
  .footer-container {
    flex-flow: column;
    align-items: flex-start;
    width: min(100% - 2 * var(--lulopie-gutter), var(--lulopie-container));
    margin-inline: auto;
  }
  .column {
    width: 100%;
    align-items: flex-start;
  }
  .link-column {
    align-items: flex-start;
    max-width: none;
    width: 100%;
  }
  .author {
    justify-content: flex-start;
    padding-inline: var(--lulopie-gutter);
    text-align: left;
  }
}
@media screen and (min-width: 1070px) {
  .logo-column {
    margin-right: clamp(20px, 2.75rem, 54px);
  }
}
@media screen and (min-width: 2200px) {
  .column {
    gap: 44px;
  }
  .column:nth-child(2) {
    padding-left: 0;
  }
}
.author {
  align-items: center;
  background: var(--lulopie-c-bg-soft, #1b1b1b);
  color: #fff;
  font-size: 16px;
  justify-content: center;
  margin: 0 auto;
  max-width: none;
  padding: 20px;
  text-align: center;
  width: auto;
}

.author a {
  color: #ffffff;
}

.container,
.section > .container,
.lulopie-container {
  width: min(100% - 2 * var(--lulopie-gutter), var(--lulopie-container));
  margin-inline: auto;
}

.section {
  padding-block: var(--lulopie-section-y);
  padding-inline: max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2);
}

section[id] {
  scroll-margin-top: var(--lulopie-header-h, 70px);
}

.texte-avec-image {
  display: flex;
  flex-flow: column;
  min-height: 100svh;
  height: auto;
  background-image: url("../../images/background-home-lulopie.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.image-container {
  display: flex;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 300%; /* 3 images, 100% pour chaque image */
  height: 100%;
  animation: scrollImages 20s ease-in-out infinite; /* Réglez la durée de défilement selon vos besoins */
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@keyframes scrollImages {
  0%, 16.66% {
    transform: translateX(0); /* Image 1 */
  }
  25%, 41.66% {
    transform: translateX(-33.33%); /* Image 2 */
  }
  50%, 66.66% {
    transform: translateX(-66.67%); /* Image 3 */
  }
  75%, 91.66% {
    transform: translateX(-33.33%); /* Retour à l'image 2 */
  }
  100% {
    transform: translateX(0); /* Retour à l'image 1 */
  }
}
.texte {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  min-height: inherit;
  height: auto;
  padding-top: 1.5rem;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.12) 0%, rgba(11, 11, 11, 0.82) 46%, rgb(19, 19, 19) 100%);
  box-sizing: border-box;
  transition: transform 0.4s ease-in-out;
}

.texte .logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.texte-avec-image h1 {
  color: #ffffff;
  text-align: center;
}

.texte-avec-image .texte-intro,
.texte-avec-image .texte-intro p {
  color: #e9f2f8;
  text-align: center;
  width: min(100% - 2 * var(--lulopie-gutter), 900px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.texte-avec-image .texte-intro p {
  margin-bottom: 0;
}

.texte-avec-image .texte-intro a,
.seo-accordion summary {
  color: var(--lulopie-c-gold, #d9b8a3);
}

.seo-accordion {
  margin: 20px auto 0;
  max-width: 900px;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.seo-accordion summary {
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  list-style: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}

.seo-accordion summary::-webkit-details-marker {
  display: none;
}

.seo-accordion summary::after {
  content: "+";
  margin-left: 6px;
  font-size: 11px;
}

.seo-accordion[open] summary::after {
  content: "-";
}

.seo-accordion[open] .seo-content {
  display: none;
}

.seo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--lulopie-gutter);
  background: rgba(0, 0, 0, 0.72);
  box-sizing: border-box;
}

.seo-modal.is-open {
  display: flex;
}

.seo-modal__dialog {
  position: relative;
  width: min(100%, 900px);
  max-height: min(760px, 86svh);
  overflow: auto;
  padding: clamp(28px, 3rem, 48px);
  background: var(--lulopie-c-bg-soft, #1b1b1b);
  border: 1px solid rgba(217, 184, 163, 0.42);
  box-sizing: border-box;
}

.seo-modal__close {
  position: sticky;
  top: 0;
  float: right;
  width: 34px;
  height: 34px;
  margin: -18px -18px 12px 16px;
  border: 1px solid var(--lulopie-c-gold, #d9b8a3);
  background: var(--lulopie-c-gold, #d9b8a3);
  color: var(--lulopie-c-bg, #131313);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.seo-content {
  font-size: 11px !important;
  line-height: 1.5;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.seo-content * {
  color: #fff;
  font-family: "Inter", sans-serif;
}

.seo-content {
  padding-top: 10px;
}

.seo-modal .seo-content {
  padding-top: 0;
}

.seo-modal .seo-content,
.seo-modal .seo-content * {
  font-size: inherit !important;
}

.seo-modal .seo-content {
  font-size: inherit !important;
  line-height: inherit;
}

.seo-content h2,
.seo-content h3,
.seo-content h4 {
  font-size: 11px !important;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
}

.seo-modal .seo-content h2,
.seo-modal .seo-content h3,
.seo-modal .seo-content h4 {
  font-size: inherit !important;
}

.seo-content p {
  margin-bottom: 10px;
}

.seo-content a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1069px) {
  .texte .texte-intro {
    margin-top: 10px;
  }
  .texte-avec-image {
    flex-flow: column;
    position: relative;
    padding-top: 0;
    min-height: 600px;
    height: auto;
    background-position: center;
  }
  .texte {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgb(11, 11, 11) 60%, rgb(19, 19, 19) 100%);
    box-sizing: border-box;
    flex-flow: column;
    min-height: inherit;
    height: auto;
    padding-top: calc(var(--lulopie-header-h, 70px) + 2rem);
  }
  .texte-avec-image h1,
  .texte-avec-image .texte-intro {
    width: min(100% - 2 * var(--lulopie-gutter), 900px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .texte-avec-image .texte-intro p {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .image-mob {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 280px;
  }
  .image-mob img {
    width: 170%;
    height: 170%;
    transform: scale(2);
    transform-origin: right;
  }
  .image-container {
    top: auto;
    bottom: 0;
    height: 50%;
    animation: scrollImages 12s ease-in-out infinite; /* Réglez la durée de défilement selon vos besoins */
  }
  .image-container img {
    width: 100%;
  }
}
@media screen and (min-width: 470px) {
  .image-mob {
    height: 370px;
  }
}
@media screen and (min-width: 700px) {
  .texte {
    width: 100%;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgb(11, 11, 11) 60%, rgb(19, 19, 19) 100%);
  }
  .image-mob {
    display: none;
  }
  .image-container {
    height: 100%;
    animation: scrollImages 20s ease-in-out infinite; /* Réglez la durée de défilement selon vos besoins */
  }
}
@media screen and (min-width: 750px) {
  .image-mob {
    height: 500px;
  }
}
@media screen and (min-width: 1070px) {
  .image-mob {
    display: none;
  }
  .texte-avec-image {
    min-height: 100svh;
    height: auto;
    max-height: none;
  }
  .texte {
    flex: 1 1 100%;
    flex-flow: column;
    justify-content: flex-start;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-height: none;
    padding: calc(var(--lulopie-header-h, 70px) + 3.75rem) 0 0 0;
    box-sizing: border-box;
  }
  .texte-avec-image2 {
    height: 72.5vh; /* Ajustez selon vos besoins */
    width: 100%;
    background: rgb(122, 122, 122);
  }
}
@media screen and (min-width: 1500px) {
  .texte {
    padding: calc(var(--lulopie-header-h, 70px) + 4.5rem) 0 0 0;
  }
}
@media screen and (min-width: 2200px) {
  .texte {
    padding: calc(var(--lulopie-header-h, 70px) + 5rem) 0 0 0;
  }
}
.section-last-works {
  --home-prestations-card-h: clamp(260px, 21rem, 340px);
  position: relative;
  display: flex;
  justify-content: center;
  width: min(100% - 2 * var(--lulopie-gutter), var(--lulopie-container));
  margin-inline: auto;
  padding: 0 0 3rem 0;
  box-sizing: border-box;
}

.section-last-works .container {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1rem;
  flex-flow: row nowrap;
}

.section-last-works .bloc {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  height: var(--home-prestations-card-h);
  background-color: rgba(19, 19, 19, 0.88);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}

.section-last-works .bloc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.section-last-works .bloc-description {
  display: flex;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 12.5px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 40%, rgb(19, 19, 19) 100%);
  transition: opacity 0.4s ease-in-out;
  /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.8); */
  opacity: 1;
}

.section-last-works .bloc-description p {
  display: flex;
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
  color: #ffffff;
}

.swiper {
  position: relative;
  z-index: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
}

.texte-avec-image .swiper-wrapper {
  margin-top: 1.875rem;
  max-width: none;
  align-items: stretch;
}

.swiper-slide {
  overflow: hidden !important;
  width: calc(33.3333333333% - 20px);
}

.section-last-works .swiper-slide {
  height: var(--home-prestations-card-h);
}

.swiper-button-prev {
  padding: 20px;
  /* border: solid 1px #FFFFFF; */
  /* background-color: #FFFFFF; */
  width: 35px;
  height: 35px;
  left: calc(-1 * clamp(48px, 4rem, 72px));
  box-sizing: border-box;
}

.swiper-button-next {
  padding: 20px;
  /* background-color: rgba(255, 255, 255, 0.6); */
  width: 35px;
  height: 35px;
  right: calc(-1 * clamp(48px, 4rem, 72px));
  box-sizing: border-box;
  transition: background 0.4s ease-in-out;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 1 !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "<-" !important;
  font-family: "Inter" !important;
  font-weight: 400 !important;
  color: #ffffff;
  transform: scale(0.4);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
  color: #ffffff;
  transform: scaleX(-1) scale(0.4);
  content: "<-" !important;
  font-family: "Inter" !important;
  font-weight: 700 !important;
}

.section-last-works .btn {
  min-width: 170px;
}

.section-last-works .btn:hover {
  color: #001727;
}

.section-last-works span {
  color: #001727;
}

@media screen and (max-width: 1079px) {
  .section-last-works {
    --home-prestations-card-h: 320px;
  }
  .swiper-slide {
    width: 100%;
  }
  .section-last-works .bloc-description {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 60%, rgb(19, 19, 19) 100%);
  }
  .swiper-wrapper {
    max-width: 100%;
  }
  .section-last-works {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .section-last-works h2 {
    padding: 0;
  }
  .section-last-works .bloc {
    display: flex;
    flex-flow: column;
    width: 100%;
    min-height: 0;
    height: var(--home-prestations-card-h);
    background-color: rgba(19, 19, 19, 0.88);
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
  }
  .section-last-works .bloc img {
    height: 100%;
  }
  .section-last-works .bloc-description-hover {
    position: absolute;
    display: flex;
    align-items: center;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 12.5px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .section-last-works .btn {
    min-width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.2);
    left: 8px;
    right: auto;
  }
  .swiper-button-next {
    left: auto;
    right: 8px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: #ffffff !important;
    font-size: 60px !important;
  }
}
@media screen and (min-width: 700px) {
  .section-last-works .bloc img {
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .section-last-works .bloc:hover .bloc-description {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .section-last-works .bloc:hover .bloc-description-hover {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
  }
  .swiper-button-prev:hover {
    background-color: #ffffff;
    transition: background 0.4s ease-in-out;
  }
  .swiper-button-next:hover {
    background-color: #ffffff;
    transition: background 0.4s ease-in-out;
  }
  .section-last-works .bloc-description-hover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 12.5px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .section-last-works .bloc-description-hover .description-category {
    margin: 0;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 10px rgb(0, 0, 0); /* Ombre de texte */
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-size: 18px;
  }
  .section-last-works .bloc-description-hover .cta-description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgb(0, 0, 0); /* Ombre de texte */
    font-size: 18px;
    width: 100%;
    font-family: "Inria Serif", serif;
    font-weight: 700;
  }
  .section-last-works .bloc img {
    height: 100%;
  }
}
@media screen and (min-width: 2200px) {
  .section-last-works {
    --home-prestations-card-h: 360px;
  }
  .section-last-works .bloc {
    min-height: 0;
    height: var(--home-prestations-card-h);
    max-height: none;
  }
  .section-last-works .bloc img {
    height: 100%;
  }
}
.informations {
  display: flex;
  /* background-image: url('../images/jmr_background_bloc_beton.jpg'); */
  background-position: center;
  background-size: cover;
  overflow: hidden;
  /*     margin-top: 10px;
      margin-bottom: 10px; */
  background-color: rgb(19, 19, 19);
  padding-top: var(--lulopie-section-y);
}

.texte-informations {
  display: flex;
  width: 100%;
  /* background-color: rgba(0, 23, 39, 0.8); */
  box-sizing: border-box;
  transition: transform 0.4s ease-in-out;
}

.informations h2 {
  color: #ffffff;
}

.informations p {
  color: #ffffff;
}

.image-mob-informations {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.image-mob-informations img {
  height: auto; /* Maintenez le rapport hauteur-largeur de l'image */
  display: block; /* Assurez-vous que l'image est traitée comme un élément bloc */
}

@media screen and (max-width: 1069px) {
  .texte-informations p {
    margin-top: 10px;
  }
  .informations {
    flex-flow: column;
    position: relative;
    padding-top: var(--lulopie-section-y);
    min-height: 600px;
    background-position: center;
  }
  .texte-informations {
    /* background-color: #ffffff; */
    box-sizing: border-box;
    flex-flow: column;
    padding: 2.5rem max(var(--lulopie-gutter), 1.25rem) 3rem;
  }
  .image-mob-informations {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 240px;
  }
  .image-mob-informations img {
    width: 60%;
    height: auto;
    transform-origin: right;
    object-fit: cover;
  }
}
@media screen and (min-width: 520px) {
  .image-mob-informations {
    height: 370px;
  }
}
@media screen and (min-width: 700px) {
  .informations {
    min-height: auto;
  }
}
@media screen and (min-width: 750px) {
  .image-mob-informations {
    height: 500px;
  }
}
@media screen and (min-width: 1070px) {
  .image-mob-informations {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 50%;
    min-width: 50%;
    padding: 0 3rem 0 0;
    box-sizing: border-box;
  }
  .image-mob-informations img {
    width: 400px; /* Définissez la largeur sur 100% pour vous assurer qu'elle prend toute la largeur de son conteneur */
    object-fit: cover; /* Maintenez le rapport hauteur-largeur tout en couvrant le conteneur */
  }
  .informations {
    height: auto;
    max-height: 700px;
    padding-top: calc(var(--lulopie-section-y) / 2);
  }
  .texte-informations {
    flex-flow: column;
    justify-content: center;
    width: auto;
    min-width: 50%;
    padding: 0 max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2) 0 0;
    box-sizing: border-box;
    /* background-color: #ffffff; */
    min-height: 100%;
  }
  .image-mob-informations {
    width: auto;
    max-width: 50%;
  }
  .informations2 {
    height: 72.5vh; /* Ajustez selon vos besoins */
    width: 100%;
    background: rgb(122, 122, 122);
  }
}
@media screen and (min-width: 1500px) {
  .texte-informations {
    padding: 0 max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2) 0 0;
  }
}
@media screen and (min-width: 2200px) {
  .image-mob-informations {
    padding-right: 80px;
  }
  .texte-informations {
    padding: 0px 570px 0px 0px;
  }
}
.news {
  position: relative;
  display: flex;
  padding-left: max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2);
  padding-right: max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2);
  min-height: 400px;
  background: rgb(19, 19, 19);
}

.news h1, h2 {
  color: #fff;
}

.separator-header {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.container-news {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-flow: row wrap;
}

.news .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0;
  gap: 1rem;
}

.news #filters {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  gap: 15px;
  margin-bottom: 5px;
}

.news #filters .btn.active {
  background-color: var(--lulopie-c-gold, #d9b8a3);
}

.news #filters .btn {
  font-family: "Inter";
  font-weight: 500;
  margin-top: 0px;
  background-color: #F4F4F4;
  border: solid 2px transparent;
  transition: background 0.4s ease-in-out;
}

.informations.informations-background .texte-informations {
  background-color: #F4F4F4;
}

.news .bloc {
  flex-flow: column;
  width: 31.25%;
  min-height: clamp(240px, 17rem, 280px);
  background-color: #F4F4F4;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #001727;
}

.news .bloc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .bloc-description {
  position: absolute;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0) 40%, rgba(19, 19, 19, 0.2) 60%, rgba(19, 19, 19, 0.85) 79%, rgb(19, 19, 19) 100%);
  background: -webkit-linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0) 40%, rgba(19, 19, 19, 0.2) 60%, rgba(19, 19, 19, 0.85) 79%, rgb(19, 19, 19) 100%);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0) 40%, rgba(19, 19, 19, 0.2) 60%, rgba(19, 19, 19, 0.85) 79%, rgb(19, 19, 19) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192841",endColorstr="#192841",GradientType=1);
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  transition: background 0.2s ease-out;
  bottom: 0;
  gap: 7.5px;
  justify-content: flex-end;
  min-height: 72px;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.4s ease-out;
  /* border: solid 3px transparent; */
}

.news .bloc-description p {
  display: flex;
  width: 100%;
  align-items: center;
  height: auto;
  margin: 0;
  font-weight: 600;
  color: #F5F9FF;
  font-size: 20px;
}

.news .bloc-description .publication-date {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

.news .bloc-description .txt {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  margin: 0;
}

.news .btn {
  min-width: 170px;
}

.news span {
  color: #001727;
}

.news h2 {
  margin: 0px 0 20px 0;
}

@media screen and (max-width: 1069px) {
  .news {
    padding: 2.5rem max(var(--lulopie-gutter), 1rem);
    min-height: 500px;
  }
  body > section.section.news-container.news > div > a:nth-child(4) {
    display: none;
  }
  body > section.section.news-container.news > div > a:nth-child(5) {
    display: none;
  }
  body > section.section.news-container.news > div > a:nth-child(6) {
    display: none;
  }
  .news .container {
    gap: 20px;
  }
  .bloc-description .news h2 {
    margin: 0px 0px 25px 0px;
  }
  .news .bloc {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 785px;
    min-height: 320px;
    background-color: #F4F4F4;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #001727;
  }
  .news .bloc img {
    height: clamp(300px, 26rem, 450px);
    max-height: 450px;
  }
  .news .bloc-description {
    opacity: 1;
    transition: opacity 0.4s ease-in;
  }
  .news .bloc-description-hover {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    bottom: 0;
    min-height: 72px;
    padding: 12.5px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .news .bloc-description-hover .description-category {
    display: none;
  }
  .news .bloc-description-hover .cta-description {
    display: none;
  }
  .news .btn {
    min-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .news {
    padding-top: calc(var(--lulopie-section-y) / 4);
    padding-bottom: calc(var(--lulopie-section-y) / 4);
  }
  .news .bloc {
    max-height: 280px;
  }
  .news .bloc:hover .bloc-description-hover {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
  }
  .news .bloc img {
    border: solid 2px rgb(19, 19, 19);
    box-sizing: border-box;
    transition: border ease-out 0.4s;
  }
  .news .bloc:hover img {
    border: solid 2px #ffffff;
    transition: border ease-in 0.4s;
  }
  .news #filters .btn:hover {
    background-color: #ffffff;
    transition: background 0.4s ease-in-out;
  }
  .news .bloc:hover .bloc-description {
    opacity: 1;
    transition: opacity 0.4s ease-in;
    /* border: solid 3px #CD9F5C; */
  }
  .news .btn:hover {
    color: #001727;
  }
  .news .bloc-description-hover {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    bottom: 0;
    min-height: 72px;
    padding: 12.5px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .news .bloc-description-hover .description-category {
    margin: 0;
  }
  .news .bloc-description-hover .cta-description {
    margin: 0 0 0 auto;
    font-weight: 600;
  }
  .news .bloc img {
    height: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .news #filters .btn {
    max-width: 190px;
  }
}
@media screen and (min-width: 2200px) {
  .news {
    width: 2200px;
  }
  .news .bloc {
    min-height: 1px;
    max-height: 380px;
    width: 550px;
  }
  .news .bloc img {
    height: 380px;
  }
  .news .container-news {
    width: 1765px;
  }
}
.realisations-gallery {
  position: relative;
  background: var(--lulopie-c-bg, #131313);
  overflow: hidden;
}

.realisations-gallery__inner {
  position: relative;
  padding-block: clamp(56px, 5rem, 104px) clamp(64px, 6rem, 120px);
}

.realisations-gallery .background-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(11, 11, 11, 0.52) 44%, rgb(19, 19, 19) 100%);
  pointer-events: none;
  z-index: 0;
}

.realisations-gallery__header,
.realisations-gallery__grid {
  position: relative;
  z-index: 1;
}

.realisations-gallery__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
}

.title-swiper {
  color: var(--lulopie-c-text, #ffffff);
  font-family: "Inria Serif", serif;
  font-size: clamp(34px, 2.875rem, 46px);
  font-weight: 700;
  line-height: 1.07143;
  margin: 0;
}

.button-swiper-container {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.button-swiper-container::-webkit-scrollbar {
  display: none;
}

.button-swiper-container .btn-secondary {
  cursor: pointer;
  margin-top: 0;
  min-width: auto;
  white-space: nowrap;
}

.actif {
  background-color: var(--lulopie-c-primary, #ffffff);
  color: var(--lulopie-c-bg, #131313) !important;
}

.realisations-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.realisations-gallery__item {
  min-width: 0;
  background: var(--lulopie-c-bg-soft, #1b1b1b);
}

.realisations-gallery__item.is-hidden {
  display: none;
}

.realisations-gallery__button {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--lulopie-c-bg-soft, #1b1b1b);
  background-image: var(--gallery-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  color: var(--lulopie-c-text, #ffffff);
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  -webkit-tap-highlight-color: transparent;
}

.realisations-gallery__button:focus,
.realisations-gallery__button:active {
  background-color: var(--lulopie-c-bg-soft, #1b1b1b);
  background-image: var(--gallery-bg);
  outline: 0;
}

.realisations-gallery__button img {
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  transition: transform 0.45s ease, filter 0.45s ease;
  transform: translateZ(0);
}

.realisations-gallery__caption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px;
  text-align: left;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.88) 100%);
  color: var(--lulopie-c-text, #ffffff);
  pointer-events: none;
  opacity: 1 !important;
  visibility: visible !important;
}

.realisations-gallery__caption,
.realisations-gallery__caption strong,
.realisations-gallery__caption small {
  color: var(--lulopie-c-text, #ffffff) !important;
}

.realisations-gallery__caption strong {
  font-family: "Inria Serif", serif;
  font-size: 22px;
  line-height: 1.1;
}

.realisations-gallery__caption small {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  opacity: 0.78;
}

.realisations-gallery__button:hover img {
  filter: saturate(1.08);
  transform: scale(1.04);
}

.realisations-gallery__button:active img,
.realisations-gallery__button:focus img {
  filter: saturate(1.08);
  opacity: 1;
}

.realisations-gallery__button:active .realisations-gallery__caption,
.realisations-gallery__button:focus .realisations-gallery__caption {
  color: var(--lulopie-c-text, #ffffff);
  opacity: 1 !important;
  visibility: visible !important;
}

.gallery-lightbox {
  align-items: center;
  background: rgba(6, 6, 6, 0.92);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 32px;
  position: fixed;
  z-index: 9999;
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox__figure {
  margin: 0;
  max-width: min(1080px, 100% - 4rem);
  width: 100%;
}

.gallery-lightbox__figure img {
  display: block;
  max-height: 78vh;
  width: 100%;
  object-fit: contain;
}

.gallery-lightbox__figure figcaption {
  color: var(--lulopie-c-text, #ffffff);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
}

.gallery-lightbox__figure span {
  color: var(--lulopie-c-muted, #e9f2f8);
  font-family: "Inter", sans-serif;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(19, 19, 19, 0.78);
  color: #fff;
  cursor: pointer;
  position: absolute;
}

.gallery-lightbox__close {
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  font-size: 34px;
  line-height: 1;
}

.gallery-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 68px;
  font-size: 46px;
}

.gallery-lightbox__nav--prev {
  left: 22px;
}

.gallery-lightbox__nav--next {
  right: 22px;
}

@media screen and (max-width: 1080px) {
  .realisations-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .realisations-gallery__inner {
    padding-block: calc(var(--lulopie-section-y) + 1rem);
  }
  .realisations-gallery__header {
    margin-bottom: 24px;
  }
  .realisations-gallery__grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
    scroll-padding-left: var(--lulopie-gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .realisations-gallery__item {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }
  .realisations-gallery__button {
    aspect-ratio: 4/5;
  }
  .gallery-lightbox {
    padding: 16px;
  }
  .gallery-lightbox__figure {
    max-width: 100%;
  }
  .gallery-lightbox__nav {
    width: 42px;
    height: 56px;
  }
}
.skills {
  width: 100%;
  height: clamp(420px, 38rem, 600px);
  max-height: 600px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgb(19, 19, 19);
  background-size: cover;
  background-position: center;
  padding: 0;
}

.skills h2 {
  color: #FFFFFF;
}

.section.skills h3 {
  margin-left: 10px;
  color: #FFFFFF;
}

.section.skills p {
  color: #FFFFFF;
  margin-top: 7.5px;
  margin-left: 10px;
  margin-right: 10px;
}

.skills .container {
  flex-flow: column;
  box-sizing: border-box;
  width: 100%;
  height: clamp(420px, 38rem, 600px);
  max-height: 600px;
  background-color: rgb(19, 19, 19);
}

.skills-container {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 2.5rem max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2) 0;
  gap: 15px;
  box-sizing: border-box;
}

.skills .bloc-img {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  transition: background 0.4s ease-in-out;
}

.skills .bloc-img img {
  background-color: transparent;
  padding: 7.5px;
  transition: background 0.4s ease-in-out;
  width: 60px;
}

.skills .box:hover .bloc-img img {
  filter: brightness(1) invert(0);
  transition: background 0.4s ease-in-out;
}

.skills .box {
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  padding: 30px;
  box-sizing: border-box;
  background-color: rgba(0, 23, 39, 0.2);
  border: solid 2px #ffffff;
  width: 33.3333333333%;
  height: clamp(220px, 18rem, 280px);
  max-height: 280px;
}

.skills .box:hover {
  transition-delay: 0s !important;
  background-color: #ffffff;
  transition: background 0.4s ease-in-out;
  cursor: pointer;
}

.skills .box:hover p {
  color: rgb(0, 23, 39);
  transition: color 0.4 ease-in-out;
}

.skills .box:hover h3 {
  color: rgb(0, 23, 39);
  transition: color 0.4 ease-in-out;
}

@media screen and (max-width: 1069px) {
  .skills {
    max-height: none;
    height: auto;
  }
  .skills .container {
    width: 100%;
    max-height: none;
    height: auto;
  }
  .skills-container {
    width: 100%;
    flex-flow: column;
    padding: 2.5rem max(var(--lulopie-gutter), 1rem);
  }
  .skills .box {
    width: 100%;
    padding: 1rem;
    min-height: 220px;
  }
  .skills h2 {
    margin-top: 40px;
  }
  .skills .btn {
    min-width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 2200px) {
  .skills .box {
    width: 570px;
    height: 280px;
  }
}
.partenaires h2 {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.partenaires {
  background: var(--lulopie-c-bg, #131313);
  padding-bottom: calc(var(--lulopie-section-y) + 2rem);
}

.partenaires__inner {
  overflow: hidden;
  text-align: center;
}

.partenaires-lulopie {
  width: 100%;
  min-width: 0;
}

.slick-slide {
  margin: 0px 20px;
}

.partenaire-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  gap: 14px;
  color: var(--lulopie-c-text, #fff);
  text-align: center;
}

.partenaire-card span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.slick-slide img {
  max-height: 82px;
  width: auto;
  max-width: 80%;
  margin: 10px auto;
  filter: grayscale(1);
  transition: filter 0.4s ease-in;
}

.slick-slide img:hover {
  filter: grayscale(0);
  transition: filter 0.4s ease-out;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 1069px) {
  .partenaires__inner {
    min-width: 0;
  }
  .partenaires-lulopie {
    overflow: hidden;
  }
  .slick-slide img {
    max-width: 100%;
  }
}
.reviews {
  background: var(--lulopie-c-bg, #131313);
}

.reviews__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reviews #wp-widget-reviews {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.reviews .weddingwireWidget,
.reviews .weddingWireWidget,
.reviews .weddingwireWidget__content {
  width: 100% !important;
}

.reviews .weddingwireWidget.weddingwireWidget--red,
.reviews .weddingwireWidget--red {
  border-color: transparent !important;
}

.reviews .weddingwireWidget__footer {
  background: transparent;
}

.reviews .weddingwireWidget__btnOutline {
  color: #fff !important;
}

.reviews .weddingWireWidgetReview {
  border: 0 !important;
}

.reviews .avatar-thumb {
  border: 0 !important;
  margin: 0 !important;
}

.reviews__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.reviews__filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.reviews__filters .btn-secondary {
  flex: 0 0 auto;
  margin-top: 0;
  min-width: auto;
  white-space: nowrap;
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.reviews__source {
  border: 1px solid rgba(255, 187, 153, 0.24);
  background: var(--lulopie-c-bg-soft, #1b1b1b);
  padding: 28px;
  min-height: 280px;
  box-sizing: border-box;
}

.reviews__source h3 {
  color: var(--lulopie-c-text, #ffffff);
}

.reviews__source:first-child h3 {
  margin-bottom: 15px;
}

.reviews__source p {
  color: var(--lulopie-c-muted, #e9f2f8);
}

.reviews__source.is-hidden {
  display: none;
}

.reviews__embed iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
}

.reviews__source:first-child .ti-reviews-container-wrapper > div:nth-child(5) {
  display: none;
}

@media screen and (max-width: 900px) {
  .reviews__header {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .reviews__filters {
    margin-inline: calc(-1 * var(--lulopie-gutter));
    padding-inline: var(--lulopie-gutter);
    width: calc(100% + 2 * var(--lulopie-gutter));
  }
  .reviews__grid {
    grid-template-columns: 1fr;
  }
}
.contact {
  display: flex;
  min-height: 1px;
  position: relative;
  align-items: flex-start;
  gap: clamp(24px, 3rem, 64px);
  padding-inline: max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2);
  box-sizing: border-box;
  overflow: hidden;
}

.contact h2 {
  color: #ffffff;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
  width: min(32%, 420px);
}

.wpforms-field-container input {
  color: #FFFFFF !important;
}

.wpforms-field-container textarea {
  color: #FFFFFF !important;
}

.wpforms-container {
  font-family: "Inter" !important;
  font-weight: 400 !important;
}

.background-gradient-contact {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 19, 19, 0.98) 0%, rgba(19, 19, 19, 0.9) 48%, rgba(19, 19, 19, 0.66) 72%, rgba(19, 19, 19, 0.35) 100%), linear-gradient(180deg, rgba(19, 19, 19, 0.45) 0%, rgba(19, 19, 19, 0.88) 100%);
  z-index: 0;
  pointer-events: none;
}

.contact {
  background-image: url("https://lulopie-traiteur.fr/wp-content/uploads/2024/04/lulopie-background-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  max-width: 60%;
}

.contact-form {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 100%;
  max-width: 2550px;
  height: 100%;
  background-color: rgba(0, 23, 39, 0.8);
}

.container-title-form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 741px;
}

.container-contact-form {
  display: flex;
  position: relative;
  flex-flow: column;
  min-height: 400px;
  max-height: 900px;
  min-width: 35%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12.5px 15px;
  display: inline-block;
  cursor: pointer;
}

.close-button:hover {
  background-color: #ffffff;
}

.close-button span {
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter";
  color: rgb(0, 23, 39);
}

.wpforms-container {
  z-index: 1 !important;
}

div.wpforms-container-full {
  width: min(60%, 860px) !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 20px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 10px 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-textarea,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea {
  grid-column: 1/-1;
}

div.wpforms-container-full .wpforms-form .wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  max-width: 100% !important;
}

div.wpforms-container-full .wpforms-field-label {
  font-family: "Inter";
  font-weight: 400;
  color: #F4F4F4 !important;
}

.wpforms-field-sublabel {
  font-family: "Inter";
  font-weight: 400;
}

.wpforms-field-container input {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: #F4F4F4 solid 2px !important;
  border-radius: 0 !important;
  min-height: 46px !important;
  padding: 8px 0 !important;
  transition: border-color 0.2s ease, padding 0.2s ease;
}

.wpforms-field-container input::placeholder,
.lulopie-event-date-field input::placeholder {
  color: rgba(255, 255, 255, 0.58) !important;
}

.wpforms-field-container textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: #F4F4F4 solid 2px !important;
  border-radius: 0 !important;
  min-height: 120px !important;
  padding: 8px 0 !important;
  resize: vertical;
  transition: border-color 0.2s ease, padding 0.2s ease;
}

.wpforms-field-container input:focus,
.wpforms-field-container textarea:focus,
.lulopie-event-date-field input:focus {
  border: #F4F4F4 solid 2px !important;
  border-radius: 0 !important;
  outline: 0 !important;
  padding: 8px 10px !important;
}

.wpforms-submit-container button {
  font-family: "Inter" !important;
  font-size: var(--lulopie-cta-font-size) !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  width: 100% !important;
  background-color: #ffffff !important;
  border: 0 !important;
  color: rgb(0, 23, 39) !important;
  min-height: 48px !important;
  cursor: pointer;
}

.flatpickr-calendar {
  border-radius: 0 !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34) !important;
  font-family: "Inter", sans-serif;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  border-radius: 0 !important;
  font-family: "Inter", sans-serif;
}

.flatpickr-current-month input.cur-year {
  border-bottom: 1px solid rgba(19, 19, 19, 0.35) !important;
  cursor: text;
  font-weight: 500;
}

.lulopie-event-date-field {
  box-sizing: border-box;
  color: #F4F4F4;
  font-family: "Inter", sans-serif;
  margin-bottom: 18px;
  max-width: 100%;
}

.lulopie-event-date-field label {
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}

#wpforms-form-57 > div.wpforms-field-container > div.lulopie-event-date-field > label {
  margin-bottom: 15px !important;
}

.lulopie-event-date-field input {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: #F4F4F4 solid 2px !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #FFFFFF !important;
  font-family: "Inter", sans-serif;
  min-height: 46px;
  padding: 10px 0;
  width: 100%;
}

.logo-jmr {
  filter: brightness(1) invert(1);
  width: 32.5%;
  margin-left: auto;
}

@media screen and (max-width: 1079px) {
  .container-contact-form {
    height: 100vh;
    max-height: 900px;
    width: 100%;
    max-width: 600px;
  }
  .background-gradient-contact {
    background: rgba(19, 19, 19, 0.86);
  }
  .contact h2 {
    margin-left: 0;
    width: 100%;
  }
  div.wpforms-container-full {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-container {
    display: block;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 0 1.35rem 0 !important;
  }
  #wpforms-57-field_2-container {
    margin-top: 1.25rem !important;
  }
  div.wpforms-container-full .wpforms-field-label {
    display: block;
    margin-bottom: 0.6rem !important;
  }
  .wpforms-field-container input,
  .wpforms-field-container textarea,
  .lulopie-event-date-field input {
    margin-top: 0.2rem !important;
  }
  .wpforms-field-container textarea {
    min-height: 140px !important;
  }
  .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
  }
  div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    max-width: 100%;
  }
  .lulopie-event-date-field {
    margin-bottom: 1.35rem;
    max-width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0.35rem;
  }
  .wpforms-submit-container button {
    width: 100% !important;
  }
}
@media screen and (max-width: 1079px) {
  .contact {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 2200px) {
  .contact {
    padding-inline: max(var(--lulopie-gutter), (100% - var(--lulopie-container)) / 2);
  }
  .contact h2 {
    margin-left: 0;
  }
  div.wpforms-container-full {
    margin-left: 0 !important;
  }
}
.mentions-legales {
  display: flex;
  flex-flow: column;
  padding: 100px 150px 60px 150px;
  color: #ffffff;
}

.mentions-legales h1 {
  padding-left: 0;
}

.mentions-legales p {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1079px) {
  .mentions-legales {
    padding: 100px 30px 0px 30px;
  }
}
body,
.informations,
.skills,
.skills .container,
.news,
footer {
  background-color: var(--lulopie-c-bg, #131313);
}

h1,
h2,
h3,
.informations h2,
.informations p,
.skills h2,
.section.skills h3,
.section.skills p,
.partenaires h2,
.contact h2 {
  color: var(--lulopie-c-text, #ffffff);
}

.texte-avec-image .texte-intro,
.texte-avec-image .texte-intro p {
  color: var(--lulopie-c-muted, #e9f2f8);
}

.btn,
.btn-secondary:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover,
.skills .box:hover {
  background-color: var(--lulopie-c-primary, #ffffff) !important;
}

.btn,
.btn-secondary:hover,
.skills .box:hover p,
.skills .box:hover h3 {
  color: var(--lulopie-c-dark, #001727) !important;
}

.active,
.actif {
  background-color: var(--lulopie-c-gold, #d9b8a3) !important;
  border-color: var(--lulopie-c-gold, #d9b8a3) !important;
  color: var(--lulopie-c-bg, #131313) !important;
}

a,
nav a,
footer a,
.author a,
.reviews a {
  color: var(--lulopie-c-primary, #ffffff);
}

.texte-avec-image .texte-intro a,
.author a {
  color: var(--lulopie-c-gold, #d9b8a3);
}

.btn:hover,
.btn:hover span,
.btn-secondary:hover {
  text-decoration: none;
}

.btn:hover,
.btn-secondary,
.skills .box,
.nav-desk ul li:last-child:hover a,
.news .bloc:hover img {
  border-color: var(--lulopie-c-primary, #ffffff);
}

.nav-desk a::after {
  background-color: var(--lulopie-c-primary, #ffffff);
}

.button-swiper-container .btn-secondary.active,
.button-swiper-container .btn-secondary.actif,
.reviews__filters .btn-secondary.active,
.reviews__filters .btn-secondary.actif {
  background-color: var(--lulopie-c-gold, #d9b8a3) !important;
  border-color: var(--lulopie-c-gold, #d9b8a3) !important;
  color: var(--lulopie-c-bg, #131313) !important;
}

.informations .texte-informations .btn,
#wpforms-submit-57 {
  background-color: var(--lulopie-c-gold, #d9b8a3) !important;
  border-color: var(--lulopie-c-gold, #d9b8a3) !important;
  color: var(--lulopie-c-bg, #131313) !important;
}

.btn,
.btn-secondary,
.skills .box,
.news .bloc,
.section-last-works .bloc {
  border-radius: var(--lulopie-radius, 0px);
}

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