#fw-section-custom-html-1ab982ea-6a8d-42a5-84a0-3134ed1696db {

.headBtn {
  background: #33563b;
  color: #f1bdd8;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}

/* Responsive fix for mobile */
@media (max-width: 768px) {
  .headBtn {
    font-size: 14px;
    padding: 8px 16px;
    margin: 10px 0 0 10px; /* positionné en haut à gauche */
    width: auto;
    max-width: 90%;
    white-space: normal; /* permet le retour à la ligne si nécessaire */
  }
}

}
#fw-section-custom-html-c60355ab-1f9a-4260-8cb1-ddff4d2b01e3 {

.body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.column {
  flex: 1;
  text-align: center;
}

.column img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .column {
    margin-bottom: 20px;
  }
}

}
#fw-section-image-32e3ce0e-e4c7-4290-92ae-9ecf9e09d0ed {

img {
  width:350px;
}
}
#fw-section-image-8dfd8651-d706-4244-940b-325c6275be18 {

img {
  width:350px;
}
}

#fw-section-custom-html-0298db3e-a2a4-4b82-bbb0-675f7d6f7bea {

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.column {
  flex: 1;
  text-align: center;
}

.column img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .column {
    margin-bottom: 20px;
  }
}

}




#fw-section-custom-html-519b6c2a-5c46-4944-ba5c-2f6f45fb3c3d {

.collab-form {
  max-width: 700px;
  margin: 30px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #33563b;
}

.collab-form h2 {
  text-align: center;
  color: #33563b;
  margin-bottom: 10px;
}

.collab-form p {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
}

.collab-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #33563b;
}

.collab-form input,
.collab-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
}

.collab-form input[type="submit"] {
  background:#33563b;
  color:#f1bdd8;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


}


#fw-section-custom-html-457478f9-974c-47f5-a6cc-b14a50efbb5c {

h2 {
  text-align: center;
  margin-bottom: 15px;
}
.intro strong a {
  color: inherit; /* keep same text color as parent */
  text-decoration: none; /* remove underline */
  font-weight: inherit; /* keep strong effect */
}
.intro strong a:hover {
  text-decoration: underline; /* optional: underline only on hover */
}
.intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
.contacteznous {
  text-align: center;
}
.intro a {
  color: #0073e6;
  font-weight: bold;
  text-decoration: none;
}
.intro a:hover {
  text-decoration: underline;
}

/* Logos */
.logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.logos img {
  max-height: 60px;
  object-fit: contain;
}

/* Coffee partenaires */
h3 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 24px;
}

.row {
    display: flex;
    align-items: center;
    margin-bottom: 40px; /* espace entre les lignes */
  }

  .row img {
    width: 100%;
    height: auto;
    max-height: 250px; /* taille fixe pour toutes les images */
    object-fit: cover; /* garde le ratio et coupe si besoin */
    border-radius: 12px;
  }

  .col-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .col-1-3 {
    flex: 1; /* prend 1/3 */
    max-width: 33.33%;
  }

  .col-2-3 {
    flex: 2; /* prend 2/3 */
    max-width: 66.66%;
  }
}
#fw-section-custom-html-fd855e96-07e8-49de-8f3e-15c22d90842d {

h2 {
  text-align: center;
  margin-bottom: 15px;
}
.intro strong a {
  color: inherit; /* keep same text color as parent */
  text-decoration: none; /* remove underline */
  font-weight: inherit; /* keep strong effect */
}
.intro strong a:hover {
  text-decoration: underline; /* optional: underline only on hover */
}
.intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
.contacteznous {
  text-align: center;
}
.intro a {
  color: #0073e6;
  font-weight: bold;
  text-decoration: none;
}
.intro a:hover {
  text-decoration: underline;
}

/* Logos */
.logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.logos img {
  max-height: 60px;
  object-fit: contain;
}

/* Coffee partenaires */
h3 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 24px;
}

.row {
    display: flex;
    align-items: center;
    margin-bottom: 40px; /* espace entre les lignes */
  }

  .row img {
    width: 100%;
    height: auto;
    max-height: 250px; /* taille fixe pour toutes les images */
    object-fit: cover; /* garde le ratio et coupe si besoin */
    border-radius: 12px;
  }

  .col-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .col-1-3 {
    flex: 1; /* prend 1/3 */
    max-width: 33.33%;
  }

  .col-2-3 {
    flex: 2; /* prend 2/3 */
    max-width: 66.66%;
  }
}



#fw-section-custom-html-14d17576-6ab3-4100-91d8-eebdb89765d4 {

body {
    font-family: Arial, sans-serif;
    padding: 20px;
  }
.section-title {
  width: 100%;           /* full width */
  text-align: center;    /* center text */
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0 20px 0; /* espace au-dessus et en-dessous */
}

  .team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Images as rectangles/oval */
  .team-member img {
    width: 200px;       /* adjust width */
    height: 250px;      /* adjust height for oval/rectangle */
    object-fit: cover;  /* maintain aspect ratio */
    border-radius: 15px; /* small rounded corners (optional) */
    margin-bottom: 10px;
  }

  /* First row: 2 co-founders */
  .cofounders {
    width: calc(50% - 20px);
  }

  /* Rest of members: 4 per row */
  .member {
    width: calc(25% - 20px);
  }

  @media (max-width: 900px) {
    .cofounders {
      width: 100%;
    }
    .member {
      width: 50%;
    }
  }

  @media (max-width: 500px) {
    .member {
      width: 100%;
    }
  }
}



#fw-section-rich-text-74e64cba-2901-4afe-bea6-6bf9a17fb0b5 {
--color-primary: #33563b;
--color-primary-rgb: 51, 86, 59;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #f1bdd8;
--color-on-primary-rgb: 241, 189, 216;
--color-on-background: #33563b;
--color-on-background-rgb: 51, 86, 59;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-hero-2bf4226c-82e4-4d52-ac7d-e54214cee295 {
--color-primary: #33563b;
--color-primary-rgb: 51, 86, 59;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #f1bdd8;
--color-on-primary-rgb: 241, 189, 216;
--color-on-background: #33563b;
--color-on-background-rgb: 51, 86, 59;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.hero__cta-container--center {
  display: flex;
  flex-direction: column;
  align-items: center; /* centre les boutons horizontalement */
  justify-content: center;
  width: 100%; /* ou 40% si tu veux limiter la largeur */
  margin: 0 auto;
}

.hero__cta {
  width: auto; /* ou une largeur fixe si nécessaire */
  margin-bottom: 10px; /* espace entre les boutons */
}
.button {
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__content--center {
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
  }

  .hero__cta-container--center {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    align-items: center;
  }

  .hero__cta {
    width: auto;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .button {
    font-size: 16px;
    padding: 12px 24px;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  .button--expand {
    width: auto !important; /* override si cette classe force la largeur */
  }
}

}


#fw-section-custom-html-506d5282-5d19-4e4c-9a32-55c9785bc25c {

.header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}
h2 {
    margin:0;
}
.headBtn {
    background:#33563b;
    color:#f1bdd8;
    padding:10px 20px;
  margin: 5px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
}
.grid-line {
    display: flex;
    gap: 20px;
    text-align: center;
}
.grid-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}
img {
    width:100%; border-radius:12px;
}
h3 {
    margin-top:10px;
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .header h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .header div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .headBtn {
    font-size: 14px;
    padding: 10px 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

}