/*
Theme Name: Château des Helix v2
Theme URI: https://chateaudeshelix.fr/
Description: Thème WordPress sur-mesure pour le Château des Helix - Élevage d'escargots en Poitou-Charentes.
Version: 2.0.0
Author: emandarine
Author URI: https://emandarine.com
*/

@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --bulma-scheme-main: white;
  --bulma-family-primary: "Montserrat", Sans-serif;
  --primary: #a8ad1a;
  --light-gray: #f9f9f9;
  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: rgb(237 237 237 / 90%);
  --swiper-pagination-color: white;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  line-height: 1.5em;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  color: black;
  line-height: 1.125;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.125;
  color: black;
}

h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  color: black;
}

h6 {
  font-size: 20px;
}

.small-h2 {
  font-size: 35px;
}

.small-h3 {
  font-size: 18px;
  font-weight: 400;
}

.title-h1 {
  font-size: 55px;
  line-height: 1.1em;
}

.title-h3 {
  line-height: 1em;
}

.title-h2 {
  font-size: 40px;
}

.title-h3 {
  font-size: 25px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  margin-block-start: 0;
  margin-block-end: 1em;
}

strong {
  font-weight: 700;
}

svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.button-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
  background-color: var(--primary);
  padding: 15px 25px;
  border: none;
  gap: 5px;
}

.button-link>svg {
  fill: white;
}

.button-link:hover {
  background-color: black;
  color: var(--primary);
}

.button-link:hover>svg {
  fill: var(--primary);
}

.button-wrapper-center {
  display: flex;
  justify-content: center;
}

.button-wrapper-right {
  display: flex;
  justify-content: right;
}

.button-wrapper-left {
  display: flex;
  justify-content: left;
}

blockquote>p {
  position: relative;
  font-style: italic;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

blockquote::before {
  display: block;
  content: "“";
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: 900;
  color: black;
  font-style: normal;
  line-height: 1;
  height: 0.6em;
}

blockquote {
  width: 50%;
  text-align: center;
  padding: 0 14px;
}

footer *>p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0;
  word-spacing: 0;
}

label {
  font-size: 14px;
}

hr {
  background-color: #D5D5D5;
  height: 1px;
}

.big-p {
  font-size: 20px;
  line-height: 1.5em;
}

.block-h {
  margin-top: 8px;
  margin-bottom: 16px;
}

.block-list {
  padding-left: 40px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.link {
  font-size: 15px;
  color: white;
}

.link:hover {
  color: black;
}

.primary-link {
  color: var(--primary);
}

.primary-link:hover {
  color: #D5D5D5;
}

.header-france-badge {
  position: absolute;
  margin-left: 3%;
  bottom: -7%;
  z-index: 10;
}



/* MENU */
@media screen and (min-width: 1024px) {
  .navbar-menu {
    justify-content: center;
    gap: 50px;
  }
}

.navbar-link,
a.navbar-item {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: black;
  padding: 0;
}

.navbar-link:hover,
a.navbar-item:hover,
.navbar-link.is-active,
.navbar-link.is-selected,
a.navbar-item.is-active,
a.navbar-item.is-selected,
.navbar-link:focus,
.navbar-link:focus-within,
a.navbar-item:focus,
a.navbar-item:focus-within {
  background-color: transparent;
}

nav:not(.mobile-nav-menu) div:not(.navbar-dropdown)>.navbar-item:not(.navbar-link)::after {
  content: "";
  background: black;
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

nav:not(.mobile-nav-menu) div:not(.navbar-dropdown)>.navbar-item:not(.navbar-link):hover::after,
nav:not(.mobile-nav-menu) div:not(.navbar-dropdown)>.navbar-item.is-active::after {
  opacity: 1;
}

.navbar-link:not(.is-arrowless):after {
  border-color: black;
}

.navbar-dropdown {
  border-radius: 0;
  border: none;
}

.navbar-dropdown a.navbar-item,
.navbar-dropdown a.navbar-item:not(.is-active, .is-selected) {
  background-color: transparent;
  color: black;
  text-transform: none;
  line-height: 20px;
  padding: 13px 20px 13px 28px;
  width: auto;
}

.navbar-dropdown a.navbar-item:not(:last-child) {
  border-width: 0;
  border-style: solid;
  border-color: #D2D2D2;
  border-bottom-width: 1px;
}

#navbar-logo {
  height: 70px;
}

.logo-container,
.galerie-container {
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 10px 0;
}

.mobile-burger {
  display: none;
}

.mobile-nav-menu {
  display: none;
}

/* HEADER */
header {
  position: relative;
  height: 600px;
}

.downarrow-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 80px;
  width: 8%;
  align-self: end;
}

.downarrow-container svg {
  color: black;
  width: 35px;
  height: 35px;
}

.carousel-container {
  height: 100%;
  width: 46%;
  position: relative;
  overflow: hidden;
}

header>.is-flex {
  height: 100%;
}

.header-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.header-swiper .swiper-slide {
  height: 100%;
}

.header-swiper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction-container {
  position: relative;
  width: 46%;
  padding: 50px;
  row-gap: 20px;
}

.introduction-container h1 {
  text-transform: uppercase;
}

.introduction-container::before {
  content: "";
  background-image: url("https://chateaudeshelix.fr/wp-content/uploads/2023/06/escargot.png");
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.introduction-container .widget-container {
  background-image: url(https://chateaudeshelix.fr/wp-content/uploads/2023/06/chateau-txt.png);
  padding: 0% 0% 0% 0%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.introduction-container .widget-container h1 {
  color: transparent;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.125;
  font-weight: 500;
}

/* HEADER SECONDAIRE */
.secondary-header {
  height: auto;
  display: flex;
  align-items: center;
  padding: 10px;
}

.secondary-header>img {
  height: 500px;
  padding: 10px;
  width: 46%;
  object-position: center;
  object-fit: contain;
}

.secondary-header .introduction-container {
  padding: 5% 12% 5% 8%;
}

.secondary-header .introduction-container::before {
  opacity: 0.04;
}

.secondary-header .big-p {
  margin-top: 3%;
}

.secondary-header.production-header,
.secondary-header.nos-produits-header {
  padding: 0;
}

.secondary-header.production-header img,
.secondary-header.nos-produits-header img {
  object-fit: cover;
  padding: 0;
}

.secondary-header.nos-produits-header .introduction-container {
  padding: 50px;
}

#news-header {
  height: 540px;
}

#news-header>img {
  object-fit: contain;
}

/* ELEVAGE ET TRANSFORMATION */
#presentation-container {
  gap: 20px;
  max-width: 1400px;
  margin: 75px auto 0 auto;
}

#presentation-container .text-container {
  width: 40%;
  padding: 30px 75px;
}

#presentation-container .img-container {
  background-image: url(https://chateaudeshelix.fr/wp-content/uploads/2023/09/elevage-production-chateau-des-helix.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

/* CITATION */
.quote-container {
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 20px;
  margin: 5% auto;
}

.labels-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 100px;
}

.label-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 23%;
}

.label-item>svg {
  width: 50px;
  height: 50px;
}

.label-item>h3,
.label-item>p {
  text-align: center;
}

.title-widget {
  max-width: 550px;
}

/* PRODUITS */
.products {
  background-color: var(--light-gray);
}

.products-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.products-container h2 {
  text-transform: uppercase;
  font-size: 40px;
}

.products-container>p {
  width: 52%;
}

.products-slider-container {
  width: 100%;
}

.products-swiper {
  padding-bottom: 30px;
}

.product-swiper-card {
  margin: 0;
  text-align: center;
}

.product-swiper-card img {
  width: auto;
  max-width: 100%;
  height: 300px;
  object-fit: contain;
}

.product-swiper-card figcaption {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
}

.products-swiper .swiper-pagination-bullet-active,
.products-swiper .swiper-pagination-bullet:hover {
  background-color: black;
  opacity: 1;
}

/* ACHETER PRODUITS */
.buy-products {
  background-color: var(--primary);
  margin: 5% 0;
  padding: 50px 30px;
}

.buy-products-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  text-align: center;
}

.buy-products-container>svg {
  width: 50px;
  height: 50px;
}

.buy-products-container * {
  color: white;
}

.buy-products-container>h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.buy-products-container *>a {
  color: black;
}

.buy-products-container *>button {
  color: black;
  background-color: white;
}

.buy-products-text {
  width: 60%;
}

.buy-products-info-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

.buy-products-info-container>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 auto;
  width: 100%;
  padding: 10px;
  gap: 20px;
}

.buy-products-info-container>div:nth-child(2) {
  padding: 0 5%;
}

.buy-products-info-container>div:not(:first-child) {
  border-left: 1px solid white;
}

.buy-products-info-container>div>h3 {
  text-align: center;
  font-size: 20px;
}

/* RECETTES (section page accueil) */
#recipes-container {
  display: flex;
  padding-left: 8%;
  min-height: 71vh;
}

#recipes-container .illustration {
  background-image: url(https://chateaudeshelix.fr/wp-content/uploads/2023/09/idees-recettes-chateau-des-helix.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}

#recipes-container .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 50px;
  width: 50%;
}

#recipes-container .text-container p {
  text-align: justify;
}

#recipes-container .text-container p:last-child {
  padding-bottom: 5%;
}

#recipes-container h2 {
  font-size: 35px;
  text-transform: uppercase;
}


/* REVENDEURS ET PARTENAIRES */
.locations-partners-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 5% 0;
  gap: 10px;
}

.locations-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: var(--light-gray);
  padding: 50px 30px;
  width: 33%;
}

.locations-container>div,
.partners-container>div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.locations-container>div>svg,
.partners-container>div>svg {
  width: 62px;
  height: 50px;
}

.locations-container>ul>li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 0;
}

.locations-container>ul>li>svg {
  height: 1em;
}

.locations-container>ul>li>span {
  font-size: 20px;
  line-height: 1.5em;
}

.partners-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 30px 0 30px;
  width: 66%;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;

}

.partner-container {
  height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  width: 30%;
}

.partner-container * {
  text-align: center;
}

/* TEMOIGNAGES */
.testimonials {
  padding-left: 3%;
  margin: 5% 0 8% 0;
}

.testimonials-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  min-height: 350px;
  max-width: 1400px;
}

.testimonials-title-container {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-title-container,
.products-info-title {
  background-image: url("https://chateaudeshelix.fr/wp-content/uploads/2023/06/escargot.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.80);
  background-blend-mode: overlay;
  box-shadow: -30px 30px 0px 0px var(--primary);
  border-bottom-left-radius: 8%;
  padding: 125px 100px;
}

.testimonials-title-container h2 {
  line-height: 1;
  text-transform: uppercase;
}

.testimonials-slider-container {
  width: 65%;
  padding: 0 0 0 15%;
}

.testimonials-swiper {
  padding-bottom: 40px;
}

.testimonial-text {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
}

.testimonial-author {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.testimonials-swiper .swiper-pagination-bullet-active,
.testimonials-swiper .swiper-pagination-bullet:hover {
  background-color: black;
  opacity: 1;
}


/* EVENEMENTS */
.events {
  margin: 5% 0 3% 0;
  padding: 30px;
}

.events-container {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.grid-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
  align-items: stretch;
}

.single-event {
  background-color: var(--light-gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 4%;
  margin: 10px;
  box-shadow: -11px 11px 0px 0px var(--primary);
}

.header-event {
  padding: 10px;
  display: flex;
  gap: 10px;
}

.date-event {
  width: 30%;
  font-size: 20px;
  padding: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.day-event {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  padding: 10px;
  border-radius: 20px 0px 0px 0px;
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1em;
  color: white;
}

.title-event {
  width: 70%;
  padding: 10px;
  font-size: 21px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1em;
}

.button-event {
  align-self: flex-end;
  padding: 15px 25px;
  font-weight: 500;
}


/* GALERIE */
.galery {
  padding: 10px;
}

.galery-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#galery-container {
  margin-top: 50px;
}

.galery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.galery-img {
  object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
  cursor: pointer;
  transition: filter 0.8s ease;
}

.galery-img:hover {
  filter: brightness(0.5);
}


/* FOOTER */
footer hr {
  width: 80%;
  margin: 30px auto;
}

.infos-contact-container {
  display: flex;
}

.infos-container {
  width: 50%;
  background-color: var(--light-gray);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px;
  justify-content: space-around;
}

.infos-container h2 {
  margin-bottom: 4%;
  font-size: 35px;
}

.infos-container>a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: black;
  font-size: 17px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.infos-container>a:hover {
  color: #d5d5d5;
}

.infos-container svg {
  width: 35px;
  height: 35px;
  fill: var(--primary)
}

.location-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.location-container>p {
  font-size: 22px;
  line-height: 1em;
  margin: 0;
  color: black;
}

.location-container svg {
  width: 50px;
  height: 50px;
}

.contact-form-container {
  flex: 1;
  display: flex;
  row-gap: 20px;
}

.contact-form-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px;
  justify-content: space-around;
}

.contact-form-container h2 {
  font-size: 35px;
}

/* .contact-form-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
} */

.contact-form-container form .input,
.contact-form-container form .textarea {
  border: 1px solid rgb(105, 114, 125);
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 0;
}

textarea.textarea::placeholder,
input.input::placeholder {
  color: #1f2124;
  opacity: 1;
}

input.input::-ms-input-placeholder,
textarea.textarea::-ms-input-placeholder {
  color: #1f2124;
}


.credits-container {
  max-width: 1400px;
  margin: 3% auto 0 auto;
  padding: 30px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #d5d5d5
}

.credits-container p {
  margin: 0;
}

.watermark-container {
  background-color: #070707;
  padding: 1rem;
}

.watermark-container>a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.watermark-container img {
  height: 30px;
}

.watermark-container * {
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.watermark-container p {
  margin: 0;
}


/* NOTRE HISTOIRE */
.history {
  margin: 5% 0;
  padding: 0 50px 0 150px;
}


.history-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.history-container .history-image {
  padding: 10px;
  width: 30%;
  object-fit: contain;
}

.history-container>h2 {
  font-size: 2.5rem;
}

.history-content {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-right: 75px;
  gap: 20px;
}

/* ELEVAGE ET FABRICATION */
.ef {
  margin: 5% 0;
  padding: 0 10px;
}

.ef-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  column-gap: 10px;
  align-items: start;
}

.ef-container>* {
  flex: 1;
  min-width: 0;
}

.ef-container>img {
  width: 100%;
  object-fit: contain;
}

.ef-text-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 20px;
  text-align: justify;
}

.ef-text-container h2 {
  text-transform: uppercase;
  text-align: center;
}

.ef-img {
  padding: 10px;
}

#ef-img-3 {
  padding-top: 60px;
}

/* NOS PRODUITS */
.nos-produits {
  margin: 5px 0;
  padding: 0 150px 0 50px;
}

.nos-produits-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: start;
}

.nos-produits-container .nos-produits-img {
  width: 30%;
  padding: 10px;
}

.nos-produits-text-container {
  width: 40%;
  padding-left: 75px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nos-produits-text-container h2 {
  text-transform: uppercase;
}

.nos-produits-text-container p {
  margin-bottom: 0;
}

/* PAGE PRODUCTION */
.production-header>img {
  width: 46.143%;
  height: 540px;
}

.production-introduction-container {
  position: relative;
  width: 45.523%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 8%;
  padding-right: 12%;
}

/* NOTRE ELEVEGAE */
.notre-elevage {
  margin: 10% 0 5% 0;
}

.notre-elevage h2 {
  text-transform: uppercase;
}

.elevage-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

.elevage-text-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0 75px;
}

.elevage-text-container p {
  margin-bottom: 0;
}

.elevage-container>img {
  width: 50%;
}

/* FABRICATION */
.fabrication {
  margin: 5% 0;
  padding: 0 10px;
}

.fabrication-container {
  padding: 10px 0;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: start;
}

.fabrication-text-container {
  width: 100%;
  margin-bottom: 50px;
}

.fabrication-text-container h2 {
  text-transform: uppercase;
}

.part {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 10px;
  gap: 20px;
}

.part-text-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  align-items: center;
  margin-top: 50px;
}

#part-2 .part-text-container {
  margin-top: 0;
  margin-bottom: 50px;
}

.fabrication h3 {
  font-size: 32px;
  font-weight: 500;
}

.fabrication img {
  height: 400px;
}

/* PAGE NOS PRODUITS */
.section-frozen-products,
.section-canned-products {
  margin: 5% 0 8% 0;
  padding: 0 0 0 3%;
}

.frozen-products-container,
.canned-products-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.products-info {
  width: 100%;
  display: flex;
  gap: 20px;
  min-height: 350px;
  padding: 10px;
}

.products-info-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 35%;
  gap: 30px;
  box-shadow: -35px 35px 0px 0px var(--primary);
  padding: 125px 50px;
}

.products-info-title h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}

.products-info-text {
  width: 65%;
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 3%;
}

.number-widget {
  background-color: var(--primary);
  padding: 15px 25px 15px 25px;
  z-index: 1;
  color: white;
  border-radius: 40% 0% 0% 0%;
  font-size: 41px;
  font-weight: 100;
  line-height: 1em;
}

.frozen-products,
.canned-products {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px 0;
  padding: 10px;
  margin-top: 50px;
}

.frozen-product,
.canned-product {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 35%;
  padding: 20px;
}

.partner-container,
.frozen-product,
.canned-product {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}

.frozen-product h3,
.canned-product h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.frozen-product img,
.canned-product img {
  height: 300px;
  object-fit: contain;
  width: auto;
}

.frozen-product .product-text,
.canned-product .product-text {
  padding: 0 5%;
}

/* REVENDEURS */
.resellers {
  max-width: 1400px;
  margin: 50px auto 0 auto;
  padding: 0 10px;
}

.resellers-title-container {
  margin: 50px 0;
}

.resellers h2,
.resellers h3 {
  text-transform: uppercase;
}

.resellers h2 {
  font-size: 40px;
  font-weight: 500;
}

.resellers h3 {
  font-size: 25px;
  font-weight: 300;
}

.resellers-container {
  display: flex;
  padding: 10px;
  gap: 20px;
}

.resellers-locations {
  width: 45%;
  padding: 0 5%;
}

.reseller-location {
  display: flex;
  align-items: center;
  gap: 30px;
}

.reseller-logo {
  width: 30%;
}

.reseller-logo img {
  object-fit: contain;
}

.reseller-info {
  width: 70%;
}

.reseller-info p {
  margin: 0;
}

.reseller-info h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.125;
  text-transform: uppercase;
  color: #000000;
}

.images-container {
  width: 45%;
  padding: 70px 10px 10px 10px;
  row-gap: 80px;
}


/* PAGE NOS RECETTES */
.recipes {
  max-width: 1400px;
  margin: 50px auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.recipes-title-container h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
}

.recipes-title-container h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}

/* MASONRY GRID */
.recipes-grid {
  margin-top: 50px;
  columns: 4;
  column-gap: 30px;
}

.recipe-card {
  break-inside: avoid;
  margin-bottom: 30px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
}

.recipe-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
}

.recipe-card>a {
  position: relative;
}

.recipe-card>a::after {
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  opacity: 1;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.recipe-card>a>img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.recipe-card>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
}

.recipe-card>div>a.primary-link {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.125;
  transition: none;
}

.recipe-card>div>a:hover {
  color: #D5D5D5;
}




/* SHARE */

.share-buttons a {
  color: var(--primary);
}

.share-buttons a:hover {
  color: gray;
}


/* LIGHTBOX */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

#lightbox.is-active {
  display: flex;
}

#lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

#lightbox-img {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  z-index: 1;
}

#lightbox-close,
#lightbox-prev,
#lightbox-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
}

#lightbox-close {
  top: 20px;
  right: 20px;
}

#lightbox-prev {
  left: 20px;
}

#lightbox-next {
  right: 20px;
}

#lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#lightbox-caption {
  color: white;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  opacity: 0.85;
  margin: 0;
}

/* PAGE SINGLE */
.page-container {
  padding: 30px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-container .page-content {
  width: 80%;
}

/* PARALLAX */
.parallax-item {
  --translateY: 0px;
  transform: translateY(clamp(-50px, var(--translateY), 50px));
  will-change: transform;
  transition: transform 0.1s ease-out;
  z-index: 1;
}


/*--------------------------------------------------------------
# 19.TARTE AU CITRON
--------------------------------------------------------------*/
/* Font */
#tarteaucitronRoot * {
  font-family: var(--bulma-family-primary) !important;
}

/* Couleurs background et texte des boutons accepter */
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: var(--primary);
  color: white;
}

/* Couleurs background et texte des boutons refuser */
#tarteaucitronAlertBig #tarteaucitronAllDenied2,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: orange;
  color: white;
}

/* Autres ajustements */
div#tarteaucitronAlertBig:before {
  display: none;
}

button#tarteaucitronPrivacyUrl {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 5px 10px;
  height: 40px;
}

button#tarteaucitronPersonalize2,
button#tarteaucitronAllDenied2,
button#tarteaucitronCloseAlert,
button#tarteaucitronPrivacyUrl {
  text-align: center;
}

@media screen and (max-width: 900px) {

  button#tarteaucitronCloseAlert,
  button#tarteaucitronPersonalize2,
  button#tarteaucitronAllDenied2,
  button#tarteaucitronPrivacyUrl {
    min-width: 150px;
    margin: 5px auto;
  }
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 30px;
  height: 30px;
}

/*--------------------------------------------------------------
# 20.SKIP LINKS
--------------------------------------------------------------*/
/* Utile pour l'accessibilité : lien direct vers le contenu principal */
.skip-link {
  position: absolute;
  left: -9999px;
  padding: 0.5em 1em;
  background: #333;
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  position: static;
}

/*--------------------------------------------------------------
# 21.GUTENBERG
--------------------------------------------------------------*/
/* Grande largeur pour Gutenberg */
.content .alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
}

/* Pleine largeur pour Gutenberg */
.content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  width: 100vw;
}

.wp-block-cover.alignwide,
.wp-block-cover-image.alignwide {
  width: auto;
}

/* l'alignement grande largeur se comporte comme le pleine largeur en dessous de 768px */
@media screen and (max-width: 768px) {
  .content .alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/* ajustements block Gutenberg */
.content ul.blocks-gallery-grid,
.content ul.wp-block-gallery {
  margin-left: 0;
}

.content ul.wp-block-post-template,
.content ul.wp-block-query-loop {
  list-style: none;
}

.content figure.wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-gallery.aligncenter {
  justify-content: center;
}

@media screen and (min-width: 601px) {
  .content .wp-block-media-text figure:not(:last-child) {
    margin-bottom: 0;
  }
}

/* Animation galerie Gutenberg */
.wp-block-gallery .wp-block-image a {
  transition: 0.5s all ease-in-out;
}

.wp-block-gallery .wp-block-image a::after {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='white'><path d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z'/></svg>");
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10000;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  height: 2rem;
  width: 2rem;
}

.wp-block-gallery .wp-block-image a:hover {
  transform: scale(1.05);
  filter: grayscale(1) contrast(1.2);
}

.wp-block-gallery .wp-block-image a:hover::after {
  opacity: 1;
}


/* SCROLL TO TOP  */
#smoothup {
  position: fixed;
  bottom: 60px;
  right: 10px;
  display: flex;
  opacity: 0.5;
  background-color: var(--primary);
  border: white solid 5px;
  outline: var(--primary) solid 1px;
  border-radius: 50%;
  z-index: 101;
}

#smoothup svg {
  fill: white;
}

#smoothup:hover {
  transform: rotate(360deg);
  background-color: var(--light-gray);
  outline: var(--primary) solid 1px;
}

#smoothup:hover svg {
  fill: var(--primary);
}

/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/
.pagination-link,
.pagination-next,
.pagination-previous {
  border-color: var(--primary);
  background-color: var(--primary);
  color: white;
}

.pagination-link svg.icon,
.pagination-next svg.icon,
.pagination-previous svg.icon {
  fill: white;
}

.pagination-link.is-current,
.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
  background-color: black;
  border-color: black;
  color: var(--primary);
}

.pagination-link.is-current svg.icon,
.pagination-link:hover svg.icon,
.pagination-next:hover svg.icon,
.pagination-previous:hover svg.icon {
  fill: var(--primary);
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {

  /* Header */
  header {
    min-height: unset;
    height: auto;
    padding-top: 30px;
  }

  .introduction-container {
    order: 1;
    width: 100%;
  }

  header>.is-flex {
    width: 100%;
    flex-direction: row;
  }

  header .carousel-container {
    order: 2;
    width: 90%;
    height: 600px;
  }

  header .carousel-container>img {
    width: 100%;
    height: auto;
    display: block;
  }

  .downarrow-container {
    order: 3;
    position: static;
    width: 10%;
  }

  .secondary-header {
    padding: 0;
  }

  .secondary-header .introduction-container.is-flex {
    padding: 30px;
  }

  .secondary-header .downarrow-container {
    display: none;
  }

  .secondary-header>img {
    padding: 0;
  }

  .secondary-header h1 {
    font-size: 45px;
  }

  #presentation-container {
    gap: 0;
  }

  #presentation-container .text-container,
  #presentation-container .img-container {
    width: 100%;
  }

  #presentation-container .text-container {
    padding: 30px;
  }

  .text-container {
    padding: 30px;
  }

  .history-content {
    width: 100%;
  }


  /* Menu */
  .navbar-menu {
    display: none;

  }

  nav>.logo-container,
  nav>.galerie-container {
    width: 20%;
  }

  .mobile-burger {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    flex: 1;
    padding-right: 20px;
  }

  .mobile-burger svg {
    width: 26px;
    height: 26px;
    fill: black;
  }

  .mobile-burger__icon--close {
    display: none;
  }

  .mobile-burger__icon--open {
    display: block;
  }

  .mobile-burger.is-active .mobile-burger__icon--open {
    display: none;
  }

  .mobile-burger.is-active .mobile-burger__icon--close {
    display: block;
  }

  .mobile-nav-menu {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: scaleY(0);
    will-change: transform;
    transition: transform 0.3s ease;
    transform-origin: top;
  }

  .mobile-nav-menu.is-active {
    transform: scaleY(1);
  }

  .mobile-nav-end {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    background: white;
  }

  .mobile-nav-end>hr {
    width: 100%;
    margin: 0;
    border-top: 1px solid #d5d5d5;
  }

  .mobile-nav-menu .navbar-item,
  .mobile-nav-menu .navbar-link {
    display: block;
    text-transform: unset;
    width: 100%;
    text-align: center;
  }

  .mobile-nav-menu a.navbar-item:not(.navbar-link) {
    padding: 15px 20px;
  }

  .mobile-nav-menu .navbar-link {
    padding: 15px 2.5em 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-nav-menu .navbar-link:not(.is-arrowless):after {
    position: static;
  }

  .mobile-nav-menu a.navbar-item:not(:last-child) {
    border-width: 0;
    border-style: solid;
    border-color: #D2D2D2;
    border-bottom-width: 1px;
  }

  .mobile-nav-menu .navbar-dropdown {
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    transform: scaleY(0);
    will-change: transform;
    transition: all 0.3s ease;
    transform-origin: top;
    max-height: 0;
    padding: 0;
    box-shadow: none;
  }

  .mobile-nav-menu .navbar-dropdown.is-open {
    transform: scaleY(1);
    max-height: unset;
    border-width: 0;
    border-style: solid;
    border-color: #D2D2D2;
    border-bottom-width: 1px;
  }

  /* Citation */
  blockquote {
    width: 75%;
  }

  .labels-container {
    padding: 0 70px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }

  .label-item {
    width: 35%;
  }

  .products-container>p {
    width: 75%;
  }

  .buy-products-container>h2 {
    font-size: 35px;
  }

  #recipes-container {
    padding-left: 0;
  }

  #recipes-container .illustration {
    background-size: cover;
  }

  .testimonials {
    margin: 0;
    padding: 0;
  }

  .testimonials-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .testimonials-title-container {
    background-size: contain;
    width: 50%;
    padding: 0 8%;
    margin-left: 15%;
    min-height: 250px;
  }

  .testimonials-title-container h2 {
    font-size: 35px;
  }

  .testimonials-slider-container {
    width: 80%;
    padding: 7% 5% 5% 5%;
  }

  .events h2 {
    font-size: 35px;
  }

  .events h3 {
    font-size: 22px;
  }

  .grid-events {
    grid-template-columns: repeat(2, 1fr);
  }

  .infos-container,
  .contact-form-container {
    padding: 30px;
  }

  .galery h2 {
    font-size: 35px;
  }

  .galery h3 {
    font-size: 22px;
  }


  .buy-products-text {
    width: 80%;
  }

  .locations-partners-container {
    flex-direction: column;
  }

  .locations-container {
    width: 100%;
    padding: 50px 100px;
  }

  .partners-container {
    width: 100%;
  }

  .ef {
    padding: 0 5%;
  }

  .ef-container>* {
    flex: none;
  }

  .ef-container {
    flex-wrap: wrap;
  }

  .ef-text-container {
    text-align: center;
  }

  .ef-container>:nth-child(2) {
    width: 100%;
  }

  #ef-img-1 {
    order: 2;
    width: 48%;
  }

  #ef-img-2 {
    order: 3;
    width: 48%;
  }

  #ef-img-3 {
    padding-top: 20px;
    max-width: 50%;
    margin: 0 auto;
  }

  .nos-produits {
    padding: 0 5%;
  }

  .nos-produits-container {
    flex-wrap: wrap;
  }

  .nos-produits-text-container {
    width: 100%;
    order: -1;
    margin: 0 0 50px 0;
    padding: 0 10% 0 11%;
    text-align: center;
  }

  .nos-produits-container .nos-produits-img {
    width: 48%;
    object-fit: contain;
  }

  .history {
    padding: 0 5%;
  }

  .history-container {
    flex-wrap: wrap;
  }

  .history-content {
    width: 100%;
    padding: 0 10% 0 11%;
    margin: 0 0 50px 0;
    text-align: center;
  }

  .history-container .history-image {
    width: 48%;
  }

  .notre-elevage {
    margin: 5% 0;
  }

  .elevage-text-container {
    padding: 30px;
  }

  #index-header>div>.is-flex {
    order: 2;
  }

  #index-header>div>.is-flex>.carousel-container {
    width: 90%;
  }

  #index-header>div>.introduction-container {
    order: 1;
  }

  #index-header .downarrow-container {
    display: flex !important;
  }

  .fabrication h2 {
    font-size: 35px;
  }

  .part {
    width: 100%;
  }

  .part-text-container {
    order: 1;
    margin: 0;
  }

  #part-2 .part-text-container {
    margin: 0;
  }

  .part>img {
    order: 2;
    height: 250px;
    width: 100%;
    transform: none !important;
    transition: none !important;
  }

  .section-frozen-products,
  .section-canned-products {
    margin: 0;
    padding: 0;
  }

  .products-info {
    padding: 0;
  }

  .products-info-title {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 0 60px;
    background-position: center;
    background-size: contain;
  }

  .products-info-text {
    width: 100%;
    padding: 30px;
    font-size: 18px;
  }

  .frozen-product,
  .canned-product {
    width: 45%;
  }

  .frozen-product h3,
  .canned-product h3 {
    font-size: 20px;
  }

  .resellers {
    padding: 0 5%;
  }

  .resellers h2 {
    font-size: 35px;
  }

  .resellers h3 {
    font-size: 22px;
  }

  .resellers-container {
    flex-direction: column;
    align-items: center;
  }

  .resellers-locations,
  .images-container {
    width: 100%;
  }

  .resellers-container>.images-container {
    align-items: center;
  }

  .resellers-container>.images-container>img {
    height: 400px;
    width: 80%;
  }

  .recipes-grid {
    columns: 2;
  }
}

@media (max-width: 768px) {

  /* Menu */
  nav>.logo-container,
  nav>.galerie-container {
    width: 25%;
  }

  .navbar {
    display: flex;
  }

  .mobile-nav-menu {
    top: 75px;
  }

  #navbar-logo {
    height: 55px;
  }

  /* Header */
  #index-header .downarrow-container {
    display: none !important;
  }

  #index-header .carousel-container {
    flex: 0 0 100%;
  }

  .introduction-container .widget-container {
    padding: 0 2%;
    height: 54px;
  }

  .introduction-container .widget-container h1 {
    font-size: 24px;
  }

  .secondary-header {
    flex-direction: column;
    align-items: center;
  }

  .secondary-header .introduction-container.is-flex {
    padding: 15% 5% 5% 5%;
    text-align: center;
  }

  .secondary-header img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .nos-actus-header img {
    object-fit: contain;
  }

  .secondary-header h1 {
    font-size: 33px;
  }

  .text-img-container {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  #presentation-container .img-container {
    min-height: 250px;
  }

  .small-h2 {
    font-size: 30px;
  }

  .text-container h2,
  .text-container p {
    text-align: center;
  }

  .title-widget {
    max-width: 300px;
  }

  blockquote {
    width: 100%;
  }

  .labels-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .label-item {
    width: 100% !important;
  }

  .products-container>p {
    width: 100%;
  }

  .buy-products-text {
    width: 100%;
  }

  .buy-products-info-container {
    flex-direction: column;
    align-items: center;
  }

  .buy-products-info-container>div:not(:first-child) {
    border-left: 0;
    border-top: 1px solid white;
  }

  .buy-products-info-container>div,
  .buy-products-info-container>div:nth-child(2) {
    width: 100%;
    padding: 5%;
  }

  .buy-products-info-container>div>h3 {
    font-size: 25px;
  }

  #recipes-container .illustration {
    min-height: 250px;
  }

  #recipes-container .illustration,
  #recipes-container .text-container {
    width: 100%;
  }

  #recipes-container .text-container {
    padding: 30px;
  }

  #recipes-container .text-container p {
    text-align: center;
  }

  .locations-container>div,
  .partners-container>div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .locations-container {
    padding: 30px;
  }

  .locations-container>ul>li>span {
    font-size: 16px;
  }

  .partner-container {
    width: 100%;
    height: auto;
  }

  .testimonials {
    padding: 5%;
    margin-top: 10%;
  }

  .testimonials-title-container,
  .testimonials-slider-container {
    width: 100%;
  }

  .testimonials-title-container {
    margin: 0 -35px 0 0;
    padding: 50px 0;
  }

  .testimonials-title-container h2 {
    font-size: 30px;
  }

  .testimonials-slider-container {
    padding: 0;
    margin-top: 80px;
  }

  .events h2 {
    font-size: 30px;
  }

  .events h3 {
    font-size: 20px;
  }

  .grid-events {
    grid-template-columns: repeat(1, 1fr);
  }

  .galery-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .galery h2 {
    font-size: 30px;
  }

  .galery h3 {
    font-size: 20px;
  }

  footer hr {
    margin: 50px auto 50px auto;
  }

  .infos-contact-container {
    flex-direction: column;
  }

  .infos-contact-container h2 {
    text-align: center;
    font-size: 30px;
  }

  .infos-container,
  .contact-form-container {
    width: 100%;
  }

  .contact-form-container {
    margin: 80px 0 0 0;
    padding: 0 20px;
  }

  .watermark-container>a {
    flex-direction: column;
  }

  .history-content {
    padding: 0;
  }

  .history-container .history-image {
    width: 100%;
  }

  .ef-container>:nth-child(2) {
    padding-top: 50px;
  }

  #ef-img-1,
  #ef-img-2,
  #ef-img-3 {
    width: 100%;
    max-width: none;
  }

  .nos-produits {
    padding: 30px 20px;
  }

  .nos-produits-text-container {
    padding: 0;
  }

  .nos-produits-container .nos-produits-img {
    width: 100%;
  }

  .notre-elevage {
    padding: 30px 20px;
  }

  .elevage-text-container {
    padding: 0 0 20px 0;
    width: 100%;
  }

  .notre-elevage h2 {
    text-align: center;
  }

  .elevage-container>img {
    width: 100%;
  }

  .fabrication h2 {
    font-size: 30px;
  }

  .section-frozen-products,
  .section-canned-products {
    margin: 10% 0 0 0;
    padding: 0 5%;
  }

  .products-info {
    flex-direction: column;
  }

  .products-info-title {
    margin: 0 0 0 30px;
    padding: 50px 0;
    justify-content: center;
  }

  .products-info-text {
    width: 100%;
    padding: 0;
    margin: 80px 0 0 0;
    font-size: 20px;
    text-align: center;
  }

  .frozen-products,
  .canned-products {
    gap: 20px;
  }

  .frozen-product,
  .canned-product {
    width: 100%;
  }

  .resellers h2 {
    font-size: 30px;
  }

  .resellers h3 {
    font-size: 20px;
  }

  .reseller-location {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .reseller-logo {
    width: 50%;
  }

  .reseller-info {
    width: 100%;
  }

  .recipes-grid {
    columns: 1;
  }

  .page-container .page-content {
    width: 100%;
  }
}