/*
 * BOUTIQUE ACCUEIL
 */
@font-face {
  font-family: "BadhouseBold";
  src: url("/recettes-common/assets/fonts/BadhouseBold.eot?#iefix") format("embedded-opentype"), url("/recettes-common/assets/fonts/BadhouseBold.woff2") format("woff2"), url("/recettes-common/assets/fonts/BadhouseBold.otf") format("opentype"), url("/recettes-common/assets/fonts/BadhouseBold.woff") format("woff"), url("/recettes-common/assets/fonts/BadhouseBold.ttf") format("truetype"), url("/recettes-common/assets/fonts/BadhouseBold.svg#BadhouseBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KGTurningTables";
  src: url("/recettes-common/assets/fonts/KGTurningTables.eot?#iefix") format("embedded-opentype"), url("/recettes-common/assets/fonts/KGTurningTables.woff") format("woff"), url("/recettes-common/assets/fonts/KGTurningTables.ttf") format("truetype"), url("/recettes-common/assets/fonts/KGTurningTables.svg#KGTurningTables") format("svg");
  font-weight: normal;
  font-style: normal;
}
.separateur {
  border-color: var(--primary);
  width: 80px;
}

.wrapper-soutien {
  --background: var(--light);
}
@media (min-width: 1024px) {
  .wrapper-soutien .reduced {
    margin-left: 220px;
    margin-right: 180px;
  }
}
.wrapper-soutien .splide {
  max-width: var(--max-width);
  height: var(--max-height);
  margin: var(--margin);
}
.wrapper-soutien .splide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.wrapper-soutien .splide .splide__track {
  height: 100%;
}
.wrapper-soutien .splide .splide__list {
  height: 100%;
}
.wrapper-soutien .splide .splide__pagination {
  bottom: -1rem;
  display: flex !important;
}
.wrapper-soutien .splide .splide__pagination__page {
  height: 4px;
  width: 4px;
  border-radius: 25px;
}
.wrapper-soutien .splide .splide__pagination__page.is-active {
  background: #28262E;
  opacity: 1;
  width: 16px;
}

.decouvrir {
  --background: var(--secondary);
}
.decouvrir img {
  --max-width: 180px;
  --margin: -45px 0 0 0;
}
.saveurs .decouvrir img {
  --max-width: 250px;
}
.saveurs.public-portal .decouvrir img {
  --max-width: 300px;
}
@media (min-width: 992px) {
  .decouvrir img {
    --margin: -26px 0 -16px 0;
  }
}

#avantages .avantage {
  --width: 100%;
}
#avantages .avantage .detail {
  --transform: translateY(0);
}
#avantages .avantage .picto-avantage {
  --opacity: 1;
}
#avantages .avantage .text-hover {
  --transform: translateY(-100px);
  --opacity: 0;
  --z-index: -1;
}
#avantages .avantage .cacher-survol {
  --opacity: 1;
}
#avantages .avantage .montrer-survol {
  --opacity: 0;
}
#avantages .avantage:hover .detail {
  --transform: translateY(-50%);
  top: 0;
}
.recettes #avantages .avantage:hover .detail {
  --transform: translateY(-95%);
}
.monodessin #avantages .avantage:hover .detail, .multidessins #avantages .avantage:hover .detail {
  --transform: translateY(-75%);
}
@media (max-width: 992px) {
  .fleurs #avantages .avantage:hover .detail.production_francaise {
    --transform: translateY(-75%);
  }
}
#avantages .avantage:hover .picto-avantage {
  --opacity: 0;
}
#avantages .avantage:hover .text-hover {
  --transform: translateY(0);
  --opacity: 1;
  --z-index: 1;
}
#avantages .avantage:hover .montrer-survol {
  --opacity: 1;
}
#avantages .avantage:hover .cacher-survol {
  --opacity: 0;
}
.monodessin #avantages .avantage:nth-child(2):hover .detail, .multidessins #avantages .avantage:nth-child(2):hover .detail {
  --transform: translateY(-95%);
}

#rubriques .splide-rubrique .splide__list {
  --display: grid;
  --grid-template-columns: repeat(1, 1fr);
  --grid-auto-rows: 183px;
  --row-gap: 17px;
}
@media (min-width: 992px) {
  #rubriques .splide-rubrique .splide__list {
    --grid-template-columns: repeat(2, 1fr);
    --grid-auto-rows: 237px;
    --column-gap: 17px;
    --margin: 0 60px;
  }
}
.monodessin #rubriques .splide-rubrique .splide__list {
  --grid-template-column: repeat(2, 1fr);
  --grid-auto-rows: auto;
  --column-gap: 17px;
  --row-gap: 17px;
}
@media (max-width: 992px) {
  .monodessin #rubriques .splide-rubrique .splide__list {
    --display: flex;
  }
}
@media (max-width: 992px) {
  .monodessin #rubriques .splide-rubrique .splide__list {
    --column-gap: 0px;
  }
}
.monodessin #rubriques .splide-rubrique .splide__list img {
  aspect-ratio: 1/1;
}
#rubriques .splide-rubrique .splide__slide.big {
  --grid-row: span 1;
}
@media (min-width: 992px) {
  #rubriques .splide-rubrique .splide__slide.big {
    --grid-row: span 2;
  }
}
#rubriques .splide-rubrique .splide__slide .detail {
  --opacity: 1;
  --font-size: 26px;
}
@media (min-width: 992px) {
  #rubriques .splide-rubrique .splide__slide .detail {
    --opacity: 1;
    --font-size: 40px;
  }
}
#rubriques .splide-rubrique .splide__slide:hover .detail {
  --opacity: 1;
}
#rubriques .splide-rubrique.square .splide__list {
  --grid-template-column: repeat(2, 1fr);
  --grid-auto-rows: auto;
}
#rubriques .splide-rubrique.square .splide__list img {
  aspect-ratio: 1/1;
}
#rubriques .splide-rubrique.square .splide__slide.big {
  --grid-row: 1;
}
.monodessin #rubriques .splide-rubrique .splide__slide:first-child {
  --grid-column: 1 / 2;
  --grid-row: 1 / 2;
}
.monodessin #rubriques .splide-rubrique .splide__slide:nth-child(2) {
  --grid-column: 2 / 3;
  --grid-row: 1 / 2;
}
.monodessin #rubriques .splide-rubrique .splide__slide:nth-child(3) {
  --grid-column: 1 / 2;
  --grid-row: 2 / 3;
}
.monodessin #rubriques .splide-rubrique .splide__slide:last-child {
  --grid-column: 2 / 3;
  --grid-row: 2 / 3;
}
.monodessin #rubriques .splide-rubrique .splide__slide .detail {
  --font-size: 35px;
}
@media (min-width: 992px) {
  .monodessin #rubriques .splide-rubrique .splide__slide .detail {
    --font-size: 40px;
  }
}

body {
  color: var(--primary);
}

.wrapper-home {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .wrapper-home {
    align-items: end;
    flex-direction: row;
  }
  .public-portal .wrapper-home {
    align-items: center;
    margin-top: 50px;
  }
}
.wrapper-home .image-home-wrapper {
  margin-right: 30px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.monodessin .wrapper-home .image-home-wrapper, .multidessins .wrapper-home .image-home-wrapper {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .public-portal .wrapper-home .image-home-wrapper {
    order: 2;
    margin-left: 60px;
    margin-right: 0;
  }
  .public-portal .wrapper-home .image-home-wrapper .public-portal-image {
    width: 560px;
  }
}
@media (max-width: 992px) {
  .wrapper-home .image-home-wrapper {
    margin-right: 0;
  }
}
.wrapper-home .image-home .picto-achat-solidaire {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper-home .accroche-wrapper {
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.public-portal .wrapper-home .accroche-wrapper {
  justify-content: start;
  margin-top: -30px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .wrapper-home .accroche-wrapper {
    margin-bottom: 140px;
    margin-top: 0;
    text-align: left;
  }
  .monodessin .wrapper-home .accroche-wrapper, .multidessins .wrapper-home .accroche-wrapper {
    margin-bottom: 140px;
    margin-left: 30px;
  }
  .public-portal .wrapper-home .accroche-wrapper {
    margin-bottom: 0;
  }
}
.wrapper-home .accroche-wrapper .accroche {
  order: 2;
  margin-top: 35px;
}
.public-portal .wrapper-home .accroche-wrapper .accroche {
  order: 1;
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .wrapper-home .accroche-wrapper .accroche {
    order: 1;
  }
}
.wrapper-home .accroche-wrapper .accroche b {
  font-weight: 600;
}
.wrapper-home .accroche-wrapper .accroche h2 {
  font-size: 30px;
  line-height: 1.4;
  padding: 0;
}
.wrapper-home .accroche-wrapper .accroche .description {
  font-size: 25px;
}
.wrapper-home .accroche-wrapper .accroche .separateur {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .wrapper-home .accroche-wrapper .accroche .separateur {
    margin-left: 0;
    margin-right: 0;
  }
}
.saveurs:not(.public-portal) .wrapper-home .accroche-wrapper .accroche .separateur, .fleurs .wrapper-home .accroche-wrapper .accroche .separateur, .gouter .wrapper-home .accroche-wrapper .accroche .separateur, .saucissons .wrapper-home .accroche-wrapper .accroche .separateur {
  border-color: var(--primary);
}
.saveurs.public-portal .wrapper-home .accroche-wrapper .accroche .separateur {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
}
.wrapper-home .accroche-wrapper .accroche-action {
  order: 1;
  text-align: center;
}
.public-portal .wrapper-home .accroche-wrapper .accroche-action {
  text-align: center;
  order: 2;
}
@media (min-width: 1024px) {
  .wrapper-home .accroche-wrapper .accroche-action {
    order: 2;
    text-align: left;
  }
  .public-portal .wrapper-home .accroche-wrapper .accroche-action {
    text-align: left;
  }
  .public-portal .wrapper-home .accroche-wrapper .accroche-action a.btn {
    margin-top: 30px;
  }
}
.wrapper-home .accroche-wrapper .accroche-action a.btn {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .wrapper-home .accroche-wrapper .accroche-action a.btn {
    margin-top: 90px;
  }
  .public-portal .wrapper-home .accroche-wrapper .accroche-action a.btn {
    margin-top: 28px;
  }
}
@media (max-width: 576px) {
  .wrapper-home .accroche-wrapper .accroche-action a.btn.withRecipeButton {
    margin-top: 20px;
  }
}
.wrapper-home .reversion img {
  position: relative;
  top: 6px;
  margin-left: -2px;
  margin-right: -3px;
}
@media (min-width: 1024px) {
  .wrapper-home .splide-boutique {
    margin-bottom: -4rem;
  }
}

.wrapper-soutien {
  background: var(--background);
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  .wrapper-soutien {
    margin-top: -3rem;
  }
}
.wrapper-soutien .wrapper-soutien-content {
  margin-top: -6rem;
}
@media (min-width: 1024px) {
  .wrapper-soutien .wrapper-soutien-content {
    margin-top: 0;
  }
}
.wrapper-soutien .reversion img {
  position: relative;
  top: 6px;
  margin-left: -2px;
}
.wrapper-soutien .splide {
  --max-width: 476px;
  --max-height: 412px;
  --margin: 0 0 40px 0;
}
@media (min-width: 1024px) {
  .wrapper-soutien .splide {
    --margin: -80px 0;
    --max-width: 560px;
    --max-height: 485px;
  }
}
@media (min-width: 1024px) {
  .wrapper-soutien .separateur {
    margin-left: 0;
    margin-right: 0;
  }
}

#image-compare {
  height: 275px;
}
#image-compare img {
  height: 100%;
}

.decouvrir {
  background: var(--background);
  color: white;
  border-radius: var(--border-radius);
}
.decouvrir img {
  max-width: var(--max-width);
  margin: var(--margin);
}

#avantages {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 148px;
}
#avantages > div {
  gap: 10px;
}
.saveurs.noel #avantages {
  background-image: url("/imgs/saveurs/noel/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .saveurs.noel #avantages {
    background-image: url("/imgs/saveurs/noel/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.saveurs.paques #avantages {
  background-image: url("/imgs/saveurs/paques/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .saveurs.paques #avantages {
    background-image: url("/imgs/saveurs/paques/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.fleurs.automne #avantages {
  background-image: url("/imgs/fleurs/automne/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .fleurs.automne #avantages {
    background-image: url("/imgs/fleurs/automne/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.fleurs.printemps #avantages {
  background-image: url("/imgs/fleurs/printemps/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .fleurs.printemps #avantages {
    background-image: url("/imgs/fleurs/printemps/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.gouter #avantages {
  background-image: url("/imgs/gouter/rentree/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .gouter #avantages {
    background-image: url("/imgs/gouter/rentree/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.saucissons #avantages {
  background-image: url("/imgs/saucissons/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .saucissons #avantages {
    background-image: url("/imgs/saucissons/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.recettes #avantages {
  background-image: url("/imgs/recettes/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .recettes #avantages {
    background-image: url("/imgs/recettes/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.monodessin #avantages {
  background-image: url("/imgs/monodessin/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .monodessin #avantages {
    background-image: url("/imgs/monodessin/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
.multidessins #avantages {
  background-image: url("/imgs/multidessins/bandeau.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), only screen and (min-device-pixel-ratio: 1.5) {
  .multidessins #avantages {
    background-image: url("/imgs/multidessins/bandeau@2x.jpg");
    background-size: 1811px 148px;
  }
}
#avantages .avantage {
  background: var(--light);
  border-radius: var(--border-radius);
  height: 210px;
  width: var(--width);
  max-width: 367px;
  padding: 25px 0;
  overflow-y: hidden;
}
#avantages .avantage .detail {
  transform: var(--transform);
  transition: all var(--transition-duration) ease;
  width: 100%;
}
#avantages .avantage .detail .title {
  line-height: 1.5rem;
}
#avantages .avantage .picto-avantage {
  opacity: var(--opacity);
  transition: all var(--transition-duration) ease;
  color: var(--secondary);
  margin-bottom: 10px;
  line-height: 1;
}
#avantages .avantage .text-hover {
  z-index: var(--z-index);
  transform: var(--transform);
  opacity: var(--opacity);
  transition: all var(--transition-duration) ease;
  padding-left: 15px;
  padding-right: 15px;
}
#avantages .avantage .text-hover a {
  text-decoration: underline;
  color: var(--primary);
}
#avantages .avantage .cacher-survol, #avantages .avantage .montrer-survol {
  opacity: var(--opacity);
}
#avantages .avantage .montrer-survol {
  top: 0;
  width: 100%;
}

#rubriques .rubrique {
  margin: 0;
}
#rubriques .splide-rubrique .splide__list {
  display: var(--display);
  grid-template-columns: var(--grid-template-columns);
  grid-auto-rows: var(--grid-auto-rows);
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  margin: var(--margin) !important;
}
#rubriques .splide-rubrique .splide__slide {
  border-radius: var(--border-radius);
  overflow: hidden;
  grid-column: var(--grid-column);
  grid-row: var(--grid-row);
}
#rubriques .splide-rubrique .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all var(--transition-duration) ease;
}
#rubriques .splide-rubrique .splide__slide:hover img {
  scale: 1.1;
}
#rubriques .splide-rubrique .splide__slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#rubriques .splide-rubrique .splide__slide .detail {
  opacity: var(--opacity);
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.25);
  transition: all var(--transition-duration) ease;
}
#rubriques .splide-rubrique .splide__slide .detail .text {
  color: #FFF;
  border: 1px solid white;
  width: 100%;
  height: 100%;
  text-shadow: 0 3px 6px #000000;
  font-size: var(--font-size);
}
#rubriques .splide-rubrique .splide__slide .detail .text .title {
  line-height: 1;
  text-transform: uppercase;
}
#rubriques .splide-rubrique .splide__slide .detail .btn {
  text-shadow: none;
}
#rubriques .splide-rubrique .splide__pagination {
  bottom: -1rem;
}
#rubriques .splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

/**************************
 *
 * Recette
 *
 **************************/
#apercu-livre {
  width: 100%;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media (max-width: 992px) {
  #apercu-livre .apercu-livre-content {
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
  }
}
#apercu-livre .apercu-livre-title {
  background: #f9f5e9;
  text-align: center;
  padding: 10px 20px;
}
#apercu-livre .apercu-livre-title span {
  font-family: "Poppins";
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.2;
  border-top: 2px solid #d30047;
  border-bottom: 2px solid #d30047;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  #apercu-livre .apercu-livre-title span {
    font-size: 2em;
  }
}
#apercu-livre .icon {
  background: #d30047;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
@media (max-width: 576px) {
  #apercu-livre .icon {
    padding: 0.5rem 1rem;
  }
}
#apercu-livre .icon img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 576px) {
  #apercu-livre .icon img {
    max-width: 50px;
  }
}
#apercu-livre .livre-images {
  flex-basis: 41%;
}
#apercu-livre .apercu-dynamique {
  max-width: 571px;
  position: relative;
  height: 100%;
  align-self: stretch;
}
#apercu-livre .apercu-dynamique .titre {
  position: absolute;
  text-align: center;
  line-height: 1.4;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  #apercu-livre .apercu-dynamique .titre {
    font-size: 15px;
  }
}
#apercu-livre .apercu-dynamique.chevalet {
  flex-basis: 59%;
}
@media (min-width: 992px) {
  #apercu-livre .apercu-dynamique.chevalet {
    margin-top: -18px;
  }
}
#apercu-livre .apercu-dynamique.primaire .titre {
  top: 325px;
  left: 27%;
  width: 46%;
  height: 20%;
  color: #39749e;
  font-family: "KGTurningTables";
}
#apercu-livre .apercu-dynamique.secondaire .titre {
  text-align: center;
  top: 230px;
  left: 27%;
  width: 46%;
  height: 20%;
  color: black;
  font-family: "BadhouseBold";
  font-size: 30px;
  line-height: 1.2;
}
#apercu-livre .apercu-dynamique.bleu .titre {
  font-family: "KGTurningTables";
  color: black;
  top: 64%;
  left: 24%;
  width: 56%;
  height: 21%;
}

#nicook {
  background: #c1004a;
  position: relative;
  color: white;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 100px;
  margin-bottom: 90px;
}
#nicook .nicook-content {
  position: relative;
  padding: 20px 20px 50px 460px;
}
#nicook .nicook-content img {
  position: absolute;
  left: 100px;
  top: -65px;
}
#nicook .nicook-content .nicook-title {
  font-family: "Poppins";
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#nicook .nicook-content .nicook-subtitle {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1px;
}
@media (max-width: 992px) {
  #nicook .nicook-content {
    padding: 30px;
    text-align: center;
    margin-top: 300px;
    margin-bottom: 50px;
  }
  #nicook .nicook-content img {
    left: calc(50% - 167px);
    top: -250px;
  }
  #nicook .nicook-content > div {
    margin-top: 20px;
  }
}

.wrap-desc strong {
  font-weight: bold;
}
