body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #04b05d;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #04b05d;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #04b05d;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}

#menu .navbar-header {
  display: flex;
  align-items: center;
  height: 50px;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0;
  line-height: 50px;
}

#menu a.navbar-brand img {
  vertical-align: middle;
  display: block;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  padding: 0 2px;
  border-radius: 0;
  margin: 0 15px;
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  position: relative;
}

#menu.navbar-default .navbar-nav > li > a.nav-special-link {
  color: #e4e007;
  font-weight: 600;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #04b05d;
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
#menu.navbar-default .navbar-nav > .active > a,
#menu.navbar-default .navbar-nav > .active > a:hover,
#menu.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after,
#menu.navbar-default .navbar-nav > .active > a:after,
#menu.navbar-default .navbar-nav > .active > a:hover:after,
#menu.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: #04b05d !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #04b05d;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #04b05d;
}

/* Transition fluide pour le menu mobile */
@media (max-width: 767px) {
  #menu .navbar-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
    display: block !important;
  }
  
  #menu .navbar-collapse.collapse.in {
    max-height: 500px;
  }
  
  #menu .navbar-collapse.collapse:not(.in) {
    max-height: 0;
  }
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: #04b05d;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #04b05d;
  background-image: none;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #04b05d;
  opacity: 0.9;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  position: relative;
  background-color: #e5e5e5;
  overflow: hidden;
  min-height: 100vh;
  height: 80vh;
}

.image-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.slider-image.active {
  opacity: 1;
}

.slider-image.devlivery-image {
  height: 120%;
}

/* Slider Navigation Dots */
.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  outline: none;
}

.slider-dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 1);
  transform: scale(1.2);
}

.slider-dot.active {
  background-color: #04b05d;
  border-color: #04b05d;
  width: 14px;
  height: 14px;
}

.slider-dot:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  max-width: 100%;
  white-space: pre-line;
}
.intro h1 span {
  font-weight: 800;
  color: #04b05d;
}
.intro p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto;
  margin-bottom: 30px;
}
header .intro-text {
  padding-top: 250px;
  padding-bottom: 80px;
  text-align: center;
  max-width: 100%;
}

.intro-text h1,
.intro-text p {
  max-width: 100%;
}
/* Features Section */
#features {
  background: #ffffff;
}
#features .section-title {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* Feature Cards Style - Style exact de la maquette */
.feature-card {
  background: #ffffff;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: left;
  margin: 10px;
  position: relative;
}

.feature-icon-container {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); */
}

.feature-icon-container i.fa {
  font-size: 24px;
  color: #04b05d;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
}

.features-icons-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.features-icons-section .row {
  margin: 0;
}

/* Desktop - 4 colonnes côte à côte */
@media (min-width: 992px) {
  .features-icons-section .col-md-3 {
    margin-bottom: 0;
    padding: 0;
  }

  .features-icons-section .col-md-3 .feature-card {
    border: 1px solid #eaeaea;
    border-radius: 0;
    margin: 0;
    border-right: none;
  }

  .features-icons-section .col-md-3:first-child .feature-card {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .features-icons-section .col-md-3:nth-child(2) .feature-card {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #eaeaea;
  }

  .features-icons-section .col-md-3:nth-child(3) .feature-card {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .features-icons-section .col-md-3:last-child .feature-card {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #eaeaea;
  }
}

/* Mobile et tablette - cartes séparées */
@media (max-width: 991px) {
  .features-icons-section [class*="col-"] {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .features-icons-section [class*="col-"] .feature-card {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin: 0;
    border-right: 1px solid #eaeaea;
  }
}

.features-icons-section h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 1.3;
}

.features-icons-section p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  text-align: left;
}

/* Section Image + Texte descriptif */
.features-intro-section {
  margin: 0 0 20px;
  align-items: flex-start;
}

.features-image-container {
  padding: 0 15px;
  text-align: center;
  overflow: visible;
}

.features-intro-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 380px;
  max-height: 450px;
  object-fit: cover;
  object-position: center center;
  display: block;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  border-radius: 12px;
}

.features-text-container {
  padding: 0 15px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}

.features-description {
  color: #222222;
  line-height: 1.8;
  width: 100%;
}

.features-description p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.features-description p:last-child {
  margin-bottom: 0;
}

.features-icons-section {
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .features-intro-section {
    margin: 25px 0 40px;
  }
  
  .features-image-container {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  
  .features-text-container {
    padding: 0 15px;
  }
  
  .features-intro-image {
    min-height: 300px;
  }
  
  .features-description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .features-icons-section {
    margin-top: 40px;
  }
  
  /* Cartes responsive sur mobile - 1 colonne */
  .features-icons-section .col-xs-12,
  .features-icons-section .col-sm-6 {
    margin-bottom: 25px;
    padding: 0 15px;
  }
  
  .features-icons-section .col-xs-12 .feature-card,
  .features-icons-section .col-sm-6 .feature-card {
    border-radius: 10px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .features-intro-section {
    margin: 20px 0 30px;
  }
  
  .features-text-container {
    padding: 0 15px;
  }
  
  .features-intro-image {
    min-height: 250px;
  }
  
  .features-description p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  /* Cartes responsive sur très petits écrans */
  .features-icons-section .col-xs-12 {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  
  .features-icons-section .col-xs-12 .feature-card {
    padding: 20px 15px;
    margin: 0;
  }
}
/* About Section */
#about {
  padding: 100px 0;
  background: #f7f7f7;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: #04b05d;
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #04b05d;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 100%;
  max-width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding: 100px 0;
  background: #04b05d;
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 32px;
  width: 80px;
  height: 80px;
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  border: 2px solid #ffffff;
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding: 0;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: rgba(4, 176, 93, 0.8);
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Scroll Animations - Animations sobres et professionnelles */
.scroll-animate-hidden {
  opacity: 0;
  will-change: opacity, transform;
}

.scroll-animate {
  opacity: 1;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  will-change: auto;
}

/* Fade In */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.scroll-animate-fadeIn {
  animation-name: fadeIn;
}

/* Fade In Up */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-animate-fadeInUp {
  animation-name: fadeInUp;
}

/* Fade In Left */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.scroll-animate-fadeInLeft {
  animation-name: fadeInLeft;
}

/* Fade In Right */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.scroll-animate-fadeInRight {
  animation-name: fadeInRight;
}

/* Slide Up */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-animate-slideUp {
  animation-name: slideUp;
}

/* Scale In */
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.scroll-animate-scaleIn {
  animation-name: scaleIn;
}

/* Contact Section - Style moderne inspiré de la maquette */
#contact {
  padding: 60px 0 40px;
  background: #f5f5f5;
  color: #333;
}

#contact .section-title {
  margin-bottom: 50px;
}

#contact .section-title h2 {
  color: #333;
  margin-bottom: 15px;
}

#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: #04b05d;
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.contact-section-wrapper {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 35px;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.contact-content {
  margin: 0;
}

.contact-description {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-description h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

.contact-description p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-form-wrapper {
  padding-left: 30px;
}

.contact-form-container {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 50px 40px;
}

.contact-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  position: relative;
}

.contact-badge-icon {
  width: 40px;
  height: 40px;
  background: #04b05d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-badge span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #f0f9f5;
  padding: 8px 16px;
  border-radius: 20px;
}

.contact-form {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

#contact .form-control {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

#contact .form-control:focus {
  border-color: #04b05d;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(4, 176, 93, 0.1);
}

#contact .form-control::placeholder {
  color: #999;
  font-style: normal;
}

.form-submit-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.form-message {
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-message-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.form-message-success i.fa {
  color: #28a745;
}

.form-message-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.form-message-error i.fa {
  color: #dc3545;
}

#contact .btn-custom:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#contact .btn-custom {
  background: #04b05d;
  border: none;
  color: #fff;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

#contact .btn-custom:hover {
  background: #038a4a;
  color: #fff;
  opacity: 0.9;
}

.contact-info-wrapper {
  padding-left: 40px;
}

.contact-info {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-info h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #04b05d;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.contact-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: #f0f9f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-icon i.fa {
  color: #04b05d;
  font-size: 18px;
}

.contact-details {
  flex: 1;
}

.contact-details h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-details p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.contact-social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.contact-social h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.contact-social ul li {
  margin: 0;
}

.contact-social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f9f5;
  border-radius: 50%;
  color: #04b05d;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-social ul li a:hover {
  background: #04b05d;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(4, 176, 93, 0.3);
}

.contact-social ul li a i.fa {
  font-size: 18px;
}
/* Footer Section - Style professionnel avec fond noir */
#footer {
  background: #1a1a1a;
  padding: 60px 0 30px;
  color: #ccc;
}

.footer-content {
  margin-bottom: 40px;
  align-items: center;
}

.footer-logo-column {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-logo {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  width: auto;
  object-fit: contain;
}

.footer-column {
  margin-bottom: 30px;
}

.footer-column h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #04b05d;
  display: inline-block;
  white-space: nowrap;
}

.footer-title-no-break {
  white-space: normal;
  word-break: keep-all;
  line-height: 1.3;
  font-size: 16px;
}

.footer-column p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.footer-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
}

.footer-info-item:last-child {
  margin-bottom: 0;
}

.footer-info-item i.fa {
  color: #04b05d;
  margin-right: 12px;
  margin-top: 3px;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
  font-size: 16px;
}

.footer-info-item span,
.footer-info-item a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  flex: 1;
  line-height: 1.6;
}

.footer-info-item a:hover {
  color: #04b05d;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2a2a;
  border-radius: 50%;
  border: 2px solid transparent;
  color: #ccc;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  border-color: #04b05d;
  color: #04b05d;
}

.footer-social a i.fa {
  font-size: 18px;
  margin: 0;
  width: auto;
}

.footer-copyright {
  border-top: 1px solid #333;
  padding-top: 25px;
  margin-top: 20px;
  text-align: center;
}

.footer-copyright p {
  color: #888;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 768px) {
  /* Empêcher le scroll horizontal sur mobile */
  body,
  html {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
  }
  
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .row {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 100%;
  }
  
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  /* Navigation mobile - Logo à gauche, burger à droite */
  #menu .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
    max-width: 100%;
  }
  
  #menu .navbar-toggle {
    order: 2;
    margin-left: auto;
    margin-right: 0;
    float: none;
  }
  
  #menu .navbar-brand {
    order: 1;
    margin-left: 0;
    margin-right: auto;
    float: none;
    max-width: calc(100% - 60px);
  }
  
  #menu .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
  
  #about img {
    width: 100%;
    max-width: 100%;
    margin: 50px 0;
  }
  .intro {
    min-height: 60vh;
    height: 70vh;
  }
  .intro h1 {
    font-size: 36px;
  }
  .intro p {
    font-size: 14px;
  }
  header .intro-text {
    padding-top: 180px;
  }
  
  .contact-section-wrapper {
    padding: 30px 25px;
    margin-top: 30px;
  }
  
  .contact-description {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .contact-description h2 {
    font-size: 28px;
  }
  
  .contact-form-wrapper {
    padding-left: 0;
  }
  
  .contact-form-container {
    padding: 30px 25px;
  }
  
  .form-submit-wrapper {
    justify-content: center;
  }
  
  .footer-logo-column {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  
  .footer-logo {
    max-height: 100px;
  }
  
  .footer-column {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .footer-column h4 {
    display: block;
    white-space: normal;
  }
  
  .footer-info-item {
    justify-content: center;
    text-align: left;
  }
  
  .footer-social {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  /* Empêcher le scroll horizontal sur très petits écrans */
  body,
  html {
    overflow-x: hidden;
    max-width: 100vw;
  }
  
  .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
  
  .row {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 100%;
  }
  
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .contact-section-wrapper {
    padding: 30px 20px;
  }
  
  .intro {
    min-height: 50vh;
    height: 60vh;
  }
  .intro h1 {
    font-size: 28px;
  }
  header .intro-text {
    padding-top: 150px;
  }
  .slider-dots {
    bottom: 15px;
    gap: 8px;
  }
  .slider-dot {
    width: 8px;
    height: 8px;
  }
  .slider-dot.active {
    width: 10px;
    height: 10px;
  }
}
