@charset "UTF-8";
/* FONTS */
/* - BASIC - */
/* - BLEU - */
/* - JAUNE - */
/* - MAUVE - */
/* - ROUGE - */
/* - VERT - */
/* - VARIABLES - */
/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  margin: 0px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pagePadding {
  padding: 0 0 100px 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
button:focus {
  outline: none !important;
}

/*TAGS*/
#recipesSliderGlobalContainer .tagsContainer .tag:not(:last-child):not(:only-child) {
  margin-bottom: 5px;
}

.tagsContainer {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -20px;
}
.tagsContainer .tag {
  background: #3EAEF1;
  padding: 7px 10px;
  border-radius: 5px;
  display: block;
  position: relative;
  z-index: 2;
  /*&:not(:last-child):not(:only-child) {
      margin-bottom: 5px;
  }*/
}
@media screen and (max-width: 1200px) {
  .tagsContainer {
    left: -20px;
  }
}
.tagsContainer p {
  font: normal normal 500 16px/20px "Dosis", serif;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}

/*RECETTES HORIZONTAL*/
.recetteBlocHorizontal {
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
  border-radius: 20px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 450px) {
  .recetteBlocHorizontal {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .recetteBlocHorizontal .tagsContainer {
    left: -15px;
  }
}
.recetteBlocHorizontal .recettecImg {
  width: 100%;
  max-width: 50%;
  height: auto;
  background-size: cover !important;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
@media screen and (max-width: 450px) {
  .recetteBlocHorizontal .recettecImg {
    height: 220px;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    max-width: unset;
  }
}
.recetteBlocHorizontal .recetteContent {
  padding: 40px 20px;
  text-align: left;
  border-radius: 20px;
  background: #fff;
  margin-left: -20px;
}
@media screen and (max-width: 450px) {
  .recetteBlocHorizontal .recetteContent {
    text-align: center;
    margin-left: 0;
  }
}
.recetteBlocHorizontal .recetteContent .recipe-tags {
  margin-bottom: 10px;
}
@media screen and (max-width: 450px) {
  .recetteBlocHorizontal .recetteContent .recipe-tags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.recetteBlocHorizontal .recetteContent .recipe-tags .recipe-tag:last-child {
  margin-right: 0;
}
.recetteBlocHorizontal .recetteContent .slideContentRowPlani {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .recetteBlocHorizontal .recetteContent .slideContentRowPlani {
    align-items: center;
  }
}
.recetteBlocHorizontal .recetteContent .recetteContentTitle {
  font: normal normal bold 22px/26px "Quicksand", serif;
  color: #003961;
  margin-bottom: 10px;
}
.recetteBlocHorizontal .recetteContent .text-cta {
  margin-top: 20px;
}
.recetteBlocHorizontal .recetteContent .recetteContentRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 450px) {
  .recetteBlocHorizontal .recetteContent .recetteContentRow {
    justify-content: center;
  }
}
@media screen and (max-width: 325px) {
  .recetteBlocHorizontal .recetteContent .recetteContentRow {
    flex-direction: column;
    margin-bottom: 7px;
    text-align: center;
    justify-content: center;
  }
  .recetteBlocHorizontal .recetteContent .recetteContentRow .recetteContentLabel, .recetteBlocHorizontal .recetteContent .recetteContentRow .recetteContentValue {
    text-align: center !important;
  }
}
.recetteBlocHorizontal .recetteContent .recetteContentRow .recetteContentLabel {
  font: normal normal 400 15px/19px "Quicksand", serif;
  color: #003961;
  padding-right: 5px;
}
.recetteBlocHorizontal .recetteContent .recetteContentRow .recetteContentValue {
  font: normal normal 600 15px/19px "Quicksand", serif;
  color: #003961;
  text-align: left;
}

.smallBlobAnimation .end, .smallBlobAnimation .mid {
  display: none;
}

.altShape {
  display: none;
}

.listwrap {
  overflow-anchor: none;
}

.tagsContainer .tag-dejeuner {
  background: #3EAEF1 !important;
}
.tagsContainer .tag-diner {
  background: #B14C96 !important;
}
.tagsContainer .tag-souper {
  background: #F75A58 !important;
}
.tagsContainer .tag-collation {
  background: #FFB600 !important;
}
.tagsContainer .tag-dessert {
  background: #4ACE64 !important;
}
.tagsContainer .tag-meli-melo {
  background: #289781 !important;
}
.tagsContainer .tag-nouveau {
  background: #113961 !important;
}

.tagsContainer.flipped .tag {
  border-width: 2px !important;
  border-style: solid !important;
}
.tagsContainer.flipped {
  /*.recipe-tags {
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center;

      img.recipe-tag {
          display: inline-block;
          margin: auto;*/
  /*margin: 0 5px;*/
  /*max-height: 30px !important;
          max-width: 41px;
          width: 100%;
      }
  }*/
}
.tagsContainer.flipped .tag-dejeuner {
  background: #fff !important;
  border-color: #3EAEF1 !important;
  color: #3EAEF1 !important;
}
.tagsContainer.flipped .tag-diner {
  background: #fff !important;
  border-color: #B14C96 !important;
  color: #B14C96 !important;
}
.tagsContainer.flipped .tag-souper {
  background: #fff !important;
  border-color: #F75A58 !important;
  color: #F75A58 !important;
}
.tagsContainer.flipped .tag-collation {
  background: #fff !important;
  border-color: #FFB600 !important;
  color: #FFB600 !important;
}
.tagsContainer.flipped .tag-dessert {
  background: #fff !important;
  border-color: #4ACE64 !important;
  color: #4ACE64 !important;
}
.tagsContainer.flipped .tag-nouveau {
  background: #fff !important;
  border-color: #113961 !important;
  color: #113961 !important;
}

.c-dejeuner {
  border-color: #3EAEF1 !important;
}

.c-diner {
  border-color: #B14C96 !important;
}

.c-souper {
  border-color: #F75A58 !important;
}

.c-collation {
  border-color: #FFB600 !important;
}

.c-dessert {
  border-color: #4ACE64 !important;
}

.c-external {
  border-color: #113961 !important;
}

.c-meli-melo {
  border-color: #289781 !important;
}

@media screen and (min-width: 768px) {
  .globalAnimTitle {
    opacity: 0;
  }
  .globalAnimText {
    opacity: 0;
  }
  .globalAnimCta {
    opacity: 0;
  }
  .globalAnimBloc {
    opacity: 0;
  }
  .globalAnimInitial {
    opacity: 0;
  }
  .globalAnimImg {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .globalAnimTitle {
    opacity: 1;
  }
  .globalAnimText {
    opacity: 1;
  }
  .globalAnimCta {
    opacity: 1;
  }
  .globalAnimBloc {
    opacity: 1;
  }
  .globalAnimInitial {
    opacity: 1;
  }
  .globalAnimImg {
    opacity: 1;
    transform: translate(0%, 0%) !important;
  }
}
#pushNotif {
  min-height: 44px;
  background: #F75A58;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 4px 4px;
  display: flex;
  align-items: center;
}
#pushNotif #pushNotifContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
}
#pushNotif #pushNotifContainer #pushNotifTitle p {
  font: normal normal normal 19px/23px "Dosis", serif;
  letter-spacing: 0.19px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
}
#pushNotif #pushNotifContainer #pushNotifTitle p strong {
  font-weight: 700;
}
#pushNotif #pushNotifContainer #pushNotifImg {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #pushNotif #pushNotifContainer #pushNotifImg {
    display: none;
  }
}
#pushNotif #pushNotifContainer #pushNotifImg img {
  height: 110px;
  width: auto;
  position: absolute;
  top: -55px;
}
#pushNotif #pushNotifContainer #pushNotifCta a {
  display: inline-block;
  background: rgb(255, 255, 255);
  border: 2px solid #fff;
  color: #F75A58;
  padding: 6px 12px;
  text-decoration: none !important;
  border-radius: 30px;
  font: normal normal bold 14px/18px "Quicksand", serif;
  letter-spacing: 0px;
  text-align: center;
  transition: all 0.15s ease-in;
}
#pushNotif #pushNotifContainer #pushNotifCta a:hover {
  background: rgba(255, 255, 255, 0);
  color: #fff;
  transition: all 0.35s ease-out;
}

.pushNotifOn {
  top: 44px;
}

.ohnohoney {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.mobile-nav .submenu {
  right: -25px !important;
}

header .menu:not(.topbar) .submenu {
  left: unset !important;
  left: -25px !important;
}
header .menu.topbar .submenu {
  right: -25px !important;
}

header {
  width: 100%;
  position: fixed;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0);
  padding: 26px 26px 0 0;
  box-shadow: 0px 3px 6px rgba(17, 57, 97, 0);
  transition: all 0.8s ease-out;
}
header .bub {
  position: relative;
}
header .menu {
  position: relative;
  text-align: right;
}
header .menu:not(.topbar) .mainMenu {
  border-top: 1px solid #113961;
  padding-top: 20px;
  padding-right: 45px;
}
header .menu:not(.topbar) .mainMenu a.menuItem {
  margin-bottom: 26px;
}
header .menu.topbar .mainMenu {
  margin-right: 0;
}
header .menu.topbar .mainMenu .menuItem {
  padding-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
header .menu.topbar .mainMenu .menuItem .menuTitle {
  display: block;
  margin-right: 10px;
}
header .menu.topbar .mainMenu .menuItem:hover:not(.liked) .icon-user path {
  fill: #F75A58;
}
header .menu.topbar .mainMenu .menuItem:hover:not(.liked) .icon-user-loggedin .fill path {
  fill: #F75A58 !important;
}
header .menu.topbar .mainMenu .menuItem .icon-user path {
  fill: #113961;
  transition: all 0.3s ease-out;
}
header .menu.topbar .mainMenu .menuItem .icon-user-loggedin .fill path {
  fill: #113961 !important;
}
header .menu.topbar .mainMenu .menuItem {
  /*&.disabled {
      color: rgba($chathams, 0.5) !important;
      pointer-events: none;

      .heart-ico {
          opacity: 0.5;
      }

      .plani-ico {
          opacity: 0.5;
      }
  }*/
}
header.sticky {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(17, 57, 97, 0.2);
}
header.sticky .logowrap {
  width: 130px;
  height: auto;
  display: inline-block;
  padding: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
header.sticky .logowrap .brandLogo {
  width: 100%;
  height: auto;
}
header.sticky .logowrap #logobubble {
  opacity: 1;
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 15px);
  height: calc(100% + 0px);
  transform: translate(-50%, -50%) rotate(-9deg);
  z-index: -1;
}
header.sticky .logowrap #logobubble .a {
  fill: #ffffff;
}
header .menuSearchWrap {
  background: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  bottom: 29px;
  right: 0;
  transition: all 0.55s ease-out;
}
header .menuSearchWrap .mainSearch {
  display: flex;
}
header .menuSearchWrap .mainSearch input.search {
  border: 1px solid #113961;
  border-radius: 10px;
  width: 250px;
  height: 32px;
  outline: none;
  padding-left: 18px;
  font-family: "Quicksand", serif;
  color: #113961;
  font-size: 15px;
  display: none;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: -280px;
}
header .menuSearchWrap .mainSearch input.search::placeholder {
  color: rgba(17, 57, 97, 0.5);
  font-family: "Quicksand", serif;
  font-size: 15px;
  font-weight: 500;
}
header .menuSearchWrap .mainSearch .searchBtn .a {
  transition: all 0.3s ease-out;
}
header .menuSearchWrap .mainSearch .searchBtn:hover .a {
  fill: #F75A58;
}

#header-mobile {
  width: 100%;
  position: fixed;
  z-index: 9999997;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px rgba(17, 57, 97, 0.2);
}
#header-mobile.active-menu {
  height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0);
}
#header-mobile .mobile-menus-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
}
#header-mobile .mobile-nav-wrapper {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  transition: all 0.5s ease;
  background-color: white;
}
#header-mobile .mobile-nav-wrapper .mobile-logo .logowrap {
  border-radius: 12px;
  transform: rotate(-9deg);
  display: block;
  background-color: #fff;
  max-width: 120px;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
#header-mobile .mobile-nav-wrapper .mobile-logo .logowrap .brandLogo {
  width: 65px;
  transform: rotate(9deg);
}
#header-mobile .mobile-nav-wrapper #trigger-menu {
  cursor: pointer;
}
#header-mobile .mobile-nav-wrapper #trigger-menu .cls-1 {
  fill: #113961;
}
#header-mobile .mobile-nav-wrapper #MenuCloseBtn .cls-1 {
  fill: white;
}
#header-mobile .mobile-nav-wrapper #menu-panel {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  display: none;
  top: 80px;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /*mobile safari*/
  box-shadow: 0px 3px 6px rgba(17, 57, 97, 0.2);
  /*.panel-top {
      width: 100%;
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 30px;
      transition: all 0.5s ease;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      box-shadow: 0px 3px 6px rgba($chathams, .2);

      #MenuCloseBtn {
          background: none;
          outline: none;
          border: none;
          font-size: 22px;
      }
  }*/
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main {
  font-family: "Dosis", serif;
  display: block;
  color: #003961;
  background-color: #F8F7FC;
  padding: 20px 5px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(17, 57, 97, 0.6);
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li {
  text-align: center;
  display: block !important;
  width: 100%;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li:first-child {
  border-top: none;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuItem) {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 20px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuItem) span {
  color: #003961;
  font-family: "Dosis", serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: lighter;
  text-transform: uppercase;
  text-decoration: none;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuItem) span.subArrow {
  display: inline-flex;
  margin-left: 6px;
  border: 2px solid #003961;
  border-radius: 50%;
  color: #003961;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuItem) span.subArrow .arr .a {
  fill: none;
  stroke: #003961;
  stroke-linecap: round;
  stroke-width: 1.5px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: none;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li {
  display: flex !important;
  margin: 10px 0;
  align-items: center;
  padding-left: 20px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li a.submenuItem {
  color: #003961;
  font-family: "Quicksand", serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  padding-top: 2px;
  padding-left: 18px;
  text-align: left;
  transition: all 0.3s ease-out;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li.recipe-menu-type {
  color: #003961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 600;
  padding-top: 2px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li.recipe-menu-type:not(:first-child) {
  margin-top: 30px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li.recipe-menu-type .title {
  text-transform: uppercase;
  font-family: "Dosis", serif;
  font-weight: bold;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li .subArrow {
  margin-left: 6px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li .subArrow .arr .a {
  fill: none;
  stroke: #003961;
  stroke-linecap: round;
  stroke-width: 1.5px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li.seeAll {
  margin-top: 20px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li.seeAll a.submenuItem {
  color: #F75A58;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li.seeAll .subArrow .arr .a {
  stroke: #F75A58;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a.menuItem, #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a.menuItem .menuTitle {
  color: #F75A58;
  text-decoration: none;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a.menuItem .subArrow, #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a.menuItem .menuTitle .subArrow {
  border: 2px solid #F75A58;
  color: #F75A58;
  transform: rotate(-90deg);
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a.menuItem .subArrow .arr .a, #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a.menuItem .menuTitle .subArrow .arr .a {
  stroke: #F75A58;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active .submenu {
  display: block;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main #menuSearchWrap {
  display: block;
  transition: all 0.8s ease-out;
  background: rgba(255, 255, 255, 0);
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main #menuSearchWrap #mainSearchMobile {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main #menuSearchWrap #mainSearchMobile input.search {
  border: 1px solid #003961;
  border-radius: 5px;
  width: 290px;
  height: 32px;
  outline: none;
  padding-left: 18px;
  font-family: "Quicksand", serif;
  color: #003961;
  font-size: 15px;
  display: block;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main #menuSearchWrap #mainSearchMobile .searchBtn {
  font-size: 20px;
  height: 32px;
  width: 32px;
  margin-left: 0px;
  color: #003961;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu {
  margin-top: 12px;
  width: 100%;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu li {
  text-align: left;
  display: block !important;
  width: 100%;
  margin: 12px 0;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: baseline;
  position: relative;
  margin: 20px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu li a svg {
  margin-right: 10px;
  max-width: 20px;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu li a svg:not(.heart-ico):not(.icon-user-loggedin) path {
  fill: #113961;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu li a {
  /*
                              &.menuItem {
                                  &.disabled {
                                      color: rgba($chathams, 0.5) !important;
                                      pointer-events: none;

                                      .heart-ico {
                                          opacity: 0.5;
                                      }

                                      .plani-ico {
                                          opacity: 0.5;
                                      }
                                  }
                              }*/
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu li a .menuTitle {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: left;
}
#header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.bottomMenu li a:hover {
  color: unset;
}

.submenu[data-for=account_panel] .field-validation-error {
  position: unset !important;
  bottom: unset !important;
  right: unset !important;
  display: block;
  text-align: right;
  margin-top: 2px;
}

.submenu[data-for=account_panel], .submenu[data-for=account_panel_logged] {
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .submenu[data-for=account_panel], .submenu[data-for=account_panel_logged] {
    position: fixed !important;
    top: 80px !important;
    right: 50px !important;
  }
}
@media screen and (max-width: 576px) {
  .submenu[data-for=account_panel], .submenu[data-for=account_panel_logged] {
    right: 10px !important;
    width: calc(100vw - 40px) !important;
    max-width: unset !important;
    min-width: unset !important;
  }
}
.submenu[data-for=account_panel] .step_wrap, .submenu[data-for=account_panel_logged] .step_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.submenu[data-for=account_panel] .step_wrap a, .submenu[data-for=account_panel_logged] .step_wrap a {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 4px;
  display: block;
  font-family: "Quicksand", serif;
  font-weight: bold;
  color: #113961;
}
.submenu[data-for=account_panel] .step_wrap:first-child, .submenu[data-for=account_panel_logged] .step_wrap:first-child {
  border-bottom: 1px solid #113961;
}
.submenu[data-for=account_panel] .step_wrap .inlineCta, .submenu[data-for=account_panel_logged] .step_wrap .inlineCta {
  text-decoration: underline;
  font: normal normal normal 16px/28px "Quicksand", serif;
  color: #113961;
  margin-top: 25px;
}
.submenu[data-for=account_panel] .step_wrap .inlineCta:hover, .submenu[data-for=account_panel_logged] .step_wrap .inlineCta:hover {
  text-decoration: none;
}
.submenu[data-for=account_panel] .step_wrap .inlineCta.menu_plani, .submenu[data-for=account_panel_logged] .step_wrap .inlineCta.menu_plani {
  margin-top: 0;
  margin-bottom: 8px;
}
.submenu[data-for=account_panel] .step_wrap form, .submenu[data-for=account_panel_logged] .step_wrap form {
  width: 100%;
}
.submenu[data-for=account_panel] .step_wrap .form_title, .submenu[data-for=account_panel] .step_wrap .panel_title, .submenu[data-for=account_panel_logged] .step_wrap .form_title, .submenu[data-for=account_panel_logged] .step_wrap .panel_title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
  display: block;
  font-family: "Bree Serif", serif;
  color: #113961;
  font-weight: bold;
}
.submenu[data-for=account_panel] .step_wrap .buttonCta, .submenu[data-for=account_panel_logged] .step_wrap .buttonCta {
  margin-top: 10px;
}

.submenu[data-for=account_panel] .step_wrap:first-child {
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.submenu[data-for=account_panel] .step {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.submenu[data-for=account_panel] .step.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.submenu[data-for=account_panel_logged] .step_wrap:first-child {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.submenu[data-for=account_panel_logged] .step {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.submenu[data-for=account_panel_logged] .step .inlineCta {
  margin-top: 15px;
}

.accountToggle, .menu .mainMenu {
  position: relative;
  list-style: none;
  display: inline-block;
}
.accountToggle li, .menu .mainMenu li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .accountToggle li, .menu .mainMenu li {
    margin: 0 8px;
  }
}
.accountToggle li:first-child, .menu .mainMenu li:first-child {
  margin-left: 0 !important;
}
.accountToggle li a.menuItem, .menu .mainMenu li a.menuItem {
  color: #003961;
  font-family: "Dosis", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.accountToggle li a.menuItem:hover, .menu .mainMenu li a.menuItem:hover {
  color: #F75A58;
  text-decoration: none;
}
.accountToggle li .icon-user path, .menu .mainMenu li .icon-user path {
  fill: #113961;
}
.accountToggle li .icon-user-loggedin .fill path, .menu .mainMenu li .icon-user-loggedin .fill path {
  fill: #113961 !important;
}
.accountToggle li.sub a.menuItem, .menu .mainMenu li.sub a.menuItem {
  display: flex;
}
.accountToggle li.sub a.menuItem .menuTitle, .menu .mainMenu li.sub a.menuItem .menuTitle {
  display: inline;
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .accountToggle li.sub a.menuItem .menuTitle, .menu .mainMenu li.sub a.menuItem .menuTitle {
    display: none;
  }
}
.accountToggle li.sub a.menuItem .subArrow, .menu .mainMenu li.sub a.menuItem .subArrow {
  display: inline-flex;
  margin-left: 6px;
  border: 2px solid #003961;
  border-radius: 50%;
  color: #003961;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.accountToggle li.sub a.menuItem .subArrow .arr, .menu .mainMenu li.sub a.menuItem .subArrow .arr {
  transition: all 0.3s ease-out;
}
.accountToggle li.sub a.menuItem .subArrow .arr .a, .menu .mainMenu li.sub a.menuItem .subArrow .arr .a {
  transition: all 0.3s ease-out;
  fill: none;
  stroke: #003961;
  stroke-linecap: round;
  stroke-width: 1.5px;
}
.accountToggle li.sub a.menuItem:hover .subArrow, .menu .mainMenu li.sub a.menuItem:hover .subArrow {
  border: 2px solid #F75A58;
  color: #F75A58;
}
.accountToggle li.sub a.menuItem:hover .subArrow .arr .a, .menu .mainMenu li.sub a.menuItem:hover .subArrow .arr .a {
  stroke: #F75A58;
}
.accountToggle li.sub .submenu, .menu .mainMenu li.sub .submenu {
  z-index: 2;
  position: absolute;
  padding: 40px;
  list-style: none;
  background-color: #fff;
  display: block;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  box-shadow: 0px 4px 4px rgba(17, 57, 97, 0.2);
  border-radius: 0px 0px 20px 20px;
  transition: all 0.3s ease-out;
  width: max-content;
}
.accountToggle li.sub .submenu.accountPanel, .menu .mainMenu li.sub .submenu.accountPanel {
  min-width: 375px;
}
.accountToggle li.sub .submenu li, .menu .mainMenu li.sub .submenu li {
  display: flex;
  margin: 10px 0;
}
.accountToggle li.sub .submenu li a.submenuItem, .menu .mainMenu li.sub .submenu li a.submenuItem {
  color: #003961;
  font-family: "Quicksand", serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  padding-top: 2px;
}
.accountToggle li.sub .submenu li.recipe-menu-type, .menu .mainMenu li.sub .submenu li.recipe-menu-type {
  color: #003961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 600;
  padding-top: 2px;
}
.accountToggle li.sub .submenu li.recipe-menu-type:not(:first-child), .menu .mainMenu li.sub .submenu li.recipe-menu-type:not(:first-child) {
  margin-top: 30px;
}
.accountToggle li.sub .submenu li.recipe-menu-type .title, .menu .mainMenu li.sub .submenu li.recipe-menu-type .title {
  text-transform: uppercase;
  font-family: "Dosis", serif;
  font-weight: bold;
}
.accountToggle li.sub .submenu li .subArrow, .menu .mainMenu li.sub .submenu li .subArrow {
  margin-left: 6px;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.accountToggle li.sub .submenu li .subArrow .arr, .menu .mainMenu li.sub .submenu li .subArrow .arr {
  transition: all 0.3s ease-out;
}
.accountToggle li.sub .submenu li .subArrow .arr .a, .menu .mainMenu li.sub .submenu li .subArrow .arr .a {
  transition: all 0.3s ease-out;
  fill: none;
  stroke: #003961;
  stroke-linecap: round;
  stroke-width: 1.5px;
}
.accountToggle li.sub .submenu li:hover a.submenuItem, .menu .mainMenu li.sub .submenu li:hover a.submenuItem {
  color: #F75A58;
  text-decoration: none;
}
.accountToggle li.sub .submenu li:hover .subArrow .arr .a, .menu .mainMenu li.sub .submenu li:hover .subArrow .arr .a {
  stroke: #F75A58;
}
.accountToggle li.sub .submenu li.seeAll, .menu .mainMenu li.sub .submenu li.seeAll {
  margin-top: 30px;
}
.accountToggle li.sub .submenu li.seeAll a.submenuItem, .menu .mainMenu li.sub .submenu li.seeAll a.submenuItem {
  color: #F75A58;
}
.accountToggle li.sub .submenu li.seeAll .subArrow, .menu .mainMenu li.sub .submenu li.seeAll .subArrow {
  transition: all 0.3s ease-out;
}
.accountToggle li.sub .submenu li.seeAll .subArrow .arr, .menu .mainMenu li.sub .submenu li.seeAll .subArrow .arr {
  transition: all 0.3s ease-out;
}
.accountToggle li.sub .submenu li.seeAll .subArrow .arr .a, .menu .mainMenu li.sub .submenu li.seeAll .subArrow .arr .a {
  transition: all 0.3s ease-out;
  stroke: #F75A58;
}
.accountToggle li.sub .submenu li.seeAll:hover a.submenuItem, .menu .mainMenu li.sub .submenu li.seeAll:hover a.submenuItem {
  color: #003961;
  text-decoration: none;
}
.accountToggle li.sub .submenu li.seeAll:hover .subArrow .arr .a, .menu .mainMenu li.sub .submenu li.seeAll:hover .subArrow .arr .a {
  stroke: #003961;
}
.accountToggle li.sub.active a.menuItem, .menu .mainMenu li.sub.active a.menuItem {
  color: #F75A58;
  text-decoration: none;
}
.accountToggle li.sub.active a.menuItem .icon-user path, .menu .mainMenu li.sub.active a.menuItem .icon-user path {
  fill: #F75A58;
}
.accountToggle li.sub.active a.menuItem .icon-user-loggedin .fill path, .menu .mainMenu li.sub.active a.menuItem .icon-user-loggedin .fill path {
  fill: #F75A58 !important;
}
.accountToggle li.sub.active a.menuItem .subArrow, .menu .mainMenu li.sub.active a.menuItem .subArrow {
  border: 2px solid #F75A58;
  color: #F75A58;
  transform: rotate(-90deg);
}
.accountToggle li.sub.active a.menuItem .subArrow .arr .a, .menu .mainMenu li.sub.active a.menuItem .subArrow .arr .a {
  stroke: #F75A58;
}
.accountToggle li.sub.active .submenu, .menu .mainMenu li.sub.active .submenu {
  opacity: 1;
  pointer-events: auto;
}

#header-mobile .mainMenu .accountToggle {
  display: flex !important;
  align-items: center;
  gap: 20px;
  margin-right: 19px;
}
#header-mobile .mainMenu .accountToggle > li {
  margin-right: 0 !important;
}
#header-mobile .mainMenu .accountToggle > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-mobile .mainMenu .accountToggle .menuItem {
  position: relative;
}
#header-mobile .mainMenu .accountToggle .menuItem svg {
  width: 26px;
  height: 26px;
}
#header-mobile .mainMenu .accountToggle .menuItem.disabled .plani-ico path {
  fill: #113961 !important;
}
#header-mobile .mainMenu .accountToggle .menuItem.disabled .heart-ico .background {
  fill: none !important;
}
#header-mobile .mainMenu .accountToggle .menuItem.disabled .heart-ico .edge {
  fill: #113961 !important;
}
@media screen and (max-width: 576px) {
  #header-mobile .mainMenu .accountToggle .menuItem:after {
    content: "";
    background: #E9F0F7;
    border-radius: 100%;
    width: 48px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

#menu_burger {
  position: relative;
}
#menu_burger:after {
  content: "";
  background: #E9F0F7;
  border-radius: 100%;
  width: 48px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu_burger .line {
  width: 24px;
  height: 2px;
  background-color: #113961;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#trigger-menu {
  padding: 10px;
}

#trigger-menu.is-active .line:nth-child(2) {
  opacity: 0;
}

#trigger-menu.is-active #menu_burger:after {
  background: #113961;
}
#trigger-menu.is-active #menu_burger .line {
  background-color: white;
}

#trigger-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

#trigger-menu.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

@media screen and (max-width: 992px) and (min-width: 576px) {
  body.stickyplanitopbar:has(.inertable[inert=true]) #footer #footerLegalSection {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 575px) {
  body.stickyplanitopbar:has(.inertable[inert=true]) #footer #footerLegalSection {
    padding-bottom: 130px;
  }
}
footer#footer {
  background-color: #E9F0F7;
  padding: 20px 0 20px 0;
  margin-top: -30px;
}
@media screen and (max-width: 1200px) {
  footer#footer {
    padding: 7% 0 20px 0;
  }
}
footer#footer #footerLegalSection {
  margin-top: 10px;
}
footer#footer #footerLegalSection .footerLegalInner {
  /*display: flex;
  flex-direction: row;
  justify-content: flex-start;*/
  text-align: left;
  /*@media screen and (max-width: 767px) {
      flex-direction: column;
      align-items: center;
  }*/
}
footer#footer #footerLegalSection .footerLegalInner #footerLegalNotice {
  font: normal normal normal 12px/12px "Quicksand", serif;
  color: #113961;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  footer#footer #footerLegalSection .footerLegalInner #footerLegalNotice {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer#footer #footerLegalSection .footerLegalInner #footerLegalList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  footer#footer #footerLegalSection .footerLegalInner #footerLegalList {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 72px;
  }
}
footer#footer #footerLegalSection .footerLegalInner #footerLegalList .footerLegalListItem {
  line-height: 0;
  padding: 0 5px;
  border-left: 1px solid #113961;
}
@media screen and (max-width: 575px) {
  footer#footer #footerLegalSection .footerLegalInner #footerLegalList .footerLegalListItem {
    border-left: none;
    margin-bottom: 4px;
  }
}
footer#footer #footerLegalSection .footerLegalInner #footerLegalList .footerLegalListItem:first-child {
  border-left: none;
  padding-left: 0;
}
footer#footer #footerLegalSection .footerLegalInner #footerLegalList .footerLegalListItem .footerLegalListItemLink {
  font: normal normal 600 12px/12px "Quicksand", serif;
  color: #113961;
  letter-spacing: 0.24px;
  text-decoration: underline;
}
footer#footer #footerLegalSection .footerLegalInner #footerLegalList .footerLegalListItem .footerLegalListItemLink:hover {
  text-decoration: none;
}
footer#footer #footerLogoLink {
  display: block;
  margin: auto auto 0 auto;
}
footer#footer #footerLogoLink #footerLogo {
  max-height: 70px;
  display: block;
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  footer#footer #footerLogoLink #footerLogo {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 576px) {
  footer#footer #footerLogoLink #footerLogo {
    max-height: 60px;
  }
}
footer#footer .footerCol.biggerCol {
  padding-right: 15%;
  padding-left: 35px;
}
@media screen and (max-width: 1200px) {
  footer#footer .footerCol.biggerCol {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footerCol.biggerCol {
    padding-left: 0;
    margin-top: -10px;
    height: unset;
    border-left: none;
    border-top: 2px solid #7d94ac;
    padding-top: 20px;
    text-align: center;
  }
}
footer#footer .footerCol {
  border-left: 2px solid #7d94ac;
  padding-left: 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  footer#footer .footerCol {
    margin-bottom: 0;
    height: unset;
    border-left: none;
    border-bottom: none;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 0;
  }
}
footer#footer .footerCol .footerColTitleIsLink {
  display: block;
}
footer#footer .footerCol .footerColTitle {
  font: normal normal bold 15px/19px "Dosis", serif;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer#footer .footerCol .footerColTitle {
    display: block;
  }
}
footer#footer .footerCol .footerRte {
  font: normal normal normal 14px/22px "Quicksand", serif;
  letter-spacing: 0.28px;
  color: #113961;
}
footer#footer .footerCol .footerRte a {
  text-decoration: underline;
  font: normal normal 600 14px/22px "Quicksand", serif !important;
  color: inherit;
}
footer#footer .footerCol .footerRte a:hover {
  text-decoration: none;
}
footer#footer .footerCol .footerBlocWithLinks {
  margin-bottom: 25px;
}
footer#footer .footerCol .footerBlocWithLinks:last-child {
  margin-bottom: 0;
}
footer#footer .footerCol .footerBlocWithLinks .footerColList {
  margin-bottom: 25px;
}
footer#footer .footerCol .footerBlocWithLinks .footerColList:last-child {
  margin-bottom: 0;
}
footer#footer .footerCol .footerBlocWithLinks .footerColList .footerColListItem {
  margin-bottom: 8px;
  padding-left: 20px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  footer#footer .footerCol .footerBlocWithLinks .footerColList .footerColListItem {
    padding-left: 0;
  }
}
footer#footer .footerCol .footerBlocWithLinks .footerColList .footerColListItem:last-child {
  margin-bottom: 0;
}
footer#footer .footerCol .footerBlocWithLinks .footerColList .footerColListItem .footerColListItemLink {
  font: normal normal normal 14px/17px "Quicksand", serif;
  letter-spacing: 0.28px;
  color: #113961;
  text-decoration: underline;
}
footer#footer .footerCol .footerBlocWithLinks .footerColList .footerColListItem .footerColListItemLink:hover {
  color: #113961;
  text-decoration: none;
}
footer#footer .footerCol #footerOptIn {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
footer#footer .footerCol #footerOptIn .thks {
  color: #113961;
  font: normal normal bold 16px/19px "Dosis", serif;
}
footer#footer .footerCol #footerOptIn #footerOptinSummit {
  display: block;
  width: 100%;
  background-color: #113961;
  border: 2px solid #113961;
  border-radius: 40px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.15s ease-in;
  font: normal normal bold 16px/20px "Quicksand", serif;
  box-sizing: border-box;
  text-decoration: none;
}
footer#footer .footerCol #footerOptIn #footerOptinSummit:hover {
  background-color: transparent;
  color: #113961;
  transition: all 0.35s ease-out;
}
footer#footer .footerCol #footerOptIn {
  /*#footerOptInForm {
      width: 100%;

      * {
          -webkit-appearance: none;
          outline: none;
          border: none;
      }

      #footerOptinEmail {
          display: block;
          width: 100%;
          border: 1px solid $chathams;
          color: $chathams;
          background: $white;
          padding: 12px 20px;
          font: normal normal normal 15px/23px $quicksand;
          letter-spacing: 0.3px;
          text-align: center;
          border-radius: 5px;
          box-sizing: border-box;
      }

      ::placeholder {
          color: rgba($chathams, 0.5);
          text-align: center;
      }

      #footerOptinSummit {
          display: block;
          width: 100%;
          background-color: $chathams;
          border: 2px solid $chathams;
          border-radius: 40px;
          padding: 12px 20px;
          text-align: center;
          color: $white;
          transition: $transitionDefault;
          font: normal normal bold 16px/20px $quicksand;
          box-sizing: border-box;

          &:hover {
              background-color: transparent;
              color: $chathams;
              transition: $transitionOnHover;
          }
      }
  }*/
}

#footerWave {
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  #footerWave {
    display: none;
  }
}
#footerWave #footerWaveSvg {
  width: 100%;
  height: auto;
  line-height: 0;
}
#footerWave #footerWaveSvg path#footerWavePath {
  fill: #e9f0f7;
}
#footerWave #footerWaveSvg path#footerAltPath {
  display: none;
}

#footerWaveMobile {
  margin-bottom: -10px;
  display: none;
}
@media screen and (max-width: 768px) {
  #footerWaveMobile {
    display: block;
  }
}
#footerWaveMobile #footerWaveSvgMobile {
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: -7%;
}
@media screen and (max-width: 475px) {
  #footerWaveMobile #footerWaveSvgMobile {
    margin-bottom: 0;
  }
}
#footerWaveMobile #footerWaveSvgMobile #footerWavePathMobile {
  fill: #e9f0f7;
}

.logoCol {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .logoCol {
    padding-bottom: 10px !important;
  }
}

.BlueBox {
  display: block;
  padding: 30px 40px;
  border-radius: 20px;
}

.rteTitle {
  font: normal normal bold 16px/22px "Quicksand", serif !important;
  margin-bottom: 15px;
}

.field-validation-error {
  color: #F75A58 !important;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: 600 !important;
  font-family: "Quicksand", serif !important;
}

.center {
  text-align: center;
}

.pageContentColTitle {
  font: normal normal 500 16px/24px "Quicksand", serif;
  color: #113961;
  margin-bottom: 10px;
}

@page {
  size: auto;
}
.forgotPasswordSuccess {
  font-family: "Quicksand", serif;
  font-size: 16px;
  line-height: 24px;
  color: #113961;
  margin-bottom: 15px;
}

.forgotPasswordSuccessCta {
  margin-top: 0 !important;
  font-weight: 500 !important;
}

.password-change {
  font-family: "Quicksand", serif;
  font-size: 16px;
  line-height: 24px;
  color: #113961;
  font-weight: 600;
  text-decoration: underline;
}

.sliderTitle {
  font: normal normal bold 23px/23px "Dosis", serif;
  text-transform: uppercase;
  color: #113961;
}

.rte {
  font: normal normal normal 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
}
.rte p {
  margin-bottom: 15px;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte a {
  color: inherit;
  text-decoration: underline;
}
.rte a:hover {
  text-decoration: none;
}
.rte strong {
  font: normal normal 500 16px/23px "Quicksand", serif;
}
.rte ul {
  list-style: disc;
  list-style-position: outside;
}
.rte ul li {
  margin-bottom: 7px;
}
.rte ul li:last-child {
  margin-bottom: 0;
}
.rte ul li ul {
  list-style: circle !important;
  margin-left: 40px !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.rte ol {
  list-style: decimal;
  list-style-position: outside;
}
.rte ol li {
  margin-bottom: 7px;
}
.rte ol li:last-child {
  margin-bottom: 0;
}
.rte ul, .rte ol {
  list-style-position: outside !important;
  margin-left: 16px !important;
}

.cardTitle {
  font: normal normal normal 28px/30px "Bree Serif", serif;
  letter-spacing: 0.56px;
  color: #113961;
}

.floatingLetter {
  font: normal normal 800 360px/1px "Dosis", serif;
  letter-spacing: 7.2px;
  color: #E9F0F7;
  opacity: 0.4;
  position: absolute;
  left: -55px;
  top: 75px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .floatingLetter {
    left: -30px;
  }
}

.bigTitle {
  font: normal normal normal 50px/50px "Bree Serif", serif;
  letter-spacing: 0.5px;
  color: #113961;
}
@media screen and (max-width: 576px) {
  .bigTitle {
    font: normal normal normal 40px/40px "Bree Serif", serif;
  }
}
@media screen and (max-width: 375px) {
  .bigTitle {
    font: normal normal normal 30px/30px "Bree Serif", serif;
  }
}

sup {
  font-size: 75%;
}

.generic-title-label, #themes-landing .themes-container .theme-group .group-label, .landing-page .homeSectionSubject {
  font: normal normal bold 20px/23px "Dosis", serif;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #113961;
}
@media only screen and (max-width: 1200px) {
  .generic-title-label, #themes-landing .themes-container .theme-group .group-label, .landing-page .homeSectionSubject {
    font: normal normal bold 27px/30px "Dosis", serif;
  }
}

/*LANDING BANNER*/
section#bannerLanding {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (min-width: 1600px) {
  section#bannerLanding #bannerTitle, section#bannerLanding #bannerRte, section#bannerLanding #legalText {
    margin-left: -3vw;
  }
}
section#bannerLanding #supportImg {
  position: absolute;
  top: 17vw;
  transform: translateY(calc(-50% - 40px));
  right: -50px;
  max-width: 750px;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  section#bannerLanding #supportImg {
    max-width: 900px;
  }
}
@media screen and (max-width: 1500px) {
  section#bannerLanding #supportImg {
    max-width: 650px;
    top: 42%;
  }
}
@media screen and (max-width: 1200px) {
  section#bannerLanding #supportImg {
    max-width: 50vw;
  }
}
@media screen and (max-width: 992px) {
  section#bannerLanding #supportImg {
    transform: translateY(calc(-50% - 100px));
    max-width: 45vw;
  }
}
@media screen and (max-width: 767px) {
  section#bannerLanding #supportImg {
    top: 100%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    max-width: 375px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  section#bannerLanding #supportImg {
    margin-top: 40px;
    max-width: 375px;
    top: 100%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -25%);
  }
}
@media screen and (max-width: 375px) {
  section#bannerLanding #supportImg {
    max-width: 90vw;
  }
}
@media screen and (max-width: 350px) {
  section#bannerLanding #supportImg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 325px) {
  section#bannerLanding #supportImg {
    margin-top: 386px;
  }
}
section#bannerLanding .bannerLandingdecoSvg {
  z-index: -2;
}
section#bannerLanding .bannerLandingdecoSvg .bannerLandingdecoSvgPath {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  section#bannerLanding .bannerLandingdecoSvg {
    display: none;
  }
}
section#bannerLanding .bannerLandingdecoSvg.pTop {
  position: absolute;
  top: 0;
  left: -130px;
}
section#bannerLanding .bannerLandingdecoSvg.pBottom {
  position: absolute;
  bottom: 50%;
  left: -100px;
}
@media screen and (max-width: 1200px) {
  section#bannerLanding .bannerLandingdecoSvg.pBottom {
    bottom: 10%;
  }
}
section#bannerLanding .bannerNldecoSvg {
  z-index: -2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section#bannerLanding .bannerNldecoSvg {
    display: none;
  }
}
section#bannerLanding .bannerNldecoSvg.pTop {
  position: absolute;
  top: -18px;
  left: 4px;
}
@media screen and (max-width: 992px) {
  section#bannerLanding .bannerNldecoSvg.pTop {
    top: -138px;
    left: -25px;
    max-width: 80%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1920px) {
  section#bannerLanding .bannerNldecoSvg.pTop {
    top: -111px;
    left: -25px;
    max-width: 65%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  section#bannerLanding .bannerNldecoSvg.pTop {
    max-width: 70%;
  }
}
section#bannerLanding .bannerNldecoSvg.pBottom {
  position: absolute;
  bottom: -64px;
  left: 166px;
}
@media screen and (max-width: 992px) {
  section#bannerLanding .bannerNldecoSvg.pBottom {
    top: 228px;
    left: 74px;
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  section#bannerLanding .bannerNldecoSvg.pBottom {
    bottom: 10%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1920px) {
  section#bannerLanding .bannerNldecoSvg.pBottom {
    bottom: -64px;
    left: 178px;
    max-width: 47%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  section#bannerLanding .bannerNldecoSvg.pBottom {
    max-width: 60%;
  }
}
section#bannerLanding #svgsContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
section#bannerLanding #svgsContainer #bannerLandingImgSvg #bannerLandingImgSvgPath {
  fill: #fff8e6;
}
section#bannerLanding #bannerLandingImg, section#bannerLanding #bannerNlImg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  section#bannerLanding #bannerNlImg {
    display: none;
  }
}
section#bannerLanding #wavesContentContainer {
  position: relative;
  top: 268px;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  section#bannerLanding #wavesContentContainer {
    top: 180px;
  }
}
@media screen and (min-width: 1600px) {
  section#bannerLanding #wavesContentContainer #bannerTitle {
    font: normal normal normal 100px/100px "Bree Serif", serif;
    letter-spacing: 0.58px;
  }
}
@media screen and (max-width: 576px) {
  section#bannerLanding #wavesContentContainer #bannerTitle {
    font: normal normal normal 58px/57px "Bree Serif", serif;
    letter-spacing: 0.58px;
  }
}
@media screen and (max-width: 435px) {
  section#bannerLanding #wavesContentContainer #bannerTitle {
    font: normal normal normal 43px/42px "Bree Serif", serif;
    letter-spacing: 0.58px;
  }
}
section#bannerLanding #wavesContentContainer #bannerTitle, section#bannerLanding #wavesContentContainer #bannerRte, section#bannerLanding #wavesContentContainer #legalText {
  padding-left: 60px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section#bannerLanding #wavesContentContainer #bannerTitle, section#bannerLanding #wavesContentContainer #bannerRte, section#bannerLanding #wavesContentContainer #legalText {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section#bannerLanding #wavesContentContainer #bannerTitle, section#bannerLanding #wavesContentContainer #bannerRte, section#bannerLanding #wavesContentContainer #legalText {
    padding-left: 0;
    text-align: center;
  }
}
section#bannerLanding #wavesContentContainer #bannerTitle, section#bannerLanding #wavesContentContainer #bannerRte, section#bannerLanding #wavesContentContainer #legalText {
  padding-left: 60px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section#bannerLanding #wavesContentContainer #bannerTitle, section#bannerLanding #wavesContentContainer #bannerRte, section#bannerLanding #wavesContentContainer #legalText {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section#bannerLanding #wavesContentContainer #bannerTitle, section#bannerLanding #wavesContentContainer #bannerRte, section#bannerLanding #wavesContentContainer #legalText {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 992px) and (min-width: 576px) {
  section#bannerLanding #wavesContentContainer #bannerRte {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 576px) {
  section#bannerLanding #wavesContentContainer #bannerRte {
    padding-bottom: 80px;
  }
}
section#bannerLanding #wavesContentContainer #legalText {
  margin-top: 150px;
}
@media screen and (max-width: 992px) and (min-width: 576px) {
  section#bannerLanding #wavesContentContainer #legalText {
    margin-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  section#bannerLanding #wavesContentContainer #legalText {
    margin-top: 255px;
  }
}
section#bannerLanding .wavesContainerDesktop {
  position: relative;
  margin-bottom: 30%;
  top: -34vw;
  display: block;
}
@media screen and (max-width: 2000px) {
  section#bannerLanding .wavesContainerDesktop {
    top: -32vw;
    margin-bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  section#bannerLanding .wavesContainerDesktop {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  section#bannerLanding .wavesContainerDesktop:before {
    content: "";
    width: 100vw;
    height: 300vw;
    top: -298vw;
    position: absolute;
    z-index: 1;
  }
}
section#bannerLanding .wavesContainerDesktop .bannerWave {
  width: 100%;
  height: auto;
  min-height: 100%;
}
section#bannerLanding .wavesContainerMobile {
  position: relative;
  margin-bottom: 50%;
  top: -100vw;
  display: none;
}
@media screen and (max-width: 767px) {
  section#bannerLanding .wavesContainerMobile {
    display: block;
    margin-bottom: 70%;
  }
}
@media screen and (max-width: 650px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 80%;
  }
}
@media screen and (max-width: 576px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 85%;
  }
  section#bannerLanding .wavesContainerMobile:before {
    content: "";
    width: 100vw;
    height: 300vw;
    top: calc(-300vw + 30px);
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width: 560px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 90%;
  }
}
@media screen and (max-width: 530px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 95%;
  }
}
@media screen and (max-width: 500px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 100%;
  }
}
@media screen and (max-width: 475px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 105%;
  }
}
@media screen and (max-width: 450px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 115%;
  }
}
@media screen and (max-width: 400px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 125%;
  }
}
@media screen and (max-width: 350px) {
  section#bannerLanding .wavesContainerMobile {
    margin-bottom: 140%;
  }
}

.newsletterLandingPage-page section#bannerLanding {
  overflow-x: hidden;
  overflow: visible;
  /* ratchet to fill white space*/
}
@media screen and (max-width: 768px) {
  .newsletterLandingPage-page section#bannerLanding {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(233, 240, 247) 70%);
  }
}
@media screen and (max-width: 600px) {
  .newsletterLandingPage-page section#bannerLanding {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(233, 240, 247) 30%);
  }
}
@media screen and (max-width: 575px) {
  .newsletterLandingPage-page section#bannerLanding {
    background: unset;
  }
}
.newsletterLandingPage-page section#bannerLanding #supportImg {
  top: 512px;
}
@media screen and (max-width: 669px) {
  .newsletterLandingPage-page section#bannerLanding #supportImg {
    margin-top: 159px;
    z-index: 20;
    overflow: hidden;
  }
}
@media screen and (min-width: 670px) and (max-width: 1024px) {
  .newsletterLandingPage-page section#bannerLanding #supportImg {
    top: 266px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1920px) {
  .newsletterLandingPage-page section#bannerLanding #supportImg {
    top: 424px;
  }
  .newsletterLandingPage-page section#bannerLanding #supportImg #bannerNlImg {
    width: 70%;
  }
}
@media screen and (min-width: 1921px) {
  .newsletterLandingPage-page section#bannerLanding #supportImg {
    max-width: 750px;
  }
}
@media screen and (min-width: 2000px) {
  .newsletterLandingPage-page section#bannerLanding #supportImg {
    right: unset;
    left: 1310px;
  }
}
@media screen and (max-width: 1200px) {
  .newsletterLandingPage-page section#bannerLanding #bannerRte br {
    width: unset;
    height: 20px;
    display: block;
  }
}
.newsletterLandingPage-page section#bannerLanding #bannerRte a {
  color: #113961;
  text-decoration: underline;
}
.newsletterLandingPage-page section#bannerLanding #nlBox {
  background: #113961;
  padding: 50px 50px;
  position: absolute;
  border-radius: 20px;
  width: 635px;
  bottom: -110px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 669px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox {
    max-width: 91%;
  }
}
@media screen and (max-width: 576px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox {
    padding: 28px 19px;
    max-width: 91%;
    bottom: -233px;
    left: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 992px) and (min-width: 576px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox {
    bottom: -50px;
  }
}
@media screen and (min-width: 670px) and (max-width: 1200px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox {
    /*top: -146px;*/
    width: 100%;
  }
}
.newsletterLandingPage-page section#bannerLanding #nlBox {
  /*@media screen and (min-width: 1400px) {
      top: -265px;
  }*/
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterPopContentTitle {
  font: normal normal 600 25px/32px "Dosis", serif;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 669px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox #newsletterPopContentTitle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox #newsletterPopContentTitle {
    font: normal normal 600 21px/28px "Dosis", serif;
  }
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn .thks {
  color: #fff;
  font: normal normal bold 18px/24px "Dosis", serif;
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm {
    flex-direction: column;
  }
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm * {
  -webkit-appearance: none;
  outline: none;
  border: none;
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm #newsletterPopOptinEmail {
  display: block;
  width: calc(100% - 175px);
  border: 1px solid #113961;
  color: #113961;
  background: #fff;
  padding: 12px 20px;
  font: normal normal normal 15px/23px "Quicksand", serif;
  letter-spacing: 0.3px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm #newsletterPopOptinEmail {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm #newsletterPopOptinEmail {
  border-radius: 5px;
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm ::placeholder {
  color: inherit !important;
  text-align: center;
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm #newsletterPopOptinSummit {
  display: block;
  width: 155px;
  background-color: #113961;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.15s ease-in;
  font: normal normal bold 16px/20px "Quicksand", serif;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  .newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm #newsletterPopOptinSummit {
    width: 100%;
    margin-top: 10px;
  }
}
.newsletterLandingPage-page section#bannerLanding #nlBox #newsletterOptIn #newsletterPopOptInForm #newsletterPopOptinSummit:hover {
  background-color: #fff;
  color: #113961;
  transition: all 0.35s ease-out;
}
@media screen and (min-width: 669px) and (max-width: 1024px) {
  .newsletterLandingPage-page section#bannerLanding {
    overflow: hidden;
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 669px) {
  .newsletterLandingPage-page section#bannerLanding {
    overflow: visible;
  }
}

/*GENERIC BANNER*/
section#bannerPages {
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  section#bannerPages {
    padding-top: 90px;
  }
}
section#bannerPages #wavesContentContainer {
  position: relative;
  top: 60px;
  z-index: 3;
}
section#bannerPages #wavesContentContainer #bannerTitle {
  text-align: center;
}
section#bannerPages #wavesContentContainer #bannerTitle.onlyTitle {
  padding-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  section#bannerPages #wavesContentContainer #bannerTitle.onlyTitle {
    padding-bottom: 60px;
  }
}
section#bannerPages #wavesContentContainer #bannerRte {
  text-align: center;
}
section#bannerPages .wavesContainerDesktop {
  position: relative;
  margin-bottom: 8%;
  top: -28vw;
}
@media screen and (min-width: 992px) {
  section#bannerPages .wavesContainerDesktop:before {
    content: "";
    width: 100vw;
    height: 300vw;
    top: -300vw;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 1920px) {
  section#bannerPages .wavesContainerDesktop {
    top: -30vw;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 1500px) {
  section#bannerPages .wavesContainerDesktop {
    top: -28vw;
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 1200px) {
  section#bannerPages .wavesContainerDesktop {
    top: -25vw;
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 1140px) {
  section#bannerPages .wavesContainerDesktop {
    top: -28vw;
  }
}
@media screen and (max-width: 992px) {
  section#bannerPages .wavesContainerDesktop {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section#bannerPages .wavesContainerDesktop:not(.noText) {
    position: unset;
    top: 0;
  }
}
@media screen and (max-width: 1920px) {
  section#bannerPages .wavesContainerDesktop.noText {
    top: -26vw;
    margin-bottom: 11%;
  }
}
@media screen and (max-width: 992px) {
  section#bannerPages .wavesContainerDesktop.noText {
    top: -20vw;
    margin-bottom: 17%;
  }
}
@media screen and (max-width: 992px) {
  section#bannerPages .wavesContainerDesktop.noText {
    top: -20vw;
    margin-bottom: 20%;
  }
}
section#bannerPages .wavesContainerDesktop .bannerWave {
  width: 100%;
  height: auto;
  min-height: 100%;
}
section#bannerPages .wavesContainerMobile {
  position: relative;
  margin-bottom: 50%;
  top: -25vw;
}
@media screen and (max-width: 576px) {
  section#bannerPages .wavesContainerMobile {
    /*ici*/
  }
  section#bannerPages .wavesContainerMobile:before {
    content: "";
    width: 100vw;
    height: 300vw;
    top: calc(-300vw + 30px);
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 1200px) {
  section#bannerPages .wavesContainerMobile {
    top: -100vw;
    margin-bottom: 25%;
  }
}
@media screen and (max-width: 992px) {
  section#bannerPages .wavesContainerMobile {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 768px) {
  section#bannerPages .wavesContainerMobile {
    top: -100vw !important;
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 576px) {
  section#bannerPages .wavesContainerMobile {
    top: -95vw !important;
    margin-bottom: 20%;
  }
}

/*RECETTE BANNER*/
#bannerPageRecette {
  height: 74vh;
  padding-top: 135px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #bannerPageRecette {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  #bannerPageRecette {
    height: 65vh;
  }
}
@media screen and (max-width: 767px) {
  #bannerPageRecette {
    height: 100%;
  }
}
#bannerPageRecette {
  /*  @media screen and (max-height: 800px) {
    height: 100% !important;
  }*/
}
#bannerPageRecette .recetteImg {
  background-size: cover !important;
  background-position: center center !important;
  max-width: 59vw;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 135px;
  right: 0;
}
@media screen and (max-width: 1920px) {
  #bannerPageRecette .recetteImg {
    max-width: 53vw;
  }
}
@media screen and (max-width: 1200px) {
  #bannerPageRecette .recetteImg {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #bannerPageRecette .recetteImg {
    max-width: 100vw;
    position: relative;
    top: unset;
    right: 0;
    height: 65vw;
  }
}
#bannerPageRecette #wavesContentContainer {
  position: relative;
  z-index: 3;
  max-width: 70vw;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  #bannerPageRecette #wavesContentContainer {
    max-width: 70vw;
  }
}
@media screen and (max-width: 1024px) {
  #bannerPageRecette #wavesContentContainer {
    max-width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  #bannerPageRecette #wavesContentContainer {
    max-width: 100vw;
    background: #E9F0F7;
  }
}
#bannerPageRecette #wavesContentContainer #bannerPageContent {
  pointer-events: all;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(30% - 175px);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
  max-width: 500px;
}
#bannerPageRecette #wavesContentContainer #bannerPageContent.push {
  padding-top: 65px;
}
@media screen and (max-width: 1550px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent {
    max-width: 500px;
  }
}
@media screen and (max-width: 992px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent {
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    padding: 30px 40px 90px 40px;
  }
}
@media screen and (max-width: 375px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    padding: 30px 30px 90px 30px;
  }
}
#bannerPageRecette #wavesContentContainer #bannerPageContent .tagsContainer {
  position: relative;
  top: unset;
  left: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#bannerPageRecette #wavesContentContainer #bannerPageContent .tagsContainer .categories-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#bannerPageRecette #wavesContentContainer #bannerPageContent .tagsContainer .tag {
  margin-right: 10px;
  /*&:last-child {
      margin-right: 0;
  }*/
}
#bannerPageRecette #wavesContentContainer #bannerPageContent .recipe-tags {
  /*img {
      margin-right: 10px;
  }*/
}
#bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
  margin-top: 5px;
  font: normal normal normal 58px/65px "Bree Serif", serif;
  letter-spacing: 0.5px;
  color: #113961;
  display: block;
}
@media screen and (max-width: 1200px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 40px/42px "Bree Serif", serif;
  }
}
@media screen and (max-width: 450px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 40px/42px "Bree Serif", serif;
  }
}
@media screen and (max-width: 375px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 30px/32px "Bree Serif", serif;
  }
}
@media screen and (max-height: 1000px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 40px/42px "Bree Serif", serif !important;
  }
}
@media screen and (max-height: 450px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 30px/34px "Bree Serif", serif !important;
  }
}
#bannerPageRecette #wavesContentContainer #bannerPageContent #bannerNutritionalStats {
  display: block;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(17, 57, 97, 0.6);
  max-width: 266px;
}
@media screen and (max-width: 576px) {
  #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerNutritionalStats .nutritionStatsRow {
    text-align: left;
  }
}
#bannerPageRecette #wavesContentContainer #bannerPageContent #bannerNutritionalStats .nutritionStatsRowValue br {
  display: none;
}
#bannerPageRecette #wavesContentContainer #bannerPageContent .planimenu-row {
  margin-top: 24px;
}
#bannerPageRecette #wavesContentContainer #wavesMobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 3;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored {
  fill: #113961;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-dejeuner {
  fill: #3EAEF1 !important;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-diner {
  fill: #B14C96 !important;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-souper {
  fill: #F75A58 !important;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-collation {
  fill: #FFB600 !important;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-dessert {
  fill: #4ACE64 !important;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-meli-melo {
  fill: #289781 !important;
}
#bannerPageRecette #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  #bannerPageRecette #wavesContentContainer #wavesMobile {
    display: block;
  }
}
#bannerPageRecette #wavesContentContainer #wavesDesktop {
  height: 76vh;
  display: block;
}
@media screen and (min-width: 2000px) {
  #bannerPageRecette #wavesContentContainer #wavesDesktop {
    height: 72.5vh;
  }
}
@media screen and (max-width: 2000px) {
  #bannerPageRecette #wavesContentContainer #wavesDesktop {
    height: 73.5vh;
  }
}
@media screen and (max-width: 1200px) {
  #bannerPageRecette #wavesContentContainer #wavesDesktop {
    height: 74vh;
  }
}
@media screen and (max-width: 992px) and (min-height: 800px) {
  #bannerPageRecette #wavesContentContainer #wavesDesktop {
    height: 65vh;
  }
}
@media screen and (max-width: 767px) {
  #bannerPageRecette #wavesContentContainer #wavesDesktop {
    display: none;
  }
}
#bannerPageRecette #wavesContentContainer #wavesDesktop {
  /*@media screen and (max-height: 800px) {
    height: 100vh !important;
  }*/
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind {
    width: 92%;
  }
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath {
  fill: #113961;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-dejeuner {
  fill: #3EAEF1 !important;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-diner {
  fill: #B14C96 !important;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-souper {
  fill: #F75A58 !important;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-collation {
  fill: #FFB600 !important;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-dessert {
  fill: #4ACE64 !important;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-planimenus {
  fill: #E9F0F8 !important;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-meli-melo {
  fill: #289781 !important;
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveInner {
  position: absolute;
  top: -1vw;
  left: -3vw;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #bannerPageRecette #wavesContentContainer #wavesDesktop #waveInner {
    width: 74%;
  }
}
#bannerPageRecette #wavesContentContainer #wavesDesktop #waveInner .waveInnerPath {
  fill: #fff;
}

#bannerPageRecette #bannerTitle {
  text-align: left;
}

#bannerPagePlaniMenus {
  height: 74vh;
  padding-top: 135px;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  #bannerPagePlaniMenus {
    padding-top: 80px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 992px) {
  #bannerPagePlaniMenus {
    height: 65vh;
  }
}
@media screen and (max-width: 767px) {
  #bannerPagePlaniMenus {
    height: 100%;
  }
  #bannerPagePlaniMenus + #breadcrumbs {
    display: none;
  }
}
#bannerPagePlaniMenus {
  /*@media screen and (max-height: 800px) {
      height: 100% !important;
  }*/
}
#bannerPagePlaniMenus .stickyButton {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#bannerPagePlaniMenus .stickyButton .createAccountPopupCmt {
  position: sticky;
  top: 200px;
  right: 0;
  bottom: 0;
  width: max-content;
  margin-left: auto;
  z-index: 999998;
}
#bannerPagePlaniMenus .recetteImg {
  background-size: cover !important;
  background-position: center center !important;
  max-width: 59vw;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 135px;
  right: 0;
}
@media screen and (max-width: 1920px) {
  #bannerPagePlaniMenus .recetteImg {
    max-width: 53vw;
  }
}
@media screen and (max-width: 1200px) {
  #bannerPagePlaniMenus .recetteImg {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #bannerPagePlaniMenus .recetteImg {
    max-width: 100vw;
    position: relative;
    top: unset;
    right: 0;
    height: 65vw;
  }
}
#bannerPagePlaniMenus #wavesContentContainer {
  position: relative;
  z-index: 3;
  max-width: 70vw;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  #bannerPagePlaniMenus #wavesContentContainer {
    max-width: 70vw;
  }
}
@media screen and (max-width: 1024px) {
  #bannerPagePlaniMenus #wavesContentContainer {
    max-width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  #bannerPagePlaniMenus #wavesContentContainer {
    max-width: 100vw;
    /*background: $botticelli;*/
  }
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent {
  pointer-events: all;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(30% - 175px);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
  max-width: 500px;
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent.push {
  padding-top: 65px;
}
@media screen and (max-width: 1550px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent {
    max-width: 500px;
  }
}
@media screen and (max-width: 992px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent {
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    padding: 30px 40px 90px 40px;
  }
}
@media screen and (max-width: 375px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    padding: 30px 30px 90px 30px;
  }
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent .tagsContainer {
  position: relative;
  top: unset;
  left: unset;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent .tagsContainer .tag {
  margin-right: 10px;
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent .tagsContainer .tag:last-child {
  margin-right: 0;
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent #bannerTitle {
  margin-top: 5px;
  font: normal normal normal 58px/65px "Bree Serif", serif;
  letter-spacing: 0.5px;
  color: #113961;
  display: block;
}
@media screen and (max-width: 1200px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 40px/42px "Bree Serif", serif;
  }
}
@media screen and (max-width: 450px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 40px/42px "Bree Serif", serif;
  }
}
@media screen and (max-width: 375px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 30px/32px "Bree Serif", serif;
  }
}
@media screen and (max-height: 1000px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 40px/42px "Bree Serif", serif !important;
  }
}
@media screen and (max-height: 450px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 30px/34px "Bree Serif", serif !important;
  }
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent .bannerText .buttonCta {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #bannerPagePlaniMenus #wavesContentContainer #bannerPageContent .bannerText .buttonCta {
    margin-top: 24px;
  }
}
#bannerPagePlaniMenus #wavesContentContainer #bannerPageContent .planimenu-row {
  margin-top: 24px;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 3;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored {
  fill: #113961;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-dejeuner {
  fill: #3EAEF1 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-diner {
  fill: #B14C96 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-souper {
  fill: #F75A58 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-collation {
  fill: #FFB600 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-dessert {
  fill: #4ACE64 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-planimenus {
  fill: #E9F0F8 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath-colored.wave-meli-melo {
  fill: #289781 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesMobile #waveGrouped .waveGroupedPath {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesMobile {
    display: block;
  }
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
  height: 76vh;
  display: block;
}
@media screen and (min-width: 2000px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
    height: 72.5vh;
  }
}
@media screen and (max-width: 2000px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
    height: 73.5vh;
  }
}
@media screen and (max-width: 1200px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
    height: 74vh;
  }
}
@media screen and (max-width: 992px) and (min-height: 800px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
    height: 65vh;
  }
}
@media screen and (max-width: 767px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
    display: none;
  }
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
  /*@media screen and (max-height: 800px) {
      height: 100vh !important;
  }*/
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind {
    width: 92%;
  }
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath {
  fill: #113961;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-dejeuner {
  fill: #3EAEF1 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-diner {
  fill: #B14C96 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-souper {
  fill: #F75A58 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-collation {
  fill: #FFB600 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-dessert {
  fill: #4ACE64 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-planimenus {
  fill: #E9F0F8 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveBehind .waveBehindPath.wave-meli-melo {
  fill: #289781 !important;
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveInner {
  position: absolute;
  top: -1vw;
  left: -3vw;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveInner {
    width: 74%;
  }
}
#bannerPagePlaniMenus #wavesContentContainer #wavesDesktop #waveInner .waveInnerPath {
  fill: #fff;
}

#bannerPagePlaniMenus #bannerTitle {
  text-align: left;
}

/*STYLES*/
@media screen and (min-width: 1200px) {
  .bannerBloc #bannerTitle {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .bannerBloc #bannerTitle .tweenAnime.tweenChars {
    opacity: 0;
  }
}
.bannerBloc:not(#bannerPageRecette) #bannerTitle {
  font: normal normal normal 80px/87px "Bree Serif", serif;
  letter-spacing: 0.8px;
  color: #F75A58;
  text-shadow: -2px 2px 0px #FFFFFF;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1500px) {
  .bannerBloc:not(#bannerPageRecette) #bannerTitle {
    font: normal normal normal 70px/72px "Bree Serif", serif;
    letter-spacing: 0.58px;
  }
}
@media screen and (max-width: 1200px) {
  .bannerBloc:not(#bannerPageRecette) #bannerTitle {
    font: normal normal normal 58px/65px "Bree Serif", serif;
    letter-spacing: 0.58px;
  }
}
@media screen and (max-width: 576px) {
  .bannerBloc:not(#bannerPageRecette) #bannerTitle {
    font: normal normal normal 58px/60px "Bree Serif", serif;
  }
}
@media screen and (max-width: 450px) {
  .bannerBloc:not(#bannerPageRecette) #bannerTitle {
    font: normal normal normal 40px/42px "Bree Serif", serif;
  }
}
.bannerBloc #bannerRte, .bannerBloc #legalText {
  font: normal normal normal 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
  display: block;
  padding-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .bannerBloc #bannerRte, .bannerBloc #legalText {
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .bannerBloc #bannerRte, .bannerBloc #legalText {
    padding-bottom: 80px;
  }
}
.bannerBloc #bannerRte strong, .bannerBloc #legalText strong {
  font: normal normal 600 16px/23px "Quicksand", serif;
}
@media screen and (max-width: 1200px) {
  .bannerBloc #bannerRte br, .bannerBloc #legalText br {
    content: "";
    width: 5px;
    height: 2px;
    display: inline-block;
  }
}
.bannerBloc #bannerRte a, .bannerBloc #legalText a {
  font-weight: 600;
  color: #113961;
}

.wavesContainerDesktop #topWave, .wavesContainerDesktop #topWaveMobile, .wavesContainerMobile #topWave, .wavesContainerMobile #topWaveMobile {
  position: absolute;
  top: 0;
  z-index: 2;
}
.wavesContainerDesktop #bottomWave, .wavesContainerDesktop #bottomWaveMobile, .wavesContainerMobile #bottomWave, .wavesContainerMobile #bottomWaveMobile {
  position: absolute;
  top: 0;
  z-index: 1;
}

.wavesContainerDesktop {
  display: block;
}
@media screen and (max-width: 992px) {
  .wavesContainerDesktop {
    display: none;
  }
}
.wavesContainerDesktop.noText {
  display: block;
}
@media screen and (max-width: 992px) {
  .wavesContainerDesktop.noText {
    display: block !important;
  }
}

.wavesContainerMobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .wavesContainerMobile {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .wavesContainerMobile.noText {
    display: none !important;
  }
}

#sharePrintContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 375px) {
  #sharePrintContainer {
    flex-direction: column;
  }
}
#sharePrintContainer .sharePrintCol {
  display: flex;
  flex-direction: row;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #113961;
}
@media screen and (max-width: 375px) {
  #sharePrintContainer .sharePrintCol {
    border-right: none;
    margin-bottom: 10px;
  }
  #sharePrintContainer .sharePrintCol:last-child {
    margin-bottom: 0;
  }
}
#sharePrintContainer .sharePrintCol:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#sharePrintContainer .sharePrintCol .sharePrintTitle {
  font: normal normal 600 16px/16px "Quicksand", serif;
  letter-spacing: -0.27px;
  color: #113961;
  margin-right: 4px;
  transition: all 0.15s ease-in;
}
#sharePrintContainer .sharePrintCol #printPage {
  display: flex;
  flex-direction: row;
}
#sharePrintContainer .sharePrintCol #printPage:hover {
  text-decoration: none;
}
#sharePrintContainer .sharePrintCol #printPage:hover .sharePrintTitle {
  color: #F75A58;
  transition: all 0.35s ease-out;
}
#sharePrintContainer .sharePrintCol #printPage:hover .bannerIcon {
  fill: #F75A58;
  transition: all 0.35s ease-out;
}
#sharePrintContainer .sharePrintCol .bannerIcon {
  fill: #113961;
  width: auto;
  margin-left: 12px;
  transition: all 0.15s ease-in;
}
#sharePrintContainer .sharePrintCol .bannerIcon:hover {
  fill: #F75A58;
  transition: all 0.35s ease-out;
}
#sharePrintContainer .sharePrintCol.socialCol .bannerIcon {
  height: 16px;
}
#sharePrintContainer .sharePrintCol:not(.socialCol) .bannerIcon {
  height: 18px;
}

@media screen and (max-height: 800px) and (min-width: 767px) {
  #bannerPageRecette {
    min-height: 650px;
  }
  #bannerPageRecette #wavesContentContainer {
    min-height: 650px;
  }
  #bannerPageRecette #wavesContentContainer #wavesDesktop {
    min-height: 650px;
  }
}
@media screen and (max-height: 800px) and (min-width: 767px) {
  #bannerPagePlaniMenus {
    min-height: 550px;
  }
  #bannerPagePlaniMenus #wavesContentContainer {
    min-height: 550px;
  }
  #bannerPagePlaniMenus #wavesContentContainer #wavesDesktop {
    min-height: 550px;
  }
}
.customPlaniMenuBanner #bannerTitle {
  font: normal normal normal 30px/34px "Bree Serif", serif !important;
}
.customPlaniMenuBanner #bannerRte {
  padding-bottom: 60px !important;
}
.customPlaniMenuBanner #bannerRte .bannerRte-1 {
  margin-bottom: 25px;
}
.customPlaniMenuBanner #bannerRte .bannerRte-2 {
  font-weight: bold;
}
.customPlaniMenuBanner #bannerRte a.buttonCta {
  color: white;
  margin-top: 15px;
}
.customPlaniMenuBanner #bannerRte a.buttonCta:hover {
  color: #113961;
}

section#breadcrumbs {
  display: block;
  margin-bottom: 50px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
section#breadcrumbs #breadcrumbsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding-left: 85px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  section#breadcrumbs #breadcrumbsContainer {
    padding-left: 25px;
    margin-left: unset;
  }
}
@media screen and (max-width: 576px) {
  section#breadcrumbs #breadcrumbsContainer {
    padding-left: 0;
  }
}
section#breadcrumbs #breadcrumbsContainer:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 75px;
  height: 1px;
  background-color: #113961;
}
@media screen and (max-width: 768px) {
  section#breadcrumbs #breadcrumbsContainer:before {
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  section#breadcrumbs #breadcrumbsContainer:before {
    left: -85px;
  }
}
section#breadcrumbs #breadcrumbsContainer li {
  position: relative;
}
section#breadcrumbs #breadcrumbsContainer .crumbLink {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font: normal normal normal 15px/23px "Dosis", serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #113961;
  text-decoration: underline;
}
section#breadcrumbs #breadcrumbsContainer .crumbLink .crumbLinkSlash {
  position: absolute;
  padding-left: 5px;
  padding-right: 5px;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
section#breadcrumbs #breadcrumbsContainer .crumbLink:hover {
  text-decoration: none;
}
section#breadcrumbs #crumbCurrent {
  text-decoration: none !important;
}
section#breadcrumbs #crumbCurrent:after {
  display: none;
}
section#breadcrumbs #crumbCurrent:hover {
  text-decoration: underline !important;
}

.searchBtn {
  font-size: 20px;
  height: 26px;
  width: 28px;
  margin-left: 6px;
  color: #003961;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
.searchBtn svg {
  max-width: 100%;
  height: auto;
}
.searchBtn .a {
  fill: #113961;
}
.searchBtn {
  /*&:focus{
      svg{
          display:none;
      }
  }*/
}

.sliderLink {
  font: normal normal bold 16px/28px "Quicksand", serif;
  color: #F75A58;
  position: relative;
  text-decoration: underline;
}
.sliderLink .arrow {
  border: solid #F75A58;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.sliderLink .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.sliderLink:hover {
  color: #F75A58;
  text-decoration: none;
}

.step_activate .text-cta {
  text-align: left;
}

.text-cta {
  font: normal normal bold 16px/20px "Quicksand", serif;
  color: #F75A58;
  position: relative;
  text-decoration: underline;
  display: inline-block;
}
.text-cta.thin {
  font-weight: 500 !important;
}
.text-cta .arrowText {
  text-decoration: none !important;
  display: inline-block;
  font: normal normal bold 16px/19px "Quicksand", serif;
  font-style: normal !important;
  margin-left: 5px;
  position: absolute;
}
.text-cta .downloadIconContainer {
  text-decoration: none !important;
  display: inline-block;
}
.text-cta .downloadIconContainer .downloadIcon {
  margin-left: 5px;
  margin-top: -1px;
}
.text-cta .downloadIconContainer .downloadIcon .downloadIconLine {
  fill: none;
  stroke-width: 2px;
  stroke: #F75A58;
  stroke-linecap: round;
  transition: all 0.15s ease-in;
}
.text-cta:hover {
  color: #F75A58;
  text-decoration: none;
}

.buttonCta {
  background-color: #113961;
  border: 2px solid #113961;
  border-radius: 40px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.15s ease-in;
  font: normal normal bold 16px/20px "Quicksand", serif;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
}
.buttonCta:hover {
  background-color: transparent;
  color: #113961;
  border-color: #113961;
  transition: all 0.35s ease-out;
  text-decoration: none !important;
}
.buttonCta.squared {
  border-radius: 8px;
  padding: 10px 16px;
}
.buttonCta.squared.small {
  font: normal normal bold 13px/24px "Quicksand", serif;
  border: 1px solid #113961;
  border-radius: 4px;
  padding: 0 8px;
}
.buttonCta.squared.white {
  background-color: transparent;
  color: #113961;
  border-color: #113961;
  transition: all 0.35s ease-out;
  text-decoration: none !important;
}
.buttonCta.squared.white:hover {
  background-color: #113961;
  color: #fff !important;
  text-decoration: none !important;
}
.buttonCta.squared.white {
  /*&.danger {

      &:hover {
          background-color: $carnation !important;
          color: #fff !important;
          border-color: $carnation !important;
          text-decoration: none !important;
      }
  }*/
}
.buttonCta.danger {
  margin-bottom: 15px;
  /*&:hover {
      background-color: $carnation !important;
      color: #fff !important;
      border-color: $carnation !important;
      text-decoration: none !important;
  }*/
}
.buttonCta.disabled {
  background-color: rgba(236, 236, 236, 0.5);
  border-color: rgb(236, 236, 236);
  color: black;
  cursor: wait !important;
}
.buttonCta.delete {
  background-color: #F75A58;
  border: 2px solid #F75A58;
  color: #fff;
}
.buttonCta.delete:hover {
  background-color: #fff;
  border: 2px solid #F75A58;
  color: #F75A58;
}

.buttonCtaSmall, .submenu[data-for=account_panel] .step_wrap .buttonCta, .submenu[data-for=account_panel_logged] .step_wrap .buttonCta {
  padding: 10px 20px;
}

.loadMoreFavorite {
  text-align: center;
}

#loadMoreAndTopPage {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  #loadMoreAndTopPage {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  #loadMoreAndTopPage {
    flex-direction: column;
    justify-content: space-between;
  }
}
#loadMoreAndTopPage .buttonCta {
  flex: 0 1 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  #loadMoreAndTopPage .buttonCta {
    left: unset;
    transform: unset;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  #loadMoreAndTopPage .buttonCta {
    margin-bottom: 40px;
  }
}
#loadMoreAndTopPage #topPage {
  text-align: right;
  font: normal normal bold 16px/20px "Quicksand", serif;
  letter-spacing: 0px;
  color: #113961;
  text-decoration: none;
  transition: all 0.35s ease-out;
  flex: 0 1 auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #loadMoreAndTopPage #topPage {
    flex: unset;
    margin-left: unset;
  }
}
#loadMoreAndTopPage #topPage:hover {
  color: #F75A58;
}
#loadMoreAndTopPage #topPage:hover {
  text-decoration: none;
}
#loadMoreAndTopPage #topPage .topArrow {
  display: inline-flex;
  margin-left: 15px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease-out;
  transform: rotate(90deg);
}
#loadMoreAndTopPage #topPage .topArrow .topArr .a-topArr {
  fill: #fff;
}
#loadMoreAndTopPage #topPage .topArrow .topArr .a-topArr, #loadMoreAndTopPage #topPage .topArrow .topArr .b-topArr {
  stroke: #003961;
  stroke-width: 2px;
  transition: all 0.3s ease-out;
}
#loadMoreAndTopPage #topPage .topArrow .topArr .b-topArr, #loadMoreAndTopPage #topPage .topArrow .topArr .d-topArr {
  fill: none;
}
#loadMoreAndTopPage #topPage .topArrow .topArr .b-topArr {
  stroke-linecap: round;
}
#loadMoreAndTopPage #topPage .topArrow .topArr .c-topArr {
  stroke: none;
}
#loadMoreAndTopPage #topPage:hover .topArr .a-topArr, #loadMoreAndTopPage #topPage:hover .topArr .b-topArr {
  transition: all 0.3s ease-out;
  stroke: #F75A58 !important;
}

#routineSectionToggle, .sectionToggleAlign {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none !important;
  position: relative;
  z-index: 3;
}
#routineSectionToggle .toggleLabel, .sectionToggleAlign .toggleLabel {
  text-align: left;
  font: normal normal bold 23px/23px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
#routineSectionToggle .toggleLabel .smaller, .sectionToggleAlign .toggleLabel .smaller {
  font: normal normal normal 18px/22px "Dosis", serif !important;
  letter-spacing: 0.36px !important;
}
@media screen and (max-width: 768px) {
  #routineSectionToggle .toggleLabel .smaller, .sectionToggleAlign .toggleLabel .smaller {
    display: block;
  }
}
#routineSectionToggle:hover .toggleLabel, .sectionToggleAlign:hover .toggleLabel {
  color: #F75A58;
  transition: all 0.35s ease-out;
}
#routineSectionToggle:hover .toggleIconMinusPlus, .sectionToggleAlign:hover .toggleIconMinusPlus {
  background: #F75A58;
  transition: all 0.35s ease-out;
}
#routineSectionToggle .toggleIconMinusPlus, .sectionToggleAlign .toggleIconMinusPlus {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #113961;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.15s ease-in;
  position: relative;
}
#routineSectionToggle .toggleIconMinusPlus .toggleIconMinusPlusSvg, .sectionToggleAlign .toggleIconMinusPlus .toggleIconMinusPlusSvg {
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease-out;
  transform: rotate(-45deg);
}
#routineSectionToggle .toggleIconMinusPlus .toggleIconMinusPlusSvg .a, .sectionToggleAlign .toggleIconMinusPlus .toggleIconMinusPlusSvg .a {
  fill: red;
  stroke-width: 2px;
}
#routineSectionToggle .toggleIconMinusPlus .toggleIconMinusPlusSvg .b, .sectionToggleAlign .toggleIconMinusPlus .toggleIconMinusPlusSvg .b {
  stroke: white;
  stroke-width: 2px;
}
#routineSectionToggle .toggleIconMinusPlus .toggleIconMinusPlusSvg .b, #routineSectionToggle .toggleIconMinusPlus .toggleIconMinusPlusSvg .d, .sectionToggleAlign .toggleIconMinusPlus .toggleIconMinusPlusSvg .b, .sectionToggleAlign .toggleIconMinusPlus .toggleIconMinusPlusSvg .d {
  fill: none;
}
#routineSectionToggle .toggleIconMinusPlus .toggleIconMinusPlusSvg .b, .sectionToggleAlign .toggleIconMinusPlus .toggleIconMinusPlusSvg .b {
  stroke-linecap: round;
}
#routineSectionToggle .toggleIconMinusPlus .toggleIconMinusPlusSvg.opened, .sectionToggleAlign .toggleIconMinusPlus .toggleIconMinusPlusSvg.opened {
  transition: transform 0.35s ease-out;
  transform: rotate(0deg);
}

@media screen and (max-width: 576px) {
  .sectionToggleAlign {
    padding: 0 20px;
  }
}

.addRecipe, .seeFavs {
  color: #113961;
  font-size: 14px;
  font-family: "Quicksand", serif;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 500;
}
.addRecipe .seeFavs, .seeFavs .seeFavs {
  margin-bottom: 0;
  margin-left: 6px;
}
.addRecipe .plusBg, .seeFavs .plusBg {
  margin-right: 8px;
}
.addRecipe .plusBg circle, .seeFavs .plusBg circle {
  fill: #113961;
}
.addRecipe:hover:not(.liked):not(.already-added-favorite), .seeFavs:hover:not(.liked):not(.already-added-favorite) {
  color: #F75A58;
}
.addRecipe:hover:not(.liked):not(.already-added-favorite) .plusBg circle, .seeFavs:hover:not(.liked):not(.already-added-favorite) .plusBg circle {
  fill: #F75A58;
}
.addRecipe .heart-ico, .seeFavs .heart-ico {
  width: 16px;
  height: auto;
  margin-right: 7px;
}
.addRecipe .addToPlani-ico, .seeFavs .addToPlani-ico {
  width: 16px;
  height: auto;
  margin-right: 7px;
}
.addRecipe.recipe-page-add2plani, .seeFavs.recipe-page-add2plani {
  min-width: 266px;
  border-bottom: 1px solid rgba(17, 57, 97, 0.6);
  padding-bottom: 24px;
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

input:focus, select:focus {
  outline: none;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

#captcha, .captcha {
  display: none;
}

#errMss, .errMss {
  min-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #F75A58;
  font: normal normal normal 14px/16px "Quicksand", serif;
  letter-spacing: 0.28px;
}

#footerOptInForm #errMss, #footerOptInForm .errMss {
  text-align: center;
}

.favoritesFolders {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 24px;
}

.planisearch {
  position: relative;
}
.planisearch .planiSearchReset {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #113961 url("/Images/svg/plani/closeX.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.planisearch .planiSearchReset:hover {
  background-color: #F75A58;
}
.planisearch .searchBtn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.favoritesFolders .check-item, .create_acc_sub .check-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 24px;
  font-family: "Quicksand", serif;
  color: #113961;
  font-weight: 600 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.favoritesFolders .check-item:not(:last-of-type), .create_acc_sub .check-item:not(:last-of-type) {
  margin-bottom: 10px !important;
}
.favoritesFolders label:hover, .favoritesFolders .checkmark:hover, .create_acc_sub label:hover, .create_acc_sub .checkmark:hover {
  cursor: pointer;
}
.favoritesFolders, .create_acc_sub {
  /* Hide the browser's default checkbox */
}
.favoritesFolders .check-item input, .create_acc_sub .check-item input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  display: inline-block;
}
.favoritesFolders, .create_acc_sub {
  /* Create a custom checkbox */
}
.favoritesFolders .check-item .checkmark, .create_acc_sub .check-item .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid rgba(17, 57, 97, 0.6);
  top: 0px;
}
.favoritesFolders, .create_acc_sub {
  /* On mouse-over, add a grey background color */
}
.favoritesFolders .check-item:hover input ~ .checkmark, .create_acc_sub .check-item:hover input ~ .checkmark {
  background-color: rgba(17, 57, 97, 0.05);
}
.favoritesFolders, .create_acc_sub {
  /* When the checkbox is checked, add a blue background */
}
.favoritesFolders .check-item input:checked ~ .checkmark, .create_acc_sub .check-item input:checked ~ .checkmark {
  background-color: #113961;
}
.favoritesFolders, .create_acc_sub {
  /* When the checkbox */
}
.favoritesFolders .check-item input:checked ~ .imgTriggerCheckbox, .create_acc_sub .check-item input:checked ~ .imgTriggerCheckbox {
  opacity: 0.4;
  transition: opacity 0.2s ease-out;
}
.favoritesFolders .check-item input:checked ~ span .tooltipTrigger, .favoritesFolders .check-item input:checked a, .create_acc_sub .check-item input:checked ~ span .tooltipTrigger, .create_acc_sub .check-item input:checked a {
  pointer-events: none;
}
.favoritesFolders, .create_acc_sub {
  /* Create the checkmark/indicator (hidden when not checked) */
}
.favoritesFolders .checkmark:after, .create_acc_sub .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.favoritesFolders, .create_acc_sub {
  /* Show the checkmark when checked */
}
.favoritesFolders .check-item input:checked ~ .checkmark:after, .create_acc_sub .check-item input:checked ~ .checkmark:after {
  display: block;
}
.favoritesFolders, .create_acc_sub {
  /* Style the checkmark/indicator */
}
.favoritesFolders .check-item .checkmark:after, .create_acc_sub .check-item .checkmark:after {
  left: 8px;
  top: 1px;
  width: 8px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
  border-radius: 1px;
}

.create_acc_sub .check-item .checkmark {
  top: 7px !important;
}

.slickSlider {
  margin-bottom: 90px;
}
.slickSlider * {
  outline: none !important;
}
.slickSlider .sliderTopContent {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .slickSlider .sliderTopContent {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slickSlider .sliderTopContent {
    flex-direction: column;
    align-items: flex-start;
  }
}
.slickSlider .sliderTopContent .sliderLink {
  display: inline-block;
  margin-top: 10px;
  /*@media screen and (max-width: 992px) {
      display: none;
  }*/
}
.slickSlider .sliderTopContent .sliderLink.mobileOnly {
  display: none;
}
@media screen and (max-width: 992px) {
  .slickSlider .sliderTopContent .sliderLink.mobileOnly {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
  }
}
.slickSlider .slideTitle {
  font: normal normal bold 17px/21px "Quicksand", serif;
  color: #003961;
  margin-bottom: 10px;
  min-height: 42px;
}
.slickSlider .slideContentCta {
  font: normal normal bold 16px/20px "Quicksand", serif;
  color: #F75A58;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.slickSlider .slideContentCta:hover {
  text-decoration: none;
}
.slickSlider .slideContentCta .arrow {
  border: solid #F75A58;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.slickSlider .slideContentCta .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

section#activitiesSlider {
  position: relative;
}
section#activitiesSlider #activitiesSliderGlobalContainer {
  position: relative;
}
section#activitiesSlider #activitiesSliderGlobalContainer #activitiesSliderContainer .activitiesSliderSlideContainer .activitiesSliderSlide {
  border-radius: 20px;
  border-width: 4px;
  border-style: solid;
  border-color: #E9F0F7;
  max-width: 275px;
  margin: 0 auto;
  position: relative;
  background: #E9F0F7;
}
@media screen and (max-width: 1200px) {
  section#activitiesSlider #activitiesSliderGlobalContainer #activitiesSliderContainer .activitiesSliderSlideContainer .activitiesSliderSlide {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  section#activitiesSlider #activitiesSliderGlobalContainer #activitiesSliderContainer .activitiesSliderSlideContainer .activitiesSliderSlide {
    max-width: unset;
    margin: 0 20px;
  }
}
section#activitiesSlider #activitiesSliderGlobalContainer #activitiesSliderContainer .activitiesSliderSlideContainer .activitiesSliderSlide .slideContent {
  padding: 30px 20px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
section#activitiesSlider #activitiesSliderGlobalContainer #activitiesSliderContainer .activitiesSliderSlideContainer .activitiesSliderSlide .slideContent .slideTitle {
  min-height: 64px;
}
@media screen and (max-width: 576px) {
  section#activitiesSlider #activitiesSliderGlobalContainer #activitiesSliderContainer .activitiesSliderSlideContainer .activitiesSliderSlide .slideContent .slideTitle {
    min-height: 42px;
  }
}
section#activitiesSlider #activitiesSliderGlobalContainer #activitiesSliderContainer .activitiesSliderSlideContainer .activitiesSliderSlide .slideContent img {
  max-width: 185px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto 20px auto;
  display: block;
}

section#recipesSlider {
  position: relative;
}
section#recipesSlider #recipesSliderGlobalContainer {
  position: relative;
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide {
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
  border-radius: 20px;
  max-width: 275px;
  margin: 0 auto;
  position: relative;
  min-height: 418px;
}
@media screen and (max-width: 1200px) {
  section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide {
    max-width: unset;
    margin: 0 20px;
  }
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .recipesSliderSlideTag {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -20px;
  padding: 7px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .recipesSliderSlideTag {
    left: -20px;
  }
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .recipesSliderSlideTag p {
  font: normal normal 500 16px/20px "Dosis", serif;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideImage {
  background-size: cover !important;
  height: 170px;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent {
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  margin-top: -20px;
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .recipe-tags {
  position: relative;
  margin-bottom: 5px;
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1200px) and (min-width: 576px), screen and (max-width: 325px) {
  section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRow {
    flex-direction: column;
    margin-bottom: 7px;
  }
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRow .slideContentLabel {
  font: normal normal 400 15px/19px "Quicksand", serif;
  color: #003961;
  padding-right: 5px;
}
@media (max-width: 1200px) and (min-width: 576px), screen and (max-width: 325px) {
  section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRow .slideContentLabel {
    padding-right: 0;
  }
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRow .slideContentValue {
  font: normal normal 600 15px/19px "Quicksand", serif;
  color: #003961;
  text-align: left;
}
@media (max-width: 1200px) and (min-width: 576px), screen and (max-width: 325px) {
  section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRow .slideContentValue {
    text-align: center;
  }
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRowPlani {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
section#recipesSlider #recipesSliderGlobalContainer #recipesSliderContainer .recipesSliderSlideContainer .recipesSliderSlide .slideContent .slideContentRowPlani .seeFavs {
  display: block !important;
  text-align: left;
  font-size: 12px;
}

.sliderArrow {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #113961;
  z-index: 2;
  cursor: pointer;
  transition: all 0.15s ease-in;
}
.sliderArrow:hover {
  transition: all 0.35s ease-out;
  background: #113961;
}
.sliderArrow .arrow {
  border: solid #113961;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transition: all 0.15s ease-in;
}

.sliderArrow.sliderPrevArrow {
  left: 50px;
}
@media screen and (max-width: 767px) {
  .sliderArrow.sliderPrevArrow {
    left: 35px;
  }
}
.sliderArrow.sliderPrevArrow .arrow {
  transform: rotate(135deg) scale(1) translate(calc(-50% + 5px), calc(-50% + 12px));
  transform-origin: 50% 50%;
  transition: all 0.15s ease-in;
}
.sliderArrow.sliderPrevArrow:hover .arrow {
  transform: rotate(135deg) scale(1.02) translate(calc(-50% + 5px), calc(-50% + 12px)) !important;
  transition: border-color 0.35s ease-out, left 0.15s ease-out;
  border-color: #fff;
  left: calc(50% - 2px);
}

.sliderArrow.sliderNextArrow {
  right: 0;
}
@media screen and (max-width: 767px) {
  .sliderArrow.sliderNextArrow {
    right: -15px;
  }
}
.sliderArrow.sliderNextArrow .arrow {
  transform: rotate(-45deg) scale(1) translate(calc(-50% + 3px), calc(-50% - 4px));
  transform-origin: 50% 50%;
  transition: all 0.15s ease-in;
}
.sliderArrow.sliderNextArrow:hover .arrow {
  transform: rotate(-45deg) scale(1.02) translate(calc(-50% + 3px), calc(-50% - 4px)) !important;
  border-color: #fff;
  left: calc(50% + 2px);
  transition: border-color 0.35s ease-out, left 0.15s ease-out;
}

section#tilesblock .tileTitle, section.tilesblock .tileTitle {
  font: normal normal bold 23px/29px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  section#tilesblock .tileTitle, section.tilesblock .tileTitle {
    margin-bottom: 80px;
  }
}
section#tilesblock .tileContainer, section.tilesblock .tileContainer {
  position: relative;
}
section#tilesblock .tileContainer .tileInnerIcon, section.tilesblock .tileContainer .tileInnerIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section#tilesblock .tileContainer .tileInnerIcon .tileIcon, section.tilesblock .tileContainer .tileInnerIcon .tileIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 66px;
  height: 100%;
  max-width: 50px;
}
@media screen and (max-width: 992px) {
  section#tilesblock .tileContainer .tileInnerIcon, section.tilesblock .tileContainer .tileInnerIcon {
    top: -60px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
section#tilesblock .tileContainer .tileContent, section.tilesblock .tileContainer .tileContent {
  background: #E9F0F7;
  border-radius: 20px;
  margin-left: 42px;
  height: 100%;
  min-height: 244px;
  display: flex;
  flex-direction: column;
}
section#tilesblock .tileContainer .tileContent.noIcon, section.tilesblock .tileContainer .tileContent.noIcon {
  padding: 35px 35px 35px 35px;
}
section#tilesblock .tileContainer .tileContent.hasIcon, section.tilesblock .tileContainer .tileContent.hasIcon {
  padding: 35px 35px 35px 65px;
}
@media screen and (max-width: 992px) {
  section#tilesblock .tileContainer .tileContent.hasIcon, section.tilesblock .tileContainer .tileContent.hasIcon {
    padding: 35px;
  }
}
@media screen and (max-width: 992px) {
  section#tilesblock .tileContainer .tileContent, section.tilesblock .tileContainer .tileContent {
    margin-left: 0;
    padding: 50px 25px 25px 25px;
  }
}
@media screen and (max-width: 576px) {
  section#tilesblock .tileContainer .tileContent, section.tilesblock .tileContainer .tileContent {
    margin-left: 0;
    padding: 50px 20px 20px 20px;
  }
}
section#tilesblock .tileContainer .tileContent .tileInnerTitle, section.tilesblock .tileContainer .tileContent .tileInnerTitle {
  font: normal normal bold 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
  margin-bottom: 15px;
}
section#tilesblock .tileContainer .tileContent .tileBy, section.tilesblock .tileContainer .tileContent .tileBy {
  margin-top: 4px;
  text-align: right;
  font: normal normal 300 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
}
section#tilesblock .tileContainer .tileContent .tileCta, section.tilesblock .tileContainer .tileContent .tileCta {
  margin-top: 20px;
}

section#tilesblock.astuces, section.tilesblock.astuces {
  padding: 0;
}
section#tilesblock.astuces .astuceRow, section.tilesblock.astuces .astuceRow {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  section#tilesblock.astuces .astuceRow, section.tilesblock.astuces .astuceRow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  section#tilesblock.astuces .astuceRow .tileContainer .tileInnerIcon.noTitle, section.tilesblock.astuces .astuceRow .tileContainer .tileInnerIcon.noTitle {
    top: -60px;
  }
}
section#tilesblock.astuces .col-12:last-child .astuceRow, section.tilesblock.astuces .col-12:last-child .astuceRow {
  margin-bottom: 0 !important;
}

#ficheRecette .tileContent {
  min-height: unset !important;
}

#recipeIntro .tileContainer {
  position: relative;
}
#recipeIntro .tileContainer .tileInnerIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  #recipeIntro .tileContainer .tileInnerIcon {
    top: -60px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
#recipeIntro .tileContainer .tileContent {
  background: #E9F0F7;
  border-radius: 20px;
  margin-left: 42px;
  height: 100%;
  min-height: 244px;
  display: flex;
  flex-direction: column;
}
#recipeIntro .tileContainer .tileContent.hasIcon {
  padding: 35px 35px 35px 65px;
}
@media screen and (max-width: 992px) {
  #recipeIntro .tileContainer .tileContent.hasIcon {
    padding: 35px;
  }
}
@media screen and (max-width: 992px) {
  #recipeIntro .tileContainer .tileContent {
    margin-left: 0;
    padding: 50px 25px 25px 25px;
  }
}
@media screen and (max-width: 576px) {
  #recipeIntro .tileContainer .tileContent {
    margin-left: 0;
    padding: 50px 20px 20px 20px;
  }
}

@media screen and (max-width: 576px) {
  #newsletterPopTrigger {
    min-height: unset;
  }
}
#newsletterPopTrigger #newsletterPopTriggerInner {
  padding: 15px 5px 15px 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #newsletterPopTrigger #newsletterPopTriggerInner .hidemobile {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #newsletterPopTrigger #newsletterPopTriggerInner .bigger {
    text-transform: capitalize;
  }
}
#newsletterPopTrigger {
  display: block;
  position: fixed;
  top: calc(50% + 60px);
  left: 0;
  transform: translateY(-50%) scale(-1);
  background: #113961;
  writing-mode: vertical-rl;
  text-align: center;
  font: normal normal 500 14px/16px "Quicksand", serif;
  letter-spacing: 0.28px;
  color: #fff;
  z-index: 9998;
  text-decoration: none;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 576px) {
  #newsletterPopTrigger {
    transform: scale(-1) !important;
    top: 125px !important;
  }
}
#newsletterPopTrigger:hover {
  text-decoration: none;
}
#newsletterPopTrigger img {
  transform: scale(-1);
  margin-top: 5px;
  line-height: 0;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
#newsletterPopTrigger .bigger {
  font: normal normal 600 15px/16px "Quicksand", serif;
  letter-spacing: 0.3px;
  padding: 4px 0;
}

#newsletterPopContent {
  background: #113961;
  padding: 50px 50px;
  position: fixed;
  top: calc(50% + 60px);
  transform: translateY(-50%);
  left: -100%;
  z-index: 9999;
  transition: all 0.15s ease-in;
  max-width: 580px;
  width: 100%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media screen and (max-width: 580px) {
  #newsletterPopContent {
    max-width: 100vw;
  }
}
@media screen and (max-width: 576px) {
  #newsletterPopContent {
    padding: 45px 25px;
    transition: none !important;
    top: calc(125px - 2px) !important;
    transform: none !important;
  }
}
#newsletterPopContent.eVisible {
  left: 0;
  transition: all 0.35s ease-out;
}
@media screen and (max-width: 576px) {
  #newsletterPopContent.eVisible {
    transition: none !important;
  }
}
#newsletterPopContent #newsletterPopContentClose {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
#newsletterPopContent #newsletterPopContentTitle {
  font: normal normal 600 25px/32px "Dosis", serif;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#newsletterPopContent #newsletterPopContentText {
  font: normal normal normal 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #fff;
  padding-right: 25%;
}
@media screen and (max-width: 576px) {
  #newsletterPopContent #newsletterPopContentText {
    padding-right: 0;
  }
}
#newsletterPopContent #newsletterPopContentText a {
  color: #fff;
  text-decoration: underline;
}
#newsletterPopContent #newsletterPopContentText a:hover {
  color: inherit;
  text-decoration: none;
}
#newsletterPopContent #newsletterOptIn {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
#newsletterPopContent #newsletterOptIn .thks {
  color: #fff;
  font: normal normal bold 18px/24px "Dosis", serif;
}
#newsletterPopContent #newsletterOptIn #newsletterPageLink {
  display: block;
  width: 155px;
  background-color: #113961;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.15s ease-in;
  font: normal normal bold 16px/20px "Quicksand", serif;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  #newsletterPopContent #newsletterOptIn #newsletterPageLink {
    width: 100%;
    margin-top: 10px;
  }
}
#newsletterPopContent #newsletterOptIn #newsletterPageLink:hover {
  background-color: #fff;
  color: #113961;
  transition: all 0.35s ease-out;
}
#newsletterPopContent #newsletterOptIn {
  /*#newsletterPopOptInForm {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;

      @media screen and (max-width: 580px) {
          flex-direction: column;
      }

      * {
          -webkit-appearance: none;
          outline: none;
          border: none;
      }

      #newsletterPopOptinEmail {
          display: block;
          width: calc(100% - 175px);
          border: 1px solid $chathams;
          color: $chathams;
          background: $white;
          padding: 12px 20px;
          font: normal normal normal 15px/23px $quicksand;
          letter-spacing: 0.3px;
          text-align: center;
          box-sizing: border-box;

          @media screen and (max-width: 580px) {
              width: 100%;
          }

          border-radius: 5px;
      }

      ::placeholder {
          color: inherit !important;
          text-align: center;
      }

      #newsletterPopOptinSummit {
          display: block;
          width: 155px;
          background-color: $chathams;
          border: 2px solid $white;
          border-radius: 40px;
          padding: 12px 20px;
          text-align: center;
          color: $white;
          transition: $transitionDefault;
          font: normal normal bold 16px/20px $quicksand;
          box-sizing: border-box;

          @media screen and (max-width: 580px) {
              width: 100%;
              margin-top: 10px;
          }

          &:hover {
              background-color: $white;
              color: $chathams;
              transition: $transitionOnHover;
          }
      }
  }*/
}

#recetteRoutine {
  background-color: #E9F0F7;
  padding: 40px 0 40px 0;
  margin-bottom: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #recetteRoutine {
    margin-top: 0;
  }
  #recetteRoutine .toggleLabel {
    font-size: 18px;
    line-height: 18px;
  }
}
#recetteRoutine #routineSection {
  height: 100%;
  max-height: 0;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
  display: block;
}
#recetteRoutine #routineSection .buttonCta {
  margin-top: 40px;
}
#recetteRoutine #routineSection .buttonCta .iconContainer {
  margin-left: 10px;
}
#recetteRoutine #routineSection .buttonCta .iconContainer .downloadIcon {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  transition: all 0.15s ease-in;
}
#recetteRoutine #routineSection .buttonCta:hover .downloadIcon {
  stroke: #113961;
  transition: all 0.35s ease-out;
}
#recetteRoutine #routineSection.eVisible {
  max-height: 2000px;
  height: 100%;
  transition: max-height 0.7s ease-out;
}
#recetteRoutine #routineSection .routineWhiteBloc {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #recetteRoutine #routineSection .routineWhiteBloc .rte p {
    padding-left: 0 !important;
  }
}
#recetteRoutine #routineSection .routineWhiteBloc.hasIcon {
  padding: 40px 30px 40px 60px;
}
@media screen and (max-width: 992px) {
  #recetteRoutine #routineSection .routineWhiteBloc.hasIcon {
    padding: 40px 30px;
  }
}
#recetteRoutine #routineSection .routineWhiteBloc .tileInnerIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
}
#recetteRoutine #routineSection .routineWhiteBloc .tileInnerIcon .tileIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
}
@media screen and (max-width: 992px) {
  #recetteRoutine #routineSection .routineWhiteBloc .tileInnerIcon {
    top: -50px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
#recetteRoutine #routineSection .routineWhiteBloc .routineTitle {
  font: normal normal bold 23px/29px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  margin-bottom: 20px;
}
#recetteRoutine #routineSection #routineStepListing .routineStepItem {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  font: normal normal 600 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
}
#recetteRoutine #routineSection #routineStepListing .routineStepItem:last-child {
  margin-bottom: 0;
}
#recetteRoutine #routineSection #routineStepListing .routineStepItem .stepNumberContainer {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#recetteRoutine #routineSection #routineStepListing .routineStepItem .stepNumberContainer .stepNumber {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: normal normal bold 16px/23px "Quicksand", serif;
  text-align: center;
  letter-spacing: 0.32px;
  color: #fff;
}
#recetteRoutine #routineSection #routineStepListing .routineStepItem .stepNumberContainer .stepNumberBg {
  width: 23px;
  height: 23px;
}
#recetteRoutine #routineSection #routineStepListing .routineStepItem a {
  color: #113961;
  text-decoration: underline;
}
#recetteRoutine #routineSection #routineStepListing .routineStepItem a:hover {
  color: #F75A58;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .colWithIcon {
    padding-top: 25px;
  }
}

.custooltip {
  max-width: 300px;
  background: #E9F0F7 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 21px;
  position: absolute;
  top: 30px;
  display: none;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}
.custooltip.active {
  display: inline;
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custooltip img {
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
  border-radius: 10px;
  min-height: 115px;
}
.custooltip .pointer {
  width: 28px;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.custooltip .pointer svg .a {
  fill: #E9F0F7;
}
.custooltip .tooltipLink {
  font: normal normal bold 16px/22px "Quicksand", serif;
  color: #F75A58;
  position: relative;
  text-decoration: underline;
  text-align: center;
  display: inline-block;
  position: relative;
}
.custooltip .tooltipLink:hover {
  text-decoration: none;
}
.custooltip .tooltipLink:after {
  content: " ";
  border: solid #F75A58;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 3px;
  margin-bottom: 2px;
}
.custooltip .close {
  display: block;
  width: 24px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 8px;
}
.custooltip .close .a {
  fill: #fff;
}
.custooltip .close .a, .custooltip .close .b {
  stroke: #113961;
  stroke-width: 2px;
}
.custooltip .close .b, .custooltip .close .d {
  fill: none;
}
.custooltip .close .b {
  stroke-linecap: round;
}
.custooltip .close .c {
  stroke: none;
}

body.noscrollY {
  overflow-y: hidden;
}

.cme {
  pointer-events: none;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 58, 97, 0.65);
  -webkit-transition: all 0.15s ease-in-out, z-index 0s;
  -moz-transition: all 0.15s ease-in-out, z-index 0s;
  -o-transition: all 0.15s ease-in-out, z-index 0s;
  transition: all 0.15s ease-in-out, z-index 0s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  z-index: 1;
}
.cme.open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 9999998;
  display: flex;
}

.cmc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: auto;
  margin-left: auto;
  max-width: 670px;
  width: 100%;
  overflow-y: auto;
  max-height: 90vh;
  overflow-x: hidden;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  .cmc {
    top: 50%;
  }
}
.cmc {
  /* to redo ? seems to be jumpy 
  &.loading {
      width: 350px !important;
      max-height:150px;
      overflow: hidden;
      background: #ffffff !important;
      transition: width 0.2s linear, max-height 0.2s linear;
      transition-delay: 0s;

      &:after {
          background-color: rgba(255,255,255,1);
          transition: background-color 0.2s ease;
          transition-delay: 0.2s;
          display:block;
      }
  }*/
}
.cmc:after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s linear;
  transition-delay: 0.1s;
}

/*#server-pop-modal .cmc {
    min-width: 350px;
}*/
.cmcc {
  border-radius: 16px;
  display: block;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #FFFFFF;
  padding-left: 48px;
  padding-right: 48px;
}

.cmhidden {
  display: none;
}

.cmcurrent {
  display: block;
}
.cmcurrent .modalIntro {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.cmfirstpage .cmprev {
  display: none;
}

.cmlastpage .cmnext {
  display: none;
}

.cmclose {
  position: absolute;
  right: 10px;
  top: 7px;
  margin: 3px;
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer;
}
.cmclose .icon-close {
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
}
.cmclose {
  /*&:before, &:after {
      content: '';
      height: 2px;
      display: block;
      background: $primary-00;
  }

  &:before {
      margin-top: 10px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }*/
}
.cmclose:after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmVideoWrapperLocal {
  position: relative;
}
.cmVideoWrapperLocal .cmVideo {
  width: 100%;
  height: auto;
}

.cmVideoWrapper.local {
  position: relative;
}
.cmVideoWrapper.local .cmVideo {
  width: 100%;
  height: auto;
  display: block;
}

.cmVideoWrapper:not(.local) {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.cmVideoWrapper:not(.local) .cmVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  border: none !important;
}
.cmVideoWrapper:not(.local) .cmVideo iframe {
  width: 100%;
  height: 100%;
}

.cmVideoWrapper video::-webkit-media-controls-panel {
  background-image: linear-gradient(transparent, transparent) !important;
}

.cmVideoReplay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(0, 58, 97, 0.5);
  z-index: 2;
}
.cmVideoReplay:hover .cmVideoReplayIcon {
  opacity: 1;
  transition: background 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out, margin-left 0.2s ease-out, stroke 0.2s ease-out, filter 0.2s ease-out, fill 0.2s ease-out, opacity 0.2s ease-out;
}
.cmVideoReplay .cmVideoReplayIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQwIDBDMTcuOTQyNyAwIDAgMTcuOTQ0NCAwIDQwQzAgNjIuMDU1NiAxNy45NDI3IDgwIDQwIDgwQzYyLjA1NzMgODAgODAgNjIuMDU1NiA4MCA0MEM4MCAxNy45NDQ0IDYyLjA1NzMgMCA0MCAwWk00MCA3Ni42NjY3QzE5Ljc4MTkgNzYuNjY2NyAzLjMzMzI4IDYwLjIxODEgMy4zMzMyOCA0MEMzLjMzMzI4IDE5Ljc4MTkgMTkuNzgxOSAzLjMzMzI4IDQwIDMuMzMzMjhDNjAuMjE4MSAzLjMzMzI4IDc2LjY2NjcgMTkuNzgxOSA3Ni42NjY3IDQwQzc2LjY2NjcgNjAuMjE4MSA2MC4yMTgxIDc2LjY2NjcgNDAgNzYuNjY2N1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01NS45MDE3IDM4LjU5NzdMMzIuNTY4NCAyMy41OTc3QzMyLjA1NzMgMjMuMjY0MSAzMS4zOTY2IDIzLjI0NjEgMzAuODY5MiAyMy41MzU4QzMwLjMzMiAyMy44Mjg4IDMwIDI0LjM4ODggMzAgMjQuOTk5MVY1NC45OTkxQzMwIDU1LjYwOTQgMzAuMzMyIDU2LjE2OTQgMzAuODY5MiA1Ni40NjIzQzMxLjExNjYgNTYuNTk3NSAzMS4zOTMzIDU2LjY2NTggMzEuNjY2NyA1Ni42NjU4QzMxLjk3OTIgNTYuNjY1OCAzMi4yOTUgNTYuNTc3OCAzMi41Njg0IDU2LjQwMDVMNTUuOTAxNyA0MS40MDA1QzU2LjM3NyA0MS4wOTQ1IDU2LjY2NjcgNDAuNTY1NSA1Ni42NjY3IDM5Ljk5OTFDNTYuNjY2NyAzOS40MzI3IDU2LjM3NyAzOC45MDM4IDU1LjkwMTcgMzguNTk3N1pNMzMuMzMzMyA1MS45NDU2VjI4LjA1MjVMNTEuOTE3MyAzOS45OTkxTDMzLjMzMzMgNTEuOTQ1NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.cmcc .skip-form {
  padding-bottom: 20px;
}

.poptitle {
  color: #113961;
  font-family: "Quicksand", serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
}

.popheader, .minicalendar-modal .cmc .header {
  width: 100%;
  border-bottom: 1px solid #113961;
}
.popheader .poptitle, .minicalendar-modal .cmc .header .poptitle {
  color: #113961;
  font-family: "Dosis", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.show-inspirations {
  font-size: 16px;
  line-height: 21px;
  color: #113961;
  font-family: "Quicksand", serif;
  font-weight: bold;
  text-decoration: underline;
}

.cmc .cmtarget {
  overflow: auto;
  max-height: 80vh;
  padding-right: 48px;
  margin-right: -48px;
}
.cmc .form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.cmc .form input:not([type=checkbox]), .cmc .form select {
  width: 100%;
  height: 40px;
  border: 1px solid #113961;
  border-radius: 8px;
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 15px;
  padding-left: 18px;
  box-sizing: border-box;
}
.cmc .form textarea {
  width: 100%;
  height: 64px;
  border: 1px solid #113961;
  border-radius: 8px;
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 15px;
  padding-left: 18px;
  box-sizing: border-box;
}
.cmc .form .fieldwrapper {
  position: relative;
}
.cmc .form .fieldwrapper button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 16px;
  font-weight: 500;
}
.cmc .form .fieldwrapper .recipeUrl, .cmc .form .fieldwrapper .recipeTitle {
  padding-right: 99px;
}
.cmc .confirmation {
  margin-top: 41px;
  text-align: center;
  padding-bottom: 104px;
}
.cmc .confirmation .icon_confirm {
  margin-top: 55px;
  margin-bottom: 32px;
}
.cmc .add-to-favorite-success, .cmc .pop-success {
  text-align: center;
}
.cmc .add-to-favorite-success .placeInFolder, .cmc .pop-success .placeInFolder {
  color: #113961;
}
.cmc .add-to-favorite-success .placeInFolder svg, .cmc .pop-success .placeInFolder svg {
  width: 21px;
}
.cmc .add-to-favorite-success .placeInFolder svg .fill, .cmc .pop-success .placeInFolder svg .fill {
  fill: #113961;
}
.cmc .add-to-favorite-success .placeInFolder svg .stroke, .cmc .pop-success .placeInFolder svg .stroke {
  stroke: #113961;
}
.cmc .add-to-favorite-success .placeInFolder span, .cmc .pop-success .placeInFolder span {
  display: inline-block;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.cmc .add-to-favorite-success .placeInFolder:hover, .cmc .pop-success .placeInFolder:hover {
  color: #F75A58 !important;
  text-decoration: none;
}
.cmc .add-to-favorite-success .placeInFolder:hover svg .fill, .cmc .pop-success .placeInFolder:hover svg .fill {
  fill: #F75A58;
}
.cmc .add-to-favorite-success .placeInFolder:hover svg .stroke, .cmc .pop-success .placeInFolder:hover svg .stroke {
  stroke: #F75A58;
}
.cmc .footer-container {
  border-top: 1px solid #113961;
  padding: 10px 0;
  margin-top: 32px;
}
.cmc #footer-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.cmc #footer-buttons-container #cancel.buttonCta {
  right: unset;
  top: unset;
  margin: 0;
  width: unset;
  height: unset;
  float: unset;
  position: relative;
  display: flex;
  flex-direction: row;
}
.cmc #footer-buttons-container #cancel:not(.buttonCta) {
  right: unset;
  top: unset;
  margin: 0;
  width: unset;
  height: unset;
  float: unset;
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 7px;
}
.cmc #footer-buttons-container #cancel:not(.buttonCta):hover {
  color: #F75A58;
}
.cmc #footer-buttons-container #cancel:not(.buttonCta):hover svg path {
  fill: #F75A58;
}
.cmc #footer-buttons-container #cancel:not(.buttonCta) .xcancel {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.cmc .search-result-title {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
}
.cmc .plani_selection .recipe_card_item:first-child {
  margin-top: 14px;
}
.cmc .plani_selection .recipe_card_item:last-child {
  margin-bottom: 14px;
}
.cmc .plani_selection .noresult {
  margin: 14px 0;
  padding: 24px 16px;
  background-color: #F2F2F2;
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.cmc .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 8px;
  color: #113961;
}
.cmc #RecipeUrlTarget {
  font-family: "Quicksand", serif;
  color: #113961;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 16px;
}
.cmc .buttonCta:not(.white):hover {
  background-color: #fff !important;
}
.cmc .footer-container {
  padding: 10px 0;
}
.cmc .listTitle, .cmc .subTitle {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
}
.cmc .aqua {
  color: #01AEF0;
}
.cmc .warning {
  margin-top: 41px;
  text-align: center;
  padding-bottom: 41px;
}
.cmc nav {
  margin-top: 5px;
}
.cmc nav.d-flex {
  justify-content: center;
  gap: 10px;
}
.cmc nav.d-flex .form {
  width: unset;
}
.cmc nav.d-flex button.buttonCta {
  padding: 10px 67px;
}
.cmc nav.full-width .form {
  width: unset !important;
}
.cmc nav.full-width button.buttonCta {
  width: 100%;
  margin-bottom: 5px;
}
.cmc .separator-top {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #113961;
  width: 100%;
}
.cmc .inspiration_panel {
  margin-bottom: 16px;
}
.cmc .inspiration_panel li {
  margin-bottom: 10px;
}
.cmc .inspiration_panel li label {
  margin-left: 6px;
  color: #282828;
  font-family: "Quicksand", serif;
  font-size: 14px;
  line-height: 16px;
}

.cmloading {
  position: relative;
}

.spinner {
  width: 56px;
  height: 56px;
  --c: radial-gradient(farthest-side,#113961 92%,#0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 13.4px 13.4px;
  background-repeat: no-repeat;
  animation: spinner-kh173p 0.8s infinite;
  margin: 50px auto;
}

@keyframes spinner-kh173p {
  to {
    transform: rotate(0.5turn);
  }
}
.container-addToFavorites .addRecipe {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  font-family: "Quicksand", serif;
  font-weight: 500;
  color: #113961;
}
.container-addToFavorites .addRecipe svg {
  margin-right: 10px;
}
.container-addToFavorites .addRecipe path {
  fill: #113961 !important;
}
.container-addToFavorites .addRecipe:hover path {
  fill: #F75A58 !important;
}

.emssg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.emssg a {
  display: inline !important;
}

@media only screen and (max-width: 992px) {
  .recetteVedette.custom_padding1 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .recetteVedette.custom_padding3 {
    margin-top: 100px;
  }
}

.landing-page #landing {
  position: relative;
}
.landing-page #landing.pagePadding {
  padding-top: 140px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .landing-page #landing.pagePadding {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}
.landing-page .img-responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing-page #header {
  overflow: hidden;
  background: #E9F0F7;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .landing-page #header {
    background: #fff;
  }
}
.landing-page #header #topbar__desktop {
  position: relative;
  z-index: 99;
  height: 195px;
}
.landing-page #header #topbar__desktop img {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
  width: 132px;
  height: 167px;
}
.landing-page #header #topbar__desktop #topbar__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.landing-page #header #topbar__desktop #topbar__wave svg {
  width: 100%;
  height: 175px;
}
.landing-page #header #topbar__desktop #topbar__wave svg path {
  fill: #E9F0F7;
}
.landing-page #header #topbar__mobile {
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.landing-page #header #topbar__mobile img {
  max-width: 100%;
  width: 154px;
  height: 106px;
  display: block;
  margin: 0 auto;
}
.landing-page #header #topbar__mobile #topbar__wave {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 195px;
  z-index: -1;
}
.landing-page #header #topbar__mobile #topbar__wave svg {
  width: 102%;
  height: 175px;
}
.landing-page #header #topbar__mobile #topbar__wave svg path {
  fill: #E9F0F7;
}
.landing-page #header {
  /*RECETTE BANNER*/
}
.landing-page #header #bannerPageRecette {
  height: 74vh;
  min-height: 750px;
  position: relative;
  padding: 0 !important;
  margin-top: -165px;
}
@media screen and (max-width: 1600px) {
  .landing-page #header #bannerPageRecette {
    height: 60vh;
  }
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-height: 700px) {
  .landing-page #header #bannerPageRecette {
    min-height: 100vh !important;
  }
}
.landing-page #header #bannerPageRecette .recetteImg.recetteImg-desktop {
  background-size: cover !important;
  background-position: 0% 50% !important;
  background-repeat: no-repeat !important;
  max-width: 59vw;
  width: 100%;
  height: calc(100% - 0px);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 1920px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-desktop {
    max-width: 59vw;
  }
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-desktop {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 800px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-desktop {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-desktop {
    display: none !important;
  }
}
.landing-page #header #bannerPageRecette .recetteImg.recetteImg-mobile {
  height: 800px;
  max-width: 100%;
  display: block;
  width: 100%;
  position: relative;
  margin-top: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: 0;
  margin-top: -175px;
  display: block;
}
@media screen and (max-width: 767px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-mobile {
    height: 800px;
    background-position: 50% 50px !important;
    background-size: 100% auto !important;
  }
}
@media screen and (max-width: 600px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-mobile {
    height: 600px;
    background-position: 50% 45px !important;
  }
}
@media screen and (max-width: 480px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-mobile {
    background-position: 50% 46px !important;
  }
}
@media screen and (max-width: 425px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-mobile {
    height: 510px;
  }
}
@media screen and (max-width: 350px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-mobile {
    height: 480px;
  }
}
@media screen and (min-width: 1201px) {
  .landing-page #header #bannerPageRecette .recetteImg.recetteImg-mobile {
    display: none !important;
  }
}
.landing-page #header #bannerPageRecette .recetteVideo {
  max-width: 69vw;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette .recetteVideo {
    display: none !important;
  }
}
.landing-page #header #bannerPageRecette .recetteVideo video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 69vw;
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette .recetteVideo video {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .landing-page #header #bannerPageRecette .recetteVideo video {
    height: 600px;
  }
}
.landing-page #header #bannerPageRecette #wavesContentContainer {
  position: relative;
  z-index: 2;
  max-width: 52vw;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer {
    max-width: 100vw;
    background: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 991px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer {
    max-width: 100vw;
    background: rgba(255, 255, 255, 0) !important;
  }
}
.landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent {
  position: absolute;
  top: calc(50% + 55px);
  left: calc(30% - 75px);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
  max-width: 575px;
}
@media screen and (max-width: 1500px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1300px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent {
    left: calc(30% - 130px);
  }
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    padding: 200px 20vw 80px 20vw;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent {
    padding: 260px 20vw 80px 20vw;
  }
}
@media screen and (max-width: 576px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    padding: 250px 15px 90px 30px;
  }
}
.landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerPreTitle {
  font: normal normal bold 23px/29px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
  margin-bottom: 20px;
  font: normal normal normal 70px/70px "Bree Serif", serif;
  letter-spacing: 0.8px;
  color: #113961;
  display: block;
}
@media screen and (max-width: 1600px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 50px/47px "Bree Serif", serif;
    letter-spacing: 0.58px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    text-align: center !important;
  }
}
@media screen and (max-width: 450px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 40px/37px "Bree Serif", serif;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerTitle {
    font: normal normal normal 30px/27px "Bree Serif", serif;
  }
}
.landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent #bannerRte {
  font: normal normal bold 21px/23px "Quicksand", serif;
  letter-spacing: 0.42px;
  color: #113961;
  padding-bottom: 0 !important;
}
.landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent .go2intro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 100px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent .go2intro {
    margin-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent .go2intro {
    display: none;
  }
}
.landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent .go2intro img {
  width: 20px;
  height: 10px;
}
.landing-page #header #bannerPageRecette #wavesContentContainer #bannerPageContent .go2intro .slide-bottom {
  -webkit-animation: slide-bottom 3s ease-out infinite;
  animation: slide-bottom 3s ease-out infinite;
}
.landing-page #header #bannerPageRecette #wavesContentContainer #wavesMobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 100%;
  min-height: 100%;
  z-index: 3;
  margin-bottom: -150px;
}
.landing-page #header #bannerPageRecette #wavesContentContainer #wavesMobile svg {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 576px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #wavesMobile svg {
    width: 115vw !important;
  }
}
.landing-page #header #bannerPageRecette #wavesContentContainer #wavesMobile svg .st4 {
  fill: #fefefe;
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #wavesMobile {
    display: block;
  }
}
.landing-page #header #bannerPageRecette #wavesContentContainer #wavesDesktop {
  height: 100%;
  display: block;
}
.landing-page #header #bannerPageRecette #wavesContentContainer #wavesDesktop svg path {
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bannerPageRecette #wavesContentContainer #wavesDesktop {
    display: none;
  }
}
.landing-page #header #bottom-desktop {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% + 2px);
  display: block;
}
@media screen and (max-width: 1200px) {
  .landing-page #header #bottom-desktop {
    display: none;
  }
}
.landing-page #header #bottom-desktop svg {
  width: 100%;
}
.landing-page #header #bottom-desktop svg path {
  fill: #E9F0F7;
}
@media screen and (max-width: 991px) {
  .landing-page #header #bottom-desktop svg path {
    fill: #fff;
  }
}
.landing-page #header #bottom-mobile {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% + 2px);
  display: block;
}
@media screen and (min-width: 1201px) {
  .landing-page #header #bottom-mobile {
    display: none;
  }
}
.landing-page #header #bottom-mobile svg {
  width: 100%;
}
.landing-page #header #bottom-mobile svg path {
  fill: #E9F0F7;
}
@media screen and (max-width: 991px) {
  .landing-page #header #bottom-mobile svg path {
    fill: #fff;
  }
}

#landing {
  overflow: hidden;
}
#landing section {
  position: relative;
}
#landing .bg-0 {
  position: absolute;
  top: 98%;
  left: 0;
  width: 100%;
  z-index: -5;
  overflow: hidden;
}
#landing .bg-0 svg {
  height: 450px;
  width: unset;
  min-width: 100vw;
}
@media only screen and (max-width: 991px) {
  #landing .bg-0 svg {
    width: unset;
    height: 550px;
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  #landing .bg-0 svg {
    width: unset;
    height: 450px;
  }
}
@media only screen and (max-width: 390px) {
  #landing .bg-0 svg {
    width: unset;
    height: 350px;
  }
}
#landing .bg-0 svg path {
  fill: #E9F0F7;
}
#landing .bg-1 {
  position: absolute;
  top: -33%;
  left: 0;
  width: 100%;
  z-index: -5;
  overflow: hidden;
}
#landing .bg-1 svg {
  height: 1275px;
  width: unset;
  min-width: 100vw;
}
@media only screen and (max-width: 991px) {
  #landing .bg-1 svg {
    width: unset;
    height: 1400px;
  }
}
@media only screen and (max-width: 576px) {
  #landing .bg-1 svg {
    width: unset;
    height: 1100px;
  }
}
#landing .bg-1 svg path {
  fill: #E9F0F7;
}
#landing .bg-2 {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  z-index: -5;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #landing .bg-2 {
    top: 0;
  }
}
#landing .bg-2 svg {
  height: 1100px;
  width: unset;
  min-width: 100vw;
}
@media only screen and (max-width: 991px) {
  #landing .bg-2 svg {
    height: 2400px;
  }
}
@media only screen and (max-width: 767px) {
  #landing .bg-2 svg {
    height: 2000px;
  }
}
@media only screen and (max-width: 576px) {
  #landing .bg-2 svg {
    height: 1800px;
  }
}
@media only screen and (max-width: 520px) {
  #landing .bg-2 svg {
    height: 1700px;
  }
}
#landing .bg-2 svg path {
  fill: #E9F0F7;
}
#landing .bg-3 {
  overflow-x: hidden;
}
#landing .bg-3::before {
  content: "";
  display: block;
  background: url("/Images/landing/section plani-menus/wave-top.png") center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6vw;
  box-shadow: inset 0 -2px 1px 0 rgb(233, 240, 247);
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  #landing .bg-3::before {
    background: url("/Images/landing/section plani-menus/wave-top-m.svg") center bottom no-repeat;
    background-size: 100%;
    height: 66px;
    width: 100vw;
  }
}
#landing .bg-3::after {
  content: "";
  display: block;
  background: url("/Images/landing/section plani-menus/wave-bottom.png") center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6vw;
  box-shadow: inset 0 2px 1px 0 rgb(233, 240, 247);
  position: relative;
  bottom: 1px;
}
@media only screen and (max-width: 767px) {
  #landing .bg-3::after {
    background: url("/Images/landing/section plani-menus/wave-bottom-m.svg") center top no-repeat;
    background-size: 100%;
    height: 52px;
    width: 100vw;
  }
}
#landing .outil .img-responsive {
  max-height: 500px;
}
@media only screen and (max-width: 576px) {
  #landing .outil .img-responsive {
    max-height: 375px;
  }
}
#landing .outil .outil__img {
  position: relative;
}
#landing .outil .outil__img svg {
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: 80%;
}
#landing .outil .outil__img svg path {
  fill: #E9F0F7;
}
#landing .homeIntroRte {
  font: normal normal 500 23px/29px "Quicksand", serif;
  letter-spacing: 0.46px;
  color: #113961;
}
#landing .homeSectionTitle {
  font: normal normal normal 45px/45px "Bree Serif", serif;
  letter-spacing: 0.5px;
  color: #113961;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  #landing .homeSectionTitle {
    font: normal normal normal 35px/35px "Bree Serif", serif;
  }
}
@media screen and (max-width: 767px) {
  #landing .homeSectionTitle {
    font: normal normal normal 30px/29px "Bree Serif", serif;
    margin-bottom: 15px;
  }
}
#landing .homeSectionText {
  font: normal normal bold 16px/23px "Quicksand", serif;
  letter-spacing: 0.42px;
  color: #113961;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #landing .homeSectionText {
    font: normal normal bold 15px/19px "Quicksand", serif;
  }
}
#landing .homeTipTitle {
  font: normal normal normal 50px/50px "Bree Serif", serif;
  letter-spacing: 0.5px;
  color: #113961;
}
#landing .homeTipText {
  font: normal normal normal 28px/30px "Quicksand", serif;
  letter-spacing: 0.42px;
  color: #113961;
}
#landing #intro {
  background-color: #E9F0F7;
  padding: 80px 0 20px 0 !important;
}
@media screen and (max-width: 991px) {
  #landing #intro {
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  #landing .recetteVedette .img-responsive {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #landing .recetteVedette .img-responsive {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  #landing .recetteVedette .img-responsive {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#landing .recetteVedette .sectionBlob {
  position: relative;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__content {
    margin-top: 20px;
  }
}
#landing .recetteVedette .sectionBlob .sectionBlob__content .sectionBlob__content_icons .recipe-tags {
  /*height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;*/
}
#landing .recetteVedette .sectionBlob .sectionBlob__content .sectionBlob__content_icons .recipe-tags img.recipe-tag {
  /*margin: 0 5px;
  height: 25px;
  width: auto;
  display: inline;*/
}
#landing .recetteVedette .sectionBlob .sectionBlob__shape__desktop {
  display: block;
}
#landing .recetteVedette .sectionBlob .sectionBlob__shape__desktop svg {
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
  height: 150%;
  min-height: 450px;
  max-height: calc(100% + 175px);
}
@media screen and (max-width: 1200px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__desktop svg {
    max-height: calc(100% + 115px);
  }
}
#landing .recetteVedette .sectionBlob .sectionBlob__shape__desktop svg path {
  fill: #4ace64;
}
@media screen and (max-width: 991px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__desktop {
    display: none;
  }
}
#landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile {
  display: none;
}
#landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  width: auto;
  height: 100vw;
}
@media screen and (max-width: 991px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile {
    display: block;
  }
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile svg {
    max-width: 700px;
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile svg {
    max-width: 640px;
    top: 20%;
  }
}
@media screen and (max-width: 576px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile svg {
    max-width: 100vw;
    top: 50%;
  }
}
@media screen and (max-width: 415px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile svg {
    max-width: 500px;
    top: 50%;
    height: 103vw;
  }
}
@media screen and (max-width: 330px) {
  #landing .recetteVedette .sectionBlob .sectionBlob__shape__mobile svg {
    max-width: unset;
    top: calc(50% - 25px);
    height: 500px;
  }
}
#landing .recetteVedette .sectionBlob.contentRight .sectionBlob__shape__desktop svg {
  transform: translate(-50%, -50%) scale(-1, 1) !important;
  left: calc(50% - 10px) !important;
}
@media screen and (max-width: 1500px) {
  #landing .recetteVedette .sectionBlob.contentRight .sectionBlob__shape__desktop svg {
    left: calc(50% - 0px) !important;
  }
}
#landing .recetteVedette .sectionBlob.contentLeft .sectionBlob__shape__desktop svg {
  left: 50% !important;
}
@media screen and (max-width: 1500px) {
  #landing .recetteVedette .sectionBlob.contentLeft .sectionBlob__shape__desktop svg {
    left: calc(50% + 0px) !important;
  }
}
#landing .recetteVedette .sectionBlob.contentLeft {
  /*.homeSectionTitle {
      color: $chathams !important;
  }

  .homeSectionText {
      color: $chathams !important;
  }*/
}
#landing .astuce {
  scroll-margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  #landing .astuce {
    scroll-margin-top: 60px;
  }
}
#landing .astuce .tip {
  padding-left: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(100% - 50px);
}
@media only screen and (max-width: 576px) {
  #landing .astuce .tip {
    padding-left: 6vw;
  }
}
@media only screen and (max-width: 450px) {
  #landing .astuce .tip {
    padding-left: 5vw;
  }
}
@media only screen and (max-width: 375px) {
  #landing .astuce .tip {
    padding-left: 0vw;
  }
}
#landing .astuce .tip {
  /*@media only screen and (max-width: 375px) {
      max-width: 100%;
  }*/
}
#landing .astuce .tip .tip__name {
  letter-spacing: 0.5px;
  color: #fff;
  font: normal normal normal 26px/30px "Bree Serif", serif;
  padding: 3px 10px 0 10px;
}
@media only screen and (max-width: 1200px) {
  #landing .astuce .tip .tip__name {
    font: normal normal normal 26px/30px "Bree Serif", serif;
  }
}
@media only screen and (max-width: 991px) {
  #landing .astuce .tip .tip__name {
    font: normal normal normal 32px/36px "Bree Serif", serif;
    padding: 3px 20px 0 20px;
  }
}
@media only screen and (max-width: 576px) {
  #landing .astuce .tip .tip__name {
    font: normal normal normal 32px/36px "Bree Serif", serif;
  }
}
@media only screen and (max-width: 400px) {
  #landing .astuce .tip .tip__name {
    font: normal normal normal 28px/32px "Bree Serif", serif;
  }
}
#landing .astuce .tip .tip__img {
  width: 93px;
  height: auto;
  position: absolute;
  top: -55px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  #landing .astuce .tip .tip__img {
    right: -10px;
    width: 80px;
  }
}
@media only screen and (max-width: 991px) {
  #landing .astuce .tip .tip__img {
    width: 110px;
  }
}
@media only screen and (max-width: 575px) {
  #landing .astuce .tip .tip__img {
    width: 105px;
    top: -75px;
    right: -25px;
  }
}
#landing .astuce .tip .first_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  margin-top: 12px;
}
#landing .astuce .tip .second_row {
  width: 100%;
}
#landing .astuce .astuce__container {
  position: relative;
}
#landing .astuce .astuce__container .deco {
  position: absolute;
  top: 0;
  right: -130px;
  height: 100%;
  width: 150px;
  opacity: 0.1;
  background: url(../../Images/landing/2022/quote.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #landing .astuce .astuce__container .deco {
    right: 0;
    width: 75px;
  }
}
#landing .astuce .astuce__title {
  font: normal normal bold 21px/23px "Quicksand", serif;
  margin-bottom: 20px;
  color: #113961;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  #landing .astuce .astuce__title {
    font: normal normal bold 18px/20px "Quicksand", serif;
  }
}
#landing .astuce .astuce__text {
  font: normal normal 500 21px/23px "Quicksand", serif;
  margin-bottom: 0 !important;
  color: #113961;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  #landing .astuce .astuce__text {
    font: normal normal 500 18px/20px "Quicksand", serif;
  }
}
#landing .astuce .astuce__jobTitle {
  font: normal normal bold 21px/23px "Quicksand", serif;
  margin-top: 20px;
  margin-bottom: 0 !important;
  color: #B14C96;
  text-align: right;
  letter-spacing: 0.56px;
  float: right;
}
@media screen and (max-width: 767px) {
  #landing .astuce .astuce__jobTitle {
    font: normal normal bold 18px/20px "Quicksand", serif;
    float: left;
  }
}
#landing svg path {
  fill: #B14C96;
}

#landing .cat-dejeuner .homeSectionTitle, #landing .cat-dejeuner .homeSectionText {
  color: #113961 !important;
}
#landing .cat-dejeuner .recipe-tag {
  filter: brightness(0) saturate(100%) invert(15%) sepia(49%) saturate(1989%) hue-rotate(185deg) brightness(93%) contrast(90%) !important;
}
#landing .cat-dejeuner .previewCta {
  background-color: rgba(255, 255, 255, 0);
  border-color: #113961;
  color: #113961;
}
#landing .cat-dejeuner .previewCta:hover {
  color: #113961;
  border-color: #fff;
  background-color: white;
}
#landing .cat-dejeuner .sectionBlob__shape svg path {
  fill: #3EAEF1 !important;
}
#landing .cat-diner .homeSectionTitle, #landing .cat-diner .homeSectionText {
  color: #fff !important;
}
#landing .cat-diner .recipe-tag {
  filter: brightness(0) invert(1) !important;
}
#landing .cat-diner .previewCta {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}
#landing .cat-diner .previewCta:hover {
  color: #113961;
  border-color: #fff;
  background-color: white;
}
#landing .cat-diner .sectionBlob__shape svg path {
  fill: #B14C96 !important;
}
#landing .cat-souper .homeSectionTitle, #landing .cat-souper .homeSectionText {
  color: #fff !important;
}
#landing .cat-souper .recipe-tag {
  filter: brightness(0) invert(1) !important;
}
#landing .cat-souper .previewCta {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}
#landing .cat-souper .previewCta:hover {
  color: #113961;
  border-color: #fff;
  background-color: white;
}
#landing .cat-souper .sectionBlob__shape svg path {
  fill: #F75A58 !important;
}
#landing .cat-collation .homeSectionTitle, #landing .cat-collation .homeSectionText {
  color: #113961 !important;
}
#landing .cat-collation .recipe-tag {
  filter: brightness(0) saturate(100%) invert(15%) sepia(49%) saturate(1989%) hue-rotate(185deg) brightness(93%) contrast(90%) !important;
}
#landing .cat-collation .previewCta {
  background-color: rgba(255, 255, 255, 0);
  border-color: #113961;
  color: #113961;
}
#landing .cat-collation .previewCta:hover {
  color: #113961;
  border-color: #fff;
  background-color: white;
}
#landing .cat-collation .sectionBlob__shape svg path {
  fill: #FFB600 !important;
}
#landing .cat-dessert .homeSectionTitle, #landing .cat-dessert .homeSectionText {
  color: #113961 !important;
}
#landing .cat-dessert .recipe-tag {
  filter: brightness(0) saturate(100%) invert(15%) sepia(49%) saturate(1989%) hue-rotate(185deg) brightness(93%) contrast(90%) !important;
}
#landing .cat-dessert .previewCta {
  background-color: rgba(255, 255, 255, 0);
  border-color: #113961;
  color: #113961;
}
#landing .cat-dessert .previewCta:hover {
  color: #113961;
  border-color: #fff;
  background-color: white;
}
#landing .cat-dessert .sectionBlob__shape svg path {
  fill: #4ACE64 !important;
}
#landing .cat-meli-melo .homeSectionTitle, #landing .cat-meli-melo .homeSectionText {
  color: #fff !important;
}
#landing .cat-meli-melo .recipe-tag {
  filter: brightness(0) invert(1) !important;
}
#landing .cat-meli-melo .previewCta {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}
#landing .cat-meli-melo .previewCta:hover {
  color: #113961;
  border-color: #fff;
  background-color: white;
}
#landing .cat-meli-melo .sectionBlob__shape svg path {
  fill: #289781 !important;
}

#landing .recetteVedette .homeSectionSubject.custom_padding1 {
  padding-bottom: 40px;
}
#landing .recetteVedette .homeSectionSubject.custom_padding2 {
  margin-bottom: 50px !important;
  padding-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  #landing .recetteVedette .homeSectionSubject.custom_padding2 {
    margin-bottom: 0;
  }
}
#landing .recetteVedette .homeSectionSubject.custom_padding3 {
  padding-bottom: 20px;
}
#landing .outil .custom_padding {
  padding-top: 100px;
}
#landing .planiMenus {
  padding: 0;
  background: #e9f0f7;
}
#landing .planiMenus .marquee {
  height: 135px;
  width: 100vw;
  overflow: hidden;
  position: relative;
  float: left;
  color: #fff;
  font: normal normal bold 6vw/140px "Quicksand", serif;
  user-select: none;
}
@media only screen and (max-width: 576px) {
  #landing .planiMenus .marquee {
    font: normal normal bold 12vw/140px "Quicksand", serif;
  }
}
#landing .planiMenus .marquee div {
  display: block;
  width: 200%;
  height: 135px;
  position: absolute;
  overflow: hidden;
  animation: marqueedekstop 8s linear infinite;
}
@media only screen and (max-width: 576px) {
  #landing .planiMenus .marquee div {
    animation: marqueemobile 5s linear infinite;
  }
}
#landing .planiMenus .marquee div span {
  float: left;
  width: 54vw;
}
@media only screen and (max-width: 576px) {
  #landing .planiMenus .marquee div span {
    width: 100vw;
  }
}
@keyframes marqueedekstop {
  0% {
    left: 0;
  }
  100% {
    left: -54vw;
  }
}
@keyframes marqueemobile {
  0% {
    left: 0;
  }
  100% {
    left: -100vw;
  }
}
#landing .planiMenus:not(#header) {
  padding: 30px 0 44px 0;
}
#landing .planiMenus .section__content {
  position: relative;
  padding-top: 2.8rem;
}
@media only screen and (max-width: 860px) {
  #landing .planiMenus .section__content {
    padding-top: 0;
  }
}
#landing .planiMenus .section__content .tagsContainer {
  position: absolute;
  transform: rotate(-9deg);
  left: -52px;
  top: 0;
}
@media only screen and (max-width: 860px) {
  #landing .planiMenus .section__content .tagsContainer {
    position: static;
    transform: none;
    margin-bottom: 1rem;
  }
}
#landing section:not(#header) {
  padding: 100px 0;
}
@media only screen and (max-width: 576px) {
  #landing section:not(#header) {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  #landing section.activiteFamiliale {
    padding-top: 200px !important;
  }
}
@media only screen and (max-width: 576px) {
  #landing section.activiteFamiliale {
    padding: 75px 0 50px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  #landing .recetteVedette.custom_padding2 {
    margin-bottom: 100px;
  }
}
#landing .recetteVedette.custom_padding4 .homeSectionSubject {
  padding-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  #landing .recetteVedette.custom_padding4 .homeSectionSubject {
    padding-bottom: 0;
  }
}
#landing .outil {
  padding: 60px 0 !important;
}
#landing .outil .custom_padding_outil {
  padding-top: 0 !important;
}
#landing .conseilsNutritionAcc .homeSectionSubject {
  padding-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  #landing .conseilsNutritionAcc .homeSectionSubject {
    padding-bottom: 50px;
  }
}
#landing {
  /*.outil .homeSectionSubject {
      padding-bottom: 40px;
  }*/
}
@media only screen and (max-width: 991px) {
  #landing .custom_padding_activite {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  #landing .technique .img-responsive {
    padding: 50px 0 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  #landing .img-spacing {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  #landing .technique .img-responsive, #landing .activiteFamiliale .img-responsive {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  #landing .technique .img-responsive, #landing .activiteFamiliale .img-responsive {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  #landing .home_paroller {
    /*for all elements with background parallax effect*/
    background-position: center !important;
    /*for all elements with foreground parallax effect*/
    transform: none !important;
  }
}

.homeSectionTitle + .previewCta {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .recetteVedette.custom_padding3 {
    margin-bottom: 75px;
  }
}

@media (max-width: 992px) {
  .recetteVedette.custom_padding4 {
    margin-bottom: 75px;
  }
}

@keyframes defilement {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes defilement2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
.recipe-tags img.recipe-tag {
  height: 25px;
  width: auto;
  display: inline;
  margin: 0 5px;
}

#searchResults {
  padding: 0 0 70px 0;
}
#searchResults .ezsearch-summary p {
  font: normal normal normal 15px/23px "Dosis", serif;
  letter-spacing: 0.3px;
  color: #113961;
  text-transform: uppercase;
}
#searchResults .ezsearch-result-count {
  margin-bottom: 20px;
}
#searchResults .ezsearch-result-count p {
  font: normal normal normal 15px/23px "Dosis", serif;
  letter-spacing: 0.3px;
  color: #113961;
  text-transform: uppercase;
}
#searchResults .ezsearch-results .ezsearch-result h2, #searchResults .ezsearch-results .ezsearch-result h2 a {
  font: normal normal normal 28px/30px "Bree Serif", serif;
  letter-spacing: 0.56px;
  color: #F75A58 !important;
  margin-bottom: 8px;
}
#searchResults .ezsearch-results .ezsearch-result p {
  font: normal normal normal 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
}
#searchResults .ezsearch-results .ezsearch-result {
  margin-bottom: 30px;
}
#searchResults .ezsearch-results .ezsearch-result:last-child {
  margin-bottom: 20px;
}
#searchResults .ezsearch-pager p {
  font: normal normal normal 15px/23px "Dosis", serif;
  letter-spacing: 0.3px;
  color: #113961;
  text-transform: uppercase;
}
#searchResults .ezsearch-pager p .prev, #searchResults .ezsearch-pager p .page {
  margin-right: 10px;
}
#searchResults .ezsearch-pager p .prev {
  color: #113961;
}
#searchResults .ezsearch-pager p span.page {
  font-weight: 600;
  color: #113961;
}
#searchResults .ezsearch-pager p a.page {
  color: #113961;
}
#searchResults .ezsearch-pager p .next {
  color: #113961;
}
#searchResults .ezsearch-no-results {
  font: normal normal normal 15px/23px "Dosis", serif;
  letter-spacing: 0.3px;
  color: #113961;
  text-transform: uppercase;
}

#activites .tagsContainer:not(tagsInSlider) {
  left: 0;
  top: 40px;
}
@media screen and (max-width: 576px) {
  #activites .tagsContainer:not(tagsInSlider) {
    left: 5px;
  }
}
#activites .col-12 {
  margin-bottom: 30px;
}
#activites .activiteContainer {
  background-color: #E9F0F7;
  padding: 30px;
  border-radius: 20px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) and (min-width: 576px) {
  #activites .activiteContainer {
    padding: 30px 10px;
  }
}
#activites .activiteContainer .activiteTopContent .activiteImage {
  margin-bottom: 20px;
}
#activites .activiteContainer .activiteTopContent .activiteImage img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  line-height: 0;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #activites .activiteContainer .activiteTopContent .activiteImage img {
    margin: 0 auto;
    display: block;
  }
}
#activites .activiteContainer .activiteTopContent .activieTexts .cardTitle {
  margin-bottom: 20px;
  text-align: center;
}
#activites .activiteContainer .activiteTopContent .activieTexts .activiteDesc {
  text-align: center;
}
#activites .activiteContainer .activiteBottomContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#activites .activiteContainer .activiteBottomContent .text-cta {
  text-align: center;
  margin-bottom: 20px;
}
#activites .activiteContainer .activiteBottomContent .buttonCta {
  text-align: center;
}

.commentCaMarche-page .planiMenuFaq-answer strong, .commentCaMarche-page .planiMenuFaq-answer b {
  font-weight: 700;
}
.commentCaMarche-page .aboveTitle {
  font: normal normal 600 23px/30px "Dosis", serif;
  color: #113961;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 15px;
}
.commentCaMarche-page .bannerText {
  font: normal normal 600 23px/30px "Quicksand", serif;
  font-weight: 400;
  color: #113961;
}
@media screen and (max-width: 767px) {
  .commentCaMarche-page #bannerPagePlaniMenus {
    margin-bottom: 80px;
  }
}
.commentCaMarche-page #commentCaMarche .stickyButton {
  position: sticky;
  top: 150px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -210px;
  margin-bottom: 128px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .commentCaMarche-page #commentCaMarche .stickyButton {
    margin-bottom: 50px;
    z-index: 3;
  }
}
.commentCaMarche-page #commentCaMarche .stickyButton .shapeButton {
  position: relative;
  color: #fff;
  display: inline-block;
  pointer-events: visible;
}
.commentCaMarche-page #commentCaMarche .stickyButton .shapeButton > svg {
  width: 166px;
  height: auto;
}
.commentCaMarche-page #commentCaMarche .stickyButton .shapeButton > svg path {
  transition: 250ms;
}
.commentCaMarche-page #commentCaMarche .stickyButton .shapeButton span {
  width: 96px;
  position: absolute;
  z-index: 1;
  text-align: center;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  font: normal normal 500 15px/18px "Quicksand", serif;
}
.commentCaMarche-page #commentCaMarche .stickyButton .shapeButton span > svg {
  margin-bottom: 5px;
}
.commentCaMarche-page #commentCaMarche .stickyButton .shapeButton:hover > svg path {
  fill: #F75A58;
}
.commentCaMarche-page #commentCaMarche .planiMenuContent {
  display: flex;
  flex-flow: column nowrap;
  gap: 120px;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .planiMenuContent {
    gap: 64px;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuIntroRte {
  font: normal normal 500 23px/29px "Quicksand", serif;
  letter-spacing: 0.46px;
  color: #113961;
}
.commentCaMarche-page #commentCaMarche .planiMenuIntroRte.rte strong {
  font-size: inherit;
  font-weight: 700;
}
.commentCaMarche-page #commentCaMarche .planiMenuPresentation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(48px, 13vw, 120px);
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .planiMenuPresentation {
    flex-direction: column;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuPresentation-left {
  width: 37%;
  min-width: 300px;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .planiMenuPresentation-left {
    width: 100%;
    min-width: inherit;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuPresentation-left h2 {
  font: normal normal 500 45px/45px "Bree Serif", serif;
  margin-bottom: 56px;
}
.commentCaMarche-page #commentCaMarche .planiMenuPresentation-right {
  width: 50%;
  aspect-ratio: 462/500;
  /*overflow: hidden;
  border-radius: 20px;*/
}
.commentCaMarche-page #commentCaMarche .planiMenuPresentation-right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #E9F0F7;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .planiMenuPresentation-right {
    width: 100%;
    min-width: inherit;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuBenefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 97px;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .planiMenuBenefits-list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuBenefits-item {
  padding-right: 65px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 66px;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .planiMenuBenefits-item {
    padding-right: 0;
    padding-bottom: 40px;
    gap: 32px;
  }
  .commentCaMarche-page #commentCaMarche .planiMenuBenefits-item:not(:last-child) {
    border-bottom: 1px #0E375F solid;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuBenefits-item:nth-child(2n) {
  padding-right: 0;
  padding-left: 65px;
  border-left: 1px #0E375F solid;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .planiMenuBenefits-item:nth-child(2n) {
    padding-left: 0;
    border-left: 0;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuBenefits-imageItem {
  aspect-ratio: 395/276;
  overflow: hidden;
  border-radius: 20px;
}
.commentCaMarche-page #commentCaMarche .planiMenuBenefits-imageItem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.commentCaMarche-page #commentCaMarche .planiMenuBenefits-contentItem {
  color: #113961;
}
.commentCaMarche-page #commentCaMarche .planiMenuBenefits-titleItem {
  font: normal normal normal 28px/30px "Bree Serif", serif;
  margin-bottom: 20px;
}
.commentCaMarche-page #commentCaMarche .howItWorks button {
  margin-top: 56px;
}
.commentCaMarche-page #commentCaMarche .howItWorks-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  list-style: none;
  column-gap: 66px;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .howItWorks-list {
    grid-template-columns: 1fr;
  }
}
.commentCaMarche-page #commentCaMarche .howItWorks-list li {
  counter-increment: my-awesome-counter;
  position: relative;
  background: #E9F0F8;
  padding: 27px 32px 28px 42px;
  border-radius: 16px;
  font: normal normal 600 16px/17px "Quicksand", serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .howItWorks-list li {
    margin-left: 42px;
  }
}
.commentCaMarche-page #commentCaMarche .howItWorks-list li::before {
  content: counter(my-awesome-counter);
  color: red;
  font-weight: bold;
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/Images/svg/icon_blob.svg);
  background-size: 100%;
  width: 70px;
  aspect-ratio: 52/54;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal 500 28px/30px "Bree Serif", serif;
}
@media screen and (max-width: 992px) {
  .commentCaMarche-page #commentCaMarche .howItWorks-list li::before {
    left: -50px;
  }
}
.commentCaMarche-page #commentCaMarche .planiMenuFaq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.commentCaMarche-page #commentCaMarche .planiMenuFaq-item {
  background: #E9F0F8;
  padding: 26px 40px 26px 40px;
  border-radius: 20px;
}
.commentCaMarche-page #commentCaMarche .planiMenuFaq-question {
  margin-bottom: 14px;
}
.commentCaMarche-page #commentCaMarche .planiMenuFaq-question h3 {
  font: normal normal 500 28px/30px "Bree Serif", serif;
  color: #F75A58;
}
.commentCaMarche-page #commentCaMarche .planiMenuFaq-answer {
  /*font: normal normal 600 23px/30px $quicksand;
  font-weight: 400;*/
  color: #113961;
}
.commentCaMarche-page .planiMenu-subTitle {
  font: normal normal bold 23px/25px "Dosis", serif;
  text-transform: uppercase;
  color: #113961;
  margin-bottom: 16px;
}
.commentCaMarche-page .planiMenu-subTitle h3 {
  font-weight: 700;
}
.commentCaMarche-page .listingTitle {
  margin-bottom: 56px;
  max-width: 600px;
}
.commentCaMarche-page .listingTitle h2 {
  font: normal normal normal 45px/45px "Bree Serif", serif;
  color: #113961;
}

#conseil.pagePadding {
  padding: 0 0 50px 0;
}
#conseil #ficheConseilContentTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #conseil .rte.point {
    padding-left: 30px;
  }
}
#conseil .rte.point ul, #conseil .rte.point ol {
  list-style-position: outside;
  margin-left: 16px;
}
@media screen and (max-width: 992px) {
  #conseil .rte.point .BlueBox {
    padding: 20px;
  }
}
#conseil #topContent {
  padding-bottom: 30px;
}
#conseil #topContent #ficheImg img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #conseil #topContent #ficheImg img {
    max-width: 50vw;
    margin: auto auto 40px auto;
    display: block;
    margin-top: 15px;
  }
}
@media screen and (max-width: 475px) {
  #conseil #topContent #ficheImg img {
    max-width: 100vw;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints {
  position: relative;
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint {
    padding-left: 0;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint .ficheConseilPointsContentContainer {
  position: relative;
  padding-left: 40px;
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint img {
  max-width: 290px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint .ficheConseilPointsIcon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint .ficheConseilPointsIcon .a-ficheConseilPointsIcon {
  fill: #F75A58;
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint .BlueBox {
  margin-top: 15px;
  margin-left: -35px;
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint .BlueBox ul, #conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint .BlueBox ol {
  list-style-position: outside !important;
  margin-left: 16px !important;
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint .BlueBox {
    margin-left: -30px;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints .ficheConseilPoint:last-child {
  margin-bottom: 0;
}
#conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout {
    flex-direction: column;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint {
  max-width: 50%;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
#conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint:nth-child(odd) {
  border-right: 1px solid rgba(17, 57, 97, 0.4);
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint:nth-child(odd) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint {
    border-right: none;
    border-bottom: 1px solid rgba(17, 57, 97, 0.4);
    padding-bottom: 40px;
  }
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint:last-child {
    margin-bottom: 0;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint:nth-child(odd) {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint:nth-child(odd) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.listBlocLayout .ficheConseilPoint:nth-child(odd) {
    padding-right: 0;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints.noImgLayout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.noImgLayout {
    flex-direction: column;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints.noImgLayout .ficheConseilPoint {
  max-width: 50%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.noImgLayout .ficheConseilPoint {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #conseil .ficheConseilContent .ficheConseilPoints.noImgLayout .ficheConseilPoint:last-child {
    margin-bottom: 0;
  }
}
#conseil .ficheConseilContent .ficheConseilPoints.noImgLayout .ficheConseilPoint:nth-child(odd) {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  #conseil .ficheConseilContent .ficheConseilPoints.noImgLayout .ficheConseilPoint:nth-child(odd) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #conseil .ficheConseilContent .ficheConseilPoints.noImgLayout .ficheConseilPoint:nth-child(odd) {
    padding-right: 0;
  }
}

#ficheConseilContentIntroContainer {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ficheConseilContentIntroContainer {
    flex-direction: column;
    align-items: center;
  }
}
#ficheConseilContentIntroContainer #ficheConseilContentIntroImgContainer #ficheConseilContentIntroImg {
  max-width: 115px;
  width: 115px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #ficheConseilContentIntroContainer #ficheConseilContentIntroImgContainer #ficheConseilContentIntroImg {
    margin-bottom: 20px;
  }
}
#ficheConseilContentIntroContainer #ficheConseilContentIntroText {
  padding-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #ficheConseilContentIntroContainer #ficheConseilContentIntroText {
    padding-left: 0;
  }
}
#ficheConseilContentIntroContainer #ficheConseilContentIntroWho {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  text-decoration: underline;
  font: normal normal 500 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #F75A58;
}
#ficheConseilContentIntroContainer a#ficheConseilContentIntroWho:hover {
  text-decoration: none !important;
}

#conseilsNutrition .tagsContainer:not(tagsInSlider) {
  left: -10px;
  top: 40px;
}
@media screen and (max-width: 576px) {
  #conseilsNutrition .tagsContainer:not(tagsInSlider) {
    left: -10px;
  }
}
#conseilsNutrition .conseilContainer {
  position: relative;
  background: #E9F0F7;
  margin: 0 0 50px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 40px;
  min-height: 210px;
}
#conseilsNutrition .conseilContainer:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #conseilsNutrition .conseilContainer {
    padding: 25px 23px;
  }
}
#conseilsNutrition .conseilContainer .conseil {
  position: relative;
}
#conseilsNutrition .conseilContainer .conseil img {
  max-width: 333px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  #conseilsNutrition .conseilContainer .conseil img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #conseilsNutrition .conseilContainer .conseil img {
    max-width: 215px;
    top: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  #conseilsNutrition .conseilContainer .conseil img {
    max-width: 100%;
  }
}
#conseilsNutrition .conseilContainer .conseil .conseilContent {
  margin-right: 60px;
}
@media screen and (max-width: 992px) {
  #conseilsNutrition .conseilContainer .conseil .conseilContent {
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  #conseilsNutrition .conseilContainer .conseil .conseilContent .cardTitle {
    text-align: center;
  }
}
#conseilsNutrition .conseilContainer .conseil .conseilContent .rte {
  margin-top: 20px;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  #conseilsNutrition .conseilContainer .conseil .conseilContent .rte {
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  #conseilsNutrition .conseilContainer .conseil .conseilContent .rte {
    text-align: center;
  }
}
#conseilsNutrition .conseilContainer .conseil .conseilBottomRow {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow {
    flex-direction: column;
  }
}
#conseilsNutrition .conseilContainer .conseil .conseilBottomRow .text-cta {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .text-cta {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer {
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer {
    margin-top: 30px;
  }
}
#conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer .authorName {
  font: normal normal 600 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
}
#conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer .authorPic {
  max-width: 115px;
  position: absolute;
  top: 50%;
  right: -145px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer .authorPic {
    right: -125px;
  }
}
@media screen and (max-width: 830px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer .authorPic {
    max-width: 70px;
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer .authorPic {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    max-width: 90px;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  #conseilsNutrition .conseilContainer .conseil .conseilBottomRow .authorContainer .authorPic {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

#contact .hidden-floating-err {
  display: none;
}
#contact #contactForm {
  display: flex;
  flex-wrap: wrap;
}
#contact #contactForm #contactTitle {
  font: normal normal normal 28px/30px "Bree Serif", serif;
  letter-spacing: 0.56px;
  color: #113961;
  margin-bottom: 30px;
}
#contact #contactForm * {
  -webkit-appearance: none;
  outline: none;
  border: none;
}
#contact #contactForm .contactFormRow {
  padding: 0 5%;
}
@media screen and (max-width: 576px) {
  #contact #contactForm .contactFormRow {
    padding: 0 15px;
  }
}
#contact #contactForm .contactFormRow#contactFormRowSummit {
  margin-top: 0px;
  margin-bottom: 0px;
}
#contact #contactForm .contactFormRow#contactFormRowSummit p, #contact #contactForm .contactFormRow#contactFormRowSummit a {
  font: normal normal normal 14px/22px "Quicksand", serif;
  color: #113961;
}
#contact #contactForm .contactFormRow#contactFormRowSummit a {
  text-decoration: underline;
}
#contact #contactForm .contactFormRow#contactFormRowSummit a:hover {
  text-decoration: none;
}
#contact #contactForm #errMss {
  margin-bottom: 10px;
  margin-top: 0;
}
#contact #contactForm .contactInput {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  border: 1px solid #113961;
  color: #113961;
  background: #fff;
  padding: 12px 20px;
  font: normal normal 500 15px/23px "Quicksand", serif;
  letter-spacing: 0.3px;
  text-align: left;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#contact #contactForm .contactInput::placeholder {
  color: rgba(17, 57, 97, 0.5) !important;
}
#contact #contactForm #contactMessage, #contact #contactForm textarea {
  width: 100%;
}
#contact #contactForm #contactSubmit {
  display: inline-block;
  background-color: #113961;
  border: 2px solid #113961;
  border-radius: 40px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.15s ease-in;
  margin-top: 20px;
  font: normal normal bold 16px/20px "Quicksand", serif;
  box-sizing: border-box;
  min-width: 175px;
}
#contact #contactForm #contactSubmit:hover {
  background-color: transparent;
  color: #113961;
  transition: all 0.35s ease-out;
}
#contact #contactForm ::placeholder {
  color: inherit !important;
  text-align: left;
}
#contact #contactForm .placeholderSpacer {
  display: inline-block;
  width: 5px;
}
#contact #contact-thanks {
  display: none;
  font: normal normal normal 28px/30px "Bree Serif", serif;
  letter-spacing: 0.56px;
  color: #113961;
  margin-bottom: 24px;
  text-align: center;
}

#contactFormContainer {
  overflow: hidden;
  background: #E9F0F7;
  border-radius: 20px;
  padding: 35px 0 30px 0;
}
@media screen and (max-width: 576px) {
  #contactFormContainer {
    border-radius: 0;
  }
}

#ficheActivite {
  position: relative;
}
#ficheActivite #sharePrintContainer {
  margin-bottom: 24px;
  margin-top: 24px;
}
#ficheActivite .tagsContainer.ficheTags {
  top: -40px;
  left: 0;
}
#ficheActivite #details {
  margin-bottom: 80px;
  padding-right: 70px;
  position: relative;
}
#ficheActivite #details.hasTagContainer {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  #ficheActivite #details {
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  #ficheActivite #details {
    padding-right: 0;
  }
}
#ficheActivite #details #activiteTitle {
  text-align: left;
  font: normal normal normal 50px/50px "Bree Serif", serif;
  letter-spacing: 0.5px;
  color: #113961;
  margin-bottom: 15px;
}
#ficheActivite #details #activiteSubtitle {
  text-align: left;
  font: normal normal 500 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
  margin-bottom: 20px;
}
#ficheActivite #details .rte {
  margin-bottom: 25px;
  padding-left: 30px;
}
#ficheActivite #details .rte .Bolder {
  margin-bottom: 10px !important;
}
#ficheActivite #details .rte {
  /*@media screen and (max-width: 576px) {
      padding-left: 0;
  }*/
}
@media screen and (max-width: 576px) {
  #ficheActivite #details .buttonCta {
    margin: 0 auto;
    display: block;
  }
}
#ficheActivite #recetteAssocBloc #recetteAssocTitle {
  text-align: left;
  font: normal normal bold 23px/29px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#ficheActivite #recetteAssocBloc .recetteBlocHorizontal .recetteContent {
  padding: 40px 20px;
}
#ficheActivite #recetteAssocBloc .recetteBlocHorizontal .recetteContent .recetteContentTitle {
  font: normal normal bold 17px/21px "Quicksand", serif;
}
#ficheActivite #recetteAssocBloc .recetteBlocHorizontal .recetteContent .text-cta {
  margin-top: 10px;
}
#ficheActivite #preview img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(17, 57, 97, 0.1215686275);
}
@media screen and (max-width: 768px) {
  #ficheActivite #preview img {
    max-width: 50vw;
    margin: 0 auto 40px auto;
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #ficheActivite #preview img {
    max-width: 100vw;
    margin: 0 auto 40px auto;
    display: block;
  }
}

#bannerPageRecette .statsDisplay .nutritionStatsRowTitle {
  text-align: left;
  font: normal normal normal 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
}
#bannerPageRecette .statsDisplay .nutritionStatsRowValue {
  text-align: left;
  font: normal normal bold 15px/23px "Quicksand", serif;
  letter-spacing: 0.3px;
  color: #113961;
}
#bannerPageRecette .statsDisplay .colTitle.rte {
  margin-bottom: 20px;
}

#ficheRecette .statsDisplay .nutritionStatsRowTitle {
  text-align: left;
  font: normal normal bold 16px/23px "Quicksand", serif;
  letter-spacing: 0.32px;
  color: #113961;
}
#ficheRecette .statsDisplay .nutritionStatsRowValue {
  text-align: left;
  font: normal normal normal 15px/23px "Quicksand", serif;
  letter-spacing: 0.3px;
  color: #113961;
}
#ficheRecette .statsDisplay .colTitle.rte {
  margin-bottom: 20px;
}

#ficheRecette {
  padding-top: 10px;
}
#ficheRecette .widerContainer {
  max-width: 1380px;
}
@media only screen and (max-width: 576px) {
  #ficheRecette .mobileThigher {
    padding-left: 7px;
    padding-right: 7px;
  }
}
#ficheRecette #recipeIntro {
  margin-bottom: 55px;
}
#ficheRecette {
  /* hide by default recipe-wrap to avoid blinking on page load*/
}
#ficheRecette .recipe-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: none;
}
#ficheRecette .recipe-wrap.active {
  opacity: 1;
  visibility: visible;
  transition: none;
  height: 100%;
}
#ficheRecette {
  /* hidden */
}
#ficheRecette .recipe-wrap .panels-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#ficheRecette {
  /* visible*/
}
#ficheRecette .recipe-wrap.active .panels-wrap {
  /*display:block;*/
  background-color: #f9fcff;
  padding: 60px 60px 90px 60px;
  opacity: 1;
  height: 100%;
  visibility: visible;
  transition: opacity 0.5s ease-out;
  -webkit-animation: moveUp 0.5s 1 alternate;
  animation: moveUp 0.5s 1 alternate;
  position: relative;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media only screen and (max-width: 767px) {
  #ficheRecette .recipe-wrap.active .panels-wrap {
    padding: 45px 10px 45px 10px;
  }
}
#ficheRecette {
  /* fill gap with color*/
}
#ficheRecette .recipe-wrap .panels-wrap:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f9fcff;
  z-index: -1;
  transition: none;
}
@-webkit-keyframes moveUp {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
#ficheRecette {
  /* button rail */
}
#ficheRecette .buttons-wrap {
  z-index: 1;
  border: 2px solid #113961;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-color: #f9fcff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #ficheRecette .buttons-wrap {
    border-radius: 8px;
  }
}
#ficheRecette {
  /* button styles */
}
#ficheRecette .button {
  text-align: center;
  z-index: 2;
  font-family: "Dosis", serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  padding: 36px 20px;
  position: relative;
  display: inline-block;
  flex: 1 1 0px;
  text-transform: uppercase;
  color: #113961;
  transition: color 0.2s ease-in;
  /* button reset formating */
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  text-decoration: none;
  text-indent: 0;
}
@media only screen and (max-width: 992px) {
  #ficheRecette .button {
    font-size: 19px;
    line-height: 22px;
    padding: 25px 12px;
  }
}
@media only screen and (max-width: 767px) {
  #ficheRecette .button {
    font-size: 15px;
    line-height: 24px;
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 576px) {
  #ficheRecette .button {
    padding: 12px 2px;
  }
}
@media only screen and (max-width: 375px) {
  #ficheRecette .button {
    font-size: 13px;
    line-height: 18px;
    word-break: break-all;
  }
}
#ficheRecette {
  /* button reset formating */
}
#ficheRecette .button:focus {
  outline: none;
}
#ficheRecette .button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#ficheRecette {
  /* button hover indicators */
}
#ficheRecette .button:not(.active):hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  height: 20px;
  border-radius: 50%;
  background: rgb(249, 252, 255);
  background: linear-gradient(180deg, rgba(249, 252, 255, 0) 0%, rgba(17, 57, 97, 0.12) 100%);
}
#ficheRecette .button:not(.active):hover:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  height: 20px;
  border-radius: 50%;
  background: rgb(249, 252, 255);
  background: linear-gradient(0deg, rgba(249, 252, 255, 0) 0%, rgba(17, 57, 97, 0.12) 100%);
}
#ficheRecette .button.active {
  color: #ffffff;
}
#ficheRecette {
  /* sliding shape on active button */
}
#ficheRecette .sliding {
  position: absolute;
  top: 0;
  width: calc(33.3333333333% + 10px);
  transform: translateX(-5px);
  height: 100%;
  background: #113961;
  z-index: 1;
  transition: all 0.35s ease-out;
  border-radius: 21px;
}
@media only screen and (max-width: 767px) {
  #ficheRecette .sliding {
    border-radius: 4px;
  }
}
#ficheRecette {
  /* hidden */
}
#ficheRecette .panel {
  display: none;
}
#ficheRecette {
  /* visible */
}
#ficheRecette .panel.active {
  display: block;
}
#ficheRecette #tilesblock {
  margin-top: 90px;
}
#ficheRecette {
  /* Recipe selector*/
}
#ficheRecette #toggler-wrap {
  min-height: 40px;
}
#ficheRecette #toggler-wrap p {
  padding: 0;
}
#ficheRecette #toggler-wrap #switch_recette1 {
  text-align: right;
  position: relative;
  left: -20px;
}
#ficheRecette #toggler-wrap #switch_recette2 {
  text-align: left;
  position: relative;
  right: -20px;
}
#ficheRecette #toggler {
  display: inline;
}
#ficheRecette #toggler input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
#ficheRecette #toggler label {
  border: 1px solid rgba(17, 57, 97, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  width: 64px;
  height: 32px;
  background: #ffffff;
  display: inline-block;
  border-radius: 13px;
  position: relative;
}
#ficheRecette #toggler label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 22px;
  transform: translateY(-50%);
  height: 22px;
  background: #113961;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
#ficheRecette #toggler input:checked + label {
  background: #ffffff;
}
#ficheRecette #toggler input:checked + label:after {
  left: calc(100% - 4px);
  transform: translate(-100%, -50%);
}
#ficheRecette {
  /* will be displayed by the scripts if there is more than 1 .recipe-wrap*/
}
#ficheRecette #toggler-wrap {
  display: none;
}
#ficheRecette #toggler-wrap.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ficheRecette .recipeName {
  font-family: "Dosis", serif;
  color: #113961;
  font-weight: bold;
  font-size: 23px;
  line-height: 24px;
  transition: opacity 0.2s ease-out;
  word-break: break-word;
}
@media only screen and (max-width: 991px) {
  #ficheRecette .recipeName {
    font-size: 16px;
    line-height: 24px;
  }
}
#ficheRecette .recipeName:not(.active) {
  opacity: 0.5;
  /* allow click on non active in js*/
  cursor: pointer;
}
#ficheRecette .recipeName.active {
  cursor: default;
  transition: transform 0.1s ease-out, font-weight 0s ease-out;
}
#ficheRecette {
  /* Customize the label (the container) */
}
#ficheRecette .check-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 24px;
  font-family: "Quicksand", serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.07px;
  color: #113961;
  font-weight: normal;
}
#ficheRecette .check-item .link2 {
  margin-left: 4px;
  color: inherit;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #ficheRecette .check-item {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 576px) {
  #ficheRecette .check-item {
    font-size: 16px;
    line-height: 18px;
  }
}
#ficheRecette .check-item .tooltipTrigger {
  margin-left: 4px;
}
#ficheRecette .check-list li:not(:last-child) {
  margin-bottom: 20px;
}
#ficheRecette .check-item label {
  margin-bottom: 0;
  cursor: pointer;
}
#ficheRecette .check-item .bolder {
  font-weight: bold;
}
#ficheRecette .check-item .tooltipTrigger {
  color: #113961;
  text-decoration: underline;
}
#ficheRecette {
  /* Hide the browser's default checkbox */
}
#ficheRecette .check-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#ficheRecette {
  /* Create a custom checkbox */
}
#ficheRecette .check-item .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid rgba(17, 57, 97, 0.6);
  /*top: 50%;
  transform: translateY(-50%);*/
  top: 0px;
}
#ficheRecette {
  /* On mouse-over, add a grey background color */
}
#ficheRecette .check-item:hover input ~ .checkmark {
  background-color: rgba(17, 57, 97, 0.05);
}
#ficheRecette {
  /* When the checkbox is checked, add a blue background */
}
#ficheRecette .check-item input:checked ~ .checkmark {
  background-color: #113961;
}
#ficheRecette {
  /* When the checkbox is checked, strike text */
}
#ficheRecette .check-item input:checked ~ span, #ficheRecette .check-item input:checked ~ span .tooltipTrigger {
  text-decoration: line-through;
  color: rgba(17, 57, 97, 0.45);
}
#ficheRecette .check-item input:checked ~ .imgTriggerCheckbox {
  opacity: 0.4;
  transition: opacity 0.2s ease-out;
}
#ficheRecette .check-item input:checked ~ span .tooltipTrigger, #ficheRecette .check-item input:checked a {
  pointer-events: none;
}
#ficheRecette {
  /* Create the checkmark/indicator (hidden when not checked) */
}
#ficheRecette .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#ficheRecette {
  /* Show the checkmark when checked */
}
#ficheRecette .check-item input:checked ~ .checkmark:after {
  display: block;
}
#ficheRecette {
  /* Style the checkmark/indicator */
}
#ficheRecette .check-item .checkmark:after {
  left: 8px;
  top: 1px;
  width: 8px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
  border-radius: 1px;
}
#ficheRecette .check-item.icon {
  margin-left: 34px;
  position: relative;
}
#ficheRecette .check-item.icon .levelIcon {
  position: absolute;
  left: -48px;
  pointer-events: none;
  top: -3px;
}
#ficheRecette {
  /*.labelWithImage img {
      margin-top: 30px;
  }*/
}
#ficheRecette .panel-inner.images ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}
#ficheRecette .panel-inner.images .check-item {
  flex-direction: column !important;
}
#ficheRecette .panel-inner.images .check-item .labelWithImage {
  width: 100%;
  font-weight: bold;
}
#ficheRecette .panel-inner.images img {
  max-width: 310px;
  width: 100%;
  cursor: pointer;
  margin-top: 4px;
}
#ficheRecette .panel-inner.images li {
  flex: 1 1 calc(33.3333% - 30px);
  max-width: calc(33.3333% - 30px);
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 1200px) {
  #ficheRecette .panel-inner.images li {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  #ficheRecette .panel-inner.images .check-item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #ficheRecette .sticky {
    position: sticky;
    top: 80px;
    z-index: 999;
    background-color: #ffffff;
  }
}
#ficheRecette .recipeDisplayName {
  font-family: "Bree Serif", serif;
  color: #113961;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.2px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  #ficheRecette .recipeDisplayName {
    margin-top: 10px;
    margin-bottom: 38px;
  }
}
#ficheRecette .panel-subtitle {
  font-family: "Quicksand", serif;
  font-size: 23px;
  line-height: 32px;
  color: #113961;
  margin-bottom: 24px;
  font-weight: 600;
}
#ficheRecette .panel-section:not(:last-child) {
  margin-bottom: 48px;
}
#ficheRecette .panel3 .check-list {
  margin-left: 10px;
}
#ficheRecette .panel3 .check-item:not(.icon) {
  margin-left: 34px;
}
#ficheRecette .iconInfo-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 50px;
  align-items: center;
}
#ficheRecette .iconInfo-wrap img {
  width: 38px;
  display: inline-block;
  margin-right: 10px;
}
#ficheRecette .iconInfo-wrap .iconInfo {
  font-family: "Quicksand", serif;
  font-size: 21px;
  line-height: 24px;
  color: #113961;
  font-weight: bold;
}
#ficheRecette .nutritionStats {
  margin-top: 15px;
}
#ficheRecette .nutritionStats .nutritionStatsPanel {
  margin-top: 20px;
  display: none;
}
#ficheRecette .nutritionStats .nutritionStatsPanel.eVisible {
  display: block;
}
#ficheRecette .suggestions {
  max-width: 600px;
  text-align: center;
  margin: 80px auto 0 auto;
}
#ficheRecette .suggestions .suggestion-title {
  font-family: "Dosis", serif;
  font-size: 32px;
  line-height: 32px;
  color: #113961;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  #ficheRecette .suggestions .suggestion-title {
    font-size: 21px;
    line-height: 24px;
  }
}
#ficheRecette .suggestions .suggestions-bloc {
  padding: 70px 75px;
  background-color: #113961;
  border-radius: 24px;
}
@media only screen and (max-width: 576px) {
  #ficheRecette .suggestions .suggestions-bloc {
    padding: 30px 30px;
    border-radius: 8px;
  }
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner {
  position: relative;
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker {
  position: relative;
  display: inline-block;
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker .deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker .deco.deco3 {
  top: -14px;
  width: 36px;
  height: 46px;
  left: -22px;
  background-image: url(../../Images/recetteTabs/element-1-desktop.svg);
}
@media only screen and (max-width: 650px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker .deco.deco3 {
    width: 26px;
    height: 36px;
    left: -32px;
  }
}
@media only screen and (max-width: 400px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker .deco.deco3 {
    left: -32px;
  }
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker .deco.deco4 {
  top: -11px;
  width: 31px;
  height: 41px;
  right: -20px;
  background-image: url(../../Images/recetteTabs/element-2-desktop.svg);
}
@media only screen and (max-width: 650px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker .deco.deco4 {
    width: 21px;
    height: 31px;
    right: -30px;
  }
}
@media only screen and (max-width: 400px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner .decoTracker .deco.deco4 {
    right: -30px;
  }
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner p, #ficheRecette .suggestions .suggestions-bloc .suggestions-inner a.balanced {
  padding: 0 22px;
  font-family: "Quicksand", serif;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner p, #ficheRecette .suggestions .suggestions-bloc .suggestions-inner a.balanced {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 576px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner p, #ficheRecette .suggestions .suggestions-bloc .suggestions-inner a.balanced {
    padding: 0 0;
  }
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner p.accomBig, #ficheRecette .suggestions .suggestions-bloc .suggestions-inner a.balanced.accomBig {
  font-size: 26px;
  line-height: 32px;
}
@media only screen and (max-width: 650px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner p.accomBig, #ficheRecette .suggestions .suggestions-bloc .suggestions-inner a.balanced.accomBig {
    font-size: 20px;
    line-height: 26px;
  }
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner a.balanced {
  text-decoration: underline;
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .symbol.plus {
  margin: 8px 0;
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .symbol.equal {
  margin: 13px 0 9px 0;
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .symbol {
  display: block;
}
#ficheRecette .suggestions .suggestions-bloc .suggestions-inner .symbol img {
  width: 28px;
}
@media only screen and (max-width: 650px) {
  #ficheRecette .suggestions .suggestions-bloc .suggestions-inner .symbol img {
    width: 22px;
  }
}

#printedLogo {
  display: none;
}

@media print {
  #printedLogo {
    display: block !important;
    max-width: 100px !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .container, .row, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #recipeIntro {
    display: none !important;
  }
  .tooltipTrigger {
    display: none !important;
  }
  * {
    overflow: visible !important;
  }
  /*p, li, .panel-section, .recipe-wrap, #astuces-container {
      break-inside: avoid !important;
      page-break-inside: avoid !important;
  }

  .recipe-wrap {
      //page-break-after: always !important;
      break-after: page !important;
  }*/
  .recipe-wrap[data-wrapid="2"] {
    break-after: page !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  .panel2 {
    page-break-inside: avoid !important;
    break-after: page !important;
  }
  #tilesblock {
    page-break-inside: avoid !important;
    break-after: page !important;
  }
  #tilesblock .row {
    display: flex !important;
    flex-direction: column !important;
  }
  hr.d-none {
    display: block !important;
  }
  #header-mobile {
    display: none !important;
  }
  @page :footer {
    display: none !important;
  }
  @page :header {
    display: none !important;
  }
  header, .sticky {
    display: none !important;
  }
  .mobile-logo {
    display: none !important;
  }
  #recipesSlider {
    display: none !important;
  }
  .logowrap {
    display: none !important;
  }
  header .menu {
    display: none !important;
  }
  .pagePadding {
    padding: 0 !important;
  }
  #trigger-menu {
    display: none !important;
  }
  #bannerPageRecette {
    height: 100% !important;
    padding-top: 0 !important;
    width: calc(100% - 200px) !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
  }
  #bannerPageRecette .recetteImg {
    display: none !important;
  }
  #bannerPageRecette #wavesContentContainer {
    max-width: 100vw !important;
  }
  #bannerPageRecette #wavesContentContainer #bannerTitle {
    text-align: left !important;
    font: normal normal normal 28px/35px "Bree Serif", serif !important;
  }
  #bannerPageRecette #wavesContentContainer #bannerTitle * {
    transform: none !important;
    transform-origin: 0 0 !important;
    opacity: 1 !important;
    perspective: 0 !important;
  }
  #bannerPageRecette #wavesContentContainer #bannerTitle br {
    content: "";
    margin: 0 5px;
  }
  #bannerPageRecette #wavesContentContainer #bannerTitle br:after {
    content: "";
  }
  #bannerPageRecette #wavesContentContainer #bannerPageContent {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-width: 100%;
    padding-left: 0 !important;
  }
  #bannerPageRecette #wavesContentContainer #bannerPageContent .tagsContainer {
    display: none !important;
  }
  #bannerPageRecette #wavesContentContainer #bannerPageContent #sharePrintContainer {
    display: none !important;
  }
  #bannerPageRecette #wavesContentContainer #wavesDesktop, #bannerPageRecette #wavesContentContainer #wavesMobile {
    display: none !important;
  }
  .sticky {
    position: relative !important;
  }
  #breadcrumbs {
    display: none !important;
  }
  #recetteRoutine {
    display: none !important;
  }
  #ficheRecette #toggle-container {
    display: none !important;
  }
  #ficheRecette .recipes {
    margin-top: 10px !important;
  }
  #ficheRecette .recipes .recipe-wrap .panels-wrap:after {
    display: none !important;
  }
  #ficheRecette .recipes .recipeDisplayName {
    margin-bottom: 0 !important;
  }
  #ficheRecette .recipes .recipe-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }
  #ficheRecette .recipes .printPanelName {
    display: block !important;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Quicksand", serif;
    font-size: 20px;
    line-height: 23px;
    color: #113961;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.46px;
  }
  #ficheRecette .recipes .panel-subtitle {
    font-size: 20px;
    line-height: 22px;
  }
  #ficheRecette .recipes .panels-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    padding: 0px !important;
    background-color: #ffffff !important;
  }
  #ficheRecette .recipes .panels-wrap .panel {
    display: flex !important;
    flex-direction: column !important;
    padding: 25px 0 !important;
  }
  #ficheRecette .recipes .panels-wrap .panel .sectionToggleAlign {
    display: none !important;
  }
  #ficheRecette .recipes .panels-wrap .panel .statsDisplay {
    display: flex !important;
    flex-direction: row;
    margin-bottom: 50px !important;
    flex-wrap: wrap;
  }
  #ficheRecette .recipes .panels-wrap .panel .statsDisplay div:not(:last-child) {
    margin-right: 40px;
  }
  #ficheRecette .recipes .panels-wrap .panel .statsDisplay .colTitle {
    display: block;
    width: 100%;
    flex-basis: 1;
  }
  #ficheRecette .recipes .panels-wrap .panel .statsDisplay .nutritionStatsRow {
    display: flex;
    flex-direction: column;
  }
  .panel-inner.images li {
    flex: 1 1 calc(25% - 30px) !important;
    max-width: calc(25% - 30px) !important;
    margin-bottom: 30px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .astucesContainer {
    display: none !important;
  }
  #activitiesSlider, #footerWave, #footerWaveMobile, #footer {
    display: none !important;
  }
  .suggestions {
    max-width: 600px;
    break-inside: avoid !important;
    text-align: center;
  }
  .suggestions .suggestion-title {
    margin-bottom: 0 !important;
    text-decoration: underline !important;
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .suggestions .suggestions-bloc {
    padding: 45px !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
  }
  .suggestions .suggestions-bloc .suggestions-inner p {
    font-size: 16px !important;
    line-height: 18px !important;
    color: #113961 !important;
  }
  .suggestions .suggestions-bloc .suggestions-inner .deco {
    display: none !important;
  }
  .suggestions .suggestions-bloc .suggestions-inner .symbol img {
    width: 18px !important;
  }
  .suggestions .suggestions-bloc .suggestions-inner .symbol.plus {
    margin: 8px 0;
  }
  .suggestions .suggestions-bloc .suggestions-inner .symbol.equal {
    margin: 12px 0 8px 0;
  }
  .suggestions .suggestions-bloc .suggestions-inner .symbol {
    display: block;
  }
  .suggestions .suggestions-bloc .suggestions-inner .symbol img {
    width: 28px;
  }
  .recipeDisplayName {
    text-align: left !important;
  }
  .tileTitle {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .tileContainer .tileInnerIcon {
    display: none !important;
  }
  .tileContainer .tileContent {
    padding: 10px !important;
    background: #ffffff !important;
  }
  /* When the checkbox is checked, strike text */
  .check-item input:checked ~ span {
    text-decoration: none !important;
    color: rgb(17, 57, 97) !important;
  }
  .check-item.icon img {
    left: -44px !important;
  }
  .panel2 .printPanelName, .panel3 .printPanelName {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
  #tilesblock {
    margin-top: 55px !important;
    padding-top: 55px !important;
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #ficheReference.pagePadding {
    padding-bottom: 0;
  }
}
#ficheReference #sharePrintContainer {
  margin-bottom: 24px;
  margin-top: 24px;
}
#ficheReference #TilesViewContent .ficheOutilsRef {
  margin-top: 60px;
}
#ficheReference #TilesViewContent #tilesblock {
  padding: 0 !important;
}
#ficheReference #ficheReferenceContentTitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  #ficheReference #ficheReferenceContentTitle {
    margin-bottom: 20px;
  }
}
#ficheReference .rte.point ul {
  list-style-position: inside;
}
@media screen and (max-width: 992px) {
  #ficheReference .rte.point .BlueBox {
    padding: 20px;
  }
}
#ficheReference #topContent {
  margin-bottom: 70px;
}
#ficheReference #ficheImg img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(17, 57, 97, 0.1215686275);
}
@media screen and (max-width: 768px) {
  #ficheReference #ficheImg img {
    max-width: 50vw;
    margin: 20px auto 40px auto;
    display: block;
  }
}
@media screen and (max-width: 475px) {
  #ficheReference #ficheImg img {
    max-width: 100vw;
  }
}
#ficheReference #ficheReferenceContent:not(.noImgLayout) {
  margin-bottom: 30px;
}
#ficheReference #ficheReferenceContent .ficheReferencePoints {
  position: relative;
}
#ficheReference #ficheReferenceContent .ficheReferencePoints .ficheReferencePoint {
  margin-bottom: 40px;
  padding-left: 35px;
  position: relative;
}
#ficheReference #ficheReferenceContent .ficheReferencePoints .ficheReferencePoint .ficheReferencePointsIcon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
}
#ficheReference #ficheReferenceContent .ficheReferencePoints .ficheReferencePoint .ficheReferencePointsIcon .a-ficheReferencePointsIcon {
  fill: #3EAEF1;
}
#ficheReference #ficheReferenceContent .ficheReferencePoints .ficheReferencePoint .BlueBox {
  margin-top: 15px;
  margin-left: -35px;
}
#ficheReference #ficheReferenceContent .ficheReferencePoints .ficheReferencePoint:last-child {
  margin-bottom: 0;
}
#ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout {
    flex-direction: column;
  }
}
#ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout .ficheReferencePoint {
  max-width: 50%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout .ficheReferencePoint {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout .ficheReferencePoint:last-child {
    margin-bottom: 0;
  }
}
#ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout .ficheReferencePoint:nth-child(odd) {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  #ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout .ficheReferencePoint:nth-child(odd) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ficheReference #ficheReferenceContent .ficheReferencePoints.noImgLayout .ficheReferencePoint:nth-child(odd) {
    padding-right: 0;
  }
}
#ficheReference #ficheSchemaContent #ficheSchemaContentTitleContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 30px;
}
#ficheReference #ficheSchemaContent #ficheSchemaContentTitleContainer #ficheSchemaContentTitle {
  font: normal normal bold 16px/22px "Quicksand", serif;
  letter-spacing: 0px;
  color: #113961;
  text-transform: uppercase;
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  #ficheReference #ficheSchemaContent #ficheSchemaContentTitleContainer #ficheSchemaContentTitle {
    margin-left: 20px;
  }
}
#ficheReference #ficheSchemaContent #ficheSchemaContentTitleContainer .ficheReferencePointsIcon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-left: -15px;
  margin-top: 4px;
}
@media screen and (max-width: 576px) {
  #ficheReference #ficheSchemaContent #ficheSchemaContentTitleContainer .ficheReferencePointsIcon {
    margin-left: 0;
  }
}
#ficheReference #ficheSchemaContent #ficheSchemaContentTitleContainer .ficheReferencePointsIcon .a-ficheReferencePointsIcon {
  fill: #3EAEF1;
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  #ficheReference #ficheSchemaContent #ficheSchemaPoints {
    display: flex;
    flex-direction: column;
  }
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints #ficheSchemaImgContainer {
  flex: 0 0 50%;
}
@media screen and (max-width: 1200px) {
  #ficheReference #ficheSchemaContent #ficheSchemaPoints #ficheSchemaImgContainer {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 992px) {
  #ficheReference #ficheSchemaContent #ficheSchemaPoints #ficheSchemaImgContainer {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints #ficheSchemaImgContainer #ficheSchemaImg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 992px) {
  #ficheReference #ficheSchemaContent #ficheSchemaPoints #ficheSchemaImgContainer #ficheSchemaImg {
    max-width: 50vw;
  }
}
@media screen and (max-width: 576px) {
  #ficheReference #ficheSchemaContent #ficheSchemaPoints #ficheSchemaImgContainer #ficheSchemaImg {
    max-width: 100vw;
  }
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 15px);
}
@media screen and (max-width: 1200px) {
  #ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol {
    flex: 0 0 35%;
  }
}
@media screen and (max-width: 992px) {
  #ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol {
    flex: 0 0 100%;
  }
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol .diagramBox {
  background: #E9F0F7;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 35px;
  position: relative;
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol .diagramBox:first-child {
  margin-top: 20px;
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol .diagramBox .diagramBoxCounter {
  color: #fff;
  text-align: center;
  font: normal normal bold 18px/23px "Quicksand", serif;
  letter-spacing: 0px;
  position: absolute;
  top: -14px;
  left: unset;
  z-index: 1;
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol .diagramBox .diagramBoxCounter:after {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #113961;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: -1;
}
#ficheReference #ficheSchemaContent #ficheSchemaPoints .ficheSchemaPointsCol .diagramBox:last-child {
  margin-bottom: 0;
}

#ficheTechnique.pagePadding {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  #ficheTechnique.pagePadding {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  #ficheTechnique.pagePadding {
    padding-top: 0px;
  }
}
#ficheTechnique #ficheTechniqueTitle {
  margin-bottom: 25px;
}
#ficheTechnique .ficheTechniqueRte {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #ficheTechnique .ficheTechniqueRte {
    padding-left: 0;
  }
}

.cardContainerRow {
  margin-top: 60px;
  /*&.cardsCtn-1 {
      .cardContainer{
          &:after{
              display:none !important;
          }
      }
  }

  &.moreThanTwo {
      .cardContainer.cardDetails {
          margin-bottom: 65px;
          display: block;
          position: relative;
          padding: 0 15px 0 0;

          @media screen and (max-width: 992px) {
              padding: 0 15px;
          }

          @media screen and (max-width: 768px) {
              padding: 0 0 65px 0;
              border-bottom: 2px solid rgba($chathams,0.5);
          }

          &.evenCard {
              &:after {
                  width: 2px;
                  height: 100%;
                  background: rgba($chathams,0.5);
                  content: "";
                  position: absolute;
                  top: 0;
                  right: -15px;

                  @media screen and (max-width: 992px) {
                      display: none;
                  }
              }

              &:before {
                  width: 2px;
                  height: 100%;
                  background: rgba($chathams,0.5);
                  content: "";
                  position: absolute;
                  top: 0;
                  left: -15px;

                  @media screen and (max-width: 768px) {
                      display: none;
                  }
              }
          }
      }
  }

  &.lessThanThree {
      .cardContainer.cardDetails {
          margin-bottom: 65px;
          display: block;
          position: relative;

          @media screen and (max-width: 768px) {
              border-bottom: 2px solid rgba($chathams,0.5);
              padding-bottom: 65px;
          }

          &.oddCard {


              @media screen and (max-width: 1200px) {
                  padding-right: 15px;
              }

              @media screen and (max-width: 768px) {
                  padding-right: 0;
              }

              &:after {
                  width: 2px;
                  height: 100%;
                  background: rgba($chathams,0.5);
                  content: "";
                  position: absolute;
                  top: 0;
                  right: -15px;

                  @media screen and (max-width: 768px) {
                      display: none;
                  }
              }
          }

          &.evenCard {
              padding-left: 25px;

              @media screen and (max-width: 1200px) {
                  padding-left: 15px;
              }

              @media screen and (max-width: 768px) {
                  padding-left: 0;
              }
          }
      }
  }*/
}
.cardContainerRow .cardContainer.cardDetails {
  display: block;
  position: relative;
}
.cardContainerRow .cardContainer.cardDetails .cardRteContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.cardContainerRow .cardContainer.cardDetails .cardRteContainer .stepNumber {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  height: 0%;
}
.cardContainerRow .cardContainer.cardDetails .cardRteContainer .stepNumber .stepNumberText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font: normal normal bold 46px/46px "Dosis", serif;
  letter-spacing: 0.92px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cardContainerRow .cardContainer.cardDetails .cardRteContainer .stepNumber .stepNumberText {
    font: normal normal bold 23px/23px "Dosis", serif;
  }
}
.cardContainerRow .cardContainer.cardDetails .cardRteContainer .stepNumber svg {
  width: 55px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cardContainerRow .cardContainer.cardDetails .cardRteContainer .stepNumber svg {
    width: 30px;
  }
}

.cardContainer.cardDetails {
  margin-bottom: 65px;
  display: block;
  position: relative;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 992px) {
  .cardContainer.cardDetails {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .cardContainer.cardDetails {
    padding: 0 0 65px 0;
    border-bottom: 2px solid rgba(17, 57, 97, 0.5);
  }
}
.cardContainer.cardDetails:after {
  width: 2px;
  height: 100%;
  background: rgba(17, 57, 97, 0.5);
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .cardContainer.cardDetails:after {
    display: none;
  }
}

.cardContainerRow.numItem-4 .cardContainerCol:nth-child(2) .cardContainer.cardDetails:after, .cardContainerRow.numItem-3 .cardContainerCol:nth-child(2) .cardContainer.cardDetails:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .cardContainerRow.maxItem .cardContainerCol:nth-child(even) .cardContainer.cardDetails:after {
    display: none !important;
  }
}
.cardContainerRow.maxItem {
  /*.cardContainerCol:nth-child(3n) {
      .cardContainer.cardDetails {
          &:after {
              display: none;
          }
      }
  }*/
}
@media screen and (max-width: 992px) {
  .cardContainerRow.maxItem .cardContainerCol:nth-child(even) .cardContainer.cardDetails:after, .cardContainerRow.maxItem .cardContainerCol:last-child .cardContainer.cardDetails:after {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .cardContainerRow.maxItem .cardContainerCol:nth-child(even) .cardContainer.cardDetails:after, .cardContainerRow.maxItem .cardContainerCol:nth-child(odd) .cardContainer.cardDetails:after, .cardContainerRow.maxItem .cardContainerCol:last-child .cardContainer.cardDetails:after {
    display: none !important;
  }
}
.cardContainerRow .cardContainerCol:last-child .cardContainer.cardDetails:after {
  display: none;
}

@media screen and (max-width: 992px) {
  .numItem-3 .cardContainerCol:nth-child(2n) .cardContainer.cardDetails:after, .numItem-6 .cardContainerCol:nth-child(2n) .cardContainer.cardDetails:after, .numItem-9 .cardContainerCol:nth-child(2n) .cardContainer.cardDetails:after, .numItem-12 .cardContainerCol:nth-child(2n) .cardContainer.cardDetails:after {
    display: none !important;
  }
}
.ficheTechnique-page #tilesblock + #recipesSlider, .conseil-page #tilesblock + #recipesSlider {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .ficheTechnique-page .tileColContainer:last-child, .conseil-page .tileColContainer:last-child {
    margin-top: 50px;
  }
}

#lexique #lexiqueSeachContainer {
  position: relative;
}
#lexique #lexiqueSeachContainer #lexiqueSearch {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  border: 1px solid #113961;
  color: #113961;
  background: #fff;
  padding: 12px 72px 12px 20px;
  font: normal normal 500 15px/23px "Quicksand", serif;
  letter-spacing: 0.3px;
  text-align: left;
  border-radius: 30px;
  box-sizing: border-box;
}
#lexique #lexiqueSeachContainer ::placeholder {
  color: rgba(17, 57, 97, 0.5) !important;
  text-align: left;
}
#lexique #lexiqueSeachContainer #lexiqueSearchIcon {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#lexique #lexiqueSeachContainer #lexiqueSearchIcon:hover .a {
  fill: #F75A58;
}
#lexique #lexiqueSeachContainer #lexiqueSearchIcon .a {
  fill: #113961;
  stroke: rgba(0, 0, 0, 0);
  stroke-miterlimit: 10;
}
#lexique #lexiqueAlphabet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  #lexique #lexiqueAlphabet {
    justify-content: flex-start;
  }
}
#lexique #lexiqueAlphabet .lexiqueAlphabetLetter {
  display: inline-block;
  text-align: center;
  font: normal normal bold 26px/27px "Dosis", serif;
  letter-spacing: 0.52px;
  color: #113961;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 17px;
  transition: all 0.3s ease-out;
}
#lexique #lexiqueAlphabet .lexiqueAlphabetLetter:hover:not(.inactive) {
  color: #F75A58;
}
#lexique #lexiqueAlphabet .lexiqueAlphabetLetter.curr {
  color: #F75A58;
}
#lexique #lexiqueAlphabet .lexiqueAlphabetLetter.inactive {
  color: #E9F0F7;
}
#lexique #lexiqueAlphabet .lexiqueAlphabetSpacer {
  height: 2px;
  width: 11px;
  background-color: #113961;
  margin: 0 5px;
}
#lexique #lexiqueItemsContainer .lexiqueItem {
  background-color: #E9F0F7;
  border-radius: 20px;
  padding: 25px 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #lexique #lexiqueItemsContainer .lexiqueItem {
    flex-direction: column;
  }
}
#lexique #lexiqueItemsContainer .lexiqueItem:last-child {
  margin-bottom: 40px;
}
#lexique #lexiqueItemsContainer .lexiqueItem .lexiqueItemContent .cardTitle {
  color: #F75A58;
}
#lexique #lexiqueItemsContainer .lexiqueItem .lexiqueItemContent .rte {
  margin-top: 15px;
}
#lexique #lexiqueItemsContainer .lexiqueItem .lexiqueItemImg {
  max-width: 255px;
  width: 100%;
  text-align: right;
  flex-basis: 255px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  #lexique #lexiqueItemsContainer .lexiqueItem .lexiqueItemImg {
    text-align: center;
    flex-basis: unset;
  }
}
#lexique #lexiqueItemsContainer .lexiqueItem .lexiqueItemImg img {
  max-height: 255px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  #lexique #lexiqueItemsContainer .lexiqueItem .lexiqueItemImg img {
    max-height: unset;
    max-width: 255px;
    width: 100%;
    margin-top: 15px;
  }
}
#lexique #lexiqueItemsContainer .no-result {
  font: normal normal 400 22px/26px "Quicksand", serif;
  color: #003961;
  margin: 0 0 60px 0;
  text-align: center;
}
#lexique #lexiqueItemsContainer .results {
  font: normal normal 400 17px/22px "Quicksand", serif;
  color: #003961;
  margin: 30px 0;
  text-align: left;
}

#outilsEtRefsLanding {
  overflow: hidden;
  padding-top: 50px;
}
#outilsEtRefsLanding .listingRow {
  margin-bottom: 150px;
  min-height: 400px;
  display: flex;
  align-items: center;
}
#outilsEtRefsLanding .listingRow:last-child {
  margin-bottom: 0;
}
#outilsEtRefsLanding .listingRow.imgRight .colBloc {
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  #outilsEtRefsLanding .listingRow.imgRight .colBloc {
    padding-left: 15px;
  }
}
#outilsEtRefsLanding .listingRow.imgRight .pageImgCol img {
  padding-right: 40px;
  right: unset;
  left: 0;
}
@media screen and (max-width: 992px) {
  #outilsEtRefsLanding .listingRow.imgRight .pageImgCol img {
    padding-right: 0;
  }
}
#outilsEtRefsLanding .listingRow.imgRight .pageImgCol .pageImgBg {
  left: -50%;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow.imgRight .pageImgCol .pageImgBg {
    left: -65%;
  }
}
#outilsEtRefsLanding .listingRow.imgLeft .colBloc {
  padding-right: 60px;
}
@media screen and (max-width: 992px) {
  #outilsEtRefsLanding .listingRow.imgLeft .colBloc {
    padding-right: 15px;
  }
}
#outilsEtRefsLanding .listingRow.imgLeft .pageImgCol img {
  padding-left: 40px;
  right: 0;
  left: unset;
}
@media screen and (max-width: 992px) {
  #outilsEtRefsLanding .listingRow.imgLeft .pageImgCol img {
    padding-left: 0;
  }
}
#outilsEtRefsLanding .listingRow.imgLeft .pageImgCol .pageImgBg {
  right: -50%;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow.imgLeft .pageImgCol .pageImgBg {
    right: -65%;
  }
}
#outilsEtRefsLanding .listingRow .pageImgCol.pageImgColNo-1 .pageImgBgPath {
  fill: #4ACE64;
}
#outilsEtRefsLanding .listingRow .pageImgCol.pageImgColNo-2 .pageImgBgPath {
  fill: #B14C96;
}
#outilsEtRefsLanding .listingRow .pageImgCol.pageImgColNo-3 .pageImgBgPath {
  fill: #F1CC44;
}
#outilsEtRefsLanding .listingRow .pageImgCol.pageImgColNo-4 .pageImgBgPath {
  fill: #F75A58;
}
#outilsEtRefsLanding .listingRow .pageImgCol.pageImgColNo-4 .pageImgBg {
  right: -75%;
}
@media screen and (max-width: 1200px) {
  #outilsEtRefsLanding .listingRow .pageImgCol.pageImgColNo-4 .pageImgBg {
    right: -100%;
  }
}
#outilsEtRefsLanding .listingRow .pageImgCol .pageImgBgPath {
  fill: #3EAEF1;
}
#outilsEtRefsLanding .listingRow .pageImgCol img {
  max-width: 350px;
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  #outilsEtRefsLanding .listingRow .pageImgCol img {
    max-width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
    top: unset;
    transform: unset;
  }
}
@media screen and (max-width: 576px) {
  #outilsEtRefsLanding .listingRow .pageImgCol img {
    max-width: 65vw;
  }
}
#outilsEtRefsLanding .listingRow .pageImgCol .pageImgBg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  #outilsEtRefsLanding .listingRow .pageImgCol .pageImgBg {
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%, -50%);
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageImgCol .pageImgBg {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #outilsEtRefsLanding .listingRow .pageImgCol .pageImgBg {
    width: 75%;
  }
}
#outilsEtRefsLanding .listingRow .pageIntro {
  position: relative;
}
@media screen and (max-width: 992px) {
  #outilsEtRefsLanding .listingRow .pageIntro {
    margin-top: 60px;
  }
}
#outilsEtRefsLanding .listingRow .pageIntro .listingTitle {
  font: normal normal bold 23px/29px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#outilsEtRefsLanding .listingRow .pageIntro .listingIntro {
  padding-left: 40px;
}
#outilsEtRefsLanding .listingRow .pageContent {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageContent {
    flex-direction: column;
  }
}
#outilsEtRefsLanding .listingRow .pageContent .pageContentCol {
  position: relative;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageContent .pageContentCol {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#outilsEtRefsLanding .listingRow .pageContent .pageContentCol:not(:last-child) {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageContent .pageContentCol:not(:last-child) {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
#outilsEtRefsLanding .listingRow .pageContent .pageContentCol:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(17, 57, 97, 0.5);
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageContent .pageContentCol:not(:last-child):after {
    display: none;
  }
}
#outilsEtRefsLanding .listingRow .pageContent .pageContentCol:last-child {
  padding-left: 40px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageContent .pageContentCol:last-child {
    padding-left: 0;
  }
}
#outilsEtRefsLanding .listingRow .pageContent .pageContentCol .pageContentColTitle {
  font: normal normal bold 18px/23px "Quicksand", serif;
  letter-spacing: 0.36px;
  color: #113961;
  margin-bottom: 10px;
}
#outilsEtRefsLanding .listingRow .pageContent .pageContentCol .pageContentColCta {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageContent .pageContentCol .pageContentColCta {
    margin-top: 10px;
  }
}
#outilsEtRefsLanding .listingRow .pageCta {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #outilsEtRefsLanding .listingRow .pageCta .buttonCta {
    width: 100%;
  }
}

#outilsEtRefsCategorie .cardCta {
  display: block;
}

#quiSommesNous .personneContainer {
  background: #E9F0F7;
  margin: 0 0 50px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 40px;
  min-height: 210px;
}
#quiSommesNous .personneContainer:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #quiSommesNous .personneContainer {
    padding: 25px 23px;
  }
}
#quiSommesNous .personneContainer .personne {
  position: relative;
}
#quiSommesNous .personneContainer .personne .cardTitle {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #quiSommesNous .personneContainer .personne .cardTitle {
    text-align: center;
  }
}
#quiSommesNous .personneContainer .personne .personneTitle {
  text-align: left;
  font: normal normal normal 16px/20px "Bree Serif", serif;
  letter-spacing: 0.32px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #quiSommesNous .personneContainer .personne .personneTitle {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #quiSommesNous .personneContainer .personne .rte {
    text-align: center;
  }
}
#quiSommesNous .personneContainer .personne img {
  max-width: 215px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  position: absolute;
  top: -80px;
}
@media screen and (max-width: 992px) {
  #quiSommesNous .personneContainer .personne img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #quiSommesNous .personneContainer .personne img {
    position: relative;
    max-width: 215px;
    top: 0;
    margin-bottom: 25px;
  }
}

#recettesLanding #loadMoreAndTopPage, #recettesCategorie #loadMoreAndTopPage {
  margin-top: 50px;
}
#recettesLanding #recipeTypesSelectionTitle, #recettesLanding #recipeTagsTitle, #recettesCategorie #recipeTypesSelectionTitle, #recettesCategorie #recipeTagsTitle {
  font: normal normal 600 28px/30px "Dosis", serif;
  letter-spacing: 0.56px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#recettesLanding .recetteBlocHorizontal, #recettesCategorie .recetteBlocHorizontal {
  margin-bottom: 30px;
}
#recettesLanding .recetteBlocHorizontal:last-child, #recettesCategorie .recetteBlocHorizontal:last-child {
  margin-bottom: 0;
}
#recettesLanding .recetteBlocHorizontal .text-cta, #recettesCategorie .recetteBlocHorizontal .text-cta {
  margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  #recipeTypesSelector {
    margin-bottom: 60px;
  }
  #recipeTypesSelector.affixed {
    width: 100%;
    top: 90px;
    position: fixed;
    overflow: visible !important;
    padding: 28px 0px 0px 0px;
    z-index: 9998;
    margin: 0 auto;
  }
  #recipeTypesSelector.abottom {
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
}
#recipeTypesSelector {
  /*FILTRE RECETTE*/
}
#recipeTypesSelector ul#recipeTypesSelection {
  margin-bottom: 30px;
}
#recipeTypesSelector ul#recipeTypesSelection li {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  #recipeTypesSelector ul#recipeTypesSelection li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 7px;
  }
  #recipeTypesSelector ul#recipeTypesSelection li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  #recipeTypesSelector ul#recipeTypesSelection li {
    display: block;
  }
  #recipeTypesSelector ul#recipeTypesSelection li a {
    width: 100%;
  }
}
#recipeTypesSelector ul#recipeTypesSelection li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #recipeTypesSelector ul#recipeTypesSelection li:last-child:last-child {
    margin-bottom: 40px;
  }
}
#recipeTypesSelector ul#recipeTypesSelection li a {
  display: inline-block;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
  font: normal normal 500 16px/20px "Dosis", serif;
  letter-spacing: 0px;
  border-radius: 5px;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  transition: all 0.15s ease-in;
}
#recipeTypesSelector ul#recipeTypesSelection li a.seeAllCat {
  border-color: #113961;
  background: #113961;
}
#recipeTypesSelector ul#recipeTypesSelection li a.seeAllCat.currPage {
  background: rgba(0, 0, 0, 0) !important;
  color: #113961 !important;
}
#recipeTypesSelector ul#recipeTypesSelection li a.seeAllCat:hover {
  color: #113961;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-dejeuner {
  border-color: #3EAEF1;
  background: #3eaef1;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-dejeuner.currPage {
  background: rgba(0, 0, 0, 0) !important;
  color: #3EAEF1 !important;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-dejeuner:hover {
  color: #3EAEF1;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-diner {
  border-color: #B14C96;
  background: #b14c96;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-diner.currPage {
  background: rgba(0, 0, 0, 0) !important;
  color: #B14C96;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-diner:hover {
  color: #B14C96;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-souper {
  border-color: #F75A58;
  background: #f75a58;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-souper.currPage {
  background: rgba(0, 0, 0, 0) !important;
  color: #F75A58;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-souper:hover {
  color: #F75A58;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-collation {
  border-color: #FFB600;
  background: #ffb600;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-collation.currPage {
  background: rgba(0, 0, 0, 0) !important;
  color: #FFB600;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-collation:hover {
  color: #FFB600;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-dessert {
  border-color: #4ACE64;
  background-color: #4ACE64;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-dessert.currPage {
  background: rgba(0, 0, 0, 0) !important;
  color: #4ACE64;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-dessert:hover {
  color: #4ACE64;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-meli-melo {
  border-color: #289781;
  background-color: #289781;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-meli-melo.currPage {
  background: rgba(0, 0, 0, 0) !important;
  color: #289781;
}
#recipeTypesSelector ul#recipeTypesSelection li a.c-meli-melo:hover {
  color: #289781;
}
#recipeTypesSelector ul#recipeTypesSelection li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0) !important;
  transition: all 0.35s ease-out;
}
#recipeTypesSelector ul#recipeTags li {
  display: block;
  margin-bottom: 15px;
}
#recipeTypesSelector ul#recipeTags li .tag {
  color: #F75A58;
  font-family: "Dosis", serif;
  font-size: 16px/20px;
  text-transform: uppercase;
  position: relative;
}
#recipeTypesSelector ul#recipeTags li .tag.c-recettes-de-semaine:after {
  background: url("/Images/Tags/Recettes-de-Semaine.svg") 0 0 no-repeat;
}
#recipeTypesSelector ul#recipeTags li .tag.c-recettes-1-pierre-2-coups:after {
  background: url("/Images/Tags/Recettes-1-pierre-2-coups.svg") 0 0 no-repeat;
}
#recipeTypesSelector ul#recipeTags li .tag.c-recettes-pour-la-boite-a-lunch:after {
  background: url("/Images/Tags/Recettes-pour-la-boite-a-lunch.svg") 0 0 no-repeat;
  width: 35px;
  right: -42px;
}
#recipeTypesSelector ul#recipeTags li .tag:after {
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  top: -3px;
  right: -33px;
  background-size: contain !important;
}

@media screen and (max-width: 576px) {
  .slideContentRowPlani {
    text-align: center !important;
  }
  .slideContentRowPlani form {
    width: unset !important;
  }
}
#techniquesCategorie.pagePadding {
  padding: 0 0 25px 0;
}

.cardContainer .cardImg {
  margin: 0 auto 30px auto;
  display: block;
  /*max-width: 300px;
  width: 100%;
  height: auto;*/
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 310px;
}
@media screen and (max-width: 1200px) {
  .cardContainer .cardImg {
    width: 100%;
    height: unset;
    height: auto;
    max-width: 400px;
  }
}

.cardContainer.cardPreview {
  margin-bottom: 65px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cardContainer.cardPreview {
    border-bottom: 2px solid rgba(17, 57, 97, 0.5);
    padding-bottom: 65px;
  }
}
.cardContainer.cardPreview.numItem-1:after {
  display: none !important;
}
.cardContainer.cardPreview.oddCard {
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .cardContainer.cardPreview.oddCard {
    padding-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .cardContainer.cardPreview.oddCard {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .cardContainer.cardPreview.evenCard {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .cardContainer.cardPreview.evenCard {
    padding-right: 0;
  }
}
.cardContainer.cardPreview.evenCard:after {
  width: 2px;
  height: 100%;
  background: rgba(17, 57, 97, 0.5);
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .cardContainer.cardPreview.evenCard:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cardContainer.cardPreview .cardTitle {
    text-align: center;
  }
}
.cardContainer.cardPreview .cardRte {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 60px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .cardContainer.cardPreview .cardRte {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cardContainer.cardPreview .cardRte {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.cardContainer.cardPreview .cardCta {
  margin-top: 25px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cardContainer.cardPreview .cardCta {
    text-align: center;
    margin: 25px auto 0 auto;
    display: block;
  }
}

.cardColEven + .cardCol:last-child .cardPreview:after {
  display: none;
}

#techniquesLanding {
  overflow: hidden;
  padding-top: 50px;
}
#techniquesLanding .listingRow {
  margin-bottom: 150px;
  min-height: 400px;
  display: flex;
  align-items: center;
}
#techniquesLanding .listingRow:last-child {
  margin-bottom: 0 !important;
}
#techniquesLanding .listingRow.imgRight .colBloc {
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  #techniquesLanding .listingRow.imgRight .colBloc {
    padding-left: 15px;
  }
}
#techniquesLanding .listingRow.imgRight .pageImgCol img {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  #techniquesLanding .listingRow.imgRight .pageImgCol img {
    padding-right: 0;
  }
}
#techniquesLanding .listingRow.imgRight .pageImgCol .pageImgBg {
  left: -50%;
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow.imgRight .pageImgCol .pageImgBg {
    left: -65%;
  }
}
#techniquesLanding .listingRow.imgLeft .colBloc {
  padding-right: 60px;
}
@media screen and (max-width: 992px) {
  #techniquesLanding .listingRow.imgLeft .colBloc {
    padding-right: 15px;
  }
}
#techniquesLanding .listingRow.imgLeft .pageImgCol img {
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  #techniquesLanding .listingRow.imgLeft .pageImgCol img {
    padding-right: 0;
  }
}
#techniquesLanding .listingRow.imgLeft .pageImgCol .pageImgBg {
  right: -50%;
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow.imgLeft .pageImgCol .pageImgBg {
    right: -65%;
  }
}
#techniquesLanding .listingRow .pageImgCol.pageImgColNo-1 .pageImgBgPath {
  fill: #3EAEF1;
}
#techniquesLanding .listingRow .pageImgCol.pageImgColNo-2 .pageImgBgPath {
  fill: #B14C96;
}
#techniquesLanding .listingRow .pageImgCol.pageImgColNo-3 .pageImgBgPath {
  fill: #F1CC44;
}
#techniquesLanding .listingRow .pageImgCol.pageImgColNo-4 .pageImgBgPath {
  fill: #F75A58;
}
#techniquesLanding .listingRow .pageImgCol .pageImgBgPath {
  fill: #3EAEF1;
}
#techniquesLanding .listingRow .pageImgCol img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  #techniquesLanding .listingRow .pageImgCol img {
    max-width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
    top: unset;
    transform: unset;
  }
}
#techniquesLanding .listingRow .pageImgCol .pageImgBg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  #techniquesLanding .listingRow .pageImgCol .pageImgBg {
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%, -50%);
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow .pageImgCol .pageImgBg {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #techniquesLanding .listingRow .pageImgCol .pageImgBg {
    width: 75%;
  }
}
#techniquesLanding .listingRow .pageIntro {
  position: relative;
}
@media screen and (max-width: 992px) {
  #techniquesLanding .listingRow .pageIntro {
    margin-top: 60px;
  }
}
#techniquesLanding .listingRow .pageIntro .listingTitle {
  font: normal normal bold 23px/29px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#techniquesLanding .listingRow .pageIntro .listingIntro {
  padding-left: 40px;
  max-width: 70%;
}
@media screen and (max-width: 1200px) {
  #techniquesLanding .listingRow .pageIntro .listingIntro {
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  #techniquesLanding .listingRow .pageIntro .listingIntro {
    max-width: 100%;
  }
}
#techniquesLanding .listingRow .pageContent {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow .pageContent {
    flex-direction: column;
  }
}
#techniquesLanding .listingRow .pageContent .pageContentCol {
  position: relative;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 40px;
  position: relative;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow .pageContent .pageContentCol {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#techniquesLanding .listingRow .pageContent .pageContentCol {
  /*&:last-child {
      padding-bottom: 0;
  }*/
}
#techniquesLanding .listingRow .pageContent .pageContentCol .rte a {
  font-weight: 600;
}
#techniquesLanding .listingRow .pageContent .pageContentCol .bulletSvg {
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px;
}
#techniquesLanding .listingRow .pageContent .pageContentCol .bulletSvg .bulletSvgPath {
  fill: #F75A58;
}
#techniquesLanding .listingRow .pageContent .pageContentCol .pageContentColTitle {
  font: normal normal bold 18px/23px "Quicksand", serif;
  letter-spacing: 0.36px;
  color: #113961;
  margin-bottom: 10px;
}
#techniquesLanding .listingRow .pageContent .pageContentCol .pageContentColCta {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow .pageContent .pageContentCol .pageContentColCta {
    margin-top: 10px;
  }
}
#techniquesLanding .listingRow .pageCta {
  margin-top: 50px;
}
#techniquesLanding .listingRow .pageCta.hasContentbefore {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow .pageCta.hasContentbefore {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #techniquesLanding .listingRow .pageCta .buttonCta {
    width: 100%;
  }
}
#techniquesLanding .credit {
  font-family: "Quicksand", serif;
  font-size: 12px;
  color: #113961;
  margin-top: -90px;
}

#message404 {
  text-align: center;
  font: normal normal normal 28px/30px "Bree Serif", serif;
  letter-spacing: 0.56px;
  color: #113961;
  opacity: 1;
  padding-top: 75px;
}

#erreur404 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}
#erreur404 .number {
  font: normal normal normal 200px/200px "Bree Serif", serif;
  letter-spacing: 0;
  color: #113961;
}
@media screen and (max-width: 375px) {
  #erreur404 .number {
    font: normal normal normal 150px/150px "Bree Serif", serif;
  }
}
@media screen and (max-width: 375px) {
  #erreur404 .number {
    font: normal normal normal 130px/130px "Bree Serif", serif;
  }
}
@media screen and (max-width: 275px) {
  #erreur404 .number {
    font: normal normal normal 100px/100px "Bree Serif", serif;
  }
}
#erreur404 #firstNum {
  margin-right: -55px;
}
#erreur404 #lastNum {
  margin-left: -55px;
}
#erreur404 .eggBgContainer {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#erreur404 .eggBgContainer #eggBgsvg {
  fill: #e9f0f7;
}
#erreur404 #eggSvg {
  max-width: 280px;
  width: 100%;
  height: auto;
}
#erreur404 #eggSvg .a {
  fill: #f4efed;
}
#erreur404 #eggSvg .b {
  fill: #ede8e6;
}
#erreur404 #eggSvg .c {
  fill: #ffe05f;
}
#erreur404 #eggSvg .c, #erreur404 #eggSvg .l {
  opacity: 0.4;
}
#erreur404 #eggSvg .d, #erreur404 #eggSvg .k {
  fill: #fff;
}
#erreur404 #eggSvg .e {
  fill: #f9f3ea;
}
#erreur404 #eggSvg .f {
  fill: #efe6d8;
}
#erreur404 #eggSvg .g {
  fill: #fcf9f5;
}
#erreur404 #eggSvg .h {
  fill: #ffbd00;
}
#erreur404 #eggSvg .i {
  fill: #ff9700;
}
#erreur404 #eggSvg .j {
  fill: gold;
}
#erreur404 #eggSvg .k {
  opacity: 0.7;
}
#erreur404 #eggSvg .l {
  fill: #ffd056;
  mix-blend-mode: multiply;
  isolation: isolate;
}
#erreur404 #eggSvg .m {
  fill: #fff145;
}

#Contest #contestTitle {
  margin-bottom: 20px;
}
#Contest .rte {
  padding-left: 35px;
}
#Contest #requiredInfo {
  font: normal normal normal 12px/23px "Quicksand", serif;
  letter-spacing: 0.24px;
  color: #113961;
  margin-top: 30px;
}
#Contest #contestForm {
  display: flex;
  flex-wrap: wrap;
}
#Contest #contestForm #contestTitle {
  font: normal normal normal 28px/30px "Bree Serif", serif;
  letter-spacing: 0.56px;
  color: #113961;
  margin-bottom: 30px;
}
#Contest #contestForm .contactFormRow.inputNoMargin {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #Contest #contestForm .contactFormRow {
    padding: 0 5%;
  }
}
@media screen and (max-width: 576px) {
  #Contest #contestForm .contactFormRow {
    padding: 0 15px;
  }
}
#Contest #contestForm .contactFormRow#contactFormRowSummit {
  margin-bottom: 0;
}
#Contest #contestForm .contactInput {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  border: 1px solid #113961;
  color: #113961;
  background: #fff;
  padding: 12px 20px;
  font: normal normal 500 15px/23px "Quicksand", serif;
  letter-spacing: 0.3px;
  text-align: left;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#Contest #contestForm .contactInput.inputNoMargin {
  margin-bottom: 0 !important;
}
#Contest #contestForm .contactInput::placeholder {
  color: rgba(17, 57, 97, 0.5) !important;
}
#Contest #contestForm #contestSubmit {
  display: inline-block;
  background-color: #113961;
  border: 2px solid #113961;
  border-radius: 40px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.15s ease-in;
  margin-top: 15px;
  font: normal normal bold 16px/20px "Quicksand", serif;
  box-sizing: border-box;
  min-width: 175px;
}
#Contest #contestForm #contestSubmit:hover {
  background-color: transparent;
  color: #113961;
  transition: all 0.35s ease-out;
}
#Contest #contestForm ::placeholder {
  color: inherit !important;
  text-align: left;
}
#Contest #contestForm .placeholderSpacer {
  display: inline-block;
  width: 5px;
}
#Contest #contest-thanks {
  margin: 100px 0;
  display: none;
  font: normal normal normal 28px/30px "Bree Serif", serif;
  letter-spacing: 0.56px;
  color: #113961;
  margin-bottom: 24px;
  text-align: center;
}
#Contest #BirthDate {
  max-width: 150px !important;
}
@media screen and (max-width: 767px) {
  #Contest #BirthDate {
    max-width: 100% !important;
  }
}
#Contest #Phone {
  max-width: 175px !important;
}
@media screen and (max-width: 767px) {
  #Contest #Phone {
    max-width: 100% !important;
  }
}
#Contest .custom-checkbox {
  display: flex;
  margin-bottom: 15px;
  padding-left: 24px;
}
#Contest .custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#Contest .custom-checkbox label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#Contest .custom-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: -22px;
  top: 2px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #113961;
}
#Contest .custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -14px;
  width: 6px;
  height: 14px;
  border: solid #113961;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #Contest .imgRight {
    display: none;
  }
}
#Contest .imgRight .pageImgCol img {
  padding-right: 40px;
  right: unset;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  #Contest .imgRight .pageImgCol img {
    padding-right: 0;
  }
}
#Contest .imgRight .pageImgCol .pageImgBg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
#Contest .imgRight .pageImgCol .pageImgBg .pageImgBgPath {
  fill: #F75A58;
}
#Contest .contactFormLabel {
  letter-spacing: 0.3px;
  color: #113961;
  font-size: 15px;
  line-height: 23px;
  font-family: "Quicksand", serif;
}
#Contest .contactFormLabel.topOfRow {
  margin-bottom: 10px;
}
#Contest .contactFormLabel strong, #Contest .contactFormLabel b, #Contest .contactFormLabel a {
  font-weight: 700;
}
#Contest .contactFormLabel a {
  color: #113961;
  text-decoration: underline;
  display: block;
}
#Contest .contactFormLabel a:hover {
  text-decoration: none;
}
#Contest #contactFormContainer {
  margin-top: 100px;
  width: 67%;
}
@media screen and (max-width: 992px) {
  #Contest #contactFormContainer {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #Contest #contactFormContainer {
    padding: 30px 15px !important;
  }
}

.crapple .custom-checkbox input {
  display: block !important;
  margin-top: 5px !important;
}
.crapple .custom-checkbox label:before {
  display: none !important;
}
.crapple .custom-checkbox input:checked + label:after {
  display: none !important;
}

:root {
  --theme-tiles-gap:30px;
}

#themes-banner {
  padding-top: 135px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #themes-banner {
    padding-top: 80px;
  }
}
#themes-banner .themes-banner-content {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #themes-banner .themes-banner-content {
    margin-top: 45px !important;
  }
}
#themes-banner #bannerTitle {
  color: #113961 !important;
  font: normal normal normal 55px/58px "Bree Serif", serif, serif !important;
}
@media screen and (max-width: 767px) {
  #themes-banner #bannerTitle {
    font: normal normal normal 40px/44px "Bree Serif", serif, serif !important;
  }
}
#themes-banner #bannerRte {
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #themes-banner #bannerRte {
    padding-bottom: 40px !important;
  }
}
#themes-banner .wave {
  position: absolute;
  top: 135px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #themes-banner .wave {
    top: 80px;
  }
}
#themes-banner .wave svg {
  height: 300px;
  width: 65vw;
}
@media screen and (max-width: 1600px) {
  #themes-banner .wave svg {
    height: 250px;
    width: 80vw;
  }
}
@media screen and (max-width: 1200px) {
  #themes-banner .wave svg {
    height: 300px;
    width: auto;
  }
}

#themes-landing .themes-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 75px;
}
#themes-landing .themes-container .theme-group {
  display: grid;
  gap: 20px;
}
#themes-landing .themes-container .theme-group .group-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--theme-tiles-gap);
}
@media screen and (max-width: 767px) {
  #themes-landing .themes-container .theme-group .group-tiles {
    gap: 15px;
  }
}
#themes-landing .themes-container .theme-group .group-tiles:hover {
  text-decoration: none;
}
#themes-landing .themes-container .theme-group .theme-tile {
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-size: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 20px;
  transition: background-size 0.2s ease-out;
}
#themes-landing .themes-container .theme-group .theme-tile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #113961;
  opacity: 0.4;
  z-index: 1;
  transition: opacity 0.2s ease-out;
}
#themes-landing .themes-container .theme-group .theme-tile {
  flex-basis: calc(100% / 3 - var(--theme-tiles-gap) / 3 * (3 - 1));
}
@media screen and (max-width: 992px) {
  #themes-landing .themes-container .theme-group .theme-tile {
    flex-basis: calc(100% / 2 - var(--theme-tiles-gap) / 2 * (2 - 1));
  }
}
@media screen and (max-width: 767px) {
  #themes-landing .themes-container .theme-group .theme-tile {
    aspect-ratio: 32/10;
    flex-basis: calc(100% / 1 - var(--theme-tiles-gap) / 1 * (1 - 1));
  }
}
#themes-landing .themes-container .theme-group .theme-tile .tile-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 40px);
  text-align: center;
  font: normal normal bold 38px/44px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #themes-landing .themes-container .theme-group .theme-tile .tile-label {
    font: normal normal bold 28px/32px "Dosis", serif;
  }
}
#themes-landing .themes-container .theme-group .theme-tile:hover {
  cursor: pointer;
  background-size: 110%;
}
#themes-landing .themes-container .theme-group .theme-tile:hover:after {
  opacity: 0.92;
}

#themes-category .group-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: var(--theme-tiles-gap);
  row-gap: 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #themes-category .group-tiles {
    gap: 20px;
  }
}
#themes-category .group-tiles .single-tile {
  flex-basis: calc(100% / 3 - var(--theme-tiles-gap) / 3 * (3 - 1));
}
@media screen and (max-width: 992px) {
  #themes-category .group-tiles .single-tile {
    flex-basis: calc(100% / 2 - var(--theme-tiles-gap) / 2 * (2 - 1));
  }
}
@media screen and (max-width: 767px) {
  #themes-category .group-tiles .single-tile {
    aspect-ratio: 32/10;
    flex-basis: calc(100% / 1 - var(--theme-tiles-gap) / 1 * (1 - 1));
  }
}
@media screen and (min-width: 992px) {
  #themes-category .group-tiles .single-tile:nth-child(3n) {
    position: relative;
  }
  #themes-category .group-tiles .single-tile:nth-child(3n):after {
    content: "";
    position: absolute;
    bottom: -45px;
    right: 0;
    width: 100vw;
    height: 1px;
    background: #E9F0F7;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #themes-category .group-tiles .single-tile:nth-child(2n) {
    position: relative;
  }
  #themes-category .group-tiles .single-tile:nth-child(2n):after {
    content: "";
    position: absolute;
    bottom: -45px;
    right: 0;
    width: 100vw;
    height: 1px;
    background: #E9F0F7;
  }
}
#themes-category .group-tiles .single-tile .tile-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  #themes-category .group-tiles .single-tile .tile-content {
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-start;
  }
}
#themes-category .group-tiles .single-tile .tile-content .tile-image {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-width: 4px;
}
@media only screen and (max-width: 767px) {
  #themes-category .group-tiles .single-tile .tile-content .tile-image {
    margin-bottom: 0;
    flex-basis: 50%;
  }
}
#themes-category .group-tiles .single-tile .tile-content .tile-image .img {
  transform: scale(1);
  aspect-ratio: 5/4;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: transform 0.2s ease-out;
}
#themes-category .group-tiles .single-tile .tile-content .tile-image.tool {
  border: 1px solid #E9F0F7;
  border-radius: 20px;
}
#themes-category .group-tiles .single-tile .tile-content .tile-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  #themes-category .group-tiles .single-tile .tile-content .tile-text {
    flex-basis: 50%;
    margin-top: 10px;
  }
}
#themes-category .group-tiles .single-tile .tile-content .tile-text .tile-tag {
  font: normal normal bold 18px/20px "Dosis", serif;
  letter-spacing: 0.46px;
  color: #113961;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #themes-category .group-tiles .single-tile .tile-content .tile-text .tile-tag {
    font: normal normal bold 12px/12px "Dosis", serif;
    margin-bottom: 6px;
  }
}
#themes-category .group-tiles .single-tile .tile-content .tile-text .tile-label {
  font: normal normal 400 32px/34px "Bree Serif", serif;
  letter-spacing: 0.46px;
  color: #113961;
  word-break: break-word;
}
@media only screen and (max-width: 991px) {
  #themes-category .group-tiles .single-tile .tile-content .tile-text .tile-label {
    font: normal normal 400 32px/38px "Bree Serif", serif;
    text-decoration-thickness: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #themes-category .group-tiles .single-tile .tile-content .tile-text .tile-label {
    font: normal normal 400 21px/24px "Bree Serif", serif;
    text-decoration-thickness: 2px;
  }
}
#themes-category .group-tiles .single-tile:hover {
  cursor: pointer;
  text-decoration: none;
}
#themes-category .group-tiles .single-tile:hover .tile-tag {
  text-decoration: none;
}
#themes-category .group-tiles .single-tile:hover .tile-label {
  text-decoration: underline;
}
#themes-category .group-tiles .single-tile:hover .tile-image .img {
  transform: scale(1.1);
}
#themes-category #loadMoreAndTopPage {
  margin-top: 50px;
}

.planimenu_topbar {
  margin: 0 20px 35px calc(400px + 30px);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .planimenu_topbar {
    margin: 0 20px 35px 400px;
  }
}
@media only screen and (max-width: 1280px) {
  .planimenu_topbar {
    margin: 0 15px 15px 15px;
  }
}
.planimenu_topbar .ajax-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .planimenu_topbar .ajax-form {
    justify-content: flex-start;
    row-gap: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .planimenu_topbar .ajax-form {
    justify-content: flex-start;
    column-gap: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .planimenu_topbar .ajax-form .nextweekaction {
    order: 99;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
    display: none;
  }
  .planimenu_topbar .ajax-form .prevweekaction {
    order: 98;
    flex-basis: calc(50% + 50px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .planimenu_topbar .ajax-form .nextweekaction {
    flex-basis: calc(50% - 10px);
  }
  .planimenu_topbar .ajax-form .prevweekaction {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 576px) {
  .planimenu_topbar .topbar_action .calendar-icon svg {
    width: 26px !important;
    height: 26px !important;
  }
}
.planimenu_topbar .topbar_action .calendar-icon:hover svg path, .planimenu_topbar .topbar_action .calendar-icon:hover svg line {
  stroke: #F75A58;
}
.planimenu_topbar .topbar_action.right {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-left: auto;
}
@media only screen and (max-width: 576px) {
  .planimenu_topbar .topbar_action .help {
    display: block;
  }
}
.planimenu_topbar .getToday {
  font-family: "Quicksand", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #113961;
  padding: 4px 14px;
  border: 1px solid #113961;
  border-radius: 8px;
}
.planimenu_topbar .getToday:hover {
  border-color: #F75A58;
  color: #F75A58;
}
@media only screen and (max-width: 576px) {
  .planimenu_topbar .getToday {
    padding: 5px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 2px 4px;
  }
}
.planimenu_topbar .calendar-icon {
  cursor: pointer;
}
.planimenu_topbar .calendar-month {
  font: normal normal 600 20px/24px "Dosis", serif;
  text-transform: uppercase;
  color: #113961;
  position: relative;
}
.planimenu_topbar .week_nav {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.planimenu_topbar .week_nav button {
  padding: 10px 10px;
}
@media only screen and (max-width: 400px) {
  .planimenu_topbar .week_nav button {
    padding: 10px 6px;
  }
}
.planimenu_topbar .week_nav button:hover use {
  fill: #F75A58 !important;
}
.planimenu_topbar #print {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #113961;
  font-family: "Quicksand", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.planimenu_topbar #print svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 576px) {
  .planimenu_topbar #print svg {
    width: 24px;
    height: 24px;
  }
}
.planimenu_topbar #print svg path {
  fill: #113961;
  stroke-width: 0px;
}
.planimenu_topbar #print p {
  margin-left: 3px;
}
.planimenu_topbar #print:hover {
  color: #F75A58;
}
.planimenu_topbar #print:hover svg path {
  fill: #F75A58;
}
@media only screen and (max-width: 576px) {
  .planimenu_topbar #print p {
    display: none;
  }
}
.planimenu_topbar #prevweek, .planimenu_topbar #nextweek {
  display: flex;
  color: #113961;
  font-family: "Quicksand", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
}
@media only screen and (max-width: 415px) {
  .planimenu_topbar #prevweek, .planimenu_topbar #nextweek {
    font-size: 12px;
  }
}
.planimenu_topbar #prevweek svg path, .planimenu_topbar #nextweek svg path {
  fill: #113961;
}
.planimenu_topbar #prevweek:hover, .planimenu_topbar #nextweek:hover {
  color: #F75A58;
}
.planimenu_topbar #prevweek:hover svg path, .planimenu_topbar #nextweek:hover svg path {
  fill: #F75A58;
}
.planimenu_topbar #prevweek {
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .planimenu_topbar #prevweek {
    margin-right: 0;
  }
}
.planimenu_topbar #prevweek p {
  margin-left: 5px;
}
.planimenu_topbar #nextweek {
  margin-left: 20px;
}
@media only screen and (max-width: 992px) {
  .planimenu_topbar #nextweek {
    margin-left: 0;
  }
}
.planimenu_topbar #nextweek p {
  margin-right: 5px;
}
.planimenu_topbar .add-wrap {
  margin-left: 20px;
}
@media only screen and (max-width: 992px) {
  .planimenu_topbar .add-wrap {
    margin-left: 0;
  }
}
.planimenu_topbar .folder_title {
  text-transform: uppercase;
  color: #113961;
  font-size: 28px;
  line-height: 36px;
  font-family: "Dosis", serif;
  font-weight: 700;
  padding-left: 0;
}

.planimenu {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .planimenu {
    flex-direction: column;
  }
}
.planimenu .titleWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #113961;
  margin-bottom: 16px;
  height: 45px;
}
.planimenu .titleWrap .title {
  font: normal normal 600 20px/24px "Dosis", serif;
  color: #113961;
  text-transform: uppercase;
  position: relative;
}
.planimenu .titleWrap .title#planititle {
  padding-left: 30px;
}
.planimenu .titleWrap .title#planititle:before {
  width: 26px;
  height: 26px;
  content: "";
  background: url("/Images/svg/plani/planimenu.svg") center center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.planimenu .plani_selection_wrap {
  padding: 40px;
  background-color: #E9F0F7;
  border-radius: 20px;
  margin-right: 30px;
  max-width: 400px;
  width: 100%;
  height: 930px;
}
@media only screen and (max-width: 1440px) {
  .planimenu .plani_selection_wrap {
    padding: 40px 20px;
    margin-right: 15px;
    max-width: 370px;
  }
}
@media only screen and (max-width: 1280px) {
  .planimenu .plani_selection_wrap {
    max-width: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_selection_wrap {
    max-width: unset;
    width: auto;
    height: auto;
    padding: 20px 15px 17px 15px;
    margin: 0 15px 15px 15px;
  }
  .planimenu .plani_selection_wrap .plani_search .search-item:not(.search-menu-equilibre) {
    display: none;
  }
  .planimenu .plani_selection_wrap .plani_search .search-item-instructions {
    display: none !important;
  }
  .planimenu .plani_selection_wrap .mobilesmaller {
    border-radius: 8px;
    padding: 10px 16px;
  }
}
.planimenu .plani_selection_wrap .form_label, .planimenu .plani_selection_wrap label {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 4px;
  display: block;
  font-family: "Quicksand", serif;
  font-weight: bold;
  color: #113961;
}
.planimenu .plani_selection_wrap .overflow_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.planimenu .plani_selection_wrap .plani_search {
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_selection_wrap .plani_search {
    gap: 0;
  }
}
.planimenu .plani_selection_wrap .plani_search .search-result-title {
  height: 40px;
  margin-bottom: 5px;
  font-family: "Quicksand", serif;
  font-size: 14px;
  line-height: 20px;
  color: #113961;
  font-weight: 600;
}
.planimenu .plani_selection_wrap .plani_search .noresult {
  font-family: "Quicksand", serif;
  font-size: 18px;
  line-height: 20px;
  color: #113961;
  font-weight: 500;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 15px 25px;
  text-align: center;
}
.planimenu .plani_selection_wrap .plani_search .instructions {
  font-family: "Quicksand", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #113961;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.planimenu .plani_selection_wrap .plani_search .search-item:nth-child(1) {
  z-index: 3;
}
.planimenu .plani_selection_wrap .plani_search .search-item:nth-child(2) {
  z-index: 2;
}
.planimenu .plani_selection_wrap .plani_search .search-item:nth-child(3) {
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_selection_wrap .plani_search .search-item:nth-child(3) {
    z-index: 2;
  }
}
.planimenu .plani_selection_wrap .plani_search .search-item p {
  margin-bottom: 10px;
}
.planimenu .plani_selection_wrap .plani_search .search-item form {
  width: 100%;
}
.planimenu .plani_selection_wrap .plani_search .search-item form input, .planimenu .plani_selection_wrap .plani_search .search-item form select {
  box-sizing: border-box;
  font-family: "Quicksand", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #113961;
}
.planimenu .plani_selection_wrap .plani_search .search-item form ::-webkit-input-placeholder {
  color: rgba(17, 57, 97, 0.45);
}
.planimenu .plani_selection_wrap .plani_search .search-item form ::-moz-placeholder {
  color: rgba(17, 57, 97, 0.45);
}
.planimenu .plani_selection_wrap .plani_search .search-item form ::-ms-placeholder {
  color: rgba(17, 57, 97, 0.45);
}
.planimenu .plani_selection_wrap .plani_search .search-item form ::placeholder {
  color: rgba(17, 57, 97, 0.45);
}
.planimenu .plani_selection_wrap .plani_search .search-item form .search {
  background-color: #ffffff;
  border: 1px solid #113961;
  border-radius: 8px;
  padding: 8px 16px;
}
.planimenu .plani_selection_wrap .plani_search .search-item:first-child p {
  font-family: "Quicksand", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #113961;
}
.planimenu .plani_selection_wrap .plani_search .search-item:not(:first-child) p:not(.fakeLabel) {
  font-family: "Quicksand", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #113961;
}
.planimenu .plani_selection_wrap .plani_search .search-item .search {
  width: 100%;
}
.planimenu .plani_selection_wrap .plani_selection {
  z-index: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding-right: 15px;
  height: calc(100% - 92px - 100px - 45px - 45px - 2 * 40px);
  overflow-y: auto;
}
.planimenu .plani_selection_wrap .plani_selection .draggable_item:not(:last-child) {
  margin-bottom: 20px;
}
.planimenu .plani_selection_wrap .plani_selection {
  /*.recipe_card {
      pointer-events: none;
  }*/
}
.planimenu .plani_calendar_wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.planimenu .plani_calendar_wrap .gradient_overlay-left {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(to right, rgba(21, 61, 99, 0.1) 15%, rgba(21, 61, 99, 0) 100%);
  z-index: 2;
  height: 100%;
  top: 0;
}
.planimenu .plani_calendar_wrap .gradient_overlay-right {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(to left, rgba(21, 61, 99, 0.15) 15%, rgba(21, 61, 99, 0) 100%);
  z-index: 2;
  height: 100%;
  top: 0;
}
.planimenu .plani_calendar_wrap .gradient_indicator {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap .gradient_indicator {
    opacity: 0 !important;
    transition: opacity 0.1s ease !important;
    display: none !important;
  }
}
.planimenu .plani_calendar_wrap .gradient_indicator.visible {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.planimenu .plani_calendar_wrap #plani_calendar {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #F9FCFF;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-x: auto;
  min-height: 70vh;
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar {
    grid-template-columns: repeat(1, 7fr);
  }
}
.planimenu .plani_calendar_wrap #plani_calendar.swipeable:hover {
  cursor: grab;
}
.planimenu .plani_calendar_wrap #plani_calendar.dragging {
  cursor: grabbing !important;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day {
  min-width: 340px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1440px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day {
    min-width: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: unset;
    border-top: 1px solid #E9F0F7;
    padding-top: 20px;
    padding-bottom: 40px;
    /*&:not(:last-child) {
        margin-bottom: 40px;
    }*/
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header {
  text-align: center;
  padding: 15px 20px 35px 20px;
  border-top: 1px solid #E9F0F7;
  border-bottom: 1px solid #E9F0F7;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header {
    padding: 15px 30px 35px 15px;
  }
}
@media only screen and (max-width: 400px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header {
    padding: 15px 20px 35px 15px;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #E9F0F7;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap {
    margin-bottom: 10px;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options {
  position: absolute;
  top: calc(-50% + 4px);
  right: -30px;
  transform: translateY(-50%);
  z-index: 2;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_toggle {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 8px 8px 8px 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #113961;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_toggle svg path {
  fill: #113961;
  stroke: #113961;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_toggle:hover svg path {
  fill: #f75a58;
  stroke: #f75a58;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_toggle.open svg path {
  fill: #f75a58;
  stroke: #f75a58;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_panel {
  display: none;
  position: absolute;
  top: 33px;
  left: -45px;
  background-color: #fff;
  z-index: 2;
  width: 230px;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_panel[data-newalign=right] {
  right: -11px !important;
  left: unset !important;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .card_options .options_panel li {
  font-size: 12px;
  line-height: 14px;
  padding: 2px 2px;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .day-name {
  position: relative;
  font-family: "Quicksand", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #113961;
  text-transform: capitalize;
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-name-wrap .day-name {
    font-size: 13px;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number .num {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  color: #113961;
  font-size: 24px;
  line-height: 12px;
  letter-spacing: -0.5px;
  font-family: "Quicksand", serif;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number .num {
    font-size: 18px;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number .dots {
  width: 27px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number .dots .dot {
  height: 5px;
  flex-basis: 5px;
  background-color: #113961;
  display: inline;
  border-radius: 50%;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number .dots .dot:not(:first-child) {
  margin-left: 3px;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number.today .num {
  color: #fff;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number.today .num:before {
  content: "";
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #153D63;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number.today .num:before {
    top: calc(50% - 0px);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header_wrap .day_header .day-number.today .dots .dot {
  background-color: #fff;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content {
  padding: 45px 20px 30px 20px;
  position: relative;
  border-right: 1px solid #E9F0F7;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 1440px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content {
    padding: 22.5px 10px 30px 10px;
  }
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content {
    width: calc(100% - 45px);
    margin-left: 30px;
    margin-right: 15px;
    padding: 0;
    border-right: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    border-right: none !important;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .forceBottom {
  order: 99;
  text-align: center;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .draggable_item {
  margin-bottom: 10px;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox:only-child {
  margin-top: 0 !important;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .addrecipebox .addRecipe {
  margin-bottom: 0;
  margin-top: -8px;
  padding: 8px;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox {
  text-align: left;
  width: calc(100% - 40px);
  border: 2px dashed rgba(31, 174, 239, 0.15);
  background-color: rgba(31, 174, 239, 0.03);
  color: #153D63;
  padding: 30px 50px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.29px;
  font-family: "Quicksand", serif;
  font-weight: 500;
  cursor: default !important;
  transition: border-color 0s ease-in, background-color 0s ease-in;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox {
    width: calc(100% - 20px);
    top: 22.5px;
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox {
    top: unset;
    position: absolute;
    width: 100%;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox {
    padding: 45px 15px;
  }
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .interactivebox-content {
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .addRecipe {
    margin-bottom: 0 !important;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 576px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .addRecipe {
    margin-bottom: 0 !important;
    padding: 2px 5px;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .spacer {
  margin: 4px 0 8px 3px;
  color: #113961;
  font-size: 14px;
  line-height: 14px;
  font-family: "Quicksand", serif;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .spacer {
    display: none;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .interactivebox-content {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .interactivebox-content .moveRecipe {
  margin-left: 2px;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .interactivebox-content .moveRecipe {
    display: none;
  }
}
.planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content .interactivebox .interactivebox-content .moveRecipe .instructions_ico {
  margin-right: 8px;
  width: 16px;
}
.planimenu .addRecipe {
  text-decoration: none !important;
}

.help {
  position: relative;
}
.help.open .helpIcon_panel {
  display: block !important;
}
.help.open .helpIcon .helpBubble, .help.open .helpIcon .helpPointer {
  fill: #F75A58 !important;
}
.help .helpIcon .helpBubble, .help .helpIcon .helpPointer {
  fill: #113961;
}
.help .helpIcon .helpQuestionMark {
  fill: #fff;
}
.help .helpIcon:hover .helpBubble, .help .helpIcon:hover .helpPointer {
  fill: #F75A58;
}
.help .helpIcon_panel {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(14, 55, 95, 0.15);
  padding: 20px;
  background-color: #fff;
  z-index: 8;
  width: 355px;
  border-radius: 20px;
  display: none;
}
.help .helpIcon_panel:before {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(14, 55, 95, 0.15);
}
.help .helpIcon_panel:after {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 10px;
  height: 9px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.help .helpIcon_panel .header {
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #113961;
}
.help .helpIcon_panel .header h4 {
  color: #113961;
  font-family: "Dosis", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.help .helpIcon_panel a, .help .helpIcon_panel strong {
  color: #F75A58;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .help .helpIcon_panel {
    left: -320px;
    transform: translateX(0);
  }
  .help .helpIcon_panel:before, .help .helpIcon_panel:after {
    left: 93%;
  }
}
@media only screen and (max-width: 385px) {
  .help .helpIcon_panel {
    width: 300px;
    left: -265px;
  }
}

.day_content.current .interactivebox {
  opacity: 0 !important;
}

#plani_calendar.draggingCard .interactivebox {
  transition: border-color 0s ease-out, background-color 0s ease-out !important;
  border-color: #1FAEEF !important;
  background-color: rgba(31, 174, 239, 0.15) !important;
}
#plani_calendar.draggingCard .interactivebox .interactivebox-content {
  opacity: 0 !important;
  transition: opacity 0s ease-out !important;
}

.ghost {
  opacity: 0.95 !important;
  z-index: 2;
}
.ghost .card_options {
  display: none;
}

.sortable-drag .card_options {
  display: none;
}

#plani_selection .draggable_item:hover {
  cursor: grab;
}

.day_content.hasItem .interactivebox {
  display: none !important;
}
.day_content.hasItem .addrecipebox {
  display: block !important;
}

.sortable-chosen {
  cursor: grabbing !important;
}

@media only screen and (max-width: 992px) {
  .sortable-chosen .card_body {
    box-shadow: 0px 0px 8px 2px rgba(31, 174, 239, 0.2);
  }
}
.day_content .draggable_item.ghost[draggable=true]::after {
  border-radius: 0px !important;
}

.loadingGradient, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap, .loading .plani_calendar_wrap, .loading .plani_selection_wrap, .loading.accountPanel, .loading.results.favorite, .loading.form-account.form.ajaxloading, .loading#createAccountPopup .cmcc, .day_content .draggable_item.ghost[draggable=true], .plani_selection_wrap[inert=true] {
  position: relative;
}
.loadingGradient:after, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap:after, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap:after, .loading .plani_calendar_wrap:after, .loading .plani_selection_wrap:after, .loading.accountPanel:after, .loading.results.favorite:after, .loading.form-account.form.ajaxloading:after, .loading#createAccountPopup .cmcc:after, .day_content .draggable_item.ghost[draggable=true]:after, .plani_selection_wrap[inert=true]:after {
  border-radius: 20px;
  opacity: 0.5;
  content: "";
  background-color: rgba(17, 57, 97, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888888;
  background: linear-gradient(-45deg, #113961, #ced5dc, #e9f0f7, #ced5dc);
  background-size: 400% 400%;
  animation: gradient 2s ease-in-out infinite;
}
.loadingGradient .planimenu_topbar, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap .planimenu_topbar, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap .planimenu_topbar, .loading .plani_calendar_wrap .planimenu_topbar, .loading .plani_selection_wrap .planimenu_topbar, .loading.accountPanel .planimenu_topbar, .loading.results.favorite .planimenu_topbar, .loading.form-account.form.ajaxloading .planimenu_topbar, .loading#createAccountPopup .cmcc .planimenu_topbar, .day_content .draggable_item.ghost[draggable=true] .planimenu_topbar, .plani_selection_wrap[inert=true] .planimenu_topbar {
  pointer-events: none;
}
.loadingGradient:hover, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap:hover, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap:hover, .loading .plani_calendar_wrap:hover, .loading .plani_selection_wrap:hover, .loading.accountPanel:hover, .loading.results.favorite:hover, .loading.form-account.form.ajaxloading:hover, .loading#createAccountPopup .cmcc:hover, .day_content .draggable_item.ghost[draggable=true]:hover, .plani_selection_wrap[inert=true]:hover {
  cursor: wait;
}
.loadingGradient .plani_selection_wrap, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap .plani_selection_wrap, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap .plani_selection_wrap, .loading .plani_calendar_wrap .plani_selection_wrap, .loading .plani_selection_wrap .plani_selection_wrap, .loading.accountPanel .plani_selection_wrap, .loading.results.favorite .plani_selection_wrap, .loading.form-account.form.ajaxloading .plani_selection_wrap, .loading#createAccountPopup .cmcc .plani_selection_wrap, .day_content .draggable_item.ghost[draggable=true] .plani_selection_wrap, .plani_selection_wrap[inert=true] .plani_selection_wrap {
  position: relative;
}
.loadingGradient .plani_selection_wrap:after, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap .plani_selection_wrap:after, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap .plani_selection_wrap:after, .loading .plani_calendar_wrap .plani_selection_wrap:after, .loading .plani_selection_wrap .plani_selection_wrap:after, .loading.accountPanel .plani_selection_wrap:after, .loading.results.favorite .plani_selection_wrap:after, .loading.form-account.form.ajaxloading .plani_selection_wrap:after, .loading#createAccountPopup .cmcc .plani_selection_wrap:after, .day_content .draggable_item.ghost[draggable=true] .plani_selection_wrap:after, .plani_selection_wrap[inert=true] .plani_selection_wrap:after {
  border-radius: 20px;
  opacity: 0.5;
  content: "";
  background-color: rgba(17, 57, 97, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7777779;
  background: linear-gradient(-45deg, #113961, #ced5dc, #e9f0f7, #ced5dc);
  background-size: 400% 400%;
  animation: gradient 2s ease-in-out infinite;
}
.loadingGradient .plani_calendar_wrap, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap .plani_calendar_wrap, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap .plani_calendar_wrap, .loading .plani_calendar_wrap .plani_calendar_wrap, .loading .plani_selection_wrap .plani_calendar_wrap, .loading.accountPanel .plani_calendar_wrap, .loading.results.favorite .plani_calendar_wrap, .loading.form-account.form.ajaxloading .plani_calendar_wrap, .loading#createAccountPopup .cmcc .plani_calendar_wrap, .day_content .draggable_item.ghost[draggable=true] .plani_calendar_wrap, .plani_selection_wrap[inert=true] .plani_calendar_wrap {
  position: relative;
}
.loadingGradient .plani_calendar_wrap:after, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_calendar_wrap .plani_calendar_wrap:after, .planimenu_topbar.ajaxloading.loading + .planimenu.ajaxloading .plani_selection_wrap .plani_calendar_wrap:after, .loading .plani_calendar_wrap .plani_calendar_wrap:after, .loading .plani_selection_wrap .plani_calendar_wrap:after, .loading.accountPanel .plani_calendar_wrap:after, .loading.results.favorite .plani_calendar_wrap:after, .loading.form-account.form.ajaxloading .plani_calendar_wrap:after, .loading#createAccountPopup .cmcc .plani_calendar_wrap:after, .day_content .draggable_item.ghost[draggable=true] .plani_calendar_wrap:after, .plani_selection_wrap[inert=true] .plani_calendar_wrap:after {
  opacity: 0.5;
  content: "";
  background-color: rgba(17, 57, 97, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7777777;
  background: linear-gradient(-45deg, #113961, #ced5dc, #e9f0f7, #ced5dc);
  background-size: 400% 400%;
  animation: gradient 2s ease-in-out infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.loading:hover {
  cursor: wait;
}
.loading.results.favorite::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading.planimenu_topbar {
  opacity: 0.8;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .plani_selection_wrap[inert=true]:after {
    opacity: 0.19;
  }
}
.am-menu-preview:has([inert=true]) .day_header {
  opacity: 0.5;
}
.am-menu-preview:has([inert=true]) .search-item-instructions {
  visibility: hidden;
}

@media only screen and (max-width: 992px) {
  .am-menu-preview:has([inert=true]) .planimenu_topbar .ajax-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .am-menu-preview:has([inert=true]) .planimenu_topbar .ajax-form .topbar_action.right {
    margin-left: unset;
  }
}

.inertable[inert=true] {
  opacity: 0.5;
}

@keyframes moveStikyToPosition {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: 72px;
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .plani_selection_wrap {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 992px) {
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar {
    position: fixed;
    bottom: 72px;
    left: 0;
    background: #113961;
    z-index: 7777776;
    width: 100%;
    margin: 0 !important;
    padding: 20px 15px 20px 15px !important;
    -webkit-box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.32);
    transition: bottom 0.35s ease-out;
    opacity: 1;
    animation: moveStikyToPosition;
    animation-duration: 0.45s;
    animation-delay: 0;
    animation-iteration-count: 1;
  }
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar .ajax-form {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar .ajax-form .foldercount-name {
    font: normal normal 600 23px/23px "Dosis", serif;
    color: white;
  }
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar .ajax-form .add-wrap .buttonCta {
    background-color: white;
    border-color: white;
    color: #113961;
  }
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar .ajax-form .cancel-wrap .buttonCta {
    background-color: #113961;
    border-color: white;
    color: white;
  }
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar .ajax-form .topbar_action.right {
    margin-left: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar .add-wrap .buttonCta, body.stickyplanitopbar .am-menu-preview:has([inert=true]) .planimenu_topbar .cancel-wrap .buttonCta {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 16px;
    transition: none !important;
  }
}

#accompaniment-custom {
  min-height: 100px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#accompaniment-custom br {
  display: none;
}

.custom-accompaniment-entry {
  border: 1px solid green;
  padding: 3px 23px 3px 3px;
  background-color: transparent;
}
.custom-accompaniment-entry::after {
  content: "";
  background-image: url("../../Images/svg/plani/delete.svg");
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.custom-accompaniment-entry.new-accompaniment {
  background-color: palegreen !important;
}
.custom-accompaniment-entry.new-accompaniment:after {
  content: "";
  background-image: url("../../Images/svg/plani/plus.svg");
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.heart-ico .background {
  fill: none;
}
.heart-ico .edge {
  fill: #113961;
}
.heart-ico:hover .background, .heart-ico.hearthHover .background, header .menu.topbar .mainMenu .menuItem:hover:not(.liked) .heart-ico .background, .addRecipe:hover:not(.liked):not(.already-added-favorite) .heart-ico .background, .seeFavs:hover:not(.liked):not(.already-added-favorite) .heart-ico .background {
  fill: none;
}
.heart-ico:hover .edge, .heart-ico.hearthHover .edge, header .menu.topbar .mainMenu .menuItem:hover:not(.liked) .heart-ico .edge, .addRecipe:hover:not(.liked):not(.already-added-favorite) .heart-ico .edge, .seeFavs:hover:not(.liked):not(.already-added-favorite) .heart-ico .edge {
  fill: #F75A58;
}
.heart-ico.liked {
  pointer-events: none;
}
.heart-ico.liked .background {
  fill: #113961;
}
.heart-ico.liked .edge {
  fill: #113961;
}

.addToPlani-ico .plus {
  stroke: #0E375F;
}
.addToPlani-ico .shape {
  fill: #0E375F;
}
.addToPlani-ico:hover .plus, .addToPlani-ico.addToPlaniHover .plus, .addRecipe:hover:not(.liked):not(.already-added-favorite) .addToPlani-ico .plus, .seeFavs:hover:not(.liked):not(.already-added-favorite) .addToPlani-ico .plus {
  stroke: #F75A58;
}
.addToPlani-ico:hover .shape, .addToPlani-ico.addToPlaniHover .shape, .addRecipe:hover:not(.liked):not(.already-added-favorite) .addToPlani-ico .shape, .seeFavs:hover:not(.liked):not(.already-added-favorite) .addToPlani-ico .shape {
  fill: #F75A58;
}

.plani-ico .edge {
  fill: #0E375F;
}
.plani-ico:hover .edge, .plani-ico.planiHover .edge, header .menu.topbar .mainMenu .menuItem:hover:not(.liked) .plani-ico .edge {
  fill: #F75A58;
}

#plani_calendar.draggingCard .plani_day[data-allowdrag=false] {
  background: linear-gradient(to right, rgba(21, 61, 99, 0.05) 15%, rgba(21, 61, 99, 0.05) 100%);
  opacity: 1;
}
#plani_calendar.draggingCard .plani_day[data-allowdrag=false] .day_header {
  opacity: 0.25;
}
#plani_calendar.draggingCard .plani_day {
  /*NOT IN USE CURRENTLY &.yesterday {
      background: linear-gradient(to right, rgba(21, 61, 99, 0.05) 15%, rgba(21, 61, 99, 0) 100%);
      opacity: 1;

      .day_header {
          opacity: 0.25;
      }
  }*/
}

#plani_calendar:not(.draggingCard) .plani_day[data-allowdrag=false] {
  background: linear-gradient(to right, rgba(21, 61, 99, 0) 15%, rgba(21, 61, 99, 0) 100%);
}
#plani_calendar:not(.draggingCard) .plani_day {
  /*NOT IN USE CURRENTLY &.yesterday {
      background: linear-gradient(to right, rgba(21, 61, 99, 0) 15%, rgba(21, 61, 99, 0) 100%);
  }*/
}

/*mobile bar*/
#planimenu_mobilebar {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100vw;
  min-height: 70px;
  background-color: #F9FCFF;
  z-index: 7777777;
  padding: 15px;
  -webkit-box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.12);
  display: none;
}
@media screen and (max-width: 992px) {
  #planimenu_mobilebar {
    display: block;
  }
}
#planimenu_mobilebar .mobilebar_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  position: relative;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item {
  height: 100%;
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item .item_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-family: "Dosis", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #113961;
}
@media screen and (max-width: 375px) {
  #planimenu_mobilebar .mobilebar_wrap .bar_item .item_btn {
    font-size: 11px;
    line-height: 14px;
  }
}
#planimenu_mobilebar .mobilebar_wrap .bar_item .item_btn svg {
  margin-bottom: 6px;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item svg {
  height: 20px;
  aspect-ratio: 1/1;
  fill: #113961;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item.plani_btn {
  width: 28%;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item.plani_btn svg {
  width: 20px;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item.favs_btn {
  width: 44%;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item.favs_btn svg {
  width: 18px;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item.search_btn {
  width: 28%;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item.search_btn .searchBtn {
  width: 22px;
  margin-left: 0;
  margin-top: -7px;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item.search_btn svg {
  width: 22px;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item:hover {
  cursor: pointer;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item:hover svg path {
  fill: #F75A58;
}
#planimenu_mobilebar .mobilebar_wrap .bar_item:hover .item_btn {
  color: #F75A58;
  text-decoration: none;
}

.plani-container {
  padding-right: 0;
  margin-right: 0;
}
.plani-container .row {
  margin-right: 0;
}
.plani-container .row .col-12 {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .plani-container .row .col-12 {
    padding-left: 0;
  }
}
@media print {
  .plani-container {
    margin-bottom: 1cm;
  }
  .plani-container footer {
    position: fixed;
    bottom: 10px;
  }
}

#printedPlaniLogo {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  max-width: unset !important;
  top: unset;
  background-color: #fff;
  z-index: 888888;
}
#printedPlaniLogo span {
  font: normal normal 600 20px/24px "Dosis", serif;
  color: #113961;
  text-transform: uppercase;
  position: relative;
  margin-right: 15px;
}
#printedPlaniLogo img {
  max-width: 50px !important;
}
@media print {
  #printedPlaniLogo {
    display: flex !important;
    align-items: center;
  }
}

@media print {
  @page {
    size: auto;
  }
  .planiMenu-page {
    width: 100%;
  }
  .planiMenu-page #bannerPages, .planiMenu-page #breadcrumbs, .planiMenu-page .planimenu_topbar, .planiMenu-page .plani_selection_wrap {
    display: none !important;
  }
  .planiMenu-page .gradient_indicator {
    display: none !important;
    opacity: 0 !important;
  }
  .planiMenu-page .planimenu {
    display: block !important;
    width: 100%;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap {
    width: 100%;
    overflow: visible;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar {
    display: flex !important;
    flex-wrap: wrap;
    overflow-x: visible;
    width: 100%;
    background: #ffffff;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .dots {
    display: none !important;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day {
    min-width: unset;
    border-left: 1px solid #E9F0F7;
    border-bottom: 1px solid #E9F0F7;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day:last-child {
    border-right: 1px solid #E9F0F7;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .addrecipebox {
    display: none !important;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header {
    padding: 10px 10px 10px 10px;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header:after {
    display: none;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header .day-name-wrap {
    margin-bottom: 10px;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header .today .num {
    color: #113961 !important;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_header .today .num:before {
    display: none !important;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .recipe_card {
    break-inside: avoid;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .day_content {
    padding-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: none;
    min-height: 320px;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .card_body {
    min-height: 90px !important;
    overflow: hidden;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .body_img {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .addrecipebox, .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .interactivebox {
    display: none;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .item_img {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day .card_options {
    display: none;
  }
  .planiMenu-page .planimenu .plani_calendar_wrap #plani_calendar .plani_day a {
    text-decoration: none;
  }
}
@media print and (orientation: portrait) {
  .plani_day {
    width: 33.3333333333%;
  }
}
@media print and (orientation: landscape) {
  .plani_day {
    width: 14.2857142857%;
    break-inside: avoid;
  }
  .plani_day .day_content {
    padding-top: 20px !important;
  }
  .plani_day .body_img, .plani_day .item_img {
    display: none !important;
  }
  .plani_day .body_info {
    padding: 5px !important;
  }
  .plani_day .extra_item:first-child {
    margin-top: 2px !important;
  }
  .plani_day .item_wrap, .plani_day .item_body {
    display: block !important;
  }
  .plani_day .item_wrap .item_body, .plani_day .item_body .item_body {
    display: block !important;
    padding: 2px 0 !important;
  }
  .plani_day .item_wrap .label, .plani_day .item_body .label {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .plani_day .item_wrap .value, .plani_day .item_body .value {
    font-size: 9px !important;
    line-height: 11px !important;
  }
  .plani_day .info_top .label {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 6px;
  }
  .plani_day .info_top .title {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
.invisible {
  visibility: hidden;
}

@media only screen and (max-width: 992px) {
  .planiMenu-page #breadcrumbs, .favori-page #breadcrumbs, .profil-page #breadcrumbs {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .planiMenu-page .planimenu .titleWrap {
    height: unset;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 15px;
  }
  .planiMenu-page .planimenu .titleWrap .title#planititle {
    padding-left: 24px;
  }
  .planiMenu-page .planimenu .titleWrap .title#planititle:before {
    width: 16px;
    height: 16px;
    background-size: contain !important;
  }
  .planiMenu-page .planimenu .titleWrap .helpIcon {
    width: 21px;
    height: 21px;
  }
  .planiMenu-page .planimenu .titleWrap .title {
    font: normal normal 600 17px/20px "Dosis", serif;
  }
}
@media screen and (max-width: 992px) {
  html {
    overflow: auto;
  }
  html body:has(#planimenu_mobilebar) {
    height: calc(100vh - env(safe-area-inset-bottom));
    overflow: auto;
  }
}
.shape {
  border-radius: 8px;
  border: 2px solid #113961;
  overflow: hidden;
}

.recipe_card {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
}
.recipe_card .card_options {
  position: absolute;
  top: 10px;
  right: 10px;
}
.recipe_card .card_options .options_toggle {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .recipe_card .card_options .options_toggle {
    padding: 10px 32px;
    right: -24px;
    display: block;
  }
}
.recipe_card .card_options .options_toggle svg path {
  fill: #113961;
  stroke: #113961;
}
.recipe_card .card_options .options_toggle:hover svg path {
  fill: #f75a58;
  stroke: #f75a58;
}
.recipe_card .card_options .options_toggle.open svg path {
  fill: #f75a58;
  stroke: #f75a58;
}
.recipe_card .card_options .options_panel {
  display: none;
  position: absolute;
  top: 33px;
  left: -33px;
  background-color: #fff;
  z-index: 2;
}
.recipe_card .card_options .options_panel li {
  font-size: 12px;
  line-height: 14px;
  padding: 2px 2px;
}
.recipe_card .recipe_card_content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recipe_card .recipe_card_content .card_body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 130px;
}
.recipe_card .recipe_card_content .card_body .body_img {
  background-color: #F9FCFF;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  flex: 0.33;
  min-width: 90px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.recipe_card .recipe_card_content .card_body .body_img.note {
  background: url("/Images/icons/Icon_Personnelle.png") center center no-repeat #F9FCFF;
  background-size: unset !important;
}
.recipe_card .recipe_card_content .card_body .body_img.external {
  background: url("/Images/icons/Icon_RecetteWeb.png") center center no-repeat #F9FCFF;
  background-size: unset !important;
}
.recipe_card .recipe_card_content .card_body .body_info {
  font-size: 12px;
  padding: 15px 20px;
  flex: 0.66;
  max-width: 70%;
}
.recipe_card .recipe_card_content .card_body .body_info .info_top .label {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 8px;
  font-family: "Dosis", serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #1FAEEF;
}
.recipe_card .recipe_card_content .card_body .body_info .info_top .title {
  font-size: 15px;
  line-height: 17px;
  font-family: "Quicksand", serif;
  font-weight: 600;
  color: #113961;
  word-wrap: break-word;
}
.recipe_card .recipe_card_content .card_body .body_info .info_top a.title:hover {
  cursor: pointer;
}
.recipe_card .recipe_card_content .card_body .body_info .info_bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.recipe_card .recipe_card_content .card_body .body_info .info_bottom button:not(.card_action-consult), .recipe_card .recipe_card_content .card_body .body_info .info_bottom a:not(.card_action-consult) {
  display: inline-block;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Quicksand", serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #113961;
  border: 2px solid #113961;
  border-radius: 8px;
  transition: all 0.15s ease-in;
}
.recipe_card .recipe_card_content .card_body .body_info .info_bottom button:not(.card_action-consult):hover, .recipe_card .recipe_card_content .card_body .body_info .info_bottom a:not(.card_action-consult):hover {
  background-color: #ffffff;
  color: #113961;
}
.recipe_card .recipe_card_content .card_body .body_info .info_bottom button:not(.card_action-consult):not(:last-child), .recipe_card .recipe_card_content .card_body .body_info .info_bottom a:not(.card_action-consult):not(:last-child) {
  margin-right: 4px;
}
.recipe_card .recipe_card_content .card_body .body_info .info_bottom .card_action-consult {
  transition: all 0.15s ease-in;
  font-size: 14px;
  line-height: 24px;
  font-family: "Quicksand", serif;
  font-weight: 600;
  color: #113961;
  text-decoration: underline;
}
.recipe_card .recipe_card_content .card_body .body_info .info_bottom .card_action-consult:hover {
  text-decoration: none;
}
.recipe_card .recipe_card_content .card_body .body_info .info_bottom .info_bottom_buttons {
  width: 100%;
  row-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recipe_card .recipe_card_content .card_extra {
  display: flex;
  flex-direction: column;
}
.recipe_card .recipe_card_content .card_extra .extra_item {
  display: block;
  background-color: #E9F0F7;
  padding: 10px 10px;
  border-radius: 4px;
}
.recipe_card .recipe_card_content .card_extra .extra_item:first-child {
  margin-top: 4px;
}
.recipe_card .recipe_card_content .card_extra .extra_item:not(:last-child) {
  margin-bottom: 4px;
}
.recipe_card .recipe_card_content .card_extra .extra_item .item_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.recipe_card .recipe_card_content .card_extra .extra_item .item_wrap .item_img {
  flex-basis: 32px;
  height: 32px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: url("/Images/icons/Icon_Accompagnement.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.recipe_card .recipe_card_content .card_extra .extra_item .item_wrap .item_body {
  padding: 0 0 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-word;
}
.recipe_card .recipe_card_content .card_extra .extra_item .item_wrap .item_body .label {
  font-size: 13px;
  line-height: 16px;
  font-family: "Dosis", serif;
  font-weight: bold;
  color: #113961;
}
.recipe_card .recipe_card_content .card_extra .extra_item .item_wrap .item_body .value {
  font-size: 13px;
  line-height: 16px;
  font-family: "Quicksand", serif;
  font-weight: 500;
  color: #113961;
  margin-top: 2px;
}
.minicalendar-modal .plani_selection {
  max-height: calc(50vh - 90px);
  overflow-y: auto;
  padding-right: 5px;
}
@media screen and (min-height: 900px) {
  .minicalendar-modal .plani_selection {
    max-height: calc(40vh - 90px);
  }
}
.minicalendar-modal .recipe_card a.title {
  pointer-events: none !important;
}

.recipe_card_item:not(:last-child) {
  margin-bottom: 20px;
}

/* --------------------------------------------
 CARD INFO BOTTOM (Hidden by default, overwritten where needed to be displayed)
--------------------------------------------*/
.info_bottom_visibility {
  display: none;
}

.container-addToPlaniMenu .info_bottom_visibility {
  display: block;
}

/* --------------------------------------------
 CARD OPTIONS
--------------------------------------------*/
.plani_selection_wrap .plani_selection.sync .card_options {
  display: none;
}

.container-addToPlaniMenu .card_options {
  display: none;
}

/* --------------------------------------------
 OTHER STUFF
--------------------------------------------*/
.plani_selection_wrap .search-item-instructions {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.plani_selection_wrap .plani_selection.sync .recipe_card_item:hover, .plani_calendar_wrap .draggable_item:hover {
  cursor: grab;
}

.scrollbar::-webkit-scrollbar, #favoris_page .left_panel::-webkit-scrollbar, .cmc::-webkit-scrollbar, .cmc .cmtarget::-webkit-scrollbar, .planimenu .plani_selection_wrap .plani_selection::-webkit-scrollbar, .planimenu .plani_calendar_wrap #plani_calendar::-webkit-scrollbar, .minicalendar-modal .plani_selection::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar::-webkit-scrollbar-track, #favoris_page .left_panel::-webkit-scrollbar-track, .cmc::-webkit-scrollbar-track, .cmc .cmtarget::-webkit-scrollbar-track, .planimenu .plani_selection_wrap .plani_selection::-webkit-scrollbar-track, .planimenu .plani_calendar_wrap #plani_calendar::-webkit-scrollbar-track, .minicalendar-modal .plani_selection::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.scrollbar::-webkit-scrollbar-thumb, #favoris_page .left_panel::-webkit-scrollbar-thumb, .cmc::-webkit-scrollbar-thumb, .cmc .cmtarget::-webkit-scrollbar-thumb, .planimenu .plani_selection_wrap .plani_selection::-webkit-scrollbar-thumb, .planimenu .plani_calendar_wrap #plani_calendar::-webkit-scrollbar-thumb, .minicalendar-modal .plani_selection::-webkit-scrollbar-thumb {
  background: rgba(21, 61, 99, 0.8);
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive, #favoris_page .left_panel::-webkit-scrollbar-thumb:window-inactive, .cmc::-webkit-scrollbar-thumb:window-inactive, .cmc .cmtarget::-webkit-scrollbar-thumb:window-inactive, .planimenu .plani_selection_wrap .plani_selection::-webkit-scrollbar-thumb:window-inactive, .planimenu .plani_calendar_wrap #plani_calendar::-webkit-scrollbar-thumb:window-inactive, .minicalendar-modal .plani_selection::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(21, 61, 99, 0.8);
}
.scrollbar, #favoris_page .left_panel, .cmc, .cmc .cmtarget, .planimenu .plani_selection_wrap .plani_selection, .planimenu .plani_calendar_wrap #plani_calendar, .minicalendar-modal .plani_selection {
  scrollbar-color: rgba(21, 61, 99, 0.8) rgb(245, 245, 245);
  scrollbar-width: thin;
}

.minicalendar-modal .cmc {
  max-width: 439px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .minicalendar-modal .cmc .cmcc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .minicalendar-modal .cmc .cmtarget {
    padding-right: 20px;
    margin-right: -20px;
  }
}
.minicalendar-modal .cmc .header {
  margin-bottom: 15px;
}
.minicalendar-modal .cmc .mssg_wrap {
  min-height: 24px;
  margin-bottom: 8px;
  margin-top: 18px;
  color: #01AEF0 !important;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.minicalendar-modal .cmc #minicalendar .container-calendar {
  margin: 0 auto;
  overflow: auto;
}
.minicalendar-modal .cmc #minicalendar .container-calendar #calintrotxt {
  margin: 14px 0 30px 0;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar #monthsNavContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 70%;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar #monthsNavContainer .monthNav {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  color: #113961;
  padding: 5px 10px;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar #monthsNavContainer .monthNav#previous {
  float: left;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar #monthsNavContainer .monthNav#next {
  float: right;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar #monthsNavContainer #monthAndYear {
  min-width: 145px;
  text-align: center;
  margin: 6px 8px;
  font-family: "Dosis", serif;
  font-weight: 600;
  font-size: 20px;
  color: #113961;
  text-transform: uppercase;
}
@media screen and (max-width: 370px) {
  .minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar #monthsNavContainer #monthAndYear {
    font-size: 16px;
    min-width: 112px;
  }
}
.minicalendar-modal .cmc #minicalendar .container-calendar .button-container-calendar {
  /*#today {
      box-sizing: border-box;
      border: 1px solid $chathams;
      border-radius: 4px;
      color: $chathams;
      font-family: $quicksand;
      font-size: 13px;
      line-height: 24px;
      padding: 0 8px;
  }*/
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar {
  min-height: 286px;
  border-collapse: collapse;
  width: 100%;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th {
  padding: 5px;
  border: 0;
  text-align: center;
  vertical-align: center;
  font-family: "Quicksand", serif;
  font-size: 13px;
  line-height: 24px;
  color: #989DB3;
  text-align: center;
  font-weight: 600;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker {
  color: #113961;
  font-size: 14px;
  line-height: 17px;
  font-family: "Dosis", serif;
  text-align: center;
  position: relative;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker span, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker span {
  position: relative;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker[data-dots] span:after, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker[data-dots] span:after {
  content: "";
  font-size: 17px;
  letter-spacing: 1px;
  height: 4px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  color: #113961;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker[data-dots="1"] span:after, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker[data-dots="1"] span:after {
  content: "•";
  width: 6px;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker[data-dots="2"] span:after, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker[data-dots="2"] span:after {
  content: "••";
  width: 12px;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker[data-dots="3"] span:after, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker[data-dots="3"] span:after {
  content: "•••";
  width: 18px;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker span, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker span {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 0;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker span:before, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker span:before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker.selected span, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker.selected span {
  color: #ffffff;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker.selected span:before, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker.selected span:before {
  background-color: #113961;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar td.date-picker:hover, .minicalendar-modal .cmc #minicalendar .container-calendar .table-calendar th.date-picker:hover {
  cursor: pointer;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .footer-container-calendar {
  border-top: 1px solid #113961;
  padding: 10px 0;
}
.minicalendar-modal .cmc #minicalendar .container-calendar .footer-container-calendar select {
  display: none;
}
.minicalendar-modal .cmc #addAccompaniment {
  text-align: left;
}
.minicalendar-modal .cmc #addAccompaniment #suggested {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(14, 55, 95, 0.3);
  position: relative;
}
.minicalendar-modal .cmc #addAccompaniment #suggested #suggestedAccompaniments {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.minicalendar-modal .cmc #addAccompaniment #custom {
  padding-bottom: 25px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(14, 55, 95, 0.3);
  position: relative;
}
.minicalendar-modal .cmc #addAccompaniment #custom p {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.minicalendar-modal .cmc #addAccompaniment #custom #customAccompaniments {
  width: 100%;
  height: 64px;
  margin-bottom: 18px;
  border: 1px solid rgba(14, 55, 95, 0.3);
  border-radius: 8px;
  padding: 8px;
}
.minicalendar-modal .cmc #addAccompaniment p {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.minicalendar-modal .cmc #addAccompaniment button {
  /*margin: auto;*/
}
.minicalendar-modal .cmc #addAccompaniment:not(.custom-only) #custom #cancel {
  display: none;
}
.minicalendar-modal .cmc #addAccompaniment.custom-only .gen-cancel, .minicalendar-modal .cmc #addAccompaniment.custom-only #NoAccompaniment {
  display: none;
}
.minicalendar-modal .cmc #confirmation {
  margin-top: 41px;
  text-align: center;
  padding-bottom: 104px;
}
.minicalendar-modal .cmc #confirmation .icon_confirm {
  margin-top: 55px;
  margin-bottom: 32px;
}
.minicalendar-modal .cmc #confirmation #goToPlaniMenu, .minicalendar-modal .cmc #confirmation .goToPlaniMenu {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
  position: relative;
  display: inline-flex;
  flex-direction: row;
}
.minicalendar-modal .cmc #confirmation #goToPlaniMenu .plani-menu, .minicalendar-modal .cmc #confirmation .goToPlaniMenu .plani-menu {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.add-accompaniment-input {
  border: 1px solid #113961;
  width: 100%;
  border-radius: 8px;
  padding: 8px;
}
.add-accompaniment-input .input-field {
  border: 1px solid;
  padding: 10px;
}
.add-accompaniment-input .fa.icon {
  position: relative;
  left: -38px;
  top: -9px;
  border-left: 1px solid;
  height: 38px;
  width: 38px;
  text-align: center;
  cursor: pointer;
}

.accompaniment-tag {
  border: 1px solid green;
}

.minicalendar-modal .search-result-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.minicalendar-modal .search-result-title + .plani_selection .recipe_card_item:first-child {
  margin-top: 0 !important;
}

.inspiration-accompaniment {
  font-weight: bold;
}

#resetPasswordPage .reset_title {
  font-family: "Bree Serif", serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.56px;
  margin-bottom: 30px;
  color: #113961;
}
#resetPasswordPage .form_wrap {
  margin-bottom: 15px;
}
#resetPasswordPage .form_wrap .form_label {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 4px;
  display: block;
  font-family: "Quicksand", serif;
  font-weight: bold;
  color: #113961;
}
#resetPasswordPage .form_wrap .form_input {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#resetPasswordPage .form_wrap .form_input input {
  border: 1px solid #113961;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  border-radius: 10px;
  outline: none;
  font-family: "Quicksand", serif;
  color: #113961;
  padding: 6px 8px;
  box-sizing: border-box;
}
#resetPasswordPage .form_wrap .form_input .field-validation-error {
  position: absolute;
  bottom: -15px;
  right: 0;
}
#resetPasswordPage .buttonCta {
  margin-top: 10px;
}

.form {
  width: 100%;
}
.form .form_wrap {
  width: 100%;
}
.form .form_input_submit {
  margin-top: 20px;
}
.form .form_label, .form label {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 4px;
  display: block;
  font-family: "Quicksand", serif;
  font-weight: bold;
  color: #113961;
}
.form .form_input {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.form .form_input input:not([type=checkbox]) {
  border: 1px solid #113961;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  border-radius: 8px;
  outline: none;
  font-family: "Quicksand", serif;
  color: #113961;
  padding: 8px 10px;
  box-sizing: border-box;
}
.form .form_input .field-validation-error {
  position: absolute;
  bottom: -15px;
  right: 0;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active,
.form textarea {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset !important;
  outline: none !important;
  border: none;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form textarea, .form input[type=tel], .form input[type=search], .form select {
  width: 100%;
  box-sizing: border-box;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=search]::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: rgba(17, 57, 97, 0.5);
  line-height: normal !important;
}
.form input[type=text]:-moz-placeholder, .form input[type=password]:-moz-placeholder, .form input[type=email]:-moz-placeholder, .form textarea:-moz-placeholder, .form input[type=tel]:-moz-placeholder, .form input[type=search]:-moz-placeholder, .form select:-moz-placeholder {
  color: rgba(17, 57, 97, 0.5);
  opacity: 1;
  transform: translate3d(0, 2px, 0) !important;
}
.form input[type=text]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=search]::-moz-placeholder, .form select::-moz-placeholder {
  color: rgba(17, 57, 97, 0.5);
  opacity: 1;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=password]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=search]:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: rgba(17, 57, 97, 0.5);
}
.form input[type=text]::-ms-input-placeholder, .form input[type=password]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form textarea::-ms-input-placeholder, .form input[type=tel]::-ms-input-placeholder, .form input[type=search]::-ms-input-placeholder, .form select::-ms-input-placeholder {
  color: rgba(17, 57, 97, 0.5);
}
.form input[type=text]::placeholder, .form input[type=password]::placeholder, .form input[type=email]::placeholder, .form textarea::placeholder, .form input[type=tel]::placeholder, .form input[type=search]::placeholder, .form select::placeholder {
  color: rgba(17, 57, 97, 0.5);
}
.form input[disabled], .form select[disabled] {
  color: #9A9A9A;
}
.form [type=checkbox]:not(:checked),
.form [type=checkbox]:checked,
.form [type=radio]:not(:checked),
.form [type=radio]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.form [type=checkbox]:not(:checked) ~ label,
.form [type=checkbox]:checked ~ label,
.form [type=radio]:not(:checked) ~ label,
.form [type=radio]:checked ~ label {
  position: relative;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  align-content: center;
  padding: 0px 20px 0px 32px;
  /*&:not(:last-child) {
      margin-bottom: 30px;
  }*/
}
.form [type=checkbox]:not(:checked) ~ label:before,
.form [type=checkbox]:checked ~ label:before,
.form [type=radio]:not(:checked) ~ label:before,
.form [type=radio]:checked ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #999a9d;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .form [type=checkbox]:not(:checked) ~ label:before,
  .form [type=checkbox]:checked ~ label:before,
  .form [type=radio]:not(:checked) ~ label:before,
  .form [type=radio]:checked ~ label:before {
    top: 50%;
  }
}
.form [type=checkbox]:not(:checked) ~ label:after,
.form [type=checkbox]:checked ~ label:after,
.form [type=radio]:not(:checked) ~ label:after,
.form [type=radio]:checked ~ label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  width: 14px;
  height: 14px;
  background: #113961;
}
@media screen and (max-width: 991px) {
  .form [type=checkbox]:not(:checked) ~ label:after,
  .form [type=checkbox]:checked ~ label:after,
  .form [type=radio]:not(:checked) ~ label:after,
  .form [type=radio]:checked ~ label:after {
    top: 50%;
  }
}
.form [type=checkbox]:not(:checked) ~ label.borderless:after,
.form [type=checkbox]:checked ~ label.borderless:after,
.form [type=radio]:not(:checked) ~ label.borderless:after,
.form [type=radio]:checked ~ label.borderless:after {
  left: 4px;
}
.form [type=checkbox]:not(:checked) ~ label:after,
.form [type=radio]:not(:checked) ~ label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.form [type=checkbox]:checked ~ label:after,
.form [type=radio]:checked ~ label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0) translateY(-50%);
}
.form [type=checkbox]:checked:hover ~ label:after,
.form [type=radio]:checked:hover ~ label:after {
  background: #113961 !important;
}
.form [type=checkbox]:disabled:not(:checked) ~ label:before,
.form [type=checkbox]:disabled:checked ~ label:before,
.form [type=radio]:disabled:not(:checked) ~ label:before,
.form [type=radio]:disabled:checked ~ label:before {
  box-shadow: none;
  border-color: #E6E6E6;
  background-color: #E6E6E6;
}
.form [type=checkbox]:checked:focus ~ label:before,
.form [type=checkbox]:not(:checked):focus ~ label:before,
.form [type=radio]:checked:focus ~ label:before,
.form [type=radio]:not(:checked):focus ~ label:before {
  box-shadow: inset 0 1px 2px rgba(17, 57, 97, 0.1);
}
.form .borderless {
  border: none !important;
  border-radius: 8px;
  padding: 0px 0 0px 34px !important;
}
checkbox aspect .form .borderless:before {
  left: 0 !important;
}
.form .borderless:after {
  left: 16px;
}

#createAccountPopup .cmcc {
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1440px) and (min-height: 768px) {
  #createAccountPopup .cmcc {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-height: 1000px) {
  #createAccountPopup .cmcc {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #createAccountPopup .cmcc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#createAccountPopup .cmc {
  width: 100%;
  max-width: 776px;
}
#createAccountPopup .cmcontent .create_acc-title {
  font-size: 30px;
  line-height: 34px;
  display: block;
  font-family: "Bree Serif", serif;
  color: #113961;
  font-weight: 500;
  text-transform: uppercase;
}
#createAccountPopup .cmcontent {
  /*.create_acc-txt {
      font-size: 16px;
      line-height: 23px;
      display: block;
      font-family: $quicksand;
      color: $chathams;
      font-weight: bold;
      margin-bottom: 30px;
  }*/
}
#createAccountPopup .cmcontent.cmtarget {
  padding-right: 100px;
  margin-right: -100px;
}
@media only screen and (max-width: 768px) {
  #createAccountPopup .cmcontent.cmtarget {
    padding-right: 20px;
    margin-right: -20px;
  }
}

.sub_form {
  margin-top: 40px;
  padding-top: 33px;
  border-top: 1px solid rgba(17, 57, 97, 0.3);
}
@media only screen and (max-height: 1000px) {
  .sub_form {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.sub_form .create_acc_sub {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .sub_form .create_acc_sub {
    flex-direction: column;
  }
}
.sub_form .create_acc_sub .create_acc_sub-title {
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
  font-family: "Bree Serif", serif;
  font-weight: 500;
  padding-right: 0 !important;
  color: #113961;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-height: 1000px) {
  .sub_form .create_acc_sub .create_acc_sub-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .sub_form .create_acc_sub .create_acc_sub-title {
    font-size: 25px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 576px) {
  .sub_form .create_acc_sub .create_acc_sub-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.sub_form .create_acc_sub .filter_label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-family: "Quicksand", serif;
  padding-right: 0 !important;
  color: #113961;
  margin-top: 5px;
}
.sub_form .create_acc_sub .create_acc_sub-txt {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #113961;
  font-family: "Quicksand", serif;
  margin-bottom: 10px;
}
.sub_form .create_acc-legal {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-family: "Quicksand", serif;
  color: #113961;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
}
.sub_form .create_acc-legal a {
  text-decoration: underline;
  color: #113961;
}
.sub_form .create_acc-legal a:hover {
  text-decoration: none;
  color: #F75A58;
}
@media only screen and (max-width: 992px) {
  .sub_form .create_acc-legal {
    margin-top: 10px;
  }
}

.from_account_creation {
  margin: 0 auto;
  display: block;
}
.from_account_creation .form_label {
  font-size: 16px !important;
  line-height: 23px !important;
  margin-bottom: 4px !important;
  display: block !important;
  font-family: "Quicksand", serif !important;
  font-weight: bold !important;
  color: #113961 !important;
}
.from_account_creation .form_input_notice {
  font-size: 15px !important;
  line-height: 21px !important;
  margin-top: 13px !important;
  display: block !important;
  font-family: "Quicksand", serif !important;
  color: #113961 !important;
  font-weight: 500 !important;
}

.plani_search .search-item .fakeLabel {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 4px;
  display: block;
  font-family: "Quicksand", serif;
  font-weight: bold;
  color: #113961;
}

.cs-wrap {
  position: relative;
  z-index: 2;
  min-width: 150px;
}
.cs-wrap.cem {
  min-width: 250px;
}
.cs-wrap:after {
  z-index: 1;
  content: "";
  width: 8px;
  height: 6px;
  right: 15px;
  top: 23px;
  background: url(/Images/svg/plani/icons_utility_chevrondown.svg) top left no-repeat;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
}
.cs-wrap:before {
  display: none;
}
.cs-wrap input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cs-wrap label {
  margin-top: 0 !important;
  padding: 8px 16px !important;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px 35px 8px 15px;
  height: 42px;
  display: flex !important;
  align-items: center !important;
  font-family: "Quicksand", serif;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #113961;
  border: 1px solid #113961;
  font-weight: 500 !important;
  z-index: 1;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
       supported by Chrome, Edge, Opera and Firefox */
}
.cs-wrap label:before, .cs-wrap label:after {
  display: none !important;
}
.cs-wrap label.selected {
  color: #F75A58;
  font-weight: 600 !important;
}
.cs-wrap input:checked ~ label {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cs-wrap input:checked ~ .cs-result {
  display: block;
}
.cs-wrap label.selected ~ .cs-result > .cs-reset {
  display: block !important;
}
.cs-wrap .cs-result {
  display: none;
  background-color: white;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 0;
  padding: 28px 15px 25px 15px;
  border-radius: 8px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
       supported by Chrome, Edge, Opera and Firefox */
}
.cs-wrap .cs-result:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #113961;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cs-wrap .cs-result .cs-reset {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  display: none;
  margin-bottom: 13px !important;
  padding-bottom: 13px !important;
  border-bottom: 1px solid #E9F0F7;
}
.cs-wrap .cs-result .cs-reset > .cs-label:hover {
  cursor: pointer;
  color: #F75A58;
  text-decoration: none;
}
.cs-wrap .cs-result .cs-group {
  display: flex;
  flex-direction: column;
}
.cs-wrap .cs-result .cs-group:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9F0F7;
}
.cs-wrap .cs-result .cs-group .cs-label {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 5px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
}
.cs-wrap .cs-result .cs-group .cs-label[data-ico] {
  position: relative;
}
.cs-wrap .cs-result .cs-group .cs-label[data-ico]:after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  z-index: 1;
  pointer-events: none;
}
.cs-wrap .cs-result .cs-group .cs-label[data-ico=fav]:after {
  background: url("../../Images/svg/plani/heartBg.svg");
}
.cs-wrap .cs-result .cs-group .cs-label[data-ico=hat]:after {
  background: url("../../Images/svg/plani/toque.svg");
}
.cs-wrap .cs-result .cs-group .cs-option {
  padding: 5px 5px 5px 30px;
}
.cs-wrap .cs-result .cs-option {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 15px;
  line-height: 17px;
  padding: 5px 5px 5px 5px;
  font-weight: 500;
}
.cs-wrap .cs-result .cs-option .option-title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cs-wrap .cs-result .cs-option:hover {
  cursor: pointer;
  color: #F75A58;
}

.minicalendar-modal .cs-result {
  position: relative;
  top: -10px;
}

#accountCreationFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 70px;
}
@media only screen and (max-width: 1200px) {
  #accountCreationFooter {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #accountCreationFooter {
    padding-top: 50px;
  }
}
#accountCreationFooter a {
  font-family: "Quicksand", serif;
  color: #113961;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}
#accountCreationFooter a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #accountCreationFooter .accountCreation_legalmenu-wrapper {
    flex-direction: column;
  }
}
#accountCreationFooter .accountCreation_legalmenu-wrapper .accountCreation_legaltext {
  font-family: "Quicksand", serif;
  color: #113961;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 4px;
}
#accountCreationFooter .accountCreation_legalmenu-wrapper .accountCreation_legalmenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
}
#accountCreationFooter .accountCreation_legalmenu-wrapper .accountCreation_legalmenu li {
  margin-bottom: 30px;
  margin-left: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #accountCreationFooter .accountCreation_legalmenu-wrapper .accountCreation_legalmenu li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  #accountCreationFooter .accountCreation_legalmenu-wrapper .accountCreation_legalmenu li:not(:last-child):after {
    content: "";
    background-color: #113961;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #accountCreationFooter .accountCreation_legalmenu-wrapper .accountCreation_legalmenu li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  #accountCreationFooter .accountCreation_legalmenu-wrapper .accountCreation_legalmenu li:not(:last-child):after {
    content: "";
    background-color: #113961;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

#favoris_page .container-fluid {
  max-width: 1920px;
}
#favoris_page .panels_wrap {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  #favoris_page .panels_wrap {
    display: block;
    flex-direction: unset;
  }
}
#favoris_page .left_panel {
  max-width: 325px;
  width: 100%;
  margin-right: 60px;
}
#favoris_page .left_panel #closeLeftPanelFN {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 30px;
  height: 30px;
  background: red;
}
@media only screen and (max-width: 992px) {
  #favoris_page .left_panel:not(.active) {
    display: none;
  }
  #favoris_page .left_panel.active {
    display: block;
    position: fixed;
    top: 80px;
    left: 50%;
    width: 100vw;
    height: calc(100vh - 65px);
    z-index: 6666666;
    margin-right: 0;
    transform: translateX(-50%);
    max-width: unset;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
  }
  #favoris_page .left_panel.active .favoris_listing {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0;
  }
}
#favoris_page .right_panel {
  width: 100%;
}
#favoris_page .right_panel .folder_title {
  text-transform: uppercase;
  color: #113961;
  font-size: 28px;
  line-height: 36px;
  font-family: "Dosis", serif;
  font-weight: 700;
  padding-left: 0;
}
#favoris_page .right_panel .folder_title:has(+ .folder_search) {
  padding-left: 28px;
}
@media only screen and (max-width: 992px) {
  #favoris_page .right_panel .folder_title:has(+ .folder_search) {
    padding-left: 0;
  }
}
#favoris_page .right_panel .folder_search {
  margin-top: 20px;
  padding: 32px 28px;
  background-color: #E9F0F7;
  border-radius: 20px;
}
#favoris_page .right_panel .folder_search .folder_search-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Quicksand", serif;
}
#favoris_page .right_panel .folder_search .form {
  position: relative;
}
#favoris_page .right_panel .folder_search .form .form_input {
  background-color: #ffffff;
  border-radius: 8px;
}
#favoris_page .right_panel .folder_search .form .form_input input {
  height: 40px;
}
#favoris_page .right_panel .folder_search .form .searchBtn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
#favoris_page .right_panel .folder_search .form .searchReset {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #113961 url("/Images/svg/plani/closeX.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#favoris_page .right_panel .folder_search .form .searchReset:hover {
  background-color: #F75A58;
}
#favoris_page .right_panel .favorites-list-target {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 41px;
  border-bottom: 1px solid #E9F0F7;
  margin-bottom: 22px;
  width: 100%;
  min-height: 126px;
}
@media only screen and (max-width: 576px) {
  #favoris_page .right_panel .favorites-list-target {
    justify-content: center;
  }
}
#favoris_page .right_panel .favorites-list-target .recipe_card {
  width: calc(25% - 30px);
  max-width: 400px;
}
@media only screen and (max-width: 1600px) {
  #favoris_page .right_panel .favorites-list-target .recipe_card {
    width: calc(33.3333333333% - 27px);
    max-width: 400px;
  }
}
@media only screen and (max-width: 1440px) {
  #favoris_page .right_panel .favorites-list-target .recipe_card {
    width: calc(50% - 20px);
    max-width: 400px;
  }
}
@media only screen and (max-width: 576px) {
  #favoris_page .right_panel .favorites-list-target .recipe_card {
    width: 100%;
    max-width: 400px;
  }
}
#favoris_page .right_panel #status_bar {
  width: 100%;
  height: 50px;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
#favoris_page .right_panel #status_bar strong {
  font-weight: bold;
}
#favoris_page .right_panel #status_bar #favorites_search_result_status, #favoris_page .right_panel #status_bar #empty_favorite_search {
  color: #113961;
  font-family: "Quicksand", serif;
  font-size: 16px;
  line-height: 16px;
}
#favoris_page .right_panel #action_bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 35px 0;
}
#favoris_page .right_panel #action_bar .addRecipe {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}
#favoris_page .right_panel #action_bar .addRecipe .plusBg {
  margin-right: 8px;
}
#favoris_page .favoris_listing {
  width: 100%;
  background-color: #E9F0F7;
  padding: 30px;
  border-radius: 20px;
}
#favoris_page .favoris_listing .favoris_listing-title {
  text-transform: uppercase;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #113961;
  border-bottom: 1px solid #113961;
  font-size: 20px;
  line-height: 24px;
  font-family: "Dosis", serif;
  font-weight: 600;
}
#favoris_page .favoris_listing .favoris_create_folder {
  font-size: 14px;
  line-height: 16px;
  font-family: "Quicksand", serif;
  letter-spacing: -0.29px;
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  color: #113961;
  font-weight: 500;
}
#favoris_page .favoris_listing .favoris_create_folder p {
  display: flex;
}
#favoris_page .favoris_listing .favoris_create_folder p svg {
  margin-right: 8px;
}
#favoris_page .favoris_listing .favoris_create_folder:hover {
  text-decoration: none;
  color: #F75A58;
}
#favoris_page .favoris_listing .favoris_create_folder:hover svg path {
  fill: #F75A58;
}
#favoris_page .favoris_listing .favoris_folders_list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder {
  border: 1px solid #113961;
  min-height: 55px;
  border-radius: 8px;
  text-align: left;
  display: block;
  position: relative;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder a {
  padding: 14px 16px;
  display: block;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child {
  background-color: rgba(17, 57, 97, 0.1) !important;
  transition: all 0.15s ease-in;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child a {
  text-decoration: none !important;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child .options_toggle svg path {
  stroke: #113961 !important;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child .folder_title, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child .folder_content {
  color: #113961 !important;
  transition: all 0.15s ease-in;
  padding-right: 20px;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child:hover {
  background-color: #113961 !important;
  transition: all 0.15s ease-in;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child:hover a {
  text-decoration: none !important;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child:hover .options_toggle svg path {
  stroke: #ffffff !important;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child:hover .folder_title, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:first-child:hover .folder_content {
  color: #ffffff !important;
  transition: all 0.15s ease-in;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child):hover, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).open, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).active {
  background-color: #113961;
  transition: all 0.15s ease-in;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child):hover a, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).open a, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).active a {
  text-decoration: none !important;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child):hover .options_toggle svg path, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).open .options_toggle svg path, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).active .options_toggle svg path {
  stroke: #ffffff;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child):hover .folder_title, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child):hover .folder_content, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).open .folder_title, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).open .folder_content, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).active .folder_title, #favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child).active .folder_content {
  color: #ffffff;
  transition: all 0.15s ease-in;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .card_options {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -6px;
}
@media only screen and (max-width: 992px) {
  #favoris_page .favoris_listing .favoris_folders_list .favoris_folder .card_options {
    right: -32px;
    display: block;
  }
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .card_options .options_toggle {
  padding: 5px 12px;
}
@media only screen and (max-width: 992px) {
  #favoris_page .favoris_listing .favoris_folders_list .favoris_folder .card_options .options_toggle {
    padding: 10px 32px;
    display: block;
  }
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .card_options:hover {
  cursor: pointer;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .card_options:hover svg path {
  stroke: #F75A58 !important;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .itemWithOptions {
  z-index: -1;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .itemWithOptions.open {
  z-index: 1;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .options_panel {
  z-index: unset;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder:not(:first-child) {
  margin-top: 24px;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .folder_title {
  font-size: 14px;
  line-height: 16px;
  font-family: "Quicksand", serif;
  font-weight: 700;
  color: #113961;
  display: block;
  padding-right: 21px;
}
#favoris_page .favoris_listing .favoris_folders_list .favoris_folder .folder_content {
  margin-top: 3px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Quicksand", serif;
  font-weight: 500;
  color: #113961;
  display: block;
  padding-right: 21px;
}
@media only screen and (max-width: 992px) {
  #favoris_page .favoris_listing .favoris_folders_list .favoris_folder .folder_content {
    padding-right: 41px;
  }
}
#favoris_page .addRecipe:not(.context) {
  text-decoration: none !important;
}
#favoris_page .addRecipe.context {
  text-decoration: underline;
}
#favoris_page .addRecipe.context:hover {
  text-decoration: none;
}

.outsideClicker {
  z-index: 6 !important;
}

.outsideClicker:not(.open) {
  z-index: 1 !important;
}

.form-favorite #FolderName {
  margin-bottom: 20px;
  padding-right: 121px;
}

.loading .favorites-list-target {
  border-bottom: none !important;
}

#openLeftPanelFN {
  position: relative;
  color: #113961;
  font-size: 14px;
  font-family: "Quicksand", serif;
  flex-direction: row;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 24px;
  text-align: left;
  align-items: center;
}
#openLeftPanelFN svg {
  margin-right: 8px;
}
#openLeftPanelFN:hover {
  color: #F75A58;
}
#openLeftPanelFN:hover svg path {
  fill: #F75A58;
}

.select_wraper_arrow {
  position: relative;
}
.select_wraper_arrow:after {
  content: "";
  width: 8px;
  height: 6px;
  right: 18px;
  top: 50%;
  background: url("/Images/svg/plani/icons_utility_chevrondown.svg") top left no-repeat;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
}

.favorites-more {
  display: flex;
  justify-content: space-between;
}
.favorites-more #loadMoreAndTopPage {
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .favorites-more {
    flex-direction: column;
  }
  .favorites-more #loadMoreAndTopPage {
    margin-top: 40px;
  }
}

.addRecipe:not(.liked), .seeFavs {
  text-decoration: underline;
  color: #113961;
  margin-left: 0 !important;
}
.addRecipe:not(.liked):hover, .seeFavs:hover {
  text-decoration: none;
  color: #F75A58;
}

.addRecipe.liked span {
  margin-right: 6px;
}

#profilePage {
  padding: 0px 0 50px 0;
}
#profilePage .cardTitle {
  margin-bottom: 20px;
  color: #113961;
  font-size: 28px;
  line-height: 36px;
  font-family: "Dosis", serif;
  font-weight: 700;
  text-transform: uppercase;
}
#profilePage .form_input_row {
  margin-bottom: 20px;
}
#profilePage .buttonCta {
  margin-top: 10px;
  margin-bottom: 30px;
}
#profilePage .buttonCta.delete {
  margin-top: 50px;
}

.activate-resend-form .goToPrevPanel {
  margin-top: 25px;
  color: #113961;
}

.activate-resend-success {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#activationStatus {
  padding: 0px 0 50px 0;
}
#activationStatus .cardTitle {
  margin-bottom: 50px;
}
#activationStatus .buttonCta {
  margin-top: 10px;
  margin-bottom: 30px;
}

.itemWithOptions {
  z-index: 2;
}
.itemWithOptions:not(.open) {
  z-index: 1;
}

.options_panel {
  min-width: 200px;
  border: 1px solid #113961;
  padding: 26px 18px 21px 18px;
  border-radius: 4px;
  display: block;
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  top: 5px;
  right: 0;
  z-index: 1;
  max-width: 90vw;
}
@media screen and (max-width: 375px) {
  .options_panel {
    max-width: 98vw;
  }
}
.options_panel:before {
  position: absolute;
  top: -8px;
  left: 20px;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #113961;
}
.options_panel:after {
  position: absolute;
  top: -8px;
  left: 20px;
  content: "";
  width: 10px;
  height: 9px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.options_panel[data-align=right]:before, .options_panel[data-align=right]:after {
  right: 34px !important;
  left: unset !important;
}
.options_panel[data-newalign=right]:before, .options_panel[data-newalign=right]:after {
  right: 34px !important;
  left: unset !important;
}
.options_panel .options_group {
  display: flex;
  flex-direction: column;
}
.options_panel .options_group:not(:first-child) {
  border-top: 1px solid rgba(17, 57, 97, 0.1);
  padding-top: 15px;
  margin-top: 15px;
}
.options_panel .options_group .option_wrap {
  display: flex;
  flex-direction: row;
}
.options_panel .options_group .option_wrap:not(:first-child) {
  margin-top: 15px;
}
.options_panel .options_group .option_wrap .option_item {
  display: flex !important;
  text-decoration: none !important;
}
.options_panel .options_group .option_wrap .option_item a {
  margin-left: 7px;
  text-decoration: underline;
}
.options_panel .options_group .option_wrap .option_item:hover {
  text-decoration: none;
}
.options_panel .options_group .option_wrap .option_item:hover a:hover {
  text-decoration: none;
}
.options_panel .options_group .option_wrap button, .options_panel .options_group .option_wrap .option_item {
  padding-left: 26px;
  z-index: 1;
  text-align: left;
  font-family: "Quicksand", serif;
  font-size: 14px;
  line-height: 16px;
  color: #113961;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}
.options_panel .options_group .option_wrap button:hover, .options_panel .options_group .option_wrap .option_item:hover {
  text-decoration: none;
}
.options_panel .options_group .option_wrap span.alreadyFav {
  display: inline-flex;
  text-decoration: none;
}
.options_panel .options_group .option_wrap span.alreadyFav span {
  text-decoration: none;
  cursor: unset;
}
.options_panel .options_group .option_wrap .addRecipe:hover {
  color: #113961 !important;
  text-decoration: none;
}
.options_panel .options_group .option_wrap[data-ico] {
  position: relative;
}
.options_panel .options_group .option_wrap[data-ico]:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
.options_panel .options_group .option_wrap[data-ico=move]:after {
  background: url("../../Images/svg/plani/move.svg");
}
.options_panel .options_group .option_wrap[data-ico=duplicate]:after {
  background: url("../../Images/svg/plani/duplicate.svg");
}
.options_panel .options_group .option_wrap[data-ico=addFav]:after {
  background: url("../../Images/svg/plani/heart.svg");
}
.options_panel .options_group .option_wrap[data-ico=inFav]:after {
  background: url("../../Images/svg/plani/heartBg.svg");
}
.options_panel .options_group .option_wrap[data-ico=addSide]:after {
  background: url("../../Images/svg/plani/plus.svg");
}
.options_panel .options_group .option_wrap[data-ico=delete]:after {
  background: url("../../Images/svg/plani/delete.svg");
  top: 5px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(48%) saturate(2548%) hue-rotate(330deg) brightness(111%) contrast(92%);
}
.options_panel .options_group .option_wrap[data-ico=cancel]:after {
  background: url("../../Images/svg/plani/closeCircleNoPadding.svg");
}
.options_panel .options_group .option_wrap[data-ico=cancel-white]:after {
  background: url("../../Images/svg/plani/Icon_cancel.svg");
}
.options_panel .options_group .option_wrap[data-ico=edit]:after {
  background: url("../../Images/svg/plani/Icon_editing.svg");
}
.options_panel .options_group .option_wrap[data-ico=folder]:after {
  background: url("../../Images/svg/plani/folder.svg");
}
.options_panel .options_group .option_wrap[data-ico=planimenuAddTo]:after {
  background: url("../../Images/svg/plani/planimenuAddTo.svg");
}
.options_panel .options_group .option_wrap[data-ico=delete] button {
  color: #F75A58;
  margin: 5px 0;
}
.options_panel .options_group .option_wrap .option-message {
  color: #113961;
  margin-left: 26px;
  font-size: 12px;
  font-family: "Quicksand", serif;
  font-weight: 500;
}
.options_panel .options_group .option_wrap .option-danger {
  color: #F75A58;
}

.options_panel[data-type=favoris] {
  width: 200px;
}

.options_panel[data-type=planimenu] {
  width: 350px;
}
.options_panel[data-type=planimenu][data-newalign=right] {
  right: -24px !important;
  left: unset !important;
}
.options_panel[data-type=planimenu][data-newalign=right]:before, .options_panel[data-type=planimenu][data-newalign=right]:after {
  right: 24px !important;
  left: unset !important;
}

.itemWithOptions {
  position: relative;
}
.itemWithOptions .options_toggle {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.itemWithOptions .options_toggle svg path {
  fill: #113961;
  stroke: #113961;
}
.itemWithOptions .options_toggle:hover svg path {
  fill: #f75a58;
  stroke: #f75a58;
}
.itemWithOptions.open svg path {
  fill: #f75a58 !important;
  stroke: #f75a58 !important;
}

.options_toggle.open + .options_panel {
  display: block !important;
  visibility: visible;
}

.favoris_folders_list .options_panel {
  top: 28px;
  right: -33px;
  z-index: 2;
}

.favoris_folder:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.customLook {
  --tag-inset-shadow-size: 100vh;
  max-width: 100%;
  min-width: 100%;
  --tag-border-radius: 8px;
  border: none;
}
.customLook .tagify__tag div {
  max-width: calc(100% - 18px);
}
.customLook .tagify__input {
  display: none;
}
.customLook .tagify__tag--editable {
  min-width: 100px;
}

.add-accompaniment-input .tagify-add-accompaniment .label {
  margin-bottom: 0 !important;
}
.add-accompaniment-input .tagify-add-accompaniment:hover .label {
  color: #F75A58 !important;
}

.tagify__tag__removeBtn::after {
  font-family: "Quicksand", serif;
}

.tagify__tag {
  font-family: "Quicksand", serif;
}

.tagify__input {
  min-width: 200px;
}

.tagify__tag.inspiration div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) #E9F0F7 inset !important;
}

.tagify__tag:not(.inspiration) div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset !important;
}