@font-face {
  font-family: "LeagueSpartan";
  src: url(../fonts/LeagueSpartan.ttf);
}
@font-face {
  font-family: "Garet";
  src: url(../fonts/Garet.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: default;
  transition: 0.2s ease;
  font-family: "Garet", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 16px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

section {
  padding: 100px 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LeagueSpartan", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: #322f30;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 18px;
}

a {
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
}
a * {
  cursor: pointer;
}

p {
  line-height: 30px;
}

strong {
  color: #000 !important;
  font-weight: 900;
}

button {
  background: #44aa00;
  border: 2px solid #44aa00;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
button:hover {
  box-shadow: inset 0 0 10px #000;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 50px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
header .logo {
  max-height: 50px;
}
@media screen and (max-width: 992px) {
  header .logo {
    max: height 30px;
  }
}
header .iconsNav {
  display: none;
}
@media screen and (max-width: 992px) {
  header .iconsNav {
    display: block;
    margin-top: 20px;
  }
}
header .iconsNav i {
  font-size: 24px;
}
header .iconsNav #closeIcon {
  display: none;
}
header nav,
header button {
  margin-top: 20px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  header nav {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #d9d9d9;
  }
}
header nav a:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 992px) {
  header #button-devis {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto 30px;
  }
}

footer {
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
footer p {
  font-size: 12px;
}
footer p a {
  font-size: 12px;
  text-transform: uppercase;
}
footer i {
  font-size: 24px;
}

#hero {
  background: url(../images/hero.webp) center/cover;
}
#hero .container {
  padding: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  text-align: center;
}
#hero .container h1,
#hero .container h2,
#hero .container p {
  text-shadow: 0 0 2px #000;
}
#hero .container h1,
#hero .container h2 {
  color: #fff;
}
#hero .container p {
  color: #f1f1f1;
}

#a-propos .container,
#pourquoi-choisir-herbier-de-provence .container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #a-propos .container,
  #pourquoi-choisir-herbier-de-provence .container {
    grid-template-columns: 1fr;
  }
}
#a-propos .container img,
#pourquoi-choisir-herbier-de-provence .container img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px #000;
}
#a-propos .container div,
#pourquoi-choisir-herbier-de-provence .container div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#a-propos .container ul li,
#pourquoi-choisir-herbier-de-provence .container ul li {
  padding-bottom: 10px;
  list-style-position: inside;
}

#nos-herbes-aromatiques {
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-wrap: wrap;
}
#nos-herbes-aromatiques h2 {
  color: #fff;
}
#nos-herbes-aromatiques .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  #nos-herbes-aromatiques .container {
    grid-template-columns: 1fr;
  }
}
#nos-herbes-aromatiques .container .item {
  background: #fff;
  border-radius: 10px;
}
#nos-herbes-aromatiques .container .item img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
#nos-herbes-aromatiques .container .item div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  text-align: center;
}

#demander-un-devis {
  background: url(../images/devis.webp) center/cover;
}
#demander-un-devis .container {
  padding: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  text-align: center;
}
#demander-un-devis .container h2,
#demander-un-devis .container p {
  text-shadow: 0 0 2px #000;
}
#demander-un-devis .container h2 {
  color: #fff;
}
#demander-un-devis .container p {
  color: #f1f1f1;
}
#demander-un-devis .container form {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
}
#demander-un-devis .container form input,
#demander-un-devis .container form textarea {
  background: none;
  width: 100%;
  border: 1px solid #fff;
  padding: 5px 20px;
  outline: none;
  color: #f1f1f1;
}
#demander-un-devis .container form input {
  border-radius: 50px;
}
#demander-un-devis .container form textarea {
  border-radius: 10px;
}
#demander-un-devis .container form button {
  margin-top: 50px;
}/*# sourceMappingURL=index.css.map */