@charset "UTF-8";
/* CSS Document - Adapté du Thème Lawnify */
/* ==========================================================================
   Base & Reset
   ========================================================================== */
html {
  box-sizing: border-box;
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #243238;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  line-height: 1.6;
  background-color: #c2eead;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #2196f3;
  transition: color 0.3s ease;
}
a:hover {
  color: #0d47a1;
}
h1, .h1 {
  font-size: 36px;
  font-weight: 700;
  color: #243238;
  line-height: 1.2;
  margin-bottom: 20px;
}
h2, .h2 {
  font-size: 30px;
  font-weight: 700;
  color: #243238;
  margin-bottom: 20px;
}
h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  color: #243238;
  margin-bottom: 15px;
}
h4, .h4 {
  font-size: 18px;
  font-weight: 600;
  color: #243238;
  margin-bottom: 10px;
}
p {
  margin: 0 0 15px 0;
  color: #455a64;
}
.text-center {
  text-align: center !important;
}
/* Layout Utilitaires */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* ==========================================================================
   ========================================================================== */
.btn {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
  white-space: nowrap;
  border: none;
  transition: background-color 0.3s ease;
}
.btn:hover, .btn:active {
  color: #fff;
}
.btn_2 {
  background-color: #00a3ff;
  color: #fff;
}
.btn_2:hover, .btn_2:active {
  background-color: #0d95e1;
}
.btn_6 {
  background: #1ab744;
  color: #fff;
}
.btn_6:hover, .btn_6:active {
  background: #29a12e;
}
.btn-large {
  height: 60px;
  font-size: 18px;
}
.btn-block {
  width: 100%;
}
.btn-icon {
  margin-right: 10px;
  font-size: 20px;
}
/* ==========================================================================
   Formulaires (Issus de Lawnify)
   ========================================================================== */
.form-group {
  margin-bottom: 20px;
}
.form-group_inline {
  display: flex;
  gap: 20px;
}
.form-half {
  flex: 1;
}
@media (max-width: 768px) {
  .form-group_inline {
    flex-direction: column;
    gap: 0;
  }
}
.control-label {
  color: #243238;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.input, .textarea {
  background-color: #eceff1;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #cfd8dc;
  color: #243238;
  font-size: 15px;
  width: 100%;
  border: none;
  font-family: inherit;
  transition: all 0.3s ease;
}
.input::placeholder, .textarea::placeholder {
  color: #b0bec5;
}
.input:focus, .textarea:focus {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #15b842;
  outline: none;
}
.input {
  height: 48px;
  padding: 0 20px;
}
.textarea {
  padding: 15px 20px;
  resize: vertical;
}
/* ==========================================================================
   Header & Nav
   ========================================================================== */
.header {
  background: #2d394b; /* Base foncée typique Lawnify */
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 20px;
}
.logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.logo-icon {
  color: #1ab744;
  font-size: 62px;
  margin-right: 10px;
}
.logo-text {
  line-height: 1.2
}
.logo-text em {
  font-size: 15px;
  background: #1ab843;
  font-style: normal;
  padding: 3px;
  border-radius: 3px;
}
.header-nav {
  display: flex;
  gap: 30px;
}
.nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: solid 1px #5a687f;
  border-radius: 3px;
  padding: 5px 10px;
  transition: 0.3s all ease-in
}
.nav-link:hover {
  color: #fff;
  background: #1ab744
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.contact-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  background: red;
  color: white;
  height: 44px;
  justify-content: center;
  padding: 0 15px;
  border-radius: 3px;
  transition: 0.3s all ease-in
}
.contact-item a:hover {
  background: #de0a17;
}
@media (max-width: 960px) {
  .header-nav {
    display: none;
  }
}
/* ==========================================================================
   Slider
   ========================================================================== */
.greentheme_slider {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-color: #243238;
}
/* Animation simplifiée CSS pour le slider */
.slides {
  display: flex;
  width: 300%;
  animation: slide 15s infinite;
}
.slide {
  width: 33.333%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* Photos factices (à remplacer) */
.slide-1 {
  background-image: url('abattage_arbre_moissac.webp');
}
.slide-2 {
  background-image: url('elagage_de_haies_hautes.webp');
}
.slide-3 {
  background-image: url('soin_des_arbres_et_taille_douce.webp');
}
.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(36, 50, 56, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.slide-content h1 {
  color: #fff;
  font-size: 48px;
  margin: 0 auto 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-bottom: solid 10px #1ab843;
  max-width: max-content;
  line-height: 1;
}
.slide-content p {
  color: #f1fafe;
  font-size: 25px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: 800;
}
.slide-content a {
  background: #1ab744;
  color: #fff;
  border-radius: 3px;
  font-size: 30px;
  padding: 10px 30px;
  display: block;
  max-width: max-content;
  margin: 20px auto;
  font-weight: 600;
  transition: 0.3s all ease-in;
}
.slide-content a:hover {
  background: #10822f;
}
@keyframes slide {
  0%, 25% {
    transform: translateX(0);
  }
  33%, 58% {
    transform: translateX(-33.333%);
  }
  66%, 91% {
    transform: translateX(-66.666%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .slide-content h1 {
    font-size: 32px;
  }
}
/* ==========================================================================
   Blocs de Réassurance (Highlights)
   ========================================================================== */
.highlights-section {
  padding: 60px 0;
  background: #fff;
  border-bottom: 1px solid #17b942;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.highlight-card {
  background: #f4fff2;
  border: 1px solid #c7d8df;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(36, 50, 56, 0.1);
}
.highlight-icon {
  font-size: 48px;
  color: #1ab744;
  margin-bottom: 15px;
}
/* ==========================================================================
   Services Section (Alternance Image/Texte)
   ========================================================================== */
.services-section {
  padding: 20px 0;
}
.section-title {
  margin-bottom: 60px;
  font-size: 36px;
}
.service-block {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px rgba(56, 71, 93, 0.08);
}
.service-block.reverse {
  flex-direction: row-reverse;
}
.service-content {
  flex: 1;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-content ul {
  margin-top: 20px;
}
.service-content li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  color: #455a64;
}
.check-icon {
  color: #1ab744;
  margin-right: 12px;
  font-size: 22px;
}
.service-image {
  flex: 1;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.bg-img-1 {
  background-image: url('services_elagages_moissac.webp');
}
.bg-img-2 {
  background-image: url('abattage_et_demontage_de_haute_precision.webp');
}
.bg-img-3 {
  background-image: url('dessouchage_et_gestion_des_dechets_verts.webp');
}
.bg-img-4 {
  background-image: url('securite_assurances_et_certifications.webp');
}
@media (max-width: 960px) {
  .service-block, .service-block.reverse {
    flex-direction: column;
  }
  .service-image {
    min-height: 250px;
  }
  .service-content {
    padding: 30px;
  }
}
/* ==========================================================================
   Page Contact
   ========================================================================== */
.contact-page {
  padding: 60px 0 100px;
}
.contact-header {
  margin-bottom: 50px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
}
@media (max-width: 960px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(36, 50, 56, 0.06);
}
.contact-info-card {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #455a64;
  font-size: 15px;
}
.contact-list span {
  color: #15b842;
  margin-right: 15px;
  font-size: 24px;
}
.contact-list strong {
  color: #243238;
  margin-right: 5px;
}
.contact-info-card .contact-list a {
    color: inherit;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #2d394b;
  color: #fff;
  padding-top: 20px;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  color: #fff
}
.footer-content p {
  color: #fff
}
.footer h4 {
  color: #fff;
  background: #1ab843;
  border-radius: 3px;
  padding: 5px
}
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-bottom {
  background: #243238;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
.footer-bottom p {
  margin: 0;
        color: #fff;
}
.footer-contact a {
  color:#fff;
  display:flex;
  gap:5px;
}
@media (max-width: 768px) {
  .header-contact .contact-item {
    display: flex;
  }
    .header-contact {
        flex-direction: column
    }
    .header-contact .btn_6 {
        display: none
    }
    .logo-text {
    line-height: 1.2;
    font-size: 14px;
}
    .header-contact .contact-item .material-symbols-outlined {
        font-size: 16px
    }
    .contact-item a {
        font-size: 14px;
        padding : 10px
    }
    .logo-text em {
    font-size: 12px;
    }
    .header-container {
        padding: 5px
    }
    .logo-icon {
    font-size: 35px;
}
    .slide-content a {
        font-size: 25px
    }
    .footer-content {
    gap: 0;
}
}

@media (max-width: 768px) {
    .header {
        height: auto;
    }

    .header-container {
        flex-direction: column; 
        height: auto;
        padding: 15px 10px;
        gap: 15px;
    }

    .logo {
        width: 100%;
        display: flex;
        align-items: center;
        align-content: center;
    }

    .header-contact .btn.btn_6 {
        display: none !important;
    }

    .header-contact {
        position: absolute;
        right: 15px;
        top: 12px; 
    }

    .header-contact .contact-item a {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
        background: red;
        padding: 8px 12px;
        border-radius: 5px;
        color: #fff;
    }

    .header-nav {
        display: flex;
        width: 100%;
        justify-content: center;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 15px;
        gap: 20px;
    }

    .nav-link {
        font-size: 15px;
        padding: 5px 10px;
    }
    
    .logo-text {
        font-size: 16px;
    }
    .logo-text em {
        font-size: 11px;
    }
}