/* Style custom */
.body {
  background-color: #fafafc;
}

.navbar2 {
  padding-top: 0.5rem;
}

#direction {
  background-color: #ffffff00;
  border-bottom: 1px solid #ffffff1a;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
  height: 75px;
  margin-top: 0.5rem !important;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  left: 0;
}

.logo {
  max-height: 45px;
}

.slideraccueil {
  min-height: 100vh;
  background-image: linear-gradient(#3820e866, #3820e800);
  padding: 0.5rem 0;
  width: calc(100% - 1rem);
  margin: 0 auto;
  background-color: black;
}

.slideraccueil::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center top,
      rgba(12, 12, 12, 0) 40%,
      rgba(12, 12, 12, 1) 100%);
  z-index: 1;
  pointer-events: none;
}

.acceuil3 {
  background-image: linear-gradient(#3820e866, #3820e800) !important;
  padding: 0.5rem 0;
  width: calc(100% - 1rem);
  height: 600px;
  margin: 0 auto;
  background-color: black;
}

.acceuil3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center top,
      rgba(12, 12, 12, 0) 40%,
      rgba(12, 12, 12, 1) 100%);
  z-index: 1;
  pointer-events: none;
}

.navbar2 .direction .col-md-8 ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.8px;
}

.slideraccueil .contenue {
  min-height: 100vh;
  justify-content: flex-start;
  padding: 0px;
  padding-top: 150px;
}

.slideraccueil h1,
.slideraccueil h2 {
  margin-top: 0px;
  max-width: 60%;
  font-size: 4rem;
  line-height: 1.4;
}

.slideraccueil p {
  max-width: 45%;
  margin: 0px;
  line-height: 1.7;
}

.slideraccueil a {
  margin-top: 32px;
  background-color: var(--second-color);
  color: white;
  font-size: 1.1rem;
}

.acceuil3_div {
  text-align: center;
}

.acceuil3 nav {
  justify-content: center;
}

.acceuil3 h1 {
  max-width: 60%;
  font-size: 4rem;
  margin: auto;
}

.acceuil3 p {
  max-width: 45%;
  line-height: 1.7;
  margin-top: 22px !important;
  margin: auto;
}

.navbar2 .direction .col-md-8>ul>li:last-child>a {
  padding: 13px 25px;
  border: 1px solid #ffffff00;
  border-radius: var(--border-radius);
  font-size: 15px;
}

.navbar2 .direction .col-md-8>ul>li:last-child>a:hover {
  transition: 0.3s ease;
  padding: 13px 25px;
  border: 1px solid #ffffff00;
  border-radius: var(--border-radius);
  font-size: 15px;
  background-color: #432de7;
  color: white;
}

.menu_gauche>li.active>a::after,
.menu_droite>li.active>a::after,
.direction ul>li.active>a::after {
  background: white !important;
}

.navbar2 .direction .col-md-8 ul li .sous_menu li a:hover {
  background-color: #cccccc00;
}

.navbar2 .direction .col-md-8 ul li a i {
  font-size: 13px;
}

.navbar2 .direction .col-md-8 ul li .sous_menu {
  background-color: #100940;
  padding: 5px;
  width: 190%;
}

.navbar2 .direction .col-md-8 ul li .sous_menu li a {
  color: #ffffff;
  font-size: 15px;
}

.navbar2 .direction .col-md-8 ul li:not(:last-child) a::after {
  background: white !important;
}

.phone_slider {
  display: flex;
  gap: 45px;
  width: 90%;
  margin-top: 100px;
  margin-bottom: 70px;
}

.phone_slider>div {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.phone_slider img {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
}

@media screen and (min-width: 1600px) {

  .slideraccueil h1,
  .slideraccueil h2 {
    max-width: 55%;
  }

  .slideraccueil p {
    max-width: 35%;
  }

  .acceuil3 h1 {
    max-width: 70%;
  }

  .acceuil3 p {
    max-width: 60%;
  }
}

/* Avis */
.ax-section {
  background-color: #0d0d0d;
  width: 100%;
}

.ax-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 170px;
}

.ax-head {
  text-align: center;
  margin-bottom: 50px;
}

.ax-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ax-rating {
  color: #aaa;
  margin-bottom: 20px;
}

.ax-rating b {
  color: #fff;
}

.ax-btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #fff;
  color: #0d0d0d;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--border-radius);
  transition: 0.3s;
}

.ax-btn:hover {
  background-color: #ffc107;
  color: #0d0d0d;
}

.ax-wrapper {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.ax-wrapper.open {
  max-height: 9999px;
}

.ax-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  padding-bottom: 40px;
  background: linear-gradient(to bottom, transparent, #0d0d0d);
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  transition: opacity 0.4s;
}

.ax-fade.hidden {
  opacity: 0;
  pointer-events: none;
}

.ax-toggle {
  text-align: center;
  margin-top: 20px;
}

#ax-btn-more {
  pointer-events: all;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.9rem;
}

#ax-btn-more:hover {
  background: rgba(255, 255, 255, 0.15);
}

.ax-grid {
  columns: 4;
  column-gap: 25px;
}

.ax-card {
  break-inside: avoid;
  margin-bottom: 25px;
  background-color: #1a1a1a;
  border-radius: var(--border-radius);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ax-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ax-card-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ax-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  flex-shrink: 0;
}

.ax-name {
  color: #fff;
  font-size: 0.9rem;
}

.ax-google-logo {
  opacity: 0.6;
}

.ax-stars {
  margin-bottom: 10px;
}

.ax-stars i {
  color: #ffc107;
  font-size: 13px;
}

.ax-comment {
  color: #ccc;
  font-size: 0.85rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
}

.ax-date {
  color: #555;
  font-size: 0.75rem;
  margin: 0;
}

@media (max-width: 992px) {
  .ax-grid {
    columns: 2;
  }
}

@media (max-width: 576px) {
  .ax-grid {
    columns: 1;
  }

  .ax-title {
    font-size: 1.8rem;
    width: 94%;
  }

  .ax-head {
    margin-bottom: 35px;
  }

  .ax-inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .ax-wrapper {
    padding: 0px 20px;
  }
}

/* Bloc accueil */
.presentation1 {
  margin: auto;
  padding: 100px 0px 120px;
}

.pres-header {
  text-align: center;
  margin-bottom: 40px;
}

.pres-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 10px;
}

.pres-header p {
  color: #888;
  font-size: 1rem;
  max-width: 500px;
  margin: auto;
}

.presentation1 .row {
  --bs-gutter-x: 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
  margin: auto !important;
}

.presentation1 .col-md-3 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px !important;
  padding: 28px;
  border-radius: var(--border-radius);
  background-color: #f0f0f0;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.presentation1 .col-md-3::after {
  display: none;
}

.presentation1 .col-md-3:hover {
  background-color: var(--second-color);
  color: #fff;
  transform: none;
  text-decoration: none;
}

.presentation1 .col-md-3:hover h3 {
  color: #fff;
}

.presentation1 .col-md-3 div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  gap: 4px;
}

.presentation1 .col-md-3 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #212529;
}

.presentation1 .col-md-3 p {
  font-size: 0.95rem;
  color: inherit;
  opacity: 0.75;
  margin: 0;
  width: 100%;
}

.pres-arrow {
  position: absolute;
  bottom: 18px;
  right: 20px;
  font-size: 1.1rem;
  color: inherit;
  transition: transform 0.3s ease;
}

.presentation1 .col-md-3:hover .pres-arrow {
  transform: translateX(4px);
}

.presentation1 .col-md-3 .discover-btn {
  display: none;
}

.presentation1 .col-md-3 img {
  display: none;
}

@media (max-width: 1024px) {
  .presentation1 .row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 576px) {
  .presentation1 .row {
    grid-template-columns: 1fr !important;
    gap: 5px;
  }

  .pres-header h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .presentation1 .col-md-3 h3 {
    font-size: 1.4rem;
  }

  .presentation1 .row .col-md-3 {
    height: 170px !important;
  }
}

.footer3 {
  background-color: #0d0d0d;
}

.footer3 .row:first-child {
  background-color: #0d0d0d;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  width: 100%;
  max-width: 1200px;
  margin: auto !important;
  padding-left: 0px;
  padding-right: 0px;
}

.footer3 .row:last-child {
  background-color: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#tarteaucitronIcon #tarteaucitronManager img {
  display: none;
}

.footer3 .row span {
  font-size: 11px;
  padding: 14px 0;
}

.faq-container {
  margin-bottom: 0px;
  width: 100%;
  margin-top: 0px !important;
  padding: 120px 0px;
}

.faq-container h2 {
  text-align: center;
  border-bottom: 0px solid var(--second-color);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  width: 100%;
  margin-top: 0px;
}

.faq-question {
  padding: 25px 20px;
  background-color: #e2e2e200;
}

.faq-toggle {
  background-color: #fff0;
  font-size: 16px;
  padding-top: 0px;
  top: 25px;
}

.faq-question:hover {
  background-color: #cdcdcd1c;
}

.faq-question.active {
  background-color: #cdcdcd1c;
}

.faq-question.active .faq-toggle {
  transform: rotate(180deg);
  background-color: rgba(255, 0, 0, 0);
  border-color: #c3c3c3;
  color: #000000;
}

.faq-question.active .faq-title {
  color: #212529;
}

.faq-title {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #212529;
}

#container-faq-galerie-contenu {
  margin: 0px auto;
  background-color: #f3f4f6;
  min-width: 100% !important;
}

.titreGalerieFaqPage {
  border-bottom: 0px solid var(--second-color);
  margin-bottom: 25px;
  margin-top: 15px;
  font-size: 2rem;
}

.container-faq-int {
  max-width: 1200px;
  margin: auto;
  padding: 55px 0px 60px;
}

.faq-text {
  display: grid !important;
  grid-template-rows: 0fr;
  margin: 0 !important;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    margin 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-text>* {
  overflow: hidden;
}

.faq-question.active .faq-text {
  grid-template-rows: 1fr;
  margin: 20px 0 0 !important;
}

.faq-toggle i {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question.active .faq-toggle i {
  transform: rotate(180deg);
}

.faq__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--second-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq__eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--second-color);
  border-radius: 2px;
  display: inline-block;
}

.page-avis .avis-grid {
  display: block !important;
  columns: 3;
  column-gap: 1.5rem;
  grid-template-columns: unset;
  margin-top: 2rem;
}

.page-avis .avis-card {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  display: inline-block !important;
  width: 100%;
  float: none;
}

.map-container iframe {
  height: 300px;
}

@media (max-width: 1024px) {
  .page-avis .avis-grid {
    columns: 2;
  }
}

@media (max-width: 768px) {
  .page-avis .avis-grid {
    columns: 1;
  }
}

@media screen and (max-width: 768px) {
  .slideraccueil {
    min-height: auto !important;
  }

  .slideraccueil h1,
  .slideraccueil h2 {
    max-width: 90%;
    text-shadow: none;
    font-size: 1.9rem;
    text-align: left;
  }

  .slideraccueil .contenue {
    padding-top: 110px;
    min-height: auto;
    padding-bottom: 50px;
  }

  .slideraccueil p {
    max-width: 90%;
    margin-top: 5px;
    text-align: justify;
  }

  .phone_slider {
    gap: 15px;
    width: 90%;
    margin-top: 46px;
    margin-bottom: 55px;
  }

  .navbar2 .icon2 {
    color: #ffffff;
  }

  /* .slideraccueil .swiper-slide {
    position: absolute;
    top: -200px;
  } */

  .slideraccueil a {
    margin-right: auto;
    margin-left: 15px;
    margin-top: 25px;
  }

  .presentation1 {
    margin: auto;
    padding: 50px 20px !important;
  }

  .faq-container {
    padding: 30px 20px !important;
  }

  .faq-container h2 {
    font-size: 1.8rem;
  }

  .faq-title {
    font-size: 1rem;
  }

  .faq-question:not(:first-child) {
    padding: 17px 15px 17px 12px;
  }

  .faq-question.active {
    box-shadow: inset 2px 0 0 0 var(--second-color);
  }

  .faq-toggle {
    height: 24px;
    font-size: 16px;
    top: 14px;
    width: 24px;
    right: 10px;
  }

  .faq-toggle i {
    font-size: 12px;
  }

  .faq-text {
    margin: 15px 0 0;
    font-size: 0.95rem;
  }

  .acceuil3 h1 {
    max-width: 100%;
    font-size: 1.9rem;
    margin: 0px !important;
    text-align: left;
  }

  .acceuil3 nav ol li {
    text-align: left;
  }

  .acceuil3 p {
    max-width: 100%;
    margin: 0px !important;
    text-align: left;
  }

  .acceuil3_div {
    margin-top: 65px;
    height: 375px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .acceuil3 {
    height: 450px;
  }

  .acceuil3 nav {
    justify-content: left;
    margin: 0px !important;
  }
}

/* ===== CONTACT ===== */
.contact_page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.contact_page .row:nth-child(1) {
  display: flex;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  margin-top: 0 !important;
  margin-bottom: 48px !important;
  background: #fff;
}

.contact_page .row:nth-child(1) .col-md-4 {
  background: linear-gradient(160deg, #1a0f6b, #2d1db3);
  padding: 48px 36px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}

.contact_page .row:nth-child(1) .col-md-4 h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
}

.contact_page .row:nth-child(1) .col-md-4 p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 36px;
}

.contact_page .row:nth-child(1) .col-md-4 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact_page .row:nth-child(1) .col-md-4 li {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact_page .row:nth-child(1) .col-md-4 li i {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}

.contact_page .row:nth-child(1) .col-md-4 ul li a,
.contact_page .row:nth-child(1) .col-md-4 ul li button {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.contact_page .row:nth-child(1) .col-md-4 ul li a:hover {
  color: #fff;
}

.contact_page .row:nth-child(1) .col-md-8 {
  padding: 48px 40px;
  background: #fff;
  flex: 1;
}

.contact_page .row:nth-child(1) .col-md-8 form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact_page .row:nth-child(1) .col-md-8 form h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0d0f1a;
  margin-bottom: 10px;
}

.contact_page .row:nth-child(1) .col-md-8 form .form-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.contact_page .row:nth-child(1) .col-md-8 form input,
.contact_page .row:nth-child(1) .col-md-8 form textarea,
.contact_page .row:nth-child(1) .col-md-8 form select {
  width: 100%;
  margin: 5px 0 !important;
  padding: 12px 16px !important;
  border-radius: var(--border-radius) !important;
  border: 1.5px solid #e4e7f2 !important;
  background: #f7f8fc !important;
  color: #0d0f1a !important;
  font-size: 0.9rem !important;
  font-family: inherit !important;
  transition:
    border-color 0.2s,
    background 0.2s !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.contact_page .row:nth-child(1) .col-md-8 form input::placeholder,
.contact_page .row:nth-child(1) .col-md-8 form textarea::placeholder {
  color: #9ca3af !important;
}

.contact_page .row:nth-child(1) .col-md-8 form input:focus,
.contact_page .row:nth-child(1) .col-md-8 form textarea:focus,
.contact_page .row:nth-child(1) .col-md-8 form select:focus {
  border-color: var(--second-color) !important;
  background: #fff !important;
}

.contact_page .row:nth-child(1) .col-md-8 form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact_page .row:nth-child(1) .col-md-8 form select {
  cursor: pointer;
  color: #9ca3af !important;
  appearance: auto;
}

.additonVerifbot {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-top: 4px;
}

.additonVerifbot label {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
  width: 30%;
}

.contact_page .row:nth-child(1) .col-md-8 form .div_checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border: 1.5px solid #e4e7f2 !important;
  border-radius: var(--border-radius);
  padding: 12px 16px;
  background: #f7f8fc;
  margin: 5px 0;
}

.contact_page .row:nth-child(1) .col-md-8 form .div_checkbox label {
  font-size: 0.85rem;
  color: #4b5068;
  line-height: 1.5;
  flex: 1;
}

.contact_page .row:nth-child(1) .col-md-8 form .div_checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  padding: 0 !important;
  margin: 0 !important;
  accent-color: var(--second-color);
  cursor: pointer;
}

.contact_page .row:nth-child(1) .col-md-8 form button[type="submit"] {
  margin-top: 16px;
  padding: 14px 32px;
  background: var(--second-color);
  color: #fff;
  border: none;
  border-radius: var(--border-radius);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  align-self: flex-end;
}

.contact_page .row:nth-child(1) .col-md-8 form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--second-color-rgb), 0.3);
}

.obligatoire_telephone {
  display: none !important;
}

.container-fixe-whatsapp {
  height: 5vh;
  width: 5vh;
  bottom: 2%;
}

.back_to_top {
  bottom: 8vh;
}

.nav-mobile2 {
  position: fixed;
  inset: 0.5rem;
  background-image: linear-gradient(#3820e866, #3820e82b);
  background-color: black;
  overflow: hidden;
  width: auto;
}

.navbar2.responsive .nav-mobile2 {
  position: fixed;
  inset: 0.5rem;
  background-image: linear-gradient(#3820e866, #3820e82b);
  background-color: black;
  overflow: hidden;
  width: auto;
}

.nav-mobile2 ul.sous_menu2.active li a i {
  color: #ffffff;
}

.nav-mobile2 ul.sous_menu2.active li a {
  color: #ffffff;
}

.navbar2 .nav-mobile2 ul li a {
  color: #ffffff;
}

.close_second_menu {
  background-color: #ffffff00;
}

.nav-mobile2 li.has-submenu>i {
  color: white;
}

.nav-mobile2 li>i.fa-arrow-right {
  color: white;
}

.close_second_menu i {
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .contact_page {
    padding: 24px 16px;
  }

  .contact_page .row:nth-child(1) {
    flex-direction: column-reverse !important;
    border-radius: var(--border-radius);
    margin: 0 !important;
  }

  .contact_page .row:nth-child(1) .col-md-4 {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    padding: 32px 24px;
  }

  .contact_page .row:nth-child(1) .col-md-8 {
    padding: 32px 24px;
  }

  .contact_page .row:nth-child(1) .col-md-8 form button[type="submit"] {
    align-self: stretch;
    margin-bottom: 0;
  }

  .contact_page .row:nth-child(1) .col-md-8 form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .titreGalerieFaqPage {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .container-faq-int {
    padding: 50px 0px 60px;
  }
}

.footer3 .row .col-md-2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: left;
  border-bottom: 0px !important;
  padding: 20px 0;
}

.footer3 .row .col-md-2 h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer3 .row .col-md-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer3 .row .col-md-2 ul li {
  margin-top: 3px;
}

.footer3 .row .col-md-2 ul li a {
  color: #adadad;
  text-decoration: none;
  font-size: 14px;
  padding-right: 3px !important;
}

.footer3 .row .col-md-2 ul li a:hover {
  text-decoration: underline;
}

.footer3 .row .col-md-2:last-child {
  display: flex;
  justify-content: flex-start;
}

.footer3 .row .col-md-2 p {
  color: #adadad;
  text-decoration: none;
  font-size: 14px;
  padding-right: 3px !important;
  max-width: 75%;
}

.presentation1_full {
  padding: 70px 0px;
  background-color: #f3f4f6;
}

.pf-section {
  width: 100%;
  max-width: 1200px;
  padding: 50px 0px;
  margin: auto;
}

.pf-modal__url-btn {
  padding: 8px 18px;
  background: var(--second-color);
  color: #fff;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  margin-left: auto;
}

.pf-topbar {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.pf-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pf-filter {
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e4e7f2;
  color: #6b7280;
  transition: all 0.2s;
  font-family: inherit;
}

.pf-filter:hover {
  border-color: var(--second-color);
  color: var(--second-color);
}

.pf-filter.active {
  background: var(--second-color);
  color: #fff;
  border-color: var(--second-color);
}

.pf-masonry {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.pf-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.pf-col:empty,
.pf-col.pf-col--empty {
  display: none;
}

.pf-card {
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid #e4e7f2;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
}

.pf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.13);
  border-color: var(--second-color);
}

@keyframes pf-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pf-card {
  animation: pf-in 0.45s ease-out both;
}

.pf-card:nth-child(1) {
  animation-delay: 0.04s;
}

.pf-card:nth-child(2) {
  animation-delay: 0.08s;
}

.pf-card:nth-child(3) {
  animation-delay: 0.12s;
}

.pf-card:nth-child(4) {
  animation-delay: 0.16s;
}

.pf-card:nth-child(5) {
  animation-delay: 0.20s;
}

.pf-card:nth-child(6) {
  animation-delay: 0.24s;
}

.pf-card.pf-hidden {
  display: none;
}

.pf-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-card__img-wrap {
  width: 82%;
  border-radius: var(--border-radius);
  position: absolute;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.pf-card__img-wrap .swiper {
  width: 100%;
  height: 100%;
}

.pf-card__img-wrap {
  width: 82%;
  height: auto;
  border-radius: var(--border-radius);
  position: absolute;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.pf-card__img-wrap .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.pf-card__img-wrap .swiper-slide {
  width: 100%;
  height: 100%;
}

.pf-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pf-card .swiper-button-next,
.pf-card .swiper-button-prev {
  width: 26px !important;
  height: 26px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  color: #0d0f1a !important;
  margin: 0 !important;
  z-index: 10 !important;
  opacity: 0;
  transition: opacity 0.2s;
}

.pf-card:hover .swiper-button-next,
.pf-card:hover .swiper-button-prev {
  opacity: 1;
}

.pf-card .swiper-button-next::after,
.pf-card .swiper-button-prev::after {
  font-size: 10px !important;
  font-weight: 900 !important;
}

.pf-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(56, 32, 232, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}

.pf-card:hover .pf-card__overlay {
  opacity: 1;
}

.pf-card__cta {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 22px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--border-radius);
  transition: border-color 0.2s;
}

.pf-card:hover .pf-card__cta {
  border-color: #fff;
}

.pf-card__counter {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
  z-index: 4;
}

.pf-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.pf-card__type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--second-color);
}

.pf-card__name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d0f1a;
  margin: 0;
  line-height: 1.2;
}

.pf-card__desc {
  font-size: 0.85rem;
  color: #87888b;
  line-height: 1.6;
  margin: 0;
}

.pf-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.32s;
}

.pf-modal.pf-modal--open {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.pf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 22, 0.88);
  backdrop-filter: blur(12px);
}

.pf-modal__box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 1450px;
  height: 76vh;
  max-height: 760px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  transform: scale(0.94) translateY(28px);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.pf-modal--open .pf-modal__box {
  transform: scale(1) translateY(0);
}

.pf-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0d0f1a;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.22s;
}

.pf-modal__close:hover {
  transform: rotate(90deg);
}

.pf-modal__body {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.pf-modal__info {
  flex: 0 0 50%;
  padding: 48px 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #f0f2fa;
  position: relative;
}

.pf-modal__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--second-color);
}

.pf-modal__type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--second-color);
}

.pf-modal__title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0d0f1a;
  margin: 0;
  line-height: 1.2;
  word-break: break-word;
}

.pf-modal__desc {
  font-size: 0.93rem;
  color: #4b5068;
  line-height: 1.85;
  flex: 1;
  word-break: break-word;
}

.pf-modal__desc p {
  margin-bottom: 0.75rem;
}

.pf-modal__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #f0f2fa;
  margin-top: auto;
}

.pf-modal__meta-label {
  font-size: 13px;
  font-weight: 500;
  color: #9197b3;
}

.pf-modal__meta-val {
  font-size: 13px;
  font-weight: 700;
  color: var(--second-color);
}

.pf-modal__media {
  flex: 0 0 50%;
  background: #f0f5ff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-modal-swiper {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.pf-modal-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5ff;
  width: 100% !important;
  height: 100% !important;
}

.pf-modal-swiper .swiper-slide img {
  max-width: 86%;
  max-height: 86%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--border-radius);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.pf-modal-next,
.pf-modal-prev {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #0d0f1a !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 10 !important;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.18) !important;
  margin: 0 !important;
  transition: transform 0.2s !important;
}

.pf-modal-next:hover,
.pf-modal-prev:hover {
  transform: translateY(-50%) scale(1.1) !important;
}

.pf-modal-next::after,
.pf-modal-prev::after {
  display: none !important;
}

.pf-modal-next {
  right: 12px !important;
  left: auto !important;
}

.pf-modal-prev {
  left: 12px !important;
  right: auto !important;
}

.pf-modal-pagination {
  bottom: 12px !important;
  right: 12px !important;
  left: auto !important;
  width: auto !important;
}

.pf-modal-pagination .swiper-pagination-bullet {
  background: rgba(37, 99, 235, 0.3) !important;
  opacity: 1 !important;
  width: 7px !important;
  height: 7px !important;
  margin: 0 3px !important;
  transition: all 0.22s !important;
}

.pf-modal-pagination .swiper-pagination-bullet-active {
  background: var(--second-color) !important;
  transform: scale(1.3) !important;
}

.pf-modal__counter {
  position: absolute;
  bottom: 20px;
  left: 18px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: var(--border-radius);
  z-index: 10;
}

.pf-masonry.pf-single .pf-col:first-child {
  flex: 0 0 calc(50% - 10px);
}

.pf-card__open-btn {
  display: none;
}

.pf-modal__url-mobile {
  display: none;
}

@media (max-width: 768px) {
  .pf-topbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 20px;
  }

  .navbar2 .logo {
    height: 35px;
    margin-top: 7px;
    margin-left: 5px;
  }

  .pf-modal-swiper .swiper-slide img {
    max-height: 270px;
    max-width: 90%;
    margin-bottom: 20px;
  }

  .pf-modal-pagination {
    display: none;
  }

  .pf-modal__close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border: 1px solid #d7d7d7;
  }

  .pf-modal__url-mobile {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 18px;
    padding: 6px 14px;
    background: var(--second-color);
    color: #fff;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
  }

  .pf-card__open-btn {
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 5;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: var(--second-color);
    background: rgba(255, 255, 255, 0.92);
    border: 1.5px solid var(--second-color);
    border-radius: var(--border-radius);
    backdrop-filter: blur(6px);
    pointer-events: none;
    white-space: nowrap;
  }

  .pf-masonry {
    align-items: center;
  }

  .pf-col {
    width: 100%;
    padding: 0px 10px;
  }

  .pf-filter {
    padding: 8px 14px;
  }

  .pf-card__media {
    aspect-ratio: 16/9 !important;
  }

  .pf-card__img-wrap {
    width: 88% !important;
  }

  .pf-masonry {
    flex-direction: column;
  }

  .pf-modal__box {
    height: 90vh;
    max-height: 90vh;
  }

  .pf-modal__body {
    flex-direction: column;
    overflow-y: auto;
  }

  .pf-modal__media {
    order: 1;
  }

  .pf-modal__info {
    order: 2;
  }

  .pf-modal__meta {
    display: none;
  }

  .pf-modal__info::before {
    display: none;
  }

  .pf-modal__info {
    flex: none;
    padding: 32px 24px 24px;
    border-right: none;
    border-bottom: 1px solid #f0f2fa;
  }

  .pf-modal__media {
    flex: none;
    height: 330px;
  }

  .pf-modal__title {
    font-size: 1.3rem;
  }

  .pf-section {
    padding: 20px 0px;
  }

  .pf-modal-swiper {
    display: flex;
  }
}

@media (max-width: 480px) {
  .pf-modal {
    padding: 8px;
  }

  .pf-modal__info {
    padding: 26px 18px 18px;
  }

  .pf-modal__media {
    height: 330px;
  }
}