@charset "UTF-8";
/*--- Importation des partials générales ---*/
/*--- Importation des partials composantes ---*/
header {
  background: #F9F1DE;
  position: sticky;
  top: 0;
  z-index: 10;
  height: 65px;
}

.menu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 1rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05rem;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  .menu {
    padding: 1rem;
  }
}
.menu a {
  text-decoration: none;
  color: #1E1E1E;
  cursor: pointer;
}

.site-link img {
  width: 32px;
}

.menu-shopping-bag {
  margin-left: auto;
}
.menu-shopping-bag img {
  height: 28px;
}

.menu-item.active {
  opacity: 100%;
}

.menu-item {
  margin-left: -20px;
  display: inline;
  margin-right: 40px;
  opacity: 50%;
  transition: opacity 0.2s;
}
.menu-item:hover, .menu-item:focus {
  opacity: 100%;
}

.hero-wrapper {
  position: relative;
  bottom: 0;
  width: 100vw;
  max-width: 100%;
  height: 95vh;
  background: linear-gradient(180deg, #5FA2BD 30%, #F9F1DE 100%);
  border-radius: 30px 30px 0 0;
}

.hero-contenu {
  max-width: 1200px;
  margin: 0 auto;
  height: 100vh;
}

.hero-titre {
  white-space: nowrap;
  width: 100%;
  color: #F9F1DE;
  font-family: Woodland Bold;
  letter-spacing: -0.8vw;
  text-align: center;
  font-size: 5vw;
  overflow-x: hidden;
  height: 114px;
  line-height: 65px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .hero-titre {
    font-size: 61.2px;
    line-height: 65px;
    letter-spacing: -3.5px;
  }
}

.hero-image {
  position: absolute;
  bottom: 0;
  left: -40vw;
}
@media screen and (min-width: 1024px) {
  .hero-image {
    left: -30vw;
  }
}

.hero-image img {
  width: 60vh;
  max-width: 650px;
}
@media screen and (min-width: 1600px) {
  .hero-image img {
    width: 1600px;
  }
}
@media screen and (min-width: 460px) {
  .hero-image img {
    width: 100vw;
    max-width: 170vh;
  }
}
@media screen and (min-width: 1440px) {
  .hero-image img {
    width: 120vw;
    max-width: 160vh;
  }
}

.hero-texte {
  position: relative;
  text-align: right;
  width: 95vw;
  margin-left: auto;
  margin-top: -2vh;
  color: #F9F1DE;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .hero-texte {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-texte {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .hero-texte {
    margin-top: -1vh;
  }
}
.hero-texte h2 {
  font-size: 2rem;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .hero-texte h2 {
    font-size: 2.5rem;
    line-height: 35px;
  }
}
@media screen and (min-width: 2560px) {
  .hero-texte h2 {
    font-size: 3.5rem;
    line-height: 55px;
  }
}
.hero-texte h2 .woodland {
  position: relative;
  z-index: 2;
}
.hero-texte h2 .woodland:after {
  content: "";
  position: absolute;
  color: #1E1E1E;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #A4C268;
  z-index: -1;
}
.hero-texte p {
  margin-top: 1rem;
  padding-left: 20%;
}

.community-wrapper {
  overflow-x: hidden;
  height: auto;
  margin-bottom: 100px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .community-wrapper {
    height: 828px;
    margin-bottom: 80px;
  }
}

.community-content {
  width: 100vw;
  max-width: 100%;
  height: auto;
  display: grid;
  line-height: 40px;
  grid-template-rows: 1.5fr 1.2fr 1fr 1.2fr;
  justify-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .community-content {
    grid-template-rows: 220px 180px 150px 180px;
  }
}

.community-title {
  width: 100vw;
  max-width: 90%;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.community-title h2 {
  position: relative;
  left: -2.5vw;
}
.community-title h2 .woodland {
  position: relative;
}
.community-title h2 .woodland:after {
  content: "";
  position: absolute;
  color: #1E1E1E;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #F2BCC6;
  z-index: -1;
}

.community-text {
  position: relative;
  width: 105vw;
  left: -2.5vw;
  overflow-x: hidden;
  overflow: visible;
  display: flex;
  align-items: center;
}

.community-text .content {
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .community-text .content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    top: -20px;
    position: relative;
  }
}
.community-text .content .para {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  rotate: -5deg;
  width: 100%;
  color: #F9F1DE;
}
@media screen and (min-width: 768px) {
  .community-text .content .para {
    width: 50%;
  }
}
.community-text .content img {
  display: none;
}
@media screen and (min-width: 768px) {
  .community-text .content img {
    width: 250px;
    display: block;
  }
}

.community-text.top {
  background-color: #5FA2BD;
  rotate: 5deg;
  z-index: 1;
}

.community-text.middle {
  background-color: #F9F1DE;
}
.community-text.middle .content {
  z-index: 2;
}
.community-text.middle .content .para {
  color: #1E1E1E;
  rotate: 0deg;
}

.community-text.bottom {
  background-color: #5FA2BD;
  rotate: -2deg;
}
.community-text.bottom .content .para {
  rotate: 2deg;
}
.community-text.bottom img {
  height: 30vw;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .community-text.bottom img {
    height: 250px;
    width: auto;
  }
}

.activities-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .swiper.activities {
    margin: 1rem;
  }
}
.swiper.activities .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 40px;
  max-height: 700px;
  text-align: center;
  color: #F9F1DE;
  padding-top: 30px;
  padding-bottom: 30px;
}
.swiper.activities .swiper-slide img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  margin-top: 20px;
}
.swiper.activities .swiper-slide h3 {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 38px;
}
.swiper.activities .swiper-slide h3 .woodland {
  position: relative;
}
.swiper.activities .swiper-slide h3 .woodland:after {
  content: "";
  position: absolute;
  color: #1E1E1E;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #A4C268;
  z-index: -1;
}
.swiper.activities .swiper-slide button:after {
  rotate: -90deg;
  background-position: 0;
}

.swiper-slide.bleu {
  background-color: #5FA2BD;
}
.swiper-slide.bleu p {
  margin-bottom: 30px;
  margin-top: 40px;
}

.swiper-slide.vert {
  background-color: #A4C268;
}

.swiper-slide.rose {
  background-color: #EA667E;
}

.beverages-wrapper {
  position: relative;
  top: 100px;
  width: 100vw;
  max-width: 100%;
  margin-bottom: 100px;
  overflow-x: hidden;
}

.beverages-content {
  height: 60vh;
  background: linear-gradient(180deg, #A4C268 30%, #EA667E 100%);
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .beverages-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
.beverages-content .picture-coffee-shop {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 60vh;
  max-height: 500px;
  display: none;
}
@media screen and (min-width: 768px) {
  .beverages-content .picture-coffee-shop {
    display: block;
  }
}

.beverages-strip {
  width: 100vw;
  max-width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #F9F1DE;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 3rem;
  text-decoration: none;
}
.beverages-strip a {
  color: #F9F1DE;
  text-decoration: none;
}
.beverages-strip a:hover {
  color: transparent;
  -webkit-text-stroke: 1px #F9F1DE;
}
.beverages-strip.to-left {
  background-color: #A4C268;
}
.beverages-strip.to-right {
  background-color: #EA667E;
}

.beverages-items {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .beverages-items {
    width: 50%;
    max-width: 600px;
    left: 50%;
  }
}
.beverages-items .items {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 3rem;
}
@media screen and (min-width: 375px) {
  .beverages-items .items {
    gap: 5rem;
  }
}
.beverages-items .items p {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 30px;
  paint-order: stroke fill;
}
@media screen and (min-width: 1440px) {
  .beverages-items .items p {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
.beverages-items .top p {
  color: #EA667E;
  -webkit-text-stroke: 5px #F2BCC6;
  animation: textRotation 2s linear infinite;
}
@media screen and (min-width: 1440px) {
  .beverages-items .top p {
    -webkit-text-stroke: 10px #F2BCC6;
  }
}
.beverages-items .top img {
  width: 100px;
  animation: textRotation 2s linear infinite reverse;
}
@media screen and (min-width: 1440px) {
  .beverages-items .top img {
    width: 150px;
  }
}
.beverages-items .bottom p {
  color: #A4C268;
  -webkit-text-stroke: 5px #CFE5A4;
  animation: textRotation 2s linear infinite reverse;
}
@media screen and (min-width: 1440px) {
  .beverages-items .bottom p {
    -webkit-text-stroke: 10px #CFE5A4;
  }
}
.beverages-items .bottom img {
  height: 100px;
  animation: textRotation 2s linear infinite;
}
@media screen and (min-width: 1440px) {
  .beverages-items .bottom img {
    height: 150px;
  }
}

@keyframes textRotation {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
footer {
  width: 100%;
  position: relative;
}

.footer-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper {
    padding: 1.5rem 1rem;
  }
}

.footer-content {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  text-align: center;
  margin: 0 auto;
}
.footer-content .menu-site-link {
  margin-right: auto;
}
.footer-content .footer-text {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 20px;
}
.footer-content .footer-text a {
  color: #1E1E1E;
  font-size: 0.8rem;
  font-weight: 400;
}

.footer-icons {
  margin-left: auto;
}
@media screen and (max-width: 764px) {
  .footer-icons {
    width: 32px;
  }
}
.footer-icons img {
  width: 32px;
  text-align: right;
}

.products-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.products-title {
  width: 100%;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  text-align: center;
}
.products-title .woodland {
  position: relative;
}
.products-title .woodland:after {
  content: "";
  position: absolute;
  color: #1E1E1E;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #CFE5A4;
  z-index: -1;
}

.products-search {
  height: 40px;
  margin: 0 auto;
  margin-top: 1.5rem;
  width: 100vw;
  box-sizing: border-box;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .products-search {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .products-search {
    width: 35%;
  }
}
.products-search input {
  background-image: url("./assets/images/icons/icon-search.png");
  background-position: 12px;
  background-size: 22px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-left: 42px;
  padding-right: 20px;
  width: 100%;
  width: 100%;
  height: 100%;
  border: 3.5px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 40px;
  font-family: "Poppins", sans-serif;
}

.products-grid {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  gap: 1rem 0;
}
@media screen and (max-width: 1200px) {
  .products-grid {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .products-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.products-cell {
  border: 4px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 40px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 1rem;
}
.products-cell img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-cell p {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
}
.products-cell .products-price {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
}
.products-cell .products-price p {
  font-size: 1.2rem;
  font-weight: 500;
}
.products-cell .products-price #quantity {
  text-align: center;
  width: 1rem;
  padding: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(1, 1, 1, 0.05);
}
.products-cell .products-price .btn-add {
  background: #A4C268;
  padding: 0.3rem 0.5rem;
  text-align: center;
  border: 3px solid #CFE5A4;
  border-radius: 10px;
  transition: border 0.2s;
}
.products-cell .products-price .btn-add img {
  width: 0.8rem;
}
.products-cell .products-price .btn-add:hover {
  border: 3px solid #A4C268;
  background: #CFE5A4;
  cursor: pointer;
}

/*--- Importation des fonts ---*/
@font-face {
  font-family: "Woodland Bold";
  src: url("./assets/fonts/PPWoodland-Bold.otf") format("opentype");
}
/*--- Styles généraux ---*/
* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background: #F9F1DE;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p {
  font-family: "Poppins", sans-serif;
  width: 80%;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 28px;
  }
}
@media screen and (min-width: 1440px) {
  p {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 2560px) {
  p {
    line-height: 40px;
  }
}

button {
  width: auto;
  background-color: #EA667E;
  color: #fff;
  border-radius: 40px;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
  border: 4px #F2BCC6 solid;
  padding: 0.2rem 1rem 0.2rem 1rem;
  transition: background-color 0.5s, border 0.5s;
}
button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("./assets/images/icons/icone-fleche-vers-bas.png") no-repeat;
  background-size: contain;
  background-position: 100%;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  button:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 2560px) {
  button:after {
    width: 30px;
    height: 30px;
  }
}
button:hover {
  border: 4px #EA667E solid;
  background-color: #F2BCC6;
  cursor: pointer;
}
button a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  button {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 2560px) {
  button {
    font-size: 2.5rem;
  }
}

.woodland {
  font-family: "Woodland Bold";
}

.bold {
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */