/**
 * /*!
 * 
 * Theme Name: Agence Morgane
 * 
 * Theme URI: https://agencemorgane.com/
 * 
 * Author: Quentin Doublet - Agence Morgane
 * 
 * Author URI: https://agencemorgane.com/
 * 
 * Description: Thème enfant de Susty 
 * 
 * Version: 1.0
 * 
 * Template: susty-master
 *
 * @format
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #006f34;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  -webkit-transform: translate(-2em, -1.25em) scale(0.8);
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form input[type="url"]:focus::-webkit-input-placeholder,
form input[type="password"]:focus::-webkit-input-placeholder,
form input[type="search"]:focus::-webkit-input-placeholder,
form input[type="number"]:focus::-webkit-input-placeholder,
form input[type="tel"]:focus::-webkit-input-placeholder,
form input[type="range"]:focus::-webkit-input-placeholder,
form input[type="date"]:focus::-webkit-input-placeholder,
form input[type="month"]:focus::-webkit-input-placeholder,
form input[type="week"]:focus::-webkit-input-placeholder,
form input[type="time"]:focus::-webkit-input-placeholder,
form input[type="datetime"]:focus::-webkit-input-placeholder,
form input[type="datetime-local"]:focus::-webkit-input-placeholder,
form input[type="color"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form input[type="url"]:focus:-ms-input-placeholder,
form input[type="password"]:focus:-ms-input-placeholder,
form input[type="search"]:focus:-ms-input-placeholder,
form input[type="number"]:focus:-ms-input-placeholder,
form input[type="tel"]:focus:-ms-input-placeholder,
form input[type="range"]:focus:-ms-input-placeholder,
form input[type="date"]:focus:-ms-input-placeholder,
form input[type="month"]:focus:-ms-input-placeholder,
form input[type="week"]:focus:-ms-input-placeholder,
form input[type="time"]:focus:-ms-input-placeholder,
form input[type="datetime"]:focus:-ms-input-placeholder,
form input[type="datetime-local"]:focus:-ms-input-placeholder,
form input[type="color"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-ms-input-placeholder,
form input[type="email"]:focus::-ms-input-placeholder,
form input[type="url"]:focus::-ms-input-placeholder,
form input[type="password"]:focus::-ms-input-placeholder,
form input[type="search"]:focus::-ms-input-placeholder,
form input[type="number"]:focus::-ms-input-placeholder,
form input[type="tel"]:focus::-ms-input-placeholder,
form input[type="range"]:focus::-ms-input-placeholder,
form input[type="date"]:focus::-ms-input-placeholder,
form input[type="month"]:focus::-ms-input-placeholder,
form input[type="week"]:focus::-ms-input-placeholder,
form input[type="time"]:focus::-ms-input-placeholder,
form input[type="datetime"]:focus::-ms-input-placeholder,
form input[type="datetime-local"]:focus::-ms-input-placeholder,
form input[type="color"]:focus::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="url"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="search"]::-ms-input-placeholder,
form input[type="number"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form input[type="range"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder,
form input[type="month"]::-ms-input-placeholder,
form input[type="week"]::-ms-input-placeholder,
form input[type="time"]::-ms-input-placeholder,
form input[type="datetime"]::-ms-input-placeholder,
form input[type="datetime-local"]::-ms-input-placeholder,
form input[type="color"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .formCheckBox {
  font-size: 0.7rem;
}
form .formButton {
  margin: 1em;
  text-align: center;
}
form .contResponse {
  opacity: 0;
}
form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
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%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?5n8nl2");
  src: url("fonts/icomoon.eot?5n8nl2#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?5n8nl2") format("truetype"),
    url("fonts/icomoon.woff?5n8nl2") format("woff"),
    url("fonts/icomoon.svg?5n8nl2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-morgane:before {
  content: "\e900";
}
.icon-home3:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin2:before {
  content: "\eaca";
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(rgba(255, 255, 255, 0.707402))
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0.707402) 100%
  );
  z-index: 10000;
  box-shadow: 2px 3px 13px -4px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 2px 3px 13px -4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 3px 13px -4px rgba(0, 0, 0, 0.33);
}
.menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu-logo {
  width: 230px;
  height: auto;
}
.menu-logo__link {
  display: block;
  width: 100%;
}
.menu-logo__link img {
  width: 100%;
}
.menu-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-header__nav {
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-header__li {
  margin-left: 35px;
  position: relative;
}

.menu-header__li a {
  position: relative;
  z-index: 5;
}

.menu-header__li ul {
  position: absolute;
  width: 190px;
  background-color: white;
  transform: translateX(-50px);
  display: flex;
  flex-direction: column;
  padding: 20px;
  top: -20px;
  padding-top: 50px;
  opacity: 0;
  pointer-events: none;
}

.menu-header__li:hover ul {
  opacity: 1;
  pointer-events: visible;
}

.menu-header__li ul li {
  margin-left: 0;
  margin-top: 10px;
  color: #85be00;
}

.menu-header__li ul li a {
}

.menu-header__li a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-weight: 600;
  position: relative;
}
.menu-header__li a:hover {
  color: #85be00;
}
.menu-header__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(30px, 5px);
  transform: translate(30px, 5px);
}
.menu-header .active a {
  font-weight: 600;
  color: #006f34 !important;
}

.menu-header .active a::before {
  content: "";
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Groupe-89-1.svg)
    center no-repeat;
  background-size: contain;
  width: 33px;
  height: 22px;
  left: 95%;
  top: 30%;
  position: absolute;
}

.small-menu {
  position: fixed;
  left: 0;
  top: 30%;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.small-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #006f34;
  width: 100%;
  height: 40px;
  position: relative;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  z-index: 300;
}
.small-menu__link svg {
  fill: white;
}
.small-menu__link:hover {
  background-color: #85be00;
}
.small-menu__link i {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.small-menu .searchbtn {
  background-color: #85be00 !important;
  cursor: pointer;
  border-bottom-right-radius: 5px;
}
.small-menu .searchbtn:hover {
  background-color: #006f34;
}
.small-menu .act-s {
  background-color: #006f34 !important;
}
.asl_res_url {
  color: #006f34 !important;
  font-family: "Arimo", sans-serif !important;
}
div[id*="ajaxsearchlite"].wpdreams_asl_container {
  -webkit-transition: 200ms ease-out all;
  transition: 200ms ease-out all;
  width: 200px !important;
  position: absolute;
  left: -190px;
  height: 40px;
  top: 80px;
  background-color: #85be00 !important;
  background-image: none !important;
}
#ajaxsearchlite1 {
  left: -120px;
}
.active-search {
  left: 80px !important;
}
div.asl_r.vertical {
  background: #006f34 !important;
}
.promagnifier {
  display: none;
}
.probox {
  background-color: #85be00 !important;
  background-image: none !important;
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mobile-menu__header {
    z-index: 2;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-menu .sub-menu {
    padding-left: 20px;
    margin-top: 20px;
    color: #006f34;
  }

  .mobile-menu .sub-menu li:last-of-type {
    margin-bottom: 0;
  }

  .mobile-menu .sub-menu li a {
  }

  footer .sub-menu {
    display: none;
  }

  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon .bar {
    height: 3px;
    background-color: #006f34;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
}
.mobile-menu__nav-container {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
  box-shadow: 2px 3px 13px -4px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 2px 3px 13px -4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 3px 13px -4px rgba(0, 0, 0, 0.33);
}
.mobile-menu__nav-container__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li {
  margin-bottom: 20px;
}
.mobile-menu__nav-container__li a {
  font-size: 18px;
  font-weight: 700;
}
.active-menu .mobile-menu__burger-icon .bar {
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
footer {
  background-color: #aac2315c;
  padding: 50px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
footer::after {
  content: url(https://www.nutriform.bio/wp-content/uploads/2022/03/FRANCE.svg);
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 2.5px);
  transform: translate(-50%, 2.5px);
}
.footer__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-ab {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
}
@media (max-width: 900px) {
  .footer-ab {
    display: none;
  }
}
.footer-chou {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -60px;
}
@media (max-width: 900px) {
  .footer-chou {
    display: none;
  }
}
.frame-footer {
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Groupe-56.svg)
    center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 80px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.frame-footer p {
  font-size: 11px;
  font-style: italic;
}
.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-footer a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Trace-435.svg)
    center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 3px;
}
.social-footer i {
  font-size: 16px;
  color: white;
}
.telephone-footer {
  font-size: 20px;
  font-weight: bold;
  color: #006f34;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.telephone-footer:hover {
  color: #aac231;
}
.middle-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.menu-footer {
  padding-left: 60px;
}
.menu-footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .menu-footer__ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.menu-footer__li {
  position: relative;
  margin-bottom: 12px;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.menu-footer__li::before {
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Trace-435.svg)
    center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.menu-footer__li:hover {
  opacity: 0.5;
}
.menu-footer__li a {
  font-size: 14px;
  font-style: italic;
}
.logo-footer,
.middle-footer,
.menu-footer {
  width: 30%;
}
@media (max-width: 900px) {
  .logo-footer,
  .middle-footer,
  .menu-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.copyright {
  width: 100%;
  padding: 10px;
  background-color: #006f34;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-out 200ms;
}

.copyright a:hover {
  opacity: 0.5;
}

@media (max-width: 900px) {
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.copyright a {
  color: white;
}
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Arimo", sans-serif;
  color: #4f4b3f;
}
a {
  color: #4f4b3f;
}
.p {
  margin-bottom: 20px;
}
.p p {
  margin-bottom: 10px;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .p p {
    font-size: 14px;
  }
}
.p p strong {
  font-weight: 800;
}
.p a {
  border-bottom: 1px solid;
}
.p ul {
  margin: 0px 0px 20px 15px;
}
.p li {
  margin-bottom: 5px;
  list-style: disc;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.small-useful-width {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 50px;
}
.margin-100 {
  margin-top: 100px;
}
.margin-150 {
  margin-top: 150px;
}
.margin-200 {
  margin-top: 200px;
}
#content {
  margin-top: 100px;
  overflow: hidden;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  background-color: #006f34;
  position: relative;
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
}
.h1 {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  color: #006f34;
  font-size: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.center-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.h1 strong {
  font-family: epicursive, sans-serif;
  font-size: 79px;
  font-weight: 100;
}
@media (max-width: 900px) {
  .h1 strong {
    font-size: 59px;
  }
}
.h2 {
  font-family: epicursive, sans-serif;
  font-size: 53px;
  color: #006f34;
  margin-bottom: 20px;
  position: relative;
}

.slider-section-recette .h2 {
  font-size: 43px;
}

@media (max-width: 900px) {
  .h2 {
    font-size: 30px;
  }
}
.h2::after {
  content: "";
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Groupe-89-1.svg)
    center;
  background-size: contain;
  width: 23px;
  height: 42px;
  left: calc(100% + 10px);
  top: 40%;
  position: absolute;
}
.big-h2 {
  opacity: 0.1;
  position: absolute;
  font-family: epicursive, sans-serif;
  font-size: 117px;
  color: #006f34;
}
@media (max-width: 900px) {
  .big-h2 {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    font-size: 40px;
  }
}
.small-h2 {
  font-family: epicursive, sans-serif;
  font-size: 26px;
  color: #006f34;
  margin-bottom: 5px;
}
.h4 {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}
.h2-block {
  position: relative;
}
@media (max-width: 900px) {
  .h2-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.arimo-title {
  font-size: 34px;
  font-family: "Arimo", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .arimo-title {
    font-size: 24px;
    text-align: center;
    line-height: 33px;
  }
}
.arimo-title strong {
  font-weight: bold;
}
.center {
  text-align: center;
}
.center p {
  text-align: center;
}
.button,
.orange-t {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-size: 0.875rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.button--1,
.button--1-hover::before {
  background-image: url(https://www.nutriform.bio/wp-content/uploads/2022/03/BRUSH.svg);
  color: #fff;
}

.orange-t {
  background-image: url(https://www.nutriform.bio/wp-content/uploads/2022/03/BRUSH-3-1.svg) !important;
  pointer-events: none !important;
}

.orange-title,
.orange-title-hover::before {
  background-image: url(https://www.nutriform.bio/wp-content/uploads/2022/03/BRUSH-4.svg);
  color: white;
}
.button-label,
.orange-title-label {
  white-space: nowrap;
  font-size: 25px;
  font-family: rollerscript-smooth, sans-serif;
  color: white;
}
.button-icon,
.button-label,
.orange-title-label {
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .button-icon,
  .button-label,
  .orange-title-label {
    white-space: initial;
    text-align: center;
  }
}
.button--2,
.button--2-hover::before {
  background-image: url(https://www.nutriform.bio/wp-content/uploads/2022/03/BRUSH-2.svg);
  color: #fff;
}
.orange-title--2,
.orange-title--2-hover::before {
  background-image: url(https://www.nutriform.bio/wp-content/uploads/2022/03/BRUSH-4.svg);
  color: white;
}
.button::before,
.orange-t::before {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.button:hover::before,
.orange-t:hover::before {
  opacity: 1;
}
.slider {
  background-color: rgba(128, 128, 128, 0.314);
  height: calc(100vh - 200px);
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/VISUEL-SLID.jpg)
    right;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 900px) {
  .slider {
    background-size: cover;
    height: 70vh;
  }
}
.slider__cache {
  background: #fff;
  background: linear-gradient(87deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
  width: 80%;
  height: 100%;
  margin-right: auto;
}
@media (max-width: 900px) {
  .slider__cache {
    background: linear-gradient(87deg, #fff 0%, #ffffffba 100%);
    width: 100%;
  }
}
.slider__text {
  position: absolute;
  top: 35%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .slider__text {
    left: 50%;
    top: 50%;
    width: 100%;
    min-width: 400px;
    padding: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.slider__product {
  position: absolute;
  left: 15%;
  width: 600px;
  height: auto;
  bottom: -100px;
  pointer-events: none;
}

@media (max-width: 1340px) {
  .slider__product {
    width: 450px;
  }
}
@media (max-width: 900px) {
  .slider__product {
    width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -70px;
  }
}
.slider__vegetables {
  position: absolute;
  bottom: -150px;
  left: 45%;
  width: 600px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1340px) {
  .slider__vegetables {
    width: 450px;
  }
}
@media (max-width: 900px) {
  .slider__vegetables {
    width: 400px;
    height: auto;
    bottom: -120px;
    display: none;
  }
}
.slider__badge {
  position: absolute;
  top: 10%;
  left: 20%;
  pointer-events: none;
}
@media (max-width: 900px) {
  .slider__badge {
    width: 75px;
    height: auto;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.fly {
  position: absolute;
}
.betterave {
  top: 90%;
  right: -5%;
}
@media (max-width: 900px) {
  .betterave {
    display: none;
  }
}
.carotte {
  top: 50px;
  left: -180px;
}
@media (max-width: 900px) {
  .carotte {
    display: none;
  }
}
.section-1 {
  width: 100%;
  padding-top: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 900px) {
  .section-1 {
    padding-left: 30px;
    padding-right: 30px;
    background: none;
    padding-top: 110px;
  }
}
.section-1__link-icon-container {
  position: absolute;
  top: -25px;
  left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 81px;
  z-index: 2;
}
.section-1__link-icon {
  width: 100%;
  margin-bottom: 5px;
}

.section-1 .p p {
  font-size: 14px;
  line-height: 17px;
}

.section-1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 140px;
  width: 100%;
}
@media (max-width: 900px) {
  .section-1__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.section-1__block1 {
  width: 612px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 900px) {
  .section-1__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-1__block2 {
  width: 306px;
  margin-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .section-1__block2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.section-1__link-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;

  object-fit: cover;
}
.section-1__link-text-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.section-1__link-text {
  color: white;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  bottom: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #85be0078;
  padding-top: 25px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.section-1__link-text h3 {
  text-align: center;
  margin-bottom: 10px;
  font-family: epicursive, sans-serif;
  font-size: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-1__cache-color {
  position: absolute;
  height: 50px;
  width: 100%;
  background-color: #85be00;
  bottom: 0;
}
.section-1__link {
  width: 184px;
  height: 381px;
  background-color: white;
  position: relative;
  margin: 20px;
  display: block;
}
@media (max-width: 900px) {
  .section-1__link {
    width: 100%;
  }
}
.section-1__link::after {
  content: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Groupe-129.svg);
  position: absolute;
  top: calc(100% - 4.8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-1__link:nth-child(2) {
  margin-top: 50px;
}
.section-1__link:nth-child(2) .section-1__cache-color {
  background-color: #fa8a10;
}
.section-1__link:nth-child(2) .section-1__link-text {
  background-color: #fa89107a;
}
.section-1__link:nth-child(3) {
  margin-top: 100px;
}
.section-1__link:nth-child(3) .section-1__cache-color {
  background-color: #ffcc0a;
}
.section-1__link:nth-child(3) .section-1__link-text {
  background-color: #ffce0a85;
}
.section-1__link:hover .section-1__link-text {
  height: 100%;
  padding-top: 90%;
}
.social-footer a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.social-footer a:hover {
  opacity: 0.5;
}
.section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 900px) {
  .section-2 {
    align-items: center;
    margin-top: 100px !important;
  }
}
.section-2__button {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 50px;
}
.section-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .section-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-list__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 160px;
  max-width: 50%;
}
@media (max-width: 900px) {
  .section-list__li {
    padding: 10px;
  }
}
.section-list__img {
  width: 135px;
  height: 135px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px;
  max-width: 100%;
}
.section-list__text p {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  color: #006f34;
}
.banner {
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Groupe-104.jpg)
    center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  position: relative;
}
.banner__container {
  background-color: #ffffffe3;
  width: 100%;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .banner__container {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .banner__text {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner__p {
  width: 410px;
  text-align: right;
  max-width: 100%;
}
@media (max-width: 900px) {
  .banner__p {
    text-align: center;
  }
}
.banner__img {
  width: 210px;
  margin-left: 70px;
}
@media (max-width: 900px) {
  .banner__img {
    margin-left: 0;
    width: 180px;
  }
}

.green-logo {
  width: 200px;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 50px;
}

@media (max-width: 900px) {
  .green-logo {
    display: none;
  }
}

.slider-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 150px;
}
@media (max-width: 900px) {
  .slider-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.slider-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  width: 40%;
  padding-right: 60px;
}
@media (max-width: 900px) {
  .slider-section__text {
    padding-right: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
.slider-section__p {
  width: 240px;
  max-width: 100%;
}
.slider-section__slider-container {
  width: 60%;
  position: relative;
}
@media (max-width: 900px) {
  .slider-section__slider-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.slider-section__slider {
  background-color: white;
  width: 500px;
  height: 300px;
  position: relative;
  left: 100px;
}
@media (max-width: 900px) {
  .slider-section__slider {
    left: 0;
    width: 360px;
  }
}
.slider-section__background {
  position: absolute;
  width: 150%;
  top: 30px;
}
.slider-section__product {
  position: absolute;
  top: 65%;
  left: -80px;
  pointer-events: none;
}
@media (max-width: 900px) {
  .slider-section__product {
    left: -150px;
  }
}
.slider-section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.slider-section__link {
  position: absolute;
  width: 320px;
  height: auto;
  padding: 20px;
  min-height: 170px;
  background-color: rgba(255, 255, 255, 0.865);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  line-height: 20px;
}
@media (max-width: 900px) {
  .slider-section__link {
    opacity: 1;
  }
}
.slider-section__recette {
  font-family: epicursive, sans-serif;
  font-size: 25px;
  color: #006f34;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  #slider {
    width: 360px !important;
  }
}
@media (max-width: 900px) {
  .front-page-slider {
    margin-bottom: 100px !important;
  }
  .front-page-slider .slider-section__product {
    display: none !important;
  }
}
#slider {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: rgba(204, 204, 204, 0.729);
  text-align: center;
  line-height: 300px;
  overflow: hidden;
}
@media (max-width: 900px) {
  #slider ul li {
    width: 360px;
  }
}
#slider ul li:hover .slider-section__img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#slider ul li:hover .slider-section__link {
  opacity: 1;
}
.control_prev,
.control_next {
  position: absolute;
  font-family: epicursive, sans-serif;
  top: calc(100% + 30px);
  z-index: 999;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid #4f4b3f 2px;
  color: #4f4b3f;
  text-decoration: none;
  font-weight: 600;
  font-size: 38px;
  opacity: 0.8;
  cursor: pointer;
}
.control_prev:hover,
.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
.control_prev {
  border-radius: 0 2px 2px 0;
  right: 130px;
}
@media (max-width: 900px) {
  .control_prev {
    right: 60px;
  }
}
.control_next {
  border-radius: 2px 0 0 2px;
  right: 60px;
}
@media (max-width: 900px) {
  .control_next {
    right: 0px;
  }
}
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.simple-head {
  height: 265px;
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Accueil-la-Lactofermentation-page-Lactofermentation.jpg)
    center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  position: relative;
}
.simple-head .h2 {
  margin-bottom: 0 !important;
}
.simple-head__container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 45px 80px;
}
@media (max-width: 900px) {
  .simple-head__container {
    text-align: center;
    padding: 20px 20px;
  }
}
.simple-head__container h2 {
  margin-bottom: 0;
}
.simple-head::after {
  content: url(https://www.nutriform.bio/wp-content/uploads/2022/03/FRANCE.svg);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -2.5px);
  transform: translate(-50%, -2.5px);
}
.after-head {
  position: absolute;
  width: 100%;
  top: 100%;
  height: 700px;
}

@media (max-width: 600px) {
  .after-head {
    position: absolute;
    width: auto;
    top: 100%;
    height: 100vh;
  }
}
.main-after-head {
  position: relative;
  z-index: 1;
}
.double-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 900px) {
  .double-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.double-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 60px;
}
@media (max-width: 900px) {
  .double-section__text {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.double-section__img {
  max-width: 100%;
}
.double-section--modifier {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .double-section--modifier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.double-section--modifier .double-section__text {
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 900px) {
  .double-section--modifier .double-section__text {
    padding-left: 0;
  }
}
.blue {
  color: #25b7be;
}
.yellow {
  color: #ffcc0a;
}
.green {
  color: #85be00;
}
.orange {
  color: #fa8a10;
}
.color-list p {
  margin-bottom: 2px;
}
.color-list p:nth-child(1) strong {
  color: #25b7be;
}
.color-list p:nth-child(2) strong {
  color: #ffcc0a;
}
.color-list p:nth-child(3) strong {
  color: #85be00;
}
.color-list p:nth-child(4) strong {
  color: #fa8a10;
}
.simple-banner h2 {
  margin-bottom: 40px;
}
.simple-banner .banner__text {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  width: 100%;
}
.slider-section-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .slider-section-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.slider-section-left .slider-section__background {
  left: -350px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slider-section-left .slider-section__slider {
  left: 0px;
}
.slider-section-left .slider-section__text {
  text-align: left;
  padding-right: 0;
  padding-left: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .slider-section-left .slider-section__text {
    text-align: center;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.slider-section-left .slider-section__p {
  width: 100%;
}
.slider-section-left .slider-section__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.double-section--inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .double-section--inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.double-section--inverse .double-section__text {
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 900px) {
  .double-section--inverse .double-section__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-list__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .product-list__ul {
    justify-content: center;
  }
}
.product-list__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: white;
  -webkit-box-shadow: 9px 12px 26px -10px rgba(0, 0, 0, 0.28);
  box-shadow: 9px 12px 26px -10px rgba(0, 0, 0, 0.28);
  text-align: center;
  width: 300px;
  height: 420px;
  margin: 30px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}
.product-list__li:hover .product-list__img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.2));
}
.product-list__title {
  font-size: 27px;
  font-family: epicursive, sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .product-list__title {
    font-size: 24px;
  }
}

.product-list__title strong {
  color: #006f34;
}
.product-list__big-title {
  margin-left: 100px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .product-list__big-title {
    margin-left: 0px;
    text-align: center;
  }
}
.product-list__img {
  width: 155px;
  height: 175px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
  margin-bottom: 30px;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.product-list__badge-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -30px);
  transform: translate(-40%, -30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-list__badge-container  img{
    width: 80px!important;
}
.new-badge {
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/BRUSH-3.svg)
    center no-repeat;
  background-size: contain;
  width: 122px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-family: rollerscript-smooth, sans-serif;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-head {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  top: -100px;
}
@media (max-width: 900px) {
  .product-head {
    top: -100px;
  }
}
.product-head__background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .product-head__background {
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.product-head__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 150px;
}
@media (max-width: 900px) {
  .product-head__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-head__title {
  margin-bottom: 30px;
}
.product-head__block1 {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.product-head__img {
  width: 360px;
  height: 407px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.2));
}
@media (max-width: 900px) {
  .product-head__img {
    width: 160px;
    height: auto;
  }
}
.product-head__block2 {
  width: 600px;
  max-width: 100%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .product-head__block2 {
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
  }
}
.product-head__ab {
  width: 86px;
}
.product-head__caract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-head__caract img {
  margin-right: 6px;
}
.product-head__new-badge {
  right: 0;
  left: auto;
  top: -30px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.product-head__retour {
  position: absolute;
  bottom: calc(100% + 80px);
  right: 10px;
}
.product-head__badge-container {
  position: absolute;
  top: -100px;
  left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .product-head__badge-container {
    left: 20px;
    top: -90px;
  }
}
.product-head__badge-container img {
  width: 134px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .product-head__badge-container img {
    width: 80px;
  }
}
.simple-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .simple-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.simple-double__block1 {
  width: 50%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .simple-double__block1 {
    width: 100%;
    padding-right: 0;
  }
}
.simple-double__block2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 9px 12px 26px -10px rgba(0, 0, 0, 0.28);
  box-shadow: 9px 12px 26px -10px rgba(0, 0, 0, 0.28);
  padding: 40px;
  background-color: white;
}
@media (max-width: 900px) {
  .simple-double__block2 {
    width: 100%;
  }
}
.simple-double h2 {
  margin-bottom: 20px;
}
.ingredients-p p {
  margin-bottom: 0 !important;
}
.img-product-recette {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 15px;
  object-fit: contain;
  max-height: 300px;
}
.epicursive,
.epicursive p {
  font-size: 27px;
  font-family: epicursive, sans-serif;
  line-height: 31px;
}
.slider-section--middle .slider-section__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slider-section--middle .slider-section__p {
  width: auto;
}
.right-align,
.right-align p {
  text-align: right;
}
@media (max-width: 900px) {
  .right-align,
  .right-align p {
    text-align: center;
  }
}
.banners {
  width: 100%;
  min-height: 400px;
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/A-propos-production-Sarthoise-et-éco-responsable.jpg)
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.banners__container-4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banners__block-4 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
}
@media (max-width: 900px) {
  .banners__block-4 {
    width: 100%;
    padding: 0;
  }
}
.banners__block-4:nth-child(2n) .h2 {
  color: #85be00;
}
.banners__block-4 img {
  width: 131px;
  height: 131px;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banners__block-4 h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.banners__block {
  background-color: #ffffffe3;
  width: 100%;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 900px) {
  .banners__block {
    width: 80%;
    padding: 30px;
  }
}
.banners::before {
  content: "";
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Union-3.svg)
    center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position-y: 0;
  top: -10px;
  width: 110%;
  min-height: 100px;
  left: -5%;
  pointer-events: none;
}
.banners::after {
  content: "";
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/Union-4.svg)
    center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position-y: 100%;
  min-height: 100px;
  bottom: -10px;
  left: -5%;
  width: 110%;
  pointer-events: none;
}
.product-list--recette .product-list__li {
  padding-bottom: 20px;
}
.product-list--recette .product-list__img {
  -webkit-filter: none !important;
  filter: none !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
.product-list--recette .product-list__cover-img {
  width: 100%;
  height: 196px;
  overflow: hidden;
  margin-bottom: 30px;
}
.slider-section-recette {
  position: relative;
  top: 150px;
}
@media (max-width: 900px) {
  .slider-section-recette {
    top: 100px;
  }
}
@media (max-width: 900px) {
  .slider-section-recette .product-head__retour {
    bottom: calc(100% + 30px);
  }
}
.slider-section-recette__temps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-section-recette__temps img {
  margin-right: 20px;
}
.slider-section-recette__temps article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-section-recette__temps article p {
  font-family: epicursive, sans-serif;
  font-size: 27px;
  margin-bottom: 5px;
}
@media (max-width: 900px) {
  .slider-section-recette__temps article p {
    font-size: 20px;
  }
}
.slider-section-recette .slider-section__slider {
  width: 500px;
  height: 550px;
  top: -90px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .slider-section-recette .slider-section__slider {
    height: 450px;
    top: 0;
  }
}
.slider-section-recette .slider-section__background {
  top: 170px;
}
.slider-section-recette .slider-section__text {
  padding-left: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
@media (max-width: 900px) {
  .slider-section-recette .slider-section__text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.recette-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
}
.recette-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.number {
  font-family: epicursive, sans-serif;
  font-size: 40px;
  margin-right: 15px;
}
.simple-double--recette {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 900px) {
  .simple-double--recette {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.simple-double--recette .simple-double__block1 {
  width: calc(100% - 400px);
  padding-right: 60px;
}
@media (max-width: 900px) {
  .simple-double--recette .simple-double__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 120px;
    padding-right: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.simple-double--recette .simple-double__block2 {
  width: 395px;
  position: absolute;
  right: 0;
  top: -400px;
}
@media (max-width: 900px) {
  .simple-double--recette .simple-double__block2 {
    position: initial;
    width: 100%;
  }
}
.simple-double--recette__produit {
  width: 219px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.section-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.section-video__background {
  position: absolute;
  top: 40%;
  right: -200px;
  width: 900px;
}

@media (max-width: 900px) {
  .section-video__background {
    display: none;
  }
}
.section-video__video {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.frise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.frise__title-mobile {
  display: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  line-height: 25px;
  color: #85be00;
}
@media (max-width: 900px) {
  .frise__title-mobile {
    display: block;
  }
}
.frise__date {
  color: #85be00;
  font-family: epicursive, sans-serif;
  font-size: 260px;
}
@media (max-width: 900px) {
  .frise__date {
    font-size: 150px;
  }
}
.frise__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
@media (max-width: 900px) {
  .frise__text {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.frise__p {
  margin-top: -40px;
  text-align: center;
}

.frise__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: -150px;
}
@media (max-width: 900px) {
  .frise__col {
    margin-top: 0px;
  }
}
.frise__col:nth-child(1) {
  margin-top: 0;
}
.frise__col-right .frise__date,
.frise__col-right .frise__title,
.frise__col-right .frise__title-mobile {
  color: #006f34;
}
.frise__block {
  width: 40%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .frise__block {
    width: 80%;
  }
}
.frise__title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #85be00;
}
@media (max-width: 900px) {
  .frise__title {
    display: none;
  }
}
.frise__middle {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.frise__middle::before {
  content: "";
  width: 1px;
  background-color: black;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.frise__img {
  width: 100%;
  height: 262px;
  -o-object-fit: cover;
  object-fit: cover;
}
.frise__middle-img {
  width: 38px;
  position: relative;
  z-index: 1;
}
.frise__col-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .frise__col-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.frise__col-right .frise__title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.top-margin {
  margin-top: -90px;
}
.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-list {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.post-list__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.post-list__img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.sidebar {
  width: 30%;
  padding: 30px;
  background-color: #80808026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #4f4b3f;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-page label {
  display: flex;
  font-family: "arimo";
  font-weight: 600;
  color: #006f34;
  flex-direction: column;
}

.contact-page label br {
  display: none;
}

.contact-page fieldset:nth-child(3) {
  margin-top: 20px;
}

.contact-page fieldset:nth-child(4) {
  margin-top: 20px;
}

.contact-page .button--1 {
  height: 50px !important;
  width: 130px !important;
  margin-bottom: 20px;
}

#contact-submit {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 25px;
  color: white;
}

.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page__infos {
  width: 30%;
  padding: 30px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 10px 10px 35px -22px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 10px 10px 35px -22px rgba(0, 0, 0, 0.51);
  box-shadow: 10px 10px 35px -22px rgba(0, 0, 0, 0.51);
}
.contact-page__infos img {
  width: 100%;
  margin-bottom: 20px;
}

.list-partenaire {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  flex-wrap: wrap;
}

.partenaire-link {
  width: 280px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px;
}

.wpcf7-list-item {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.mentions {
  font-size: 14px;
}

.partenaire-link p {
  margin-bottom: 10px;
}

.partenaire-link img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  margin-bottom: 30px;
}

.contact-page__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.contact-page__ligne i {
  color: #006f34;
  font-size: 25px;
  margin-right: 10px;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 10px;
  border: 2px solid #241b1457;
  margin-top: 1em;
  width: 100%;
  max-width: 100%;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .margin,
  .margin-100,
  .margin-150,
  .margin-200 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-mobile {
    margin-top: 50px !important;
  }

  .mobile-none {
    display: none !important;
  }

  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
  }
  .contact-page__infos {
    width: 100%;
  }
  .home-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

.parallax-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-product {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}

.double-section__list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.double-section__list-link a {
  width: 150px;
  height: 150px;
  margin: 30px;
  display: block;
  transition: all ease-out 200ms;
}

.double-section__list-link a:hover {
  transform: scale(1.05);
}

.double-section__list-link a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .double-section__list-link a {
    width: 120px;
    height: 120px;
    margin: 10px;
  }
}

/*************************************** POPUP ******/

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  background: url(https://www.nutriform.bio/wp-content/uploads/2022/03/FOND-TEXTURE.jpg)
    center;
  background-size: cover;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}
.popupphoto {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup img {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}
.popuptext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
.popuptext h2 {
}

.popuptext .btn {
  margin-left: auto;
  margin-right: auto;
}

.popuptext h2 strong {
  font-weight: 600;
}
.popuptext p {
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
}

.popuptext a {
  text-decoration: none;
  color: #006f34;
  border-bottom: 1px solid;
}
.open2 {
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}
.open1 {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.closepopup {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #006f34;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.popup .p {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.popup .p p {
  width: 100%;
  text-align: center;
}

.mentions-legales h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: epicursive, sans-serif;
  font-size: 40px !important;
  color: #006f34;
  position: relative;
  font-weight: 100 !important;
}

.menu-header .active ul li a {
  color: #4f4b3f !important;
}

.menu-header .active ul .active a {
  color: #006f34 !important;
}

.menu-header .active ul li:hover a {
  color: #85be00 !important;
}

footer .sub-menu {
  display: none;
}

.menu-header .active ul li a::before {
  display: none;
}

.menu-header .active ul .active a::before {
  display: block;
}

#page {
  overflow: hidden;
  max-width: 100vw;
}

.main-after-head .simple-text:first-of-type .p p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.intro-text p {
  font-size: 20px;
  line-height: 26px;
}

.sb_instagram_header {
  display: none;
}

#sbi_load {
  display: none;
}
