/*!
Theme Name: Theme boilerplate
Theme URI: https://github.com/melvinlemoine/WordPress-theme-boilerplate
Author: Melvin Lemoine
Author URI: https://melvin.studio
Description: Let's create a new theme !
Version: 1.6.1
*/
@font-face {
  font-family: Poppins;
  src: url(assets/fonts/Poppins/poppins-regular.woff2) format("woff2");
}
html {
  font-size: 112.5%;
}

body {
  font-size: 1rem;
  line-height: 1.6;
}

.header {
  background: #7d921e;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #111;
}
.header__logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.header__title {
  font-weight: 700;
  font-size: 28px;
}
.header__subtitle {
  font-size: 18px;
}
.header__burger {
  width: 44px;
  height: 36px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}
.header__burger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: #222225;
  border-radius: 2px;
}
.header__burger span:nth-child(1) {
  top: 2px;
}
.header__burger span:nth-child(2) {
  top: 14px;
}
.header__burger span:nth-child(3) {
  top: 26px;
}

.nav[hidden] {
  display: none !important;
}
.nav {
  background: #efe9db;
}
.nav__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.nav__list a {
  color: #111;
  text-decoration: none;
  font-size: 18px;
}
.nav__list a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .header__title {
    font-size: 22px;
  }
  .header__subtitle {
    font-size: 16px;
  }
}
.footer {
  background: #7d921e;
  color: #111;
}
.footer__contenu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}
.footer_section {
  text-align: left;
}

.footer_left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.brand-title {
  font-weight: 700;
  font-size: 24px;
}

.brand-subtitle {
  font-size: 16px;
}

.home .header {
  position: relative;
  overflow: hidden;
}
.home .section_about {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}
.home .section_about .section_about_title, .home .section_about .section_about_text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.home .section_about .section_about_title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.2rem);
  margin-top: 0;
}
.home .section_about h2.section_about_title {
  font-size: clamp(1.2rem, 1.2vw + 0.9rem, 1.6rem);
  margin-top: 2rem;
}
.home .section_about .section_about_text {
  line-height: 1.6;
}
.home .section_about .section_about_image {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  .home .section_about {
    max-width: 900px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home .section_prestations {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}
.home .section_prestations .section_prestations_title, .home .section_prestations .section_prestations_text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.home .section_prestations .section_prestations_title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.2rem);
  margin-top: 0;
}
.home .section_prestations h2.section_prestations_title {
  font-size: clamp(1.2rem, 1.2vw + 0.9rem, 1.6rem);
  margin-top: 2rem;
}
.home .section_prestations .section_prestations_text {
  line-height: 1.6;
  text-align: left;
}
.home .section_prestations ul.section_prestations_text {
  text-align: left;
  padding-left: 0;
}
.home .section_prestations li {
  margin-bottom: 0.5rem;
  list-style: none;
  margin-left: 0;
}
@media (min-width: 960px) {
  .home .section_prestations {
    max-width: 900px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home .section_Ateliers {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}
.home .section_Ateliers .section_Ateliers_title, .home .section_Ateliers .section_Ateliers_text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.home .section_Ateliers .section_Ateliers_title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.2rem);
  margin-top: 0;
}
.home .section_Ateliers h2.section_Ateliers_title {
  font-size: clamp(1.2rem, 1.2vw + 0.9rem, 1.6rem);
  margin-top: 2rem;
}
.home .section_Ateliers .section_Ateliers_text {
  line-height: 1.6;
  text-align: left;
}
.home .section_Ateliers ul.section_Ateliers_text {
  text-align: left;
  padding-left: 0;
}
.home .section_Ateliers li {
  margin-bottom: 0.5rem;
  list-style: none;
  margin-left: 0;
}
.home .section_Ateliers .section_Ateliers_image {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  .home .section_Ateliers {
    max-width: 900px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home .section_gallery {
  overflow: hidden;
  padding: 24px 0;
}
.home .section_gallery .gallery__track {
  display: flex;
  gap: 12px;
  scroll-behavior: smooth;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.home .section_gallery .gallery__item {
  min-width: 280px;
  flex: 0 0 auto;
}
.home .section_gallery .gallery__item img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

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