@charset "UTF-8";
::-moz-selection {
  color: #000000;
  background: #bf9525;
}

::selection {
  color: #000000;
  background: #bf9525;
}

body {
  font-family: "Inter", sans-serif;
  color: #474c52;
  background-color: #fafafa;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .nav-link, .btn-custom, .btn-outline-custom {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
}

h2.title-main {
  position: relative;
  font-size: 48px;
  line-height: 52px;
  color: #000000;
}
@media (max-width: 767px) {
  h2.title-main {
    font-size: 38px;
    line-height: 42px;
  }
}
h2.title-main:after {
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  background-color: #bf9525;
  margin: 12px auto 0 auto;
}

p, ul {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #474c52;
}

a, input, button {
  transition: all 0.2s ease-in-out;
}

/* Navbar stylisée */
.navbar {
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
}
.navbar .navbar-brand {
  color: #bf9525 !important;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1px;
  width: 300px;
}
@media screen and (max-width: 400px) {
  .navbar .navbar-brand {
    width: 180px;
  }
}
.navbar .navbar-brand .logo-block {
  position: absolute;
  width: 300px;
  top: 0;
  background: #fff;
  padding: 12px 7px 8px 9px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 400px) {
  .navbar .navbar-brand .logo-block {
    width: 180px;
  }
}
.navbar .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    align-items: flex-end;
  }
}
@media screen and (max-width: 550px) {
  .navbar .navbar-nav {
    padding-top: 80px;
  }
}
@media screen and (max-width: 400px) {
  .navbar .navbar-nav {
    padding-top: 30px;
  }
}
.navbar .nav-link {
  color: #ffffff !important;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.navbar .nav-link:hover {
  color: #bf9525 !important;
}
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 10px 0;
}
.navbar.scrolled .logo-block {
  width: 200px;
}
@media (max-width: 400px) {
  .navbar.scrolled .logo-block {
    width: 160px;
  }
}

/* Boutons personnalisés */
.btn-custom {
  display: inline-block;
  background-color: #bf9525;
  color: #000000;
  font-weight: 700;
  border: 2px solid #bf9525;
  padding: 10px 25px;
  font-size: 1.2rem;
  transition: 0.3s;
  text-decoration: none !important;
}
.btn-custom:hover {
  background-color: transparent;
  color: #bf9525;
}

.btn-outline-custom {
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  border: 2px solid #bf9525;
  padding: 10px 25px;
  font-size: 1.2rem;
  transition: 0.3s;
}
.btn-outline-custom:hover {
  background-color: #bf9525;
  color: #000000;
}

/* Hero Wrapper & Carousel */
.hero-wrapper {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hero-wrapper .badge {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  margin-bottom: 10px;
  white-space: wrap;
  text-align: left;
}
.hero-wrapper h1 .title {
  display: block;
  font-size: 64px;
  line-height: 66px;
  color: #bf9525;
  margin-bottom: 16px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .hero-wrapper h1 .title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .hero-wrapper h1 .title {
    font-size: 38px;
    line-height: 40px;
  }
}
.hero-wrapper h1 .subtitle {
  display: block;
  font-size: 32px;
  line-height: 38px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .hero-wrapper h1 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}
.hero-wrapper .btn-custom {
  margin-top: 20px;
}
.hero-wrapper .btn-custom:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000000;
}
.hero-wrapper .hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-wrapper .hero-carousel .carousel-inner, .hero-wrapper .hero-carousel .carousel-item {
  height: 100%;
}
.hero-wrapper .hero-carousel .carousel-bg {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.hero-wrapper .hero-content {
  position: relative;
  z-index: 1;
}

#expertise {
  background-color: #f4f4f4;
}
#expertise .overlap-box {
  background-color: #ffffff;
  padding: 50px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid #bf9525;
  border-radius: 3px;
}
@media (max-width: 767px) {
  #expertise .overlap-box {
    padding: 40px 24px;
  }
}
@media (max-width: 400px) {
  #expertise .overlap-box {
    padding: 30px 12px;
  }
}
#expertise .overlap-box h2 {
  margin-bottom: 24px;
  color: #bf9525;
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 767px) {
  #expertise .overlap-box h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
#expertise .overlap-box .details-infos i {
  color: #bf9525;
}
#expertise .overlap-box .details-infos a {
  color: #000000;
  text-decoration: none !important;
}
#expertise .overlap-box .details-infos a:hover {
  color: #bf9525 !important;
}
#expertise .overlap-box .details-infos div {
  color: #000000;
  font-weight: 700;
}

/* Section Services (Cartes interactives avec images) */
.services-section {
  padding: 80px 0 140px 0;
  background-color: #f4f4f4;
}
@media (max-width: 575px) {
  .services-section {
    padding: 60px 0 100px 0;
  }
}
.services-section .col-service-card {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .services-section .col-service-card {
    margin-top: 12px;
  }
}
.services-section .service-card {
  padding: 30px 20px;
  height: 250px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media (max-width: 1199px) {
  .services-section .service-card {
    height: 310px;
  }
}
@media (max-width: 991px) {
  .services-section .service-card {
    height: 250px;
  }
}
.services-section .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background-color 0.4s ease;
}
.services-section .service-card .service-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services-section .service-card .service-icon {
  font-size: 2.5rem;
  color: #bf9525;
  margin-bottom: 20px;
  transition: opacity 0.3s, transform 0.3s;
}
.services-section .service-card p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  min-height: 65px;
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1399px) {
  .services-section .service-card p {
    min-height: 80px;
  }
}
@media (max-width: 1199px) {
  .services-section .service-card p {
    min-height: 110px;
  }
}
@media (max-width: 991px) {
  .services-section .service-card p {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .services-section .service-card p {
    min-height: inherit;
  }
}
.services-section .service-card .service-icon, .services-section .service-card p {
  opacity: 0;
}
.services-section .service-card h3 {
  font-size: 1.5rem;
  transition: all 0.4s ease;
  z-index: 2;
  background-color: #000000;
  color: #bf9525;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 0;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.services-section .service-card:hover {
  border-color: #bf9525;
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.services-section .service-card:hover::before {
  background-color: rgb(255, 255, 255);
}
.services-section .service-card:hover .service-icon, .services-section .service-card:hover p {
  opacity: 1;
  pointer-events: none;
}
.services-section .service-card:hover h3 {
  background-color: transparent;
  color: #000000;
  padding: 0;
  transform: scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}
.services-section .service-card.cta-card {
  background-color: #000000 !important;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  background-image: none !important;
}
.services-section .service-card.cta-card::before {
  display: none;
}
.services-section .service-card.cta-card h3 {
  color: #bf9525;
  background-color: transparent;
  transform: scale(1);
  padding: 0;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.services-section .service-card.cta-card p {
  opacity: 1;
  color: #fff;
  min-height: inherit;
}
.services-section .service-card.cta-card:hover h3 {
  background-color: transparent;
  box-shadow: none;
  transform: none;
  padding: 0;
  margin-bottom: 15px;
}

/* Section Réseaux Sociaux (Doubles biseaux) */
.social-section {
  background: linear-gradient(135deg, #000000 50%, #1a1a1a 50%);
  color: #ffffff;
  padding: 120px 0 230px 0;
  position: relative;
}
@media (max-width: 575px) {
  .social-section {
    padding: 90px 0 180px 0;
  }
}
.social-section::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #bf9525;
  transform: skewY(-2deg);
  z-index: 1;
}
.social-section h2.title-main {
  color: #fff;
}
.social-section p {
  color: #fff;
  max-width: 600px;
  margin: 0 auto 40px auto;
}
.social-section .social-content {
  position: relative;
  z-index: 2;
}
.social-section .social-icon-large {
  font-size: 4rem;
  color: #ffffff;
  margin: 0 15px;
  transition: color 0.3s, transform 0.3s;
}
.social-section .social-icon-large:hover {
  color: #bf9525;
  transform: scale(1.1);
}

/* Section Contact Parallax & Débordement */
.contact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/assets/home-contact.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 0 0 100px 0;
}
@media (max-width: 575px) {
  .contact-section {
    padding: 0 0 12px 0;
  }
}
.contact-section .contact-overlap {
  margin-top: -150px;
  position: relative;
  z-index: 10;
}
.contact-section .contact-info {
  background-color: #bf9525;
  color: #000000;
  padding: 40px;
  height: 100%;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 991px) {
  .contact-section .contact-info {
    border-radius: 3px 3px 0 0;
  }
}
@media (max-width: 400px) {
  .contact-section .contact-info {
    padding: 30px 24px;
  }
}
.contact-section .contact-info h2.title-main:after {
  background-color: #000000;
  margin: 12px 0 0 0;
}
.contact-section .contact-info p {
  color: #000000;
  margin-bottom: 24px;
}
.contact-section .contact-info i {
  color: #000000;
  width: 30px;
}
.contact-section .contact-info a {
  text-decoration: none !important;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.contact-section .contact-info a:hover {
  color: #fff;
}
.contact-section .contact-info span.hours b {
  display: block;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.contact-section .form-info {
  background: #fff;
  padding: 40px;
  height: 100%;
  border-radius: 0 3px 3px 0;
}
@media (max-width: 991px) {
  .contact-section .form-info {
    border-radius: 0 0 3px 3px;
  }
}
@media (max-width: 400px) {
  .contact-section .form-info {
    padding: 30px 24px;
  }
}
.contact-section .form-info h3 {
  color: #000000;
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .contact-section .form-info h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.contact-section .form-info .rgpd-link a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.contact-section .form-info .rgpd-link a:hover {
  color: #bf9525;
}
.contact-section .form-info #RGPD .card-body {
  font-size: 11px;
  line-height: 16px;
}

/* Footer Travaillé */
footer {
  background-color: #000000;
  color: #a4a09e;
  padding: 60px 0 20px 0;
}
footer .resume-footer {
  color: #a4a09e;
  font-size: 16px;
  line-height: 26px;
  max-width: 90%;
}
@media (max-width: 575px) {
  footer .resume-footer {
    max-width: 100%;
  }
}
footer .title-footer {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 991px) {
  footer .col-links {
    display: none;
  }
}
footer ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}
footer ul li {
  margin-bottom: 10px;
  color: #a4a09e;
}
footer ul li a {
  color: #a4a09e;
  text-decoration: none;
}
footer ul li a:hover {
  color: #bf9525;
  padding-left: 6px;
}
footer a.sn {
  color: #fff;
}
footer a.sn:hover {
  color: #bf9525;
}
footer .footer-logo {
  width: 100%;
  max-width: 90%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  footer .footer-logo {
    max-width: 280px;
  }
}
footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 575px) {
  footer .footer-bottom {
    text-align: left;
  }
}
footer .footer-bottom p {
  font-size: 12px;
  line-height: 18px;
  color: #a4a09e;
  margin-bottom: 0;
}
footer .footer-bottom p b {
  font-weight: 700;
}
footer .footer-bottom p a {
  color: #a4a09e;
  text-decoration: none;
}
footer .footer-bottom p a:hover {
  color: #bf9525;
}/*# sourceMappingURL=main_css.css.map */