:root {
  --color-old-green: #8dc63f;
  --color-green: #56BA88;
  --color-green-tranparent: rgb(236, 243, 239);
  --color-beige: #EEE3D6;
  --color-olive: #4E5B42;
}

html, body {
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden;
}

html body a,
html body a:hover {
  color: var(--color-green);
}

html body footer a,
html body footer a:hover {
  color: white;
}

html body #bartop {
  z-index: 10;
  position: relative;
  background: var(--color-green) none;
}

html body #header-wrapper{
  z-index: 10;
  position: relative;
  background-color: white;
}

html body footer ul.socials li a {
  color: white;
}

html body footer .section2 {
  background-color: var(--color-green);
  background-image: none;
}

html body header nav ul li:hover a {
  background-color: var(--color-green);
  color: white;
}

html body header nav ul li ul li:hover a {
  background-image: none;
  background-color: #ace8ca;
}

html body footer {
  padding-top: 0;
}

html body .section2 {
  background: var(--color-green) none;
}

html body header nav a,
html body header nav a:visited,
html body header nav a:hover {
  color: var(--color-green);
}

html body .gotop {
  display: none;
}

html body #burger_vous::before,
html body #burger_vous span,
html body #burger_vous::after {
  background-color: var(--color-green);
}


.new-container {
  position: relative;
  max-width: 1200px;
  padding-left: 26px;
  padding-right: 26px;
  margin: 0 auto;
  @media (min-width: 768px) {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.new-container * {
  position: relative;
}

.new-page-header {
  position: relative;
  background-color: var(--color-green);
  padding: 72px 66px 64px;
  @media (min-width: 768px) {
    padding: 156px 0 128px;
  }
}

.new-page-header * {
  color: white;
  text-transform: none;
}

.new-page-header h1 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.125;
}

.boxes-section {
  position: relative;
  padding-top: 64px;
  padding-bottom: 92px;
}

.boxes-section h2 {
  margin-bottom: 72px;
  font-size: 36px;
  line-height: 1.3333333333;
  font-weight: 800;
  color: black;
  text-transform: none;
  @media (min-width: 768px) {
    margin-bottom: 140px;
  }
}

.box-section {
  margin-bottom: 42px;
  @media (min-width: 768px) {
    margin-bottom: 100px;
  }
}

.box-section.box-section--small h2 {
  @media (min-width: 768px) {
    margin-bottom: 112px;
  }
}

.box-grid li .box-card {
  height: 100%;
}

.box-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.box-card__name {
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: var(--color-green);
}

.box-card__tagline {
  margin-bottom: 8px;
}

.box-card__box {
  flex-grow: 1;
  padding: 0 32px 30px;
  margin-bottom: 6px;
  border-radius: 10px;
  border: 5px solid var(--color-beige);
  background-color: white;
  @media (min-width: 768px) {
    margin-bottom: 20px;
  }
}

.box-card__texts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-card__image {
  display: block;
  max-width: 265px;
  width: 100%;
  margin: -72px auto 8px;
  @media (min-width: 768px) {
    max-width: 440px;
    margin-top: -80px;
  }
}

.box-card__contents {

}

.box-card__buttons {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-template-rows: auto;
  gap: 6px;
  @media (min-width: 768px) {
    gap: 20px;
  }
}

.box-card__price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  background-color: var(--color-beige);
  color: var(--color-green);
}

.box-card__price sup {
  position: relative;
  top: -7px;
  font-size: 14px;
}

.box-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 4px solid var(--color-green);
  border-radius: 10px;
  font-weight: 700;
  color: var(--color-green) !important;
  background-color: white;
  transition: .2s linear;
}

.box-card__button:hover {
  text-decoration: none;
  background-color: var(--color-green-tranparent) !important;
}

.box-card__button.box-card__button--turbo {
  grid-column: 2/-1;
}

.box-card__button.box-card__button--subscribe {
  justify-content: space-between;
  color: white !important;
  background-color: var(--color-green);
}

.box-card__button.box-card__button--subscribe:hover {
  color: var(--color-green) !important;
  background-color: white !important;
}

.box-grid {
  display: grid;
  gap: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
  @media (min-width: 768px) {
    gap: 92px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.box-section.box-section--small .box-grid {
  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.advantages-section {
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
  @media (min-width: 768px) {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}

.advantages-section h2 {
  max-width: 974px;
  margin: 0 auto  68px;
  font-size: 40px;
  line-height: initial;
  font-weight: 700;
  text-transform: none;
  color: var(--color-green);
  @media (min-width: 768px) {
    font-size: 48px;
  }
}

.advantages-section ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 9px;
  margin: 0 0 72px;
  padding: 0;
  list-style: none;
  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  @media (min-width: 1200px) {
    grid-template-columns: repeat(6, 1fr);
  }
}

.advantages-section ul img {
  width: 105px;
  height: 75px;
  margin: 0 auto 40px;
  object-position: center;
  object-fit: contain;
  user-select: none;
}

.advantages-section__bottom-text {
  font-weight: 700;
  font-size: 18px;
  @media (min-width: 768px) {
    font-size: 20px;
  }
}

.velo-hero h1 {
  @media (min-width: 768px) {
    max-width: 612px;
  }
}

.bg-cardboard-light {
  background-image: url('../img/cardboard-light.jpg');
  background-size: cover;
  background-position: center;
}

.bg-cardboard-dark {
  background-image: url('../img/cardboard-dark.jpg');
  background-size: cover;
  background-position: center;
}

.box-card__select {
  padding: 10px;
  border: 4px solid var(--color-green);
  border-radius: 10px;
  font-family: 'Proxima Nova Rg';
  font-size: 16px;
  font-weight: 600;
  color: white !important;
  background-color: var(--color-green);
}

/** Vélo smoothie */

.new-page-header.new-page-header--velo {
  padding-left: 24px;
  padding-right: 24px;
  @media (min-width: 768px) {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  @media (min-width: 1200px) {
    padding-top: 224px;
    padding-bottom: 110px;
  }
}

.new-page-header.new-page-header--velo .new-container {
  padding-left: 0;
  padding-right: 0;
}

.new-page-header.new-page-header--velo h1 {
  z-index: 1;
  position: relative;
  font-weight: 400;
  text-align: center;
  @media (min-width: 768px) {
    max-width: 50%;
    font-size: 48px;
    text-align: left;
  }
  @media (min-width: 1200px) {
    max-width: 52%;
  }
}

.velo-hero .new-container {
  position: relative;
}

.velo-hero__velo {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  @media (min-width: 768px) {
    max-width: none;
    position: absolute;
    top: -64px;
    right: 24px;
    width: 50%;
    margin: 0;
  }
  @media (min-width: 1240px) {
    top: -169px;
    width: 48%;
  }
}

.velo-sub-text {
  padding-top: 48px;
  padding-bottom: 48px;
  @media (min-width: 768px) {
    max-width: 513px;
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

.velo-smoothie-form {
  display: grid;
  gap: 20px;
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

html body .faoMainContainer001 .wpcf7 * {
  box-sizing: border-box;
}

html body .faoMainContainer001 .wpcf7 input,
html body .faoMainContainer001 .wpcf7 select {
  font-family: 'Proxima Nova Rg', sans-serif;
  height: 60px !important;
  padding: 20px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  margin: 0 !important;
  width: 100%;
  background-color: var(--color-beige);
  @media (min-width: 768px) {
    padding: 20px !important;
  }
}

html body .faoMainContainer001 .wpcf7 input::placeholder {
  color: #222222;
}

html body .faoMainContainer001 .wpcf7 textarea {
  font-family: 'Proxima Nova Rg', sans-serif;
  padding: 20px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  margin: 0 !important;
  width: 100%;
  background-color: var(--color-beige);
  @media (min-width: 768px) {
    padding: 20px !important;
  }
}


.wpcf7-form-control-wrap.your-participants,
.wpcf7-form-control-wrap.your-event-type {
  position: relative;
}

.wpcf7-form-control-wrap.your-participants select,
.wpcf7-form-control-wrap.your-event-type select {
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none !important;
}

.wpcf7-form-control-wrap.your-participants::after,
.wpcf7-form-control-wrap.your-event-type::after {
  content: "\f107";
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}



html body .faoMainContainer001 .wpcf7 button[type="submit"],
html body .faoMainContainer001 .wpcf7 input[type="submit"] {
  font-family: 'Proxima Nova Rg', sans-serif;
  display: inline-flex;
  gap: 16px;
  width: 100%;
  align-items: center;
  align-self: stretch;
  justify-self: stretch;
  padding: 6px 20px !important;
  margin: 0 !important;
  background-color: var(--color-green) !important;
  color: white !important;
  background-image: none;
  grid-column: 1 / -1;
  justify-content: space-between;
  max-width: none;
  font-size: 16px !important;
  @media (min-width: 768px) {
    margin-left: auto !important;
    width: auto;
  }
}

span.wpcf7-not-valid-tip {
  margin-top: 8px;
}

.velo-smoothie-form .wpcf7-form p {
  display: grid;
  gap: 20px 14px;
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.velo-smoothie-form .wpcf7 br {
  display: none;
}

.velo-smoothie-form .wpcf7 .your-name,
.velo-smoothie-form .wpcf7 .your-company,
.velo-smoothie-form .wpcf7 .your-email,
.velo-smoothie-form .wpcf7 .your-event-type,
.velo-smoothie-form .wpcf7 .your-message {
  grid-column: 1/-1;
}

.velo-smoothie-form .wpcf7 .wpcf7-submit {
  padding: 0 !important;
}

.double-input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.submit-input {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.event-types {
  padding-top: 48px;
  padding-bottom: 48px;
  @media (min-width: 768px) {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.event-types .new-container {
  display: grid;
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    place-items: center;
  }
}

.event-types h2 {
  font-weight: 700;
  color: var(--color-green);
  text-transform: none;
  line-height: initial;
  font-size: 36px;
  margin-bottom: 24px;
  @media (min-width: 768px) {
    font-size: 48px;
  }
}

.event-types p,
.event-types ul {
  font-weight: 700;
}

.box-card__price-request {
  font-size: 16px;
}




/**
 * Fruits
 */

.deco-fruit-mobile {
  position: absolute;
  display: block;
  @media (min-width: 920px) {
    display: none;
  }
}

.deco-fruit-mobile.pomme-verte {
  display: none;
}

.deco-fruit-mobile.pomme-rouge {
  top: 192px;
  right: -32px;
  width: 126px;
  height: 126px;
}

.deco-fruit-mobile.feuille-2 {
  top: -140px;
  left: -10px;
  width: 146px;
  height: 411px;
  transform: rotate(295deg);
}

.deco-fruit-mobile.clementine {
  z-index: 0;
  top: -32px;
  right: 110px;
  transform: rotate(-134deg);
  height: 72px;
  width: 94px;
}

.deco-fruit-mobile.clementine-quartier {
  top: 347px;
  left: -57px;
  width: 141px;
  height: 78px;
  transform: rotate(72.78deg);
}

.deco-fruit-mobile.bananes-main {
  bottom: -62px;
  left: -78px;
  width: 168px;
  height: 168px;
  transform: rotate(-54deg);
}

.deco-fruit-mobile.feuille-1 {
  display: none;
}

.deco-fruit-mobile.feuille-3 {
  display: none;
}

.deco-fruit-mobile.framboise {
  top: 101px;
  left: 24px;
  width: 43px;
  height: 46px;
}

.deco-fruit-mobile.poire {
  top: 472px;
  right: -41px;
  width: 124px;
  height: 166px;
  transform: rotate(-18deg);
}

.deco-fruit-mobile.kiwi-coupe {
  bottom: -41px;
  right: 86px;
  width: 92px;
  height: 84px;
  transform: rotate(148deg);
}

.deco-fruit-desktop {
  position: absolute;
  display: none;
  @media (min-width: 920px) {
    display: block;
  }
}

.deco-fruit-desktop.pomme-rouge {
  top: 56px;
  right: 5%;
  width: 261px;
  height: 261px;
}

.deco-fruit-desktop.pomme-verte {
  top: -80px;
  right: 20%;
  width: 361px;
  height: 361px;
  transform: rotate(46deg);
}

.deco-fruit-desktop.feuille-2 {
  top: -420px;
  left: -10px;
  width: 331px;
  height: 931px;
  transform: rotate(295deg);
}

.deco-fruit-desktop.clementine {
  left: -300px;
  top: -184px;
  width: 260px;
  height: 200px;
  transform: rotate(-24deg);
}

.deco-fruit-desktop.clementine-quartier {
  left: 50%;
  bottom: -90px;
  width: 207px;
  height: 114px;
  transform: rotate(-12.45deg);
}

.deco-fruit-desktop.bananes-main {
  top: 100px;
  left: -440px;
  width: 427px;
  height: 427px;
  transform: rotate(-7deg);
}

.deco-fruit-desktop.framboise {
  top: -20px;
  right: 13%;
  width: 157px;
  height: 169px;
}

.deco-fruit-desktop.feuille-1 {
  top: -20px;
  right: -5%;
  width: 230px;
  height: 644px;
  transform: rotate(111deg);
}

.deco-fruit-desktop.feuille-3 {
  top: 300px;
  left: -8%;
  width: 230px;
  height: 644px;
  transform: rotate(-28deg);
}

.deco-fruit-desktop.poire {
  top: 9%;
  right: -130px;
  width: 231px;
  height: 308px;
  transform: rotate(40.61deg);
}

.deco-fruit-desktop.kiwi-coupe {
  top: 955px;
  right: -4%;
  width: 269px;
  height: 269px;
  transform: rotate(-30deg);
}

.velo-objectives {
  margin-top: 64px;
  margin-bottom: 64px;
  @media (min-width: 768px) {
    margin-top: 124px;
    margin-bottom: 124px;
  }
}

.velo-objectives h2 {
  font-weight: 400;
  color: var(--color-green);
  text-transform: none;
  line-height: initial;
  font-size: 36px;
  margin-bottom: 32px;
  @media (min-width: 768px) {
    margin-bottom: 64px;
    font-size: 48px;
  }
}

.velo-objectives ul {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 0;
  @media (min-width: 640px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media (min-width: 1200px) {
    grid-template-columns: repeat(6, 1fr);
  }
}

.velo-objectives ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.velo-objectives ul li img {
  height: 75px;
  margin: 0 auto 36px;
  object-fit: contain;
  object-position: center;
}

.velo-objectives ul li:nth-child(1) img {
  width: 96px;
}

.velo-objectives ul li:nth-child(2) img {
  width: 112px;
}

.velo-objectives ul li:nth-child(3) img {
  width: 96px;
}

.velo-objectives ul li:nth-child(4) img {
  width: 96px;
}

.velo-objectives ul li:nth-child(5) img {
  width: 96px;
}

.velo-objectives ul li:nth-child(6) img {
  width: 77px;
  height: 72px;
}

.velo-objectives ul li:last-child img {
  width: 77px;
}

.how-it-works {
  margin-top: 64px;
  margin-bottom: 64px;
  @media (min-width: 768px) {
    margin-top: 124px;
    margin-bottom: 124px;
  }
}

.how-it-works h2 {
  color: var(--color-green);
  text-transform: none;
  line-height: initial;
  font-size: 36px;
  margin-bottom: 32px;
  @media (min-width: 768px) {
    margin-bottom: 64px;
    font-size: 48px;
  }
}

.how-it-works ul {
  display: grid;
  gap: 48px 20px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.how-it-works ul li {
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid var(--color-beige);
}

.how-it-works ul li img {
  display: block;
  aspect-ratio: 400/316;
  width: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.02);
}

.how-it-works ul li p {
  text-align: center;
  padding: 24px;
  @media (min-width: 768px) {
    padding: 52px 22px;
  }
}

.how-it-works__bottom-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px;
  background-color: var(--color-beige);
}

.velo-smoothie-form {
  padding-top: 48px;
  padding-bottom: 48px;
  @media (min-width: 768px) {
    padding-top: 92px;
    padding-bottom: 124px;
  }
}

.velo-smoothie-form h2 {
  color: var(--color-green);
  text-transform: none;
  line-height: initial;
  font-size: 36px;
  margin-bottom: 18px;
  @media (min-width: 768px) {
    font-size: 48px;
  }
}

html body .faoMainContainer001 #home .section_commander {
  background-image: none;
  background-color: var(--color-green);
}

html body.blog footer {
  margin-top: 0;
}

.home-intro {
  position: relative;
  padding-top: 82px;
  color: white;
  background-color: var(--color-green);
  @media (min-width: 1024px) {
    padding-top: 168px;
    padding-bottom: 48px;
  }
}

.home-intro-inner {
  padding-right: 64px;
  padding-left: 64px;
  @media (min-width: 762px) {
    padding-right: 0;
    padding-left: 0;
  }
}

.home-intro h1 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: none;
  color: white;
  @media (min-width: 1024px) {
    width: 55%;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 48px;
  }
}

.home-intro p {
  @media (min-width: 1024px) {
    width: 40%;
  }
}

.why-fruitatoffice-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  font-size: 22px;
  color: var(--color-olive);
  @media (min-width: 1024px) {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

.why-fruitatoffice-section-inner {
  padding-left: 64px;
  padding-right: 64px;
  @media (min-width: 1024px) {
    padding-left: 0;
    padding-right: 0;
  }
}

.why-fruitatoffice-section-texts {
  @media (min-width: 1024px) {
    max-width: 50%;
  }
}

.home-intro-image {
  display: block;
  position: relative;
  z-index: 1;
  top: 82px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1.25);
  @media (min-width: 1024px) {
    position: absolute;
    top: -24px;
    right: 40px;
    width: 40%;
    margin-top: 0;
  }
}

.home-fruit-mobile {
  position: absolute;
  display: block;
  @media (min-width: 1024px) {
    display: none;
  }
}

.home-fruit-desktop {
  position: absolute;
  display: none;
  @media (min-width: 1024px) {
    display: block;
  }
}

.home-fruit-mobile.pomme-rouge {
  top: 82px;
  right: -42px;
  width: 126px;
  height: 126px;
}

.home-fruit-mobile.pomme-verte {
  top: -32px;
  right: 56px;
  width: 95px;
  height: 95px;
  transform: rotate(46deg);
}

.home-fruit-mobile.clementine {
  top: 64px;
  left: -44px;
  width: 134px;
  height: 103px;
  transform: rotate(46deg);
}

.home-fruit-mobile.bananes-main {
  top: 268px;
  left: -126px;
  width: 215px;
  height: 215px;
  transform: rotate(-54deg);
}

.home-fruit-mobile.framboise {
  top: 317px;
  right: 18px;
  width: 43px;
  height: 46px;
  transform: rotate(-3deg);
}

.home-fruit-mobile.kiwi-double {
  bottom: 135px;
  right: 52px;
  width: 212px;
  height: 175px;
}

.home-fruit-mobile.feuille-1 {
  bottom: 5px;
  right: -148px;
  width: 229px;
  height: 644px;
  transform: rotate(111deg);
}

.home-fruit-mobile.feuille-2 {
  top: 483px;
  left: -42px;
  width: 73px;
  height: 207px;
  transform: rotate(-28deg);
}

.home-fruit-mobile.clementine-quartier {
  width: 141px;
  height: 77px;
  left: -68px;
  bottom: -110px;
  transform: rotate(72deg);
}

.home-fruit-mobile.poire {
  width: 124px;
  height: 166px;
  right: -34px;
  bottom: -156px;
  transform: rotate(-18deg);
}

.home-fruit-desktop.pomme-verte {
  width: 361px;
  height: 361px;
  top: -310px;
  right: -62px;
  transform: rotate(46deg);
}

.home-fruit-desktop.clementine {
  width: 261px;
  height: 201px;
  top: 37px;
  left: -210px;
  transform: rotate(-24deg);
}

.home-fruit-desktop.pomme-rouge {
  width: 261px;
  height: 261px;
  top: -146px;
  right: -270px;
}

.home-fruit-desktop.framboise {
  z-index: 10;
  width: 157px;
  height: 169px;
  right: -240px;
  bottom: -24px;
  transform: rotate(-3.5deg);
}

.home-fruit-desktop.feuille-1 {
  top: -560px;
  left: -130px;
  width: 331px;
  height: 931px;
  transform: rotate(-69deg);
}

.home-fruit-desktop.bananes-main {
  width: 427px;
  height: 427px;
  top: -157px;
  left: -410px;
  transform: rotate(-7deg);
}

.home-fruit-desktop.feuille-2 {
  top: -90px;
  left: -330px;
  width: 158px;
  height: 444px;
  transform: rotate(-41deg);
  filter: blur(4px);
}

.home-fruit-desktop.feuille-3 {
  top: -140px;
  right: -390px;
  width: 230px;
  height: 644px;
  transform: rotate(112deg);
}


.home-fruit-desktop.kiwi-double {
  top: -216px;
  right: -164px;
  width: 374px;
  height: 308px;
  transform: rotate(18deg);
}

.home-fruit-desktop.clementine-quartier {
  bottom: 30px;
  left: -590px;
  width: 349px;
  height: 192px;
  transform: rotate(18deg);
}

.home-fruit-desktop.poire {
  bottom: 30px;
  right: -450px;
  width: 231px;
  height: 307px;
  transform: rotate(40deg);
}
